aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.h
Commit message (Collapse)AuthorAge
* remove special handling of the SELECTION_CHANGED eventGravatar Brendan Taylor2012-04-21
| | | | | fixes #296 (primary selection replaces content of clipboard) fixes slow insertion in some textareas (#295 ?)
* remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| | | | | | it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
* move uri_change_cb to variablesGravatar David Keijser2011-05-30
|
* move variable callback functions into variables.cGravatar David Keijser2011-05-30
|
* split commands from uzbl-core.cGravatar David Keijser2011-05-24
|
* macroify some repetitive code in callbacks.cGravatar Brendan Taylor2011-05-23
|
* Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
| * wrap DOM callbacks in version checkGravatar David Keijser2011-05-09
| |
* | load_error_cb should return gbooleanGravatar Brendan Taylor2011-05-01
| |
| * add focus and blur events from DOMGravatar keis2011-04-29
| |
* | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-05
|\|
| * change @uri when the fragment identifier changesGravatar Brendan Taylor2011-03-05
| |
| * add current_encoding variableGravatar Brendan Taylor2011-02-25
| |
* | fix phantom scrollbarsGravatar keis2011-02-25
|/
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
|\ | | | | | | | | Conflicts: Makefile
| * add accept_languages settingGravatar Brendan Taylor2011-01-03
| |
* | remove talk_to_socket and all its associated bitsGravatar Brendan Taylor2010-12-28
|/
* let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
|
* change disable_pagecache to enable_pagecache (i was wrong about webkit's ↵Gravatar Brendan Taylor2010-11-15
| | | | default)
* Merge commit '9611080ef53ab8e45a4b'Gravatar Brendan Taylor2010-11-13
|\
* \ Merge branch 'dev/fix-deprecated-signals'Gravatar Brendan Taylor2010-11-05
|\ \
| * | use notify::load-status instead of deprecated load* signalsGravatar Brendan Taylor2010-10-26
| | |
* | | Merge branch 'dev/scroll-percentage-by-scrollbars'Gravatar Brendan Taylor2010-10-22
|\ \ \
| * | | Add SCROLL_VERT and SCROLL_HORIZ eventsGravatar Ben Boeckel2010-10-22
| |/ /
* | | Merge branch 'dev/status-fixes'Gravatar Brendan Taylor2010-10-21
|\ \ \
| * | | don't parse and set status background every time the status bar is redrawnGravatar Brendan Taylor2010-10-21
| |/ /
* / / move cookie handling into a subclass of SoupCookieJarGravatar Brendan Taylor2010-09-30
|/ / | | | | | | this cleans up the code and slightly improves efficiency.
| * Enable webkit pagecache by defaultGravatar Lars-Dominik Braun2010-09-05
|/
* Merge branch 'jscookies' of git://git.cssx.ch/forks/uzbl into experimentalGravatar Rob2010-03-22
|\ | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | Fixed window.open and javascript links that open new windowsGravatar Jake Probst2010-03-22
| |
* | Make the `uri` command a wrapper around `set uri = ..`Gravatar Mason Larobina2010-03-21
| |
| * Cleaned up cookie handling codeGravatar Cedric Staub2010-03-02
| |
| * Use SoupCookieJar to handle JavaScript cookiesGravatar Cedric Staub2010-02-17
|/
* resource-request-startingGravatar Andrea Marchesini2010-02-13
|
* mouse pointer eventsGravatar Igor Bogomazov2010-01-25
|
* 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