aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
Commit message (Collapse)AuthorAge
* 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
| |
| * menu_image_add is now not totally useless and gives the image url as an argumentGravatar Jake Probst2011-02-17
| |
* | use empty string instead of null for event argsGravatar keis2011-02-15
| | | | | | | | | | * url * clipboard text
* | quote and escape strings in eventsGravatar keis2011-02-15
| |
* | format event strings in send_eventGravatar keis2011-02-15
| | | | | | | | | | send_event now takes a null terminated type, value sequence as arguments vsend_event does the same thing but takes a va_list with arguments.
* | replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
| |
* | Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/uzbl-core.c src/uzbl-core.h