aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Expand)AuthorAge
* 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 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
* | 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
* | Use the one event dispatching function.Gravatar Mason Larobina2009-09-20
* | Updated sample config with mode plugin config examples.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
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-09-19
|\ \
| * | apply new binds syntaxGravatar Dieter Plaetinck2009-09-18
* | | 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
* | Moved the uzbl config dict into its own config.py plugin.Gravatar Mason Larobina2009-09-15
* | Socket communication bug resolved so remove test binds.Gravatar Mason Larobina2009-09-15
|/
* comment updateGravatar Dieter Plaetinck2009-09-13
* support focusing next/prev windowGravatar Dieter Plaetinck2009-09-13
* sample wmii integration scriptGravatar Dieter Plaetinck2009-09-13
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into event-mess...Gravatar Mason Larobina2009-09-12
|\
| * Merge branch 'experimental' into event-messagesGravatar Dieter Plaetinck2009-09-12
| |\
| | * dont put too specific system details in useragent by defaultGravatar Dieter Plaetinck2009-09-12
* | | Working bind plugin re-write & bindable space in keycmd plugin.Gravatar Mason Larobina2009-09-11
* | | Moved Handler's handler_exec function to the uzbl instance class.Gravatar Mason Larobina2009-09-11
* | | Use new __export__ variable to set the bind export.Gravatar Mason Larobina2009-09-11
* | | Removed unnecessary class & commented code in the keycmd plugin.Gravatar Mason Larobina2009-09-11
* | | Removed "def export_name(..):" in favour of "__export__ = ['name',]"Gravatar Mason Larobina2009-09-11
| | * New fifo command bring_to_front brings window to focus (uzbl_tabbed.py)Gravatar Devon Jones2009-09-10
* | | Added listen_from_uzbl_socket added various command line options.Gravatar Mason Larobina2009-09-10
|/ /
| * 80 character line limit enforcement.Gravatar Mason Larobina2009-09-08