summaryrefslogtreecommitdiff
path: root/gtk/dialogs/preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* fix disc cache size option to be unsignedVincent Sanders2014-06-091-1/+22
|
* Use search provider iterator to populate preferences dialogDaniel Silverstone2014-06-031-2/+18
|
* Completely re-write web search provider handlingVincent Sanders2014-05-251-23/+3
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-9/+9
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-5/+26
|
* Remove includes of browser_private.h and hlcache.hMichael Drake2014-02-081-9/+2
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-3/+4
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-3/+1
|
* Add and use no proxy list optionVincent Sanders2013-06-041-0/+12
|
* move gtk frontend to use new options APIVincent Sanders2013-05-281-3/+3
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-281-1/+1
|
* fix theme adding dialogVincent Sanders2013-04-291-39/+51
|
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-0/+1082