aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts
Commit message (Expand)AuthorAge
* merge in changes from masterGravatar Dieter Plaetinck2010-01-02
|\
* | authors file updatesGravatar Dieter Plaetinck2010-01-02
* | uzbl-tabbed: add a tab_indexes optionGravatar Simon Lipp2010-01-03
* | uzbl-tabbed: get rid of update-tablist timerGravatar Simon Lipp2010-01-03
* | implemented new actions for uzbl_tabbedGravatar Simon Lipp2010-01-03
* | uzbl-tabbed:Gravatar Simon Lipp2010-01-03
* | uzbl-tabbed changes :Gravatar Simon Lipp2010-01-03
* | uzbl-tabbed: get UzblInstance out of UzblTabbedGravatar Simon Lipp2010-01-03
* | uzbl-tabbed: don't use uzbl fifoGravatar Simon Lipp2010-01-03
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2010-01-03
|\ \
| | * Merge branch 'master' of git://github.com/Dieterbe/uzblGravatar Mason Larobina2010-01-02
| | |\ | | |/ | |/|
| * | fixed http://www.uzbl.org/bugs/index.php?do=details&task_id=165Gravatar tczy2010-01-01
| * | uzbl-tabbed bind '@' fixGravatar tczy2010-01-01
| | * Correctness re-write of the export mechanism.Gravatar Mason Larobina2010-01-01
| |/
* / Moved xdghome function out of config section.Gravatar Mason Larobina2010-01-01
|/
* 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