summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2014-08-263-22/+10
|\
| * fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-233-22/+10
| |
* | Don't include browser_private.hMichael Drake2014-08-221-8/+11
|/
* fix gtk install target to provide language fallbackVincent Sanders2014-08-199-15/+18
|
* deal with ftell errors and short reads (coverity 1230589 1230588)Vincent Sanders2014-08-181-4/+9
|
* sanity check length os environment variable derived paths (Coverity 1231845)Vincent Sanders2014-08-181-9/+20
|
* fix leaking of title text (coverity 1229480)Vincent Sanders2014-08-181-9/+4
|
* fix resource leak of default application desktop file name. (coverity 1231844)Vincent Sanders2014-08-181-5/+6
|
* extend gtk viewdata to open files in an editor using the freedesktop default ↵Vincent Sanders2014-08-163-20/+299
| | | | app specification
* fix DOM tree dump debugVincent Sanders2014-08-042-40/+23
|
* extend viewdata to files and use it for box tree dumpVincent Sanders2014-08-043-57/+186
|
* fixup preference dialog handling of Developer view optionsVincent Sanders2014-08-024-321/+668
|
* rationalise source viewVincent Sanders2014-08-0112-594/+750
|
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-2714-406/+483
|
* stop gtk about dialog forcing navigation of existing browsing contextsVincent Sanders2014-07-276-62/+88
|
* use public browser interface rather than privateVincent Sanders2014-07-241-1/+1
|
* update gtk frontend menu structure to be more standardVincent Sanders2014-07-235-57/+94
|
* clean up attach parent macroVincent Sanders2014-07-231-22/+20
|
* remove unused popup menu link context sensative change code.Vincent Sanders2014-07-233-70/+19
|
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-211-81/+94
|
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-171-5/+8
|
* stop using invalid gdkpixbufVincent Sanders2014-07-081-1/+7
|
* add link context menu to gtk and add link copying and bookmarkingVincent Sanders2014-07-075-90/+216
|
* try and improve usage of browser window internalsVincent Sanders2014-07-062-10/+3
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-013-28/+10
|
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-41/+28
|
* fix disc cache size option to be unsignedVincent Sanders2014-06-093-8/+29
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-2/+2
| | | | enable fs backing store for RISC OS.
* Use search provider iterator to populate preferences dialogDaniel Silverstone2014-06-031-2/+18
|
* fix default search provider icon handlingVincent Sanders2014-06-032-8/+8
|
* add proxy excusion entry to GTK builder file. From Pavel Smolyar (bug #2122)Vincent Sanders2014-05-291-1/+31
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-4/+6
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-71/+9
|
* Completely re-write web search provider handlingVincent Sanders2014-05-256-103/+99
|
* reduce uncessary include usageVincent Sanders2014-05-183-8/+12
|
* ensure new config directories can be created.Vincent Sanders2014-05-131-3/+3
|
* Enable filesystem based cache in gtk frontendVincent Sanders2014-05-132-1/+118
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* fix gtk options loadingVincent Sanders2014-05-121-1/+1
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-092-2/+0
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-8/+13
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-084-14/+13
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-074-81/+44
| | | | | | | | | | | | | 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 commandline filename loading use snprintfVincent Sanders2014-04-301-4/+6
|
* improve iconv library handlingVincent Sanders2014-04-301-0/+6
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-284-123/+315
|
* Add 1px to caret height.Michael Drake2014-03-271-3/+3
|
* Merge remote-tracking branch 'achal/fix-2098'Michael Drake2014-03-271-2/+14
|\
| * Fix caret cropping using clip rectangle.Achal-Aggarwal2014-03-211-2/+14
| |