aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data
Commit message (Expand)AuthorAge
* Added key ignoring by glob pattern and modmapping cleanup.Gravatar Mason Larobina2009-11-19
* Allow single character modkeys using modmaps.Gravatar Mason Larobina2009-11-19
* General bugfixes in the bind plugin.Gravatar Mason Larobina2009-11-19
* simplify PREFIX logic in EMGravatar Dieter Plaetinck2009-11-11
* Remove useless event manager imports.Gravatar Mason Larobina2009-11-11
* Remove useless echo command in on_event.pyGravatar Mason Larobina2009-11-11
* Give all instances access to the global config dict.Gravatar Mason Larobina2009-11-11
* uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11
* Added INJECT_KEYCMD and APPEND_KEYCMD events in keycmd.pyGravatar Mason Larobina2009-11-04
* Improved support for prompts with default values in bind plugin.Gravatar Mason Larobina2009-11-03
* Merge branch 'prompt' of git://github.com/keis/uzbl into promptGravatar Mason Larobina2009-11-03
|\
* | Always convert relative paths to full paths in the EM.Gravatar Mason Larobina2009-11-03
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into promptGravatar keis2009-10-28
| |\ | |/ |/|
* | Added --auto-close option to the event manager.Gravatar Mason Larobina2009-10-27
* | Remove the hard-coded /usr/local/.. path in event_manager.pyGravatar Mason Larobina2009-10-27
* | Remove debug print.Gravatar Mason Larobina2009-10-26
* | Remove useless update_gui commands in the EM plugins.Gravatar Mason Larobina2009-10-26
* | Fix <ISO_*> key filtering.Gravatar Mason Larobina2009-10-26
* | Replaced make_simple function with mod-mapping ability in keycmd plugin.Gravatar Mason Larobina2009-10-26
* | Only make a bind global if its a mod-bind.Gravatar Mason Larobina2009-10-26
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into promptGravatar David Keijser2009-10-25
| |\ | |/ |/|
* | Catch attempts to write to a closed socket in the EM.Gravatar Mason Larobina2009-10-25
* | bind.py and keycmd.py plugins refactor & cleanup after keis merge.Gravatar Mason Larobina2009-10-25
* | Merge branch 'experimental' of git://github.com/mason-larobina/uzbl into new-...Gravatar keis2009-10-16
|\ \
* | | Update documentation strings and minor changes.Gravatar keis2009-10-15
* | | add symolic indexes to set_cursor_posGravatar keis2009-10-15
* | | Make prompts work again.Gravatar keis2009-10-15
* | | add event to execute current keycmd.Gravatar keis2009-10-15
* | | add backspace event.Gravatar keis2009-10-15
* | | add event to strip last word from keycmd.Gravatar keis2009-10-15
* | | add methods to KeyLet to extract mod and key -cmd parts.Gravatar keis2009-10-15
* | | add keyword to update_event to update the keycommand without executing the co...Gravatar keis2009-10-15
* | | track all keys in held, remove hardcoded bindings.Gravatar keis2009-10-15
| * | Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15
* | | Allow single char modkeys.Gravatar keis2009-10-14
|/ /
| * default values for prompts.Gravatar keis2009-10-13
|/
* Use a cursor instead of split cmd strings & new keycmd events.Gravatar Mason Larobina2009-09-30
* Merge branch 'commandline-editing' of git://github.com/keis/uzbl into experim...Gravatar Mason Larobina2009-09-30
|\
* | Use the cleaner connect_dict function for adding multiple events.Gravatar Mason Larobina2009-09-30
| * add simple commandline-ish editingGravatar keis2009-09-29
* | Raise errors on null arguments to bind and on_event parsers.Gravatar Mason Larobina2009-09-22
* | Fixed "config[key] = value" and "uzbl.set(key, value)" behaviour.Gravatar Mason Larobina2009-09-22
* | Make sure event name is capitalised.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
* | Added a plugin template for the event manager.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
* | Allow events received from uzbl-core to contain no arguments.Gravatar Mason Larobina2009-09-21