summaryrefslogtreecommitdiff
path: root/gtk/dialogs/source.c
Commit message (Collapse)AuthorAgeFilesLines
* rationalise source viewVincent Sanders2014-08-011-536/+0
|
* stop gtk about dialog forcing navigation of existing browsing contextsVincent Sanders2014-07-271-4/+4
|
* use public browser interface rather than privateVincent Sanders2014-07-241-1/+1
|
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-211-81/+94
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-15/+7
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-081-2/+2
| | | | appropriate documentation.
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+1
| | | | browser_window_navigate flags.
* Use clean accessor for bw URL.Michael Drake2014-02-081-2/+1
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-031-0/+4
|
* remove unecessary includesVincent Sanders2014-02-031-19/+7
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+6
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-8/+9
|
* fix coverity 1109883Vincent Sanders2013-10-311-0/+1
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-80/+55
|
* fix resource leak coverity 1109883Vincent Sanders2013-10-251-9/+17
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Remove another unused inuclude of render/textplain.h.Michael Drake2013-04-291-1/+0
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+19
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-0/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* fix build on gtk 2.12Vincent Sanders2012-05-171-2/+2
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-136/+145
| | | | svn path=/trunk/netsurf/; revision=13926
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=13236
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
| | | | svn path=/trunk/netsurf/; revision=12926
* fixup gtk source file namesVincent Sanders2011-01-291-0/+529
svn path=/trunk/netsurf/; revision=11529