aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
Commit message (Collapse)AuthorAge
* Make the `uri` command a wrapper around `set uri = ..`Gravatar Mason Larobina2010-03-21
|
* get rid of obsolete download_handlerGravatar Rob2010-03-01
|
* fixed int to pointer comparision warningGravatar Rob2010-02-19
|
* resource-request-startingGravatar Andrea Marchesini2010-02-13
|
* mouse pointer eventsGravatar Igor Bogomazov2010-01-25
|
* check if feature is set before (un)setting featureGravatar Paweł Zuzelski2010-01-25
| | | | | Don't try to set WEBKIT_TYPE_SOUP_AUTH_DIALOG in set_authentication_handler() if it is already set. Don't try to unset it if it is not set.
* handle empty/unset authentication_handlerGravatar Paweł Zuzelski2010-01-25
| | | | | | treat empty string as unset variable. don't try to read stdout, if there is no stdout (this fixes segv reported by Dieter).
* Merge remote branch 'Dieterbe/experimental' into experimentalGravatar Paweł Zuzelski2010-01-19
|\
| * add a scrollbars_visible optionGravatar Simon Lipp2010-01-18
| |
* | authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
|/ | | | | | | | Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
* move source files from project root into src directory. Makefile is a bit ↵Gravatar Dieter Plaetinck2010-01-02
broken though