aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/plugins
Commit message (Expand)AuthorAge
* Use new export mechanism in all plugins.Gravatar Mason Larobina2010-01-01
* Keycmd plugin now sets raw_{key,mod}cmd vars and updated title format.Gravatar Mason Larobina2009-12-26
* Moved expand function to external plugin to reduce code duplication.Gravatar Mason Larobina2009-12-24
* Added the escaped and quoted %r replace for on_event and bind args.Gravatar Mason Larobina2009-12-23
* Merge branch 'onexec-nonarg-binds'Gravatar Mason Larobina2009-12-20
|\
| * New bind class that's onexec & nonarg when a bind ends in a '!'.Gravatar Mason Larobina2009-12-17
* | Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-17
|\|
| * No need to localise the held variable.Gravatar Mason Larobina2009-12-17
* | Merge branch 'master' into mode-bindsGravatar Mason Larobina2009-12-14
|\|
| * Make sure the config keys for all possible completions are known.Gravatar Mason Larobina2009-12-14
* | Removing call to deprecated function.Gravatar Mason Larobina2009-12-13
* | Unbreak <prompt!command> stack binds.Gravatar Mason Larobina2009-12-12
* | Initial commit of mode binding support.Gravatar Mason Larobina2009-12-12
|/
* Left in unused pprint lib.Gravatar Mason Larobina2009-12-06
* Multiple stack binds that have the same prefix now work.Gravatar Mason Larobina2009-12-06
* Standardise expansion across plugins.Gravatar Mason Larobina2009-12-06
* Fixed problem with keys persisting after their release events.Gravatar Mason Larobina2009-12-04
* Renamed {MOD,KEY}CMD_CLEAR to {MOD,KEY}CMD_CLEARED to reduce confusion.Gravatar Mason Larobina2009-12-04
* The MODE_CONFIG event was triggering itself in the bind plugin.Gravatar Mason Larobina2009-12-03
* Was raising an exception that didn't exist.Gravatar Mason Larobina2009-12-03
* Keycmd and mode plugin config setting optimisations.Gravatar Mason Larobina2009-12-01
* Added example in the config to reset the keycmd on page navigation.Gravatar Mason Larobina2009-12-01
* Made force default to False and added config attribute.Gravatar Mason Larobina2009-12-01
* Clear keycmd & modcmd on mode change.Gravatar Mason Larobina2009-11-29
* Merge branch 'modkey-addition' into experimentalGravatar Mason Larobina2009-11-29
|\
* | Correctly implemented stack mode usage in the bind plugin.Gravatar Mason Larobina2009-11-29
* | Add force option to set in config plugin.Gravatar Mason Larobina2009-11-29
* | Refactor mode plugin, remove load_reset function.Gravatar Mason Larobina2009-11-29
| * Added modkey addition to keycmd plugin.Gravatar Mason Larobina2009-11-28
|/
* Removed stack mode requirement for stacked bindings in bind plugin.Gravatar Mason Larobina2009-11-26
* Forgot to clear the keycmd if no default value being set.Gravatar Mason Larobina2009-11-25
* Show the completion list before completing when partial in hints list.Gravatar Mason Larobina2009-11-25
* Set completions also complete the '='.Gravatar Mason Larobina2009-11-25
* Complete partials as variables when preceded with 'set '.Gravatar Mason Larobina2009-11-25
* Revert stupid idea of using %@ instead of %s.Gravatar Mason Larobina2009-11-24
* Mode plugin cleanup & removed hardcoded KEY_PRESS action.Gravatar Mason Larobina2009-11-24
* Remove redundant print in bind.Gravatar Mason Larobina2009-11-24
* Put whitespace around modcmd.Gravatar Mason Larobina2009-11-24
* Added in distinction between START_COMPLETION events and keycmd updates.Gravatar Mason Larobina2009-11-24
* Respect the keycmd_updates var and don't raise KEYCMD_UPDATES at all.Gravatar Mason Larobina2009-11-23
* Fixed keycmd blanking issue.Gravatar Mason Larobina2009-11-21
* Alpha keycmd completion plugin commit. A few bugs remaining.Gravatar Mason Larobina2009-11-21
* 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
* Remove useless event manager imports.Gravatar Mason Larobina2009-11-11
* Remove useless echo command in on_event.pyGravatar Mason Larobina2009-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 'experimental' of git://github.com/Dieterbe/uzbl into promptGravatar keis2009-10-28
|\