aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/variables.c
Commit message (Collapse)AuthorAge
* new variable: enable_cross_file_accessGravatar Brendan Taylor2011-09-05
| | | | controls whether `file:` URIs are allowed to access other `file:` URIs.
* add a spellcheck_languages variableGravatar Brendan Taylor2011-07-25
| | | | exposes http://webkitgtk.org/reference/WebKitWebSettings.html#WebKitWebSettings--spell-checking-languages
* 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.
* fix testsGravatar Brendan Taylor2011-07-12
|
* rearrange variable functions so they aren't all exposedGravatar Brendan Taylor2011-07-12
|
* Merge branch 'tailhook/wm-integ' into experimentalGravatar Brendan Taylor2011-07-12
| | | | | | | Conflicts: src/callbacks.c src/callbacks.h src/uzbl-core.c
* the status bar is now a custom gtk widgetGravatar Brendan Taylor2011-07-03
| | | | | | it gives the left side of the status bar as much space as it needs (but importantly, no more than the size of the window. this should put the window resize bug to rest for good...
* hide some implementation details of variablesGravatar David Keijser2011-05-30
|
* 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