aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
Commit message (Collapse)AuthorAge
...
| * 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>
* 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 singlepagenessGravatar Dieter Plaetinck2009-12-20
|/
* Merge remote branch 'jason/geometry-maximized' into experimentalGravatar Dieter Plaetinck2009-12-08
|\
* \ Merge branch 'master' into experimentalGravatar Dieter Plaetinck2009-12-08
|\ \
| | * added support for geometry=maximizedGravatar Jason Woofenden2009-12-08
| | |
| * | README spellingGravatar Jason Woofenden2009-12-08
| |/
* / support executing commands both through shell and directlyGravatar Dieter Plaetinck2009-12-06
|/
* added @<+file.js>@ capability and documentationGravatar Rob2009-12-03
|
* document BUITLINS eventGravatar Rob2009-11-20
|
* Merge branch 'experimental' of git://github.com/robm/uzbl into experimentalGravatar Mason Larobina2009-11-19
|\
| * added search_clear commandGravatar Rob2009-11-19
| |
* | Merge remote branch 'rob/experimental' into experimentalGravatar Dieter Plaetinck2009-11-12
|\|
| * added COMMAND_ERROR eventGravatar Rob2009-11-12
| |
* | doc fixGravatar Dieter Plaetinck2009-11-11
|/
* Merge remote branch 'np/scrolling-docs' into experimentalGravatar Dieter Plaetinck2009-11-08
|\
* | make event listing more clearGravatar Dieter Plaetinck2009-11-08
| |
* | fix strings so they can be rendered decently by markdownGravatar Dieter Plaetinck2009-11-08
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Rob2009-11-08
|\ \
| * | update NAME documentationGravatar Dieter Plaetinck2009-11-07
| | |
* | | added PLUG_CREATED eventGravatar Rob2009-11-06
|/ /
* | added FILE_INCLUDED eventGravatar Rob2009-11-03
| |
* | added include commandGravatar Rob2009-11-03
| |
| * Update docs about scrollingGravatar Nicolas Pouillard2009-11-02
|/
* removed update_gui commandGravatar Robert Manea2009-10-26
|
* update readme, faq and installation instructions for the new stuffGravatar Dieter Plaetinck2009-10-25
|
* Merge branch 'master' of git://github.com/bct/uzbl into experimentalGravatar Robert Manea2009-10-24
|\ | | | | | | | | Conflicts: uzbl-core.c
* | updated READMEGravatar Robert Manea2009-10-21
| |
* | added menu_* commands for all contextsGravatar Robert Manea2009-10-19
| |
* | changed menu_add syntay to: menu_add <label> = <command>Gravatar Robert Manea2009-10-18
| |
* | document menu_* commandsGravatar Robert Manea2009-10-18
| |
| * Merge remote branch 'dieterbe/experimental'Gravatar Brendan Taylor2009-10-12
| |\ | |/ |/| | | | | Conflicts: uzbl-core.c
* | A few words in README for the auto-appending of file://Gravatar Olivier Schwander2009-10-07
| |
* | Add xmonad to the list of nice windows managersGravatar Olivier Schwander2009-10-07
| |
* | deprecate insert/command mode, always_insert_mode, mode indicators, in favor ↵Gravatar Dieter Plaetinck2009-09-19
| | | | | | | | of soon to be implemented EM replacements. uzbl-core now only knows if it should forward_keys to the webkitview or not