aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* correct order of sectionsGravatar Dieter Plaetinck2009-09-05
|
* add few more thoughts/todos + implementation proposalsGravatar Dieter Plaetinck2009-09-05
|
* todo updatesGravatar Dieter Plaetinck2009-09-04
|
* use python based event manager instead of sh one. posix sh was a dead endGravatar Dieter Plaetinck2009-09-04
|
* Merge branch 'event-messages' of git://github.com/Dieterbe/uzbl into ↵Gravatar Robert Manea2009-09-04
|\ | | | | | | | | | | | | event-messages Conflicts: uzbl.c
| * 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
| |
| * FIFO_SET eventGravatar Dieter Plaetinck2009-09-03
| |
| * make target to test dispatcherGravatar Dieter Plaetinck2009-09-03
| |
| * VARIABLE_SET eventGravatar Dieter Plaetinck2009-09-03
| |
| * first steps towards docs, (improved) todo, add key_release skeletonGravatar 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 branch 'experimental' into event-messagesGravatar Dieter Plaetinck2009-09-03
| |\
| | * stupid doc updateGravatar Dieter Plaetinck2009-09-03
| | |
| | * more reasonable max_conns{,_host}Gravatar Dieter Plaetinck2009-08-26
| | |
| | * add socat to list of recommended toolsGravatar Dieter Plaetinck2009-08-26
| | |
| | * Merge commit 'remotes/holizz/nouzblctrl' into experimentalGravatar Dieter Plaetinck2009-08-26
| | |\
| | * | post-history-handler-deprecation documentation updateGravatar Dieter Plaetinck2009-08-26
| | | |
| | * | Merge commit 'remotes/holizz/bf2'Gravatar Dieter Plaetinck2009-08-26
| | |\ \
| | * | | authors fileGravatar 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
| | | * | Only exit insert mode if !always_insert_mode.Gravatar uranther2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes: FS#78 - always_insert_mode not working
| | | * | PREFIX is /usr/local by default, not /usr.Gravatar Tom Adams2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: FS#80 - PREFIX should not be /usr FS#84 - Installation path should default to /usr/local, not /usr
| | | * | Remove redundant history_handler.Gravatar Tom Adams2009-08-26
| | | | |
| | * | | Merge commit 'remotes/holizz/home-and-end' into experimentalGravatar Dieter Plaetinck2009-08-25
| | |\ \ \
| | * | | | update authors fileGravatar Dieter Plaetinck2009-08-25
| | | | | |
| | * | | | 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.
* | | | | added geometry variableGravatar Robert Manea2009-08-21
| | | | |
* | | | | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Robert Manea2009-08-21
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | event-messages
| | | | * Send Home and End straight to WebKit too.Gravatar Tom Adams2009-08-19
| | |_|/ | |/| |
| * | | 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 unused prototypeGravatar Robert Manea2009-08-07
| | | | | |