aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* re-enable bookmarks script, make builtin-bookmarking compatible + allow ↵Gravatar Dieter Plaetinck2009-10-25
| | | | reloading config without reloading home page
* 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
| |
* | Update example config with cmd-edit bindings.Gravatar keis2009-10-16
| |
* | Merge branch 'experimental' of git://github.com/mason-larobina/uzbl into ↵Gravatar keis2009-10-16
|\| | | | | | | | | | | | | new-modcmd Conflicts: examples/data/uzbl/plugins/bind.py
* | 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
| | | | | | | | | | | | | | For now treats all single-depth modcmds as commands that should be executed regardless of context, global commands. globalness should perhaps by expressed in the bind event instead.
* | 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 ↵Gravatar keis2009-10-15
| | | | | | | | command.
* | track all keys in held, remove hardcoded bindings.Gravatar keis2009-10-15
| |
| * Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Moved plugin directory from './examples/data/scripts/plugins' to './examples/data/'. 2. Broke up the plugin manager class into two small functions. 3. Removed the handler objects ability to have non-callable handlers given that there is a perfectly good on_event.py plugin which can do exactly the same. 4. Gave event_manager daemon abilities similar to the cookie_daemon. 5. Using pid to track the event manager daemons running status. 6. Added the ability to load plugins from multiple locations. 7. Removed all outgoing message queues as this work-around is no longer required after the newly added --connect-socket uzbl-core ability. 8. Removed native stdin/fifo reading ability. Use socat if required. 9. Updated uzbl-browser script to load example cookie_daemon if cookie_daemon is not in $XDG_DATA_HOME/uzbl/scripts/ 10. Added a new event_manager.py launcher uzbl-daemon. 11. Updated make test-dev-browser target to test uzbl-daemon also. 12. Added init like {start|stop|restart} to the event manager. 13. Added a fourth 'list' option to {start|stop|..} to list the plugins and dirs of each plugin that would be loaded by the event manager.
* | Allow single char modkeys.Gravatar keis2009-10-14
|/
* miscGravatar Dieter Plaetinck2009-10-06
|
* 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 ↵Gravatar Mason Larobina2009-09-30
|\ | | | | | | | | | | | | experimental Conflicts: examples/data/uzbl/scripts/plugins/keycmd.py
* | Use the cleaner connect_dict function for adding multiple events.Gravatar Mason Larobina2009-09-30
| |
| * add simple commandline-ish editingGravatar keis2009-09-29
| |
* | Updated config with new $PATH-like "dir1:dir2:dir3:script" spawn formatGravatar Mason Larobina2009-09-25
| |
* | Raise errors on null arguments to bind and on_event parsers.Gravatar Mason Larobina2009-09-22
| |
* | Update config as insert mode no longer updates modcmd's.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
| |
* | Added on_event plugin and replaced the load_{start|commit|finish}_handler'sGravatar Mason Larobina2009-09-21
| |
* | Naming consistency fix.Gravatar Mason Larobina2009-09-20
| |
* | 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
| |