aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Cleanups after switching to hard wrapping.Gravatar Dan Hackney2010-01-02
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Use hard line wrapping.Gravatar Dan Hackney2010-01-02
| | | | | | Most columns (with the exception of code examples) are wrapped at column 80. Signed-off-by: Dan Hackney <dan@haxney.org>
* Grammar and spelling fixes.Gravatar Dan Hackney2010-01-02
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Minor changes.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Fix two spaces after period.Gravatar Dan Hackney2009-12-30
| | | | | | | There should be a single space after periods, especially since Markdown ignores any extra spaces when formatting. Signed-off-by: Dan Hackney <dan@haxney.org>
* Update command documentation.Gravatar Dan Hackney2009-12-30
| | | | | | | Flesh-out and synchronize command documentation with the current state of "uzbl-core.c". Signed-off-by: Dan Hackney <dan@haxney.org>
* Minor cleanups.Gravatar Dan Hackney2009-12-30
| | | | | | There seem to be an unending number of them! Signed-off-by: Dan Hackney <dan@haxney.org>
* Use 2 spaces for list indentation rather than 4.Gravatar Dan Hackney2009-12-30
| | | | | | Avoids confusion with code blocks and wastes less horizontal space. Signed-off-by: Dan Hackney <dan@haxney.org>
* Fix handler argument descriptions.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Whitespace cleanup.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Use "a" rather than "an" when referring to punctuation.Gravatar Dan Hackney2009-12-30
| | | | | | Use "a _" rather than "an _". Signed-off-by: Dan Hackney <dan@haxney.org>
* Update command-line argument documentation.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Finish describing EM requests.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Begin documenting EM requests.Gravatar Dan Hackney2009-12-30
| | | | | | Finished "BIND" and "MODE_BIND" so far. Signed-off-by: Dan Hackney <dan@haxney.org>
* Misc cleanups.Gravatar Dan Hackney2009-12-30
| | | | | | Indentation fixes, style changes, etc. Signed-off-by: Dan Hackney <dan@haxney.org>
* Multiple small fixes.Gravatar Dan Hackney2009-12-30
| | | | | | | Fix capitalization of program and library names, end sentences with periods, general small stuff. Signed-off-by: Dan Hackney <dan@haxney.org>
* Indent second-level lists to be consistent.Gravatar Dan Hackney2009-12-30
| | | | | | Second-level lists are indented 4 spaces rather than 3. Signed-off-by: Dan Hackney <dan@haxney.org>
* Fix paragraph wrapping.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Variable doc matches command format.Gravatar Dan Hackney2009-12-30
| | | | | | | Variables are in a top-level list, similar to the list of commands. Formatting is made more consistent. Signed-off-by: Dan Hackney <dan@haxney.org>
* Remove unused variables.Gravatar Dan Hackney2009-12-30
| | | | | | | | | | | | | | | | | | | The variables: - status_message - status_pbar_done - status_pbar_pending - status_pbar_width - insert_indicator - command_indicator - insert_mode - always_insert_mode - reset_command_mode - modkey Are no longer used in "uzbl-core.c", so remove them from the documentation. Signed-off-by: Dan Hackney <dan@haxney.org>
* Document last few variablesGravatar Dan Hackney2009-12-30
| | | | | | | Starting with "zoom_level" and going until "caret_browsing", in the order they are defined in "uzbl-core.c". Signed-off-by: Dan Hackney <dan@haxney.org>
* Document download and cookie handler.Gravatar Dan Hackney2009-12-30
| | | | | | Explain the arguments that are passed to the handler scripts. Signed-off-by: Dan Hackney <dan@haxney.org>
* Remove excess/trailing whitespace.Gravatar Dan Hackney2009-12-30
| | | | Signed-off-by: Dan Hackney <dan@haxney.org>
* Unified yank bind.Gravatar Mason Larobina2009-12-23
|
* First commit of modified example config to make use of mode-binds.Gravatar Mason Larobina2009-12-22
|
* Merge branch 'master' into experimentalGravatar Dieter Plaetinck2009-12-21
|\
| * more documentation + MODE_BIND example in configGravatar Dieter Plaetinck2009-12-21
| |
| * document Events/requests which the EM and its plugins listens for. most of ↵Gravatar Dieter Plaetinck2009-12-21
| | | | | | | | all keybinds (WIP)
* | clarify webkit widgetsGravatar Dieter Plaetinck2009-12-20
| |
* | update todoGravatar Dieter Plaetinck2009-12-20
| |
* | clarify singlepagenessGravatar Dieter Plaetinck2009-12-20
| |
* | typoGravatar Dieter Plaetinck2009-12-20
|/
* Merge remote branch 'mason/master'Gravatar Dieter Plaetinck2009-12-20
|\
* | proper commit hash settingGravatar Dieter Plaetinck2009-12-20
| |
* | test git-archive variable substitutionGravatar Dieter Plaetinck2009-12-20
| |
| * Merge branch 'onexec-nonarg-binds'Gravatar Mason Larobina2009-12-20
| |\
| * \ Merge branch 'mode-binds'Gravatar Mason Larobina2009-12-20
| |\ \
| * \ \ Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2009-12-20
| |\ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: sandbox/env.sh
* | | | set default page to a "welcome" pageGravatar Dieter Plaetinck2009-12-20
| | | |
* | | | $PATH addition had incorrect path, so maybe its not even neededGravatar Dieter Plaetinck2009-12-19
| | | |
| | | * Merge branch 'master' into onexec-nonarg-bindsGravatar Mason Larobina2009-12-19
| | | |\ | | |_|/ | |/| |
| | * | Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-19
| | |\ \ | | |/ / | |/| |
| * | | Use explicit make test targets & clean xdg sandbox dirs in clean target.Gravatar Mason Larobina2009-12-18
| | | |
| * | | Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2009-12-18
| |\ \ \ | |/ / / |/| | |
* | | | unbreak MakefileGravatar Dieter Plaetinck2009-12-17
| | | |
| | * | Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-17
| | |\ \ | | |/ / | |/| |
| | | * New bind class that's onexec & nonarg when a bind ends in a '!'.Gravatar Mason Larobina2009-12-17
| | |/ | |/|
| * | Unbreak the new test-uzbl-{core,browser}-sandbox make targets.Gravatar Mason Larobina2009-12-17
| | |
| * | Create sockets before daemonising in uzbl-{cookie-daemon,event-manager}.Gravatar Mason Larobina2009-12-17
| | |
| | * Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-17
| | |\ | | |/ | |/|