aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* move variable hashtable to a more sane placeGravatar David Keijser2011-05-30
|
* move uri_change_cb to variablesGravatar David Keijser2011-05-30
|
* use g_object_unref to free soup loggerGravatar 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
|
* two more commands from uzbl-coreGravatar David Keijser2011-05-25
|
* reorganise uzbl-core.hGravatar David Keijser2011-05-24
|
* refactor search commandsGravatar 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
|
* eval_js should take const gchar *scriptGravatar Brendan Taylor2011-05-20
|
* moved load_uri_imp into cmd_load_uri (the only place it was used)Gravatar Brendan Taylor2011-05-20
|
* add key-press/-release handlers to the status bar labels. fixes #262.Gravatar Brendan Taylor2011-05-19
|
* have another shot at fixing window geometry hint issues, thanks stinkyGravatar Brendan Taylor2011-05-10
|
* Merge remote-tracking branch 'keis/ignore-mod2' into experimentalGravatar Brendan Taylor2011-05-09
|\
* \ Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | dear uzbl, please listen to the user when they tell you what size to be.Gravatar Brendan Taylor2011-05-09
| | |
| * | wrap DOM callbacks in version checkGravatar David Keijser2011-05-09
| | |
| | * ignore mod2. mostly unneeded and breaks keybindsGravatar 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
| | |
* | | fix compiler warningsGravatar Brendan Taylor2011-04-30
| | |
* | | GTK3 always has scrollbars, workaround for ↵Gravatar Brendan Taylor2011-04-30
| | | | | | | | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=59197 :(
* | | 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
| | |/ | |/|
| * | allow processes other than uzbl-tabbed to start uzbl-browser instances that ↵Gravatar Brendan Taylor2011-04-24
| | | | | | | | | | | | | | | | | | appear in -tabbed not entirely sure that this is useful yet.
| | * 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
| * | 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 ↵Gravatar Brendan Taylor2011-04-14
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | experimental Conflicts: README
| | * | Avoid --name which GTK uses internallyGravatar Ben Boeckel2011-04-14
| | |/ | | | | | | | | | Addresses #170.
| * | allow a second argument to the 'download' command that specifies a ↵Gravatar Brendan Taylor2011-04-12
| | | | | | | | | | | | destination path
| * | 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
| |\