aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Fix comment in config.Gravatar Mason Larobina2009-11-19
|
* Remove test ignore from config.Gravatar Mason Larobina2009-11-19
|
* 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
| | | | | | | Example: @modmap <Control> <C> @modmap <Alt> <A> @bind <C>q = exit
* General bugfixes in the bind plugin.Gravatar Mason Larobina2009-11-19
| | | | | | | | | | 1. Use sets in the keycmd plugin for the held list. 2. Remove the bind filter function in the bind plugin. 3. Compare the mod_cmd and keylet.held sets instead of using a string comparison to determine if the user is holding down the correct modkeys for any given bind. 4. Raise exceptions instead of printing errors in the bind plugin. 5. Raise the builtin SyntaxError exception for parsing failures.
* simplify PREFIX logic in EMGravatar Dieter Plaetinck2009-11-11
|
* Merge remote branch 'mason/experimental' into experimentalGravatar 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
| |
* | correctly handle potentially different prefix in sample/default configGravatar Dieter Plaetinck2009-11-11
|/
* uniformize naming of helper python scriptsGravatar Dieter Plaetinck2009-11-11
|
* added mouse binding example to configGravatar Rob2009-11-10
|
* scroll stuff: update unit tests + remove bindings that (may) conflict with ↵Gravatar Dieter Plaetinck2009-11-08
| | | | keycmd or are not needed + better default behavior for pageup and pagedown
* Merge remote branch 'np/scrolling-docs' into experimentalGravatar Dieter Plaetinck2009-11-08
|\
* | Added INJECT_KEYCMD and APPEND_KEYCMD events in keycmd.pyGravatar Mason Larobina2009-11-04
| |
* | Fixed <Escape> binding.Gravatar 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
| | |
| | * Update docs about scrollingGravatar Nicolas Pouillard2009-11-02
| |/ |/|
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into promptGravatar keis2009-10-28
| |\ | |/ |/|
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Rob2009-10-27
|\ \
| * | 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
| | |
* | | Merge branch 'master' of git://github.com/bct/uzbl into experimentalGravatar Robert Manea2009-10-25
|\ \ \
| * | | remove pointless cmd_{cookie,scheme}_handler()Gravatar Brendan Taylor2009-10-25
| | | |
| * | | Merge remote branch 'robm/experimental'Gravatar Brendan Taylor2009-10-25
| |\ \ \
| | | * | Remove debug print.Gravatar Mason Larobina2009-10-26
| |_|/ / |/| | |
* | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-10-26
|\| | |
* | | | Remove useless update_gui commands in the EM plugins.Gravatar Mason Larobina2009-10-26
| |/ / |/| |
| * | re-enable bookmarks script, make builtin-bookmarking compatible + allow ↵Gravatar Dieter Plaetinck2009-10-25
| | | | | | | | | | | | reloading config without reloading home page
* | | 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
| |\ | |/ |/| | | | | Conflicts: examples/data/uzbl/plugins/bind.py
* | Catch attempts to write to a closed socket in the EM.Gravatar Mason Larobina2009-10-25
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-10-25
|\ \
* | | bind.py and keycmd.py plugins refactor & cleanup after keis merge.Gravatar Mason Larobina2009-10-25
| | |
| * | 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
| | |