aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/plugins
Commit message (Expand)AuthorAge
* 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
|\
| * 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
|/
* 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
* Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15