summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-256-165/+175
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-8/+12
* move 401 login into operation tableVincent Sanders2014-01-163-2/+6
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-2/+4
* split browser gui operations upVincent Sanders2014-01-155-15/+18
* complete move of remaining core gui functionsVincent Sanders2014-01-152-4/+16
* move download operations to download tableVincent Sanders2014-01-143-18/+15
* move teh final optional window operations into the tableVincent Sanders2014-01-132-27/+12
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+9
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-14/+17
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-20/+0
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-127-34/+30
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+13
* move window creation and destruction into tableVincent Sanders2014-01-113-6/+11
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-99/+108
* Under GTK, file gadgets are more like buttonsRob Kendrick2014-01-051-1/+1
* Change gui_file_gadget_interface to pass gui_window not browser_window, add G...Rob Kendrick2014-01-052-7/+32
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-3/+6
* Remove asserts for default cases from all content message handlers; this is l...Rob Kendrick2014-01-051-12/+2
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+0
* check stat error return (coverity 1109835)Vincent Sanders2013-11-271-1/+5
* check return of chmod (coverity 1109836)Vincent Sanders2013-11-271-1/+3
* Fix Coverity #1129524, resource leak.Michael Drake2013-11-181-2/+3
* Use realpath and stuff file:// on the front of file arguments in GTK frontendDaniel Silverstone2013-11-171-4/+20
* fix leak in error path (coverity 1109889)Vincent Sanders2013-11-061-1/+2
* fix error path resource handling in gtk browser window creation (coverity 110...Vincent Sanders2013-11-031-12/+14
* fix memory leak in error path (coverity 1109889)Vincent Sanders2013-11-031-12/+7
* fix coverity 1109883Vincent Sanders2013-10-311-0/+1
* fix coverity 1109891Vincent Sanders2013-10-311-4/+11
* Remove comment. Background only used with alpha channel when printing via Ti...Michael Drake2013-10-281-4/+0
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-80/+55
* fix gtk title setting to cope with null titles coverity 1109897Vincent Sanders2013-10-253-12/+40
* fix resource leak coverity 1109883Vincent Sanders2013-10-251-9/+17
* fix resource leak coverity 1109884Vincent Sanders2013-10-251-0/+1
* fix coverity 1109906 uninitialised pointer readVincent Sanders2013-10-251-1/+1
* Fix Ctrl+Shift+Z.Michael Drake2013-10-011-3/+1
* Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)Michael Drake2013-09-301-0/+11
* Port to new recursive expand/contract functions.Michael Drake2013-09-033-18/+18
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-025-25/+27
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup func...Michael Drake2013-09-023-12/+0
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-025-13/+3
* Remove bulk of old treeview implementation.Michael Drake2013-09-022-31/+7
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
* Use TREE_HISTORY directly.Michael Drake2013-09-021-2/+1
* Select TREE_COOKIES directly.Michael Drake2013-09-021-1/+1
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-21/+0
* Cleanup mouse handling a bit.Michael Drake2013-08-281-19/+27
* Beginnings of new hotlist module, implemented with new treeview.Michael Drake2013-08-161-1/+2