aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts
Commit message (Expand)AuthorAge
* Create sockets before daemonising in uzbl-{cookie-daemon,event-manager}.Gravatar Mason Larobina2009-12-17
* Clear the keycmd after link follow.Gravatar Mason Larobina2009-12-13
* Print all events, store the instance pid and check event name.Gravatar Mason Larobina2009-12-13
* Pylint rating of the EM raised to 9.38/10.Gravatar Mason Larobina2009-12-01
* Use builtin and default library functions over custom functions.Gravatar Mason Larobina2009-12-01
* added scroll-percentage.js and config exampleGravatar Rob2009-11-30
* Stripped some weird utf8 characters (\xc2\xa0) from extedit.jsGravatar Mason Larobina2009-11-30
* rename editor var to external_editorGravatar Rob2009-11-30
* added extedit.js and config examples for itGravatar Rob2009-11-30
* Fix security holesGravatar Andy Spencer2009-11-29
* remove old/deprecated scriptsGravatar Dieter Plaetinck2009-11-29
* Revert "Merge branch 'security' of git://lug.rose-hulman.edu/~spenceal/uzbl i...Gravatar Mason Larobina2009-11-29
* Merge branch 'security' of git://lug.rose-hulman.edu/~spenceal/uzbl into expe...Gravatar Mason Larobina2009-11-24
|\
* | Fixed extreme security hole in scheme.py allowing arbitrary commandGravatar Mason Larobina2009-11-24
* | Indent event printing & strip outgoing commands.Gravatar Mason Larobina2009-11-24
| * Fix security holesGravatar Andy Spencer2009-11-23
* | simplify PREFIX logic in EMGravatar Dieter Plaetinck2009-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
|/
* Always convert relative paths to full paths in the EM.Gravatar Mason Larobina2009-11-03
* 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
* Catch attempts to write to a closed socket in the EM.Gravatar Mason Larobina2009-10-25
* Added multi-instance managing to event_manager.pyGravatar Mason Larobina2009-10-15
* 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
* | 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
* | Added new binding syntax which allows setting a customisable prompt mid-bind.Gravatar Mason Larobina2009-09-20
* | Use the one event dispatching function.Gravatar Mason Larobina2009-09-20
* | Clear keycmd on load_start not load_commitGravatar Mason Larobina2009-09-20
* | Use mode_indicator instead of indicator.Gravatar Mason Larobina2009-09-20
* | Fixed keycmd modification.Gravatar Mason Larobina2009-09-19
* | Finished alpha mode plugin.Gravatar Mason Larobina2009-09-19
* | Ensure the value is a string before checking for newline characters.Gravatar Mason Larobina2009-09-17
* | Check 'keycmd' key exists before referencing.Gravatar Mason Larobina2009-09-16
* | Removed "<a><b>c" binding ability after horrifing bug discovered.Gravatar Mason Larobina2009-09-16
* | Event message format changed to "EVENT [12345] name args"Gravatar Mason Larobina2009-09-15