aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* allow processes other than uzbl-tabbed to start uzbl-browser instances that a...Gravatar Brendan Taylor2011-04-24
* escape ' in KEY_PRESS/RELEASE eventsGravatar Brendan Taylor2011-04-18
* use updated modstate for key eventsGravatar keis2011-04-18
* placeholder translation of keyval to modGravatar keis2011-04-18
* drop extra whitespace in key eventsGravatar keis2011-04-18
* 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
* Merge remote-tracking branch 'mathstuf/dev/fix-clashing-long-option' into exp...Gravatar Brendan Taylor2011-04-14
|\
| * Avoid --name which GTK uses internallyGravatar Ben Boeckel2011-04-14
* | allow a second argument to the 'download' command that specifies a destinatio...Gravatar Brendan Taylor2011-04-12
* | add a 'download' command that can download the current url or an arbitrary urlGravatar Brendan Taylor2011-04-12
|/
* move src/uzbl-browser to bin/uzbl-browserGravatar Brendan Taylor2011-04-11
* autoinstall style.cssGravatar Brendan Taylor2011-04-11
* fix returning to default encoding ("set current_encoding =")Gravatar Brendan Taylor2011-04-02
* Merge remote-tracking branch 'keis/fix-clear-cookies-warning' into experimentalGravatar Brendan Taylor2011-03-22
|\
* | Fixed array bug.Gravatar Olof-Joachim Frahm2011-03-21
| * fix clear_cookies warningGravatar keis2011-03-17
|/
* Merge branch 'clear-cookies' of git://github.com/keis/uzbl into experimentalGravatar Brendan Taylor2011-03-13
|\
* | gtk3: don't render a useless window resizing gripGravatar Brendan Taylor2011-03-12
| * Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into clear-cookiesGravatar keis2011-03-12
| |\ | |/ |/|
* | Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-03-10
|\ \
| * | fix a couple of calls to send_eventGravatar Brendan Taylor2011-03-10
* | | don't expose send_event_socket and send_event_fifoGravatar Brendan Taylor2011-03-10
* | | key_to_event: don't crash when gdk_keyval_name returns NULLGravatar Brendan Taylor2011-03-06
* | | remove unused variables from the UzblCore structGravatar Brendan Taylor2011-03-06
* | | 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
* | | Merge branch 'fix_mem_leak_in_parse_command_parts' of git://github.com/felher...Gravatar Brendan Taylor2011-02-28
|\ \ \
| | | * add clear_cookies commandGravatar keis2011-02-28
| |_|/ |/| |
* | | check that 'result' is set in eval_js before assigning anything to itGravatar Brendan Taylor2011-02-26
* | | add current_encoding variableGravatar Brendan Taylor2011-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
| | * | fix memory leak in parse_command_partsGravatar Felix Herrmann2011-02-21
| |/ / |/| |
* | | fix crash when using uri without argumentGravatar keis2011-02-19
| * | menu_image_add is now not totally useless and gives the image url as an argumentGravatar Jake Probst2011-02-17
* | | Merge branch 'escaped_events' into experimentalGravatar Brendan Taylor2011-02-17
|\ \ \ | | |/ | |/|
| * | minor refactor of VARIABLE_SET event codeGravatar Brendan Taylor2011-02-17
* | | fix 'print' on stdinGravatar Brendan Taylor2011-02-17
* | | further tidying of utility functionsGravatar Brendan Taylor2011-02-15
| * | assert that NAME arguments are valid namesGravatar keis2011-02-15
| * | use empty string instead of null for event argsGravatar keis2011-02-15
| * | quote and escape strings in eventsGravatar keis2011-02-15
| * | new function append_escapedGravatar keis2011-02-15
| * | format event strings in send_eventGravatar keis2011-02-15
* | | clean up redundant $PATH-like expansion codeGravatar Brendan Taylor2011-02-15
|/ /
* | replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
* | Merge commit 'f25d19c0' into experimentalGravatar Brendan Taylor2011-02-14
|\ \