aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
Commit message (Collapse)AuthorAge
...
| | * restore original scroll bahviourGravatar Robert Manea2009-10-24
| | |
| | * updated READMEGravatar Robert Manea2009-10-21
| | |
| * | Merge branch 'experimental' of git://github.com/robm/uzbl into keis-mergeGravatar Mason Larobina2009-10-21
| |\|
| | * fix automatic insert mode settingGravatar Robert Manea2009-10-20
| | |
| | * added automatic switching to insert mode if a text field has initial focusGravatar Robert Manea2009-10-20
| | |
| | * added ROOT_ACTIVE eventGravatar Robert Manea2009-10-19
| | |
| | * added FORM_ACTIVE event and config exampleGravatar Robert Manea2009-10-19
| | |
| | * added menu_* commands for all contextsGravatar Robert Manea2009-10-19
| | |
| | * changed menu_add syntay to: menu_add <label> = <command>Gravatar Robert Manea2009-10-18
| | |
| | * added menu_add_separator commandGravatar Robert Manea2009-10-18
| | |
| | * added menu_add examples to configGravatar Robert Manea2009-10-18
| | |
| * | Update example config with cmd-edit bindings.Gravatar keis2009-10-16
| |/
* / show-off new prompt feature.Gravatar keis2009-10-13
|/
* miscGravatar Dieter Plaetinck2009-10-06
|
* Use a cursor instead of split cmd strings & new keycmd events.Gravatar Mason Larobina2009-09-30
|
* Updated config with new $PATH-like "dir1:dir2:dir3:script" spawn formatGravatar Mason Larobina2009-09-25
|
* Update config as insert mode no longer updates modcmd's.Gravatar Mason Larobina2009-09-22
|
* Made modcmd updating optional. Used when in insert mode.Gravatar Mason Larobina2009-09-22
|
* on_event now transforms "%@ %1 %2.." into "<all args> <arg1> <arg2>.."Gravatar Mason Larobina2009-09-22
|
* Unicode support for the EM and sprite option for the progress plugin.Gravatar Mason Larobina2009-09-22
|
* Reset progress bar on LOAD_COMMITGravatar Mason Larobina2009-09-21
|
* Added progress_bar plugin and updated config with examples.Gravatar Mason Larobina2009-09-21
|
* Added on_event plugin and replaced the load_{start|commit|finish}_handler'sGravatar Mason Larobina2009-09-21
|
* Broke up status_format in the config into manageable pieces.Gravatar Mason Larobina2009-09-20
|
* Added new binding syntax which allows setting a customisable prompt mid-bind.Gravatar Mason Larobina2009-09-20
|
* Use uzbl-browser and cookie daemon by default in the sample config.Gravatar Mason Larobina2009-09-20
|
* Updated sample config with mode plugin config examples.Gravatar Mason Larobina2009-09-20
|
* apply new binds syntaxGravatar Dieter Plaetinck2009-09-18
|
* dont put too specific system details in useragent by defaultGravatar Dieter Plaetinck2009-09-12
|
* Merge branch 'experimental' into bf2Gravatar Tom Adams2009-08-26
|\ | | | | | | | | Conflicts: examples/config/uzbl/config
* | Don't reset keycmd in load_start_cb.Gravatar Tom Adams2009-08-26
| | | | | | | | | | | | | | | | To emulate the old functionality, include 'set keycmd = ' in your load_start_handler. Fixes: FS#86 - Command resets on load finish
* | Remove redundant history_handler.Gravatar Tom Adams2009-08-26
| |
| * Added scheme_handler callback.Gravatar Tom Adams2009-07-19
|/ | | | | | | Conflicts: uzbl.c uzbl.h
* document fixes + document all variables/constants in readme, so example ↵Gravatar Dieter Plaetinck2009-07-17
| | | | config can be a bit cleaner
* tidy up move to expand()Gravatar Robert Manea2009-07-13
|
* updated readme and example configGravatar Brendan Taylor2009-07-12
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Brendan Taylor2009-07-11
|\ | | | | | | | | | | | | replace-expand-template Conflicts: uzbl.c
| * Added new_window handler.Gravatar Tom Adams2009-07-11
| |
* | use expand instead of expand_template for useragent.Gravatar Brendan Taylor2009-07-07
|/
* typosGravatar Sylvester Johansson2009-06-30
|
* keybind to start a new uzbl instance from the page in primary selectionGravatar Dieter Plaetinck2009-06-08
|
* slightly better example config with a few new cool examplesGravatar Dieter Plaetinck2009-06-08
|
* fix quotes regressionGravatar Dieter Plaetinck2009-06-08
|
* israellevins zoom_type togglingGravatar Dieter Plaetinck2009-06-08
|
* fixes to make the dir refactoring workGravatar Dieter Plaetinck2009-06-07
|
* make the whole xdg/dev directories /configs etc more sense making. now ↵Gravatar Dieter Plaetinck2009-06-07
theres just one config you can directly copy into your home and use without editing. the same config can be used while developing, the Makefile just overrides 2 xdg variables. also the scripts can be a bit simpler now