summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* remove further extraneous includesVincent Sanders2014-02-011-0/+1
|
* remove unnecessary includesVincent Sanders2014-02-014-11/+14
|
* make clipboard table operations static and remove unecessary includesVincent Sanders2014-02-014-24/+15
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-293-2/+6
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-14/+12
|
* 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 ↵Vincent Sanders2014-01-121-20/+0
| | | | hide_pointer operation altogether
* 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 ↵Rob Kendrick2014-01-052-7/+32
| | | | GTK implementation that of course does not work.
* 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 ↵Rob Kendrick2014-01-051-12/+2
| | | | laborious and is no longer useful for catching bugs.
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+0
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* 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 ↵Vincent Sanders2013-11-031-12/+14
| | | | 1109888)
* 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 ↵Michael Drake2013-10-281-4/+0
| | | | Tinct on RISC OS.
* 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
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-023-12/+0
| | | | functions.
* 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
|