summaryrefslogtreecommitdiff
path: root/gtk/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Change gtk message and language handling to use resource namesVincent Sanders2015-06-231-25/+16
* Allow translation messages to be compiled in as GTK resourcesVincent Sanders2015-06-211-6/+15
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-8/+27
* Change GTK resource path to use the users netsurf directoryVincent Sanders2015-06-211-2/+37
* Add direct resources to GTKVincent Sanders2015-06-171-19/+24
* Change gtk to use resource API for throbberVincent Sanders2015-06-171-35/+6
* update default gtk window icon source to use resourcesVincent Sanders2015-06-171-5/+7
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-129/+75
* Change LOG() macro to be varadicVincent Sanders2015-05-281-18/+18
* chnage GTK frontend to using bitmap operation tableVincent Sanders2015-04-131-0/+2
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-121-107/+3
* Fixup gtk3 ssl certificate dialog and ensure its parent is set.Vincent Sanders2015-04-121-48/+49
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-23/+23
* 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