aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
Commit message (Expand)AuthorAge
* remove special handling of the SELECTION_CHANGED eventGravatar Brendan Taylor2012-04-21
* Merge branch 'master' of github.com:Dieterbe/uzblGravatar Brendan Taylor2012-04-02
|\
* | Add a variable to mediate multiple button clicksGravatar Ben Boeckel2012-03-09
* | Factor out sending the eventGravatar Ben Boeckel2012-03-09
| * set last_button before trying to get click contextGravatar David Keijser2012-02-20
|/
* add request_handler hookGravatar Devin J. Pohly2011-10-27
* Get the click context all the timeGravatar Ben Boeckel2011-10-25
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\
| * remove the scrollbars_visible variableGravatar Brendan Taylor2011-07-25
| * move uri_change_cb to variablesGravatar David Keijser2011-05-30
| * move variable callback functions into variables.cGravatar David Keijser2011-05-30
| * move core variable stuff into variables fileGravatar David Keijser2011-05-25
| * reorganise uzbl-core.hGravatar David Keijser2011-05-24
| * split commands from uzbl-core.cGravatar David Keijser2011-05-24
| * don't repeat yourself.Gravatar Brendan Taylor2011-05-23
| * don't repeat yourself.Gravatar Brendan Taylor2011-05-23
| * macroify some repetitive code in callbacks.cGravatar Brendan Taylor2011-05-23
| * remove an obsolete commentGravatar Brendan Taylor2011-05-22
| * load URLs like 'host:port' without a schemeGravatar Brendan Taylor2011-05-22
| * fix opening absolute paths on the filesystemGravatar Brendan Taylor2011-05-20
| * moved load_uri_imp into cmd_load_uri (the only place it was used)Gravatar Brendan Taylor2011-05-20
| * Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
| |\
| | * wrap DOM callbacks in version checkGravatar David Keijser2011-05-09
| * | Merge remote-tracking branch 'jakeprobst/newwindowfix' into experimentalGravatar Brendan Taylor2011-05-08
| |\ \
| * | | cleaned up the set_proxy_url functionGravatar Brendan Taylor2011-05-01
| * | | load_error_cb should return gbooleanGravatar Brendan Taylor2011-05-01
| * | | cmd_scrollbars_visibility: don't repeat yourself.Gravatar Brendan Taylor2011-04-30
| * | | Merge branch 'experimental' into scrollbarsGravatar Brendan Taylor2011-04-30
| |\ \ \
| | | | * git rid of unused warningGravatar keis2011-04-29
| | | | * add focus and blur events from DOMGravatar keis2011-04-29
| | | |/ | | |/|
| | | * fixed a bug where when opening a new window it would fully load the page befo...Gravatar Jake Probst2011-04-23
* | | | Don't take events that webkit might wantGravatar Ben Boeckel2011-04-23
* | | | Send un-handled Button1 eventsGravatar Ben Boeckel2011-04-23
* | | | Add key events for double and triple clicksGravatar Ben Boeckel2011-04-23
* | | | Add button_to_event function for clicksGravatar Ben Boeckel2011-04-23
| |/ / |/| |
* | | show modmask on MOD_PRESS/RELEASEGravatar Rob2011-04-18
* | | added MOD_PRESS/RELEASE events that denote X modifier keysGravatar Rob2011-04-18
* | | added modifier mask to key_press/release eventsGravatar Rob2011-04-18
* | | allow a second argument to the 'download' command that specifies a destinatio...Gravatar Brendan Taylor2011-04-12
| |/ |/|
* | fix returning to default encoding ("set current_encoding =")Gravatar Brendan Taylor2011-04-02
| * fix warnings from not casting scrolled windowGravatar keis2011-03-11
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into scrollbarsGravatar keis2011-03-05
| |\ | |/ |/|
* | fix a build errorGravatar Brendan Taylor2011-03-05
* | change @uri when the fragment identifier changesGravatar Brendan Taylor2011-03-05
* | fix a build warningGravatar Brendan Taylor2011-03-05
* | add current_encoding variableGravatar Brendan Taylor2011-02-25
| * fix phantom scrollbarsGravatar keis2011-02-25
|/
* Merge remote-tracking branch 'jakeprobst/imagemenuitem-fix' into experimentalGravatar Brendan Taylor2011-02-20
|\
| * getting yelled at about memory leaksGravatar Jake Probst2011-02-20