aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/callbacks.c
Commit message (Expand)AuthorAge
* 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
| * | 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
| * 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
* | quote and escape strings in eventsGravatar keis2011-02-15
* | format event strings in send_eventGravatar keis2011-02-15
* | replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
* | Merge branch 'experimental' into cleaning-commentingGravatar Brendan Taylor2011-02-14
|\ \
| * \ Merge commit '99961c4' (last_result) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \
| * \ \ Merge commit '6a737a7137' (keis/intcookies) into experimentalGravatar Brendan Taylor2011-02-14
| |\ \ \
* | | | | Moves I/O functions to a dedicated source file.Gravatar koral2011-02-10
* | | | | Merge branch 'experimental' of https://github.com/Dieterbe/uzbl into cleaning...Gravatar koral2011-02-02
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Cleaning/commenting uzbl-core.h.Gravatar koral2011-02-02
| | * | | with gtk3: fix setting of background colorGravatar keis2011-01-23
| |/ / /
| | * | Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into intcookiesGravatar keis2011-01-17
| | |\ \ | | |/ / | |/| |
| * | | don't crash when a download content-type can't be foundGravatar Brendan Taylor2011-01-16
|/ / /
| | * kill run_handler, inject_handler_args, strfree and sync_stdoutGravatar Brendan Taylor2011-01-14
| |/ |/|
* | add accept_languages settingGravatar Brendan Taylor2011-01-03
| * remove talk_to_socket and all its associated bitsGravatar Brendan Taylor2010-12-28
* | add an ifdef for GTK3 scrollable changesGravatar Brendan Taylor2010-12-27
* | Merge remote branch 'keis/gtk3' into gtk3Gravatar Brendan Taylor2010-12-27
|\ \ | |/ |/|
* | Merge branch 'fix-oiinw' into experimentalGravatar Brendan Taylor2010-12-03
|\ \
* \ \ Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
|\ \ \
| * | | let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| | * | remove selected_url logic from create_web_view_cb. fixes FS#130 and FS#214.Gravatar Brendan Taylor2010-12-01
| |/ / |/| |