summaryrefslogtreecommitdiff
path: root/gtk/gui.c
Commit message (Expand)AuthorAgeFilesLines
* remove unecessary includes from gtk guiVincent Sanders2014-12-271-11/+0
* fix amiga pdf save includeVincent Sanders2014-10-271-4/+0
* Clean up saving as PDFVincent Sanders2014-10-261-51/+68
* remove the die API from the core.Vincent Sanders2014-10-261-5/+13
* Don't take core/front-end choice away from user.Michael Drake2014-10-241-3/+0
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-54/+0
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-161-10/+10
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ...Michael Drake2014-10-161-1/+1
* Remove seemingly unused global.Michael Drake2014-10-161-2/+0
* add API to set DPIVincent Sanders2014-10-131-5/+2
* move gtk to using its own main loop instead of core pollingVincent Sanders2014-09-221-37/+48
* move gtk execution loop to main()Vincent Sanders2014-09-221-7/+9
* fix menu and C-q gtk exiting (closes bug #2184)Vincent Sanders2014-08-231-1/+0
* extend gtk viewdata to open files in an editor using the freedesktop default ...Vincent Sanders2014-08-161-1/+1
* rationalise source viewVincent Sanders2014-08-011-0/+6
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-271-4/+1
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-171-5/+8
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-5/+0
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-41/+28
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-2/+2
* make launch_url core operation use nsurlVincent Sanders2014-05-271-4/+6
* Completely re-write web search provider handlingVincent Sanders2014-05-251-10/+8
* ensure new config directories can be created.Vincent Sanders2014-05-131-3/+3
* Enable filesystem based cache in gtk frontendVincent Sanders2014-05-131-1/+115
* 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-091-1/+0
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-25/+30
* make gtk commandline filename loading use snprintfVincent Sanders2014-04-301-4/+6
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-94/+248
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+2
* move scheduleing into browser operation tableVincent Sanders2014-03-091-2/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-2/+1
* Don't need browser_private.h any more.Michael Drake2014-02-081-1/+1
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-2/+2
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-31/+0
* make clipboard table operations static and remove unecessary includesVincent Sanders2014-02-011-6/+1
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-8/+6
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-117/+3
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-3/+11
* move 401 login into operation tableVincent Sanders2014-01-161-0/+1
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+4
* split browser gui operations upVincent Sanders2014-01-151-8/+11
* complete move of remaining core gui functionsVincent Sanders2014-01-151-4/+12
* move download operations to download tableVincent Sanders2014-01-141-0/+1
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-13/+5
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+6
* move window creation and destruction into tableVincent Sanders2014-01-111-2/+4
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-99/+108