aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts
Commit message (Expand)AuthorAge
...
* | 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
* | 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
| |\
* | | 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
* | Improved key/command/mod-command handling in keycmd.py plugin.Gravatar Mason Larobina2009-09-08
* | Deleted plugins: dump_config & echo_keys. Reason: messy & useless.Gravatar Mason Larobina2009-09-08
* | Spell Dieter's name correctly.Gravatar Mason Larobina2009-09-08
| * multiline tablistGravatar Dieter Plaetinck2009-09-07
| |\
* | | Forgot to reassign commmand variable.Gravatar Mason Larobina2009-09-08
* | | Update keycmd in uzbl on keycmd raise event.Gravatar Mason Larobina2009-09-08
* | | Custom event raising, added keycmd plugin & made handler class.Gravatar Mason Larobina2009-09-08
| | * Fixed wonky patch & added in gtk_refresh option.Gravatar Mason Larobina2009-09-07
| | * Multiline tablist patch.Gravatar Jake Probst2009-09-07
* | | Functions in plugins that look like "export_<name>" become uzbl.<name>Gravatar Mason Larobina2009-09-07
* | | Added flush commands to internal event handlers FIFO_SET and SOCKET_SETGravatar Mason Larobina2009-09-07
* | | Removed useless code comments & renamed ambiguous variable names.Gravatar Mason Larobina2009-09-06
* | | Config type checking, events +SOCKET_SET -COOKIE & dump config on load.Gravatar Mason Larobina2009-09-06
* | | event_messages.py rewrite with plugin support and two example plugins.Gravatar Mason Larobina2009-09-06
* | | move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' scri...Gravatar Dieter Plaetinck2009-09-05
| * | add stupid note about socat would be better for reloading.. in theoryGravatar Dieter Plaetinck2009-09-04
| |/
| * Use pprint to dump the config dict on -v (uzbl_tabbed.py)Gravatar Mason Larobina2009-09-04
| * Remove redundant code in cookie_daemon.pyGravatar Mason Larobina2009-09-04
* | use python based event manager instead of sh one. posix sh was a dead endGravatar Dieter Plaetinck2009-09-04
* | todo updatesGravatar Dieter Plaetinck2009-09-03