summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
Commit message (Expand)AuthorAgeFilesLines
* fix default search provider icon handlingVincent Sanders2014-06-031-0/+2
* Completely re-write web search provider handlingVincent Sanders2014-05-251-61/+58
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-8/+7
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-5/+5
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-281-22/+38
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-14/+0
* Fix gtk web page searchingVincent Sanders2014-03-181-13/+15
* move scheduleing into browser operation tableVincent Sanders2014-03-091-5/+4
* Make history internal to browser_window module.Michael Drake2014-02-151-20/+16
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-14/+7
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-30/+23
* Simplify local history interface.Michael Drake2014-02-081-4/+3
* Avoid dereffing bw in a few places.Michael Drake2014-02-081-11/+5
* Use browser_window_has_content.Michael Drake2014-02-081-2/+1
* Use browser_window URL accessor.Michael Drake2014-02-081-6/+7
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-5/+1
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-0/+1
* remove unecessary includesVincent Sanders2014-02-031-27/+13
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-3/+2
* fix leak in error path (coverity 1109889)Vincent Sanders2013-11-061-1/+2
* fix memory leak in error path (coverity 1109889)Vincent Sanders2013-11-031-12/+7
* fix gtk title setting to cope with null titles coverity 1109897Vincent Sanders2013-10-251-10/+30
* fix coverity 1109906 uninitialised pointer readVincent Sanders2013-10-251-1/+1
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+2
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* completely rework scaffolding window destruction using gtkwidget destroy signalsVincent Sanders2013-06-281-62/+65
* add new tab tabVincent Sanders2013-06-271-23/+19
* fix status/toolbar bottom split position and setting user option in gtkVincent Sanders2013-06-251-35/+28
* move gtk frontend to use new options APIVincent Sanders2013-05-281-1/+1
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-5/+5
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-6/+8
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-22/+22
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-24/+84
* browser_window_navigate refactorVincent Sanders2013-02-181-25/+132
* Update GTK front end to implement new clipboard API.Michael Drake2013-01-081-3/+3
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-8/+7
* Port save complete to libdom.John-Mark Bell2012-11-031-2/+1
* Remove unnecessary libxml includes from GTK includesDaniel Silverstone2012-10-111-1/+0
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-1/+1
* Don't need to set everything to zero since it's staticMichael Drake2012-08-201-2/+1
* Allow the presence of form inputs to be obtained without knowledge of html co...Michael Drake2012-08-201-1/+2
* Remove unused includes.Michael Drake2012-08-201-1/+0
* Use proper function for dumping box tree.Michael Drake2012-08-201-7/+1
* fix build on gtk 2.12Vincent Sanders2012-05-171-5/+5
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-23/+75
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-34/+49