aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' ↵Gravatar Dieter Plaetinck2009-09-05
| | | | script which wraps around it to make the browser
* 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
|
* fix for KEY_PRESS + no more need for ugly fifo assignmentsGravatar Dieter Plaetinck2009-09-03
|
* prefix events with "EVENT " for easier filteringGravatar Dieter Plaetinck2009-09-03
|
* refactored dispatcher that supports getting fifo path from eventGravatar Dieter Plaetinck2009-09-03
|
* add sample key handler from RobM. taken from ↵Gravatar Dieter Plaetinck2009-09-03
| | | | http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-August/000261.html
* Merge commit 'remotes/holizz/nouzblctrl' into experimentalGravatar Dieter Plaetinck2009-08-26
|\
* \ Merge branch 'experimental' into bf2Gravatar Tom Adams2009-08-26
|\ \ | | | | | | | | | | | | Conflicts: examples/config/uzbl/config
* | | Don't reset keycmd in load_start_cb.Gravatar Tom Adams2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | To emulate the old functionality, include 'set keycmd = ' in your load_start_handler. Fixes: FS#86 - Command resets on load finish
* | | Remove redundant history_handler.Gravatar Tom Adams2009-08-26
| | |
| * | Merge commit 'pawelz/experimental' into experimentalGravatar Dieter Plaetinck2009-08-25
| |\ \
| * | | merge holizz' scheme handlerGravatar Dieter Plaetinck2009-08-25
|/| | |
| | | * Remove uzblctrl - use socat instead.Gravatar Tom Adams2009-08-24
| |_|/ |/| |
| | * Pass proxy_url to download handlerGravatar Paweł Zuzelski2009-08-21
| |/ |/| | | | | | | | | | | Pass the value of proxy_url variable as optional 9th argument of download handler. Added support for http proxy to the example download handler script. Updated README file.
* | General code and comment cleanups in cookie_daemon.pyGravatar Mason Larobina2009-08-10
| |
* | Fix docstringGravatar Mason Larobina2009-08-09
| |
* | Fix wording in docstring.Gravatar Mason Larobina2009-08-09
| |
* | cookie_daemon.py now has a 9.78/10 pylint rating.Gravatar Mason Larobina2009-08-09
| |
* | Merge branch 'cookie_daemon' into experimentalGravatar Mason Larobina2009-08-09
|\ \
| * | Minor changes to cookie_daemon.pyGravatar Mason Larobina2009-08-09
| | |
* | | Cleaned up trailing whitespace.Gravatar Mason Larobina2009-08-09
| | |
| * | Add option to cookie_daemon.py to not write cookies to disk.Gravatar Tom Adams2009-08-08
|/ /
* | Added link to cookie_daemon.py wiki page.Gravatar Mason Larobina2009-08-09
| |
* | Removed redundant --daemon-mode command & fixed broken socket errorsGravatar Mason Larobina2009-08-09
| |
* | Merge branch 'experimental' into cookie_daemonGravatar Mason Larobina2009-08-08
|\ \
| * \ Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into experimentalGravatar Mason Larobina2009-08-08
| |\ \
* | | | Added command line options to cookie_daemon.pyGravatar Mason Larobina2009-08-08
| | | |
| | * | removed html_mode in favour of "data URI scheme"Gravatar Robert Manea2009-08-07
| | | |
* | | | Removed trailing whitespace from cookie_daemon.pyGravatar Mason Larobina2009-08-02
| | | |
* | | | Merge branch 'experimental' into cookie_daemonGravatar Mason Larobina2009-08-02
|\| | |
| * | | Fix code comment.Gravatar Mason Larobina2009-08-01
| |/ /
| * | Removed trailing whitespace from uzbl_tabbed.pyGravatar Mason Larobina2009-07-31
| | |
| * | Improvements made to the uzbl_tabbed.py fifo init and fifo cleanup code.Gravatar Mason Larobina2009-07-31
| | |
* | | Merge branch 'experimental' into cookie_daemonGravatar Mason Larobina2009-07-30
|\| |
| * | Added simple command line option parsing to uzbl_tabbed.pyGravatar Mason Larobina2009-07-29
| | |
* | | Close socket after the handle_request function not inside handle_requestGravatar Mason Larobina2009-07-28
| | |
* | | cookie_daemon.py now deletes abandoned cookie daemon sockets.Gravatar Mason Larobina2009-07-27
| | |
* | | Also chmod(cookie_jar, 0600) in cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | |
* | | Fix comment, minor update.Gravatar Mason Larobina2009-07-26
| | |
* | | Several bug fixes to cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | |
* | | Verbosify cookie_daemon.pyGravatar Mason Larobina2009-07-26
| | |
* | | Update docstring.Gravatar Mason Larobina2009-07-26
| | |
* | | Typo fix.Gravatar Mason Larobina2009-07-26
| | |
* | | Initial commit of cookie_daemon.pyGravatar Mason Larobina2009-07-26
|/ /
* | indentation fixGravatar Mason Larobina2009-07-26
| |
| * Make scheme.py a better example.Gravatar Tom Adams2009-07-25
| |
* | Use #!/usr/bin/env python instead of #!/usr/bin/pythonGravatar Mason Larobina2009-07-24
| |
* | Bugfix: Accidentally broke non-json session loading.Gravatar Mason Larobina2009-07-22
| |
* | Added dependencies section to the top of uzbl_tabbed.pyGravatar Mason Larobina2009-07-22
| |