summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-2/+2
* Use get_scale function instead of derefing the bw.Michael Drake2014-02-081-18/+23
* Use browser_window_get_extents function.Michael Drake2014-02-081-5/+4
* Use browser_window_has_content.Michael Drake2014-02-081-2/+1
* Use browser_window_has_content.Michael Drake2014-02-081-2/+2
* Remove pointless variable.Michael Drake2014-02-081-2/+1
* Use browser_window URL accessor.Michael Drake2014-02-081-6/+7
* Use clean accessor for bw URL.Michael Drake2014-02-081-2/+1
* Remove includes of browser_private.h and hlcache.hMichael Drake2014-02-081-9/+2
* Avoid includes of desktop/browser_private.h and content/hlcache.hMichael Drake2014-02-081-10/+4
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-082-13/+2
* remove unecessary desktop/browser.h includesVincent Sanders2014-02-041-2/+0
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-036-5/+14
* remove unecessary includesVincent Sanders2014-02-034-48/+22
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-31/+0
* 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 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