summaryrefslogtreecommitdiff
path: root/gtk/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 coverity 1109891Vincent Sanders2013-10-311-4/+11
|
* 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
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-4/+0
|
* Avoid sslcert_get_tree_flags.Michael Drake2013-08-131-3/+2
|
* Use new ssl certificate viewer.Michael Drake2013-08-121-9/+7
|
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* add finalisation to options and document the API betterVincent Sanders2013-06-011-4/+11
|
* move gtk frontend to use new options APIVincent Sanders2013-05-281-23/+43
|
* fix mismatched option name and variable namesVincent Sanders2013-05-281-2/+2
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* move options includeVincent Sanders2013-05-281-2/+2
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-3/+16
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* remove unecissary glib internationalisation includeVincent Sanders2013-04-141-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-9/+26
|
* Make delete line key enum value name less missleading. (Doesn't cut to ↵Michael Drake2013-02-111-1/+1
| | | | clipboard.)
* Pass various control keys to core for clipboard control, etc.Michael Drake2013-01-081-1/+13
|
* implement the GTK preferances dialog with signalsVincent Sanders2013-01-011-1/+12
|
* Port save complete to libdom.John-Mark Bell2012-11-031-0/+3
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-46/+40
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-1/+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
* Remove unused includes.Michael Drake2012-08-201-1/+0
|
* fix build on gtk 2.12Vincent Sanders2012-05-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-67/+79
| | | | svn path=/trunk/netsurf/; revision=13926
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-071-1/+1
| | | | | | | - add missing strdup(), - fix free() vs g_free() mixups. svn path=/trunk/netsurf/; revision=13824
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
| | | | svn path=/trunk/netsurf/; revision=13820
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-33/+31
| | | | svn path=/trunk/netsurf/; revision=13548
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=13439
* Fix Debian bug #659376: .netsurf must not be world readableJohn Mark Bell2012-02-101-1/+3
| | | | svn path=/trunk/netsurf/; revision=13438
* load default favicon once Vincent Sanders2011-12-311-0/+13
| | | | svn path=/trunk/netsurf/; revision=13357
* Remove unused variable.Michael Drake2011-10-141-2/+1
| | | | svn path=/trunk/netsurf/; revision=13050
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-091-1/+5
| | | | svn path=/trunk/netsurf/; revision=13019
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-0/+4
| | | | svn path=/trunk/netsurf/; revision=12982
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+15
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-34/+25
| | | | svn path=/trunk/netsurf/; revision=12872
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
| | | | svn path=/trunk/netsurf/; revision=12860
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-23/+23
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12005
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ↵Daniel Silverstone2011-03-131-0/+2
| | | | | | monkey a little svn path=/trunk/netsurf/; revision=12004
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
| | | | svn path=/trunk/netsurf/; revision=11982
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11777
* add resource handlingVincent Sanders2011-02-231-139/+44
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* add about: fetcher Vincent Sanders2011-02-151-1/+1
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692