aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
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 ?)
* Merge branch 'master' of github.com:Dieterbe/uzblGravatar Brendan Taylor2012-04-02
|\
* | Add a variable to mediate multiple button clicksGravatar Ben Boeckel2012-03-09
| | | | | | | | | | | | | | | | | | | | The keyevent is always sent for multiple clicks (that aren't in an edit field for left and middle clicks), but the propogation of the event through to webkit can be suppressed if the user wants something else to happen. This allows double and triple click selections (by word and paragraph, respectively) work again.
* | 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
| | | | | | | | | This creates a handler `request_handler' in the same vein as scheme_handler, download_handler, etc., which is called whenever the page requests a URI. (Possible applications include Adblock and SSL enforcement.) The handler should get the URI from $1 and print the URI of the resource that should be loaded instead, or print nothing to allow the request unmodified.
* Get the click context all the timeGravatar Ben Boeckel2011-10-25
|
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
| | | | | | | | | | | | some variables didn't always have a value reflecting the browser's internal state. for example, if `default_encoding` was never set then `print @default_encoding` would always print a blank string. this introduces getter functions that ensure the value of a variable is always in sync with the internal state of the browser. also: setters, because sometimes you need to process user input before storing it.
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into mouse-eventsGravatar keis2011-07-28
|\
| * 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
| |
| * 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
| |\ | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
| | * 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 ↵Gravatar Jake Probst2011-04-23
| | | | | | | | | | | | | | | | before sending the NEW_WINDOW event
* | | | 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 ↵Gravatar Brendan Taylor2011-04-12
| |/ |/| | | | | destination path
* | 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
| | | | | | | | i am a bad person who doesn't test my commits.
* | 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
|\ | | | | | | | | Conflicts: src/uzbl-core.h
| * getting yelled at about memory leaksGravatar Jake Probst2011-02-20
| |