summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-0412-34/+25
|
* Port save complete to libdom.John-Mark Bell2012-11-034-84/+5
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-031-4/+0
|\
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-021-4/+0
| |
* | Add a macro to split and install messages files, and have gtk front end use it.Rob Kendrick (monotony)2012-11-031-0/+1
| |
* | Deference symlinks when installing. This should be rewritten to use the ↵Rob Kendrick (monotony)2012-11-021-2/+2
|/ | | | install tool
* 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.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-12/+0
| | | | convert on demand core image cache.
* Remove unnecessary libxml includes from GTK includesDaniel Silverstone2012-10-112-2/+0
|
* Fix up ripples from urldb change.Michael Drake2012-10-114-21/+21
|
* trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-082-12/+12
| | | | docuemntation warnings
* Make GTK install target work again, and make copy flags consistentRob Kendrick (humdrum)2012-10-021-23/+23
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+45
| | | | Install target is for installing on the local machine and package generates a package
* Fix scaled tiled image rendering.Michael Drake2012-08-221-3/+0
|
* Test for zero width/height at the start.Michael Drake2012-08-221-5/+5
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-227-4/+7
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Change order of libs.Michael Drake2012-08-211-9/+8
|
* 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 ↵Michael Drake2012-08-201-1/+2
| | | | content internals.
* Remove a bunch of unused includes.Michael Drake2012-08-201-2/+0
|
* Remove unused includes.Michael Drake2012-08-202-2/+0
|
* Use proper function for dumping box tree.Michael Drake2012-08-201-7/+1
|
* Remove unused struct box.Michael Drake2012-08-201-1/+0
|
* Clean up search gui callbacks.Michael Drake2012-08-141-1/+1
|
* s/TRUE/true/Michael Drake2012-08-131-1/+1
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-3/+4
|
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-30/+1
|
* Add welcome page resources. Add symlinks to English welcome page to gtk and ↵Michael Drake2012-07-211-0/+1
| | | | framebuffer.
* make non js builds compileVincent Sanders2012-06-271-0/+6
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* improve javascript supportVincent Sanders2012-06-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13962
* cleanup debug loggingVincent Sanders2012-06-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=13961
* remove supurflous variableVincent Sanders2012-06-101-5/+7
| | | | svn path=/trunk/netsurf/; revision=13960
* remove junk blank page resourceVincent Sanders2012-06-101-32/+0
| | | | svn path=/trunk/netsurf/; revision=13959
* fix build on gtk 2.12Vincent Sanders2012-05-179-82/+195
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-1656-3103/+8594
| | | | svn path=/trunk/netsurf/; revision=13926
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-072-9/+13
| | | | | | | - add missing strdup(), - fix free() vs g_free() mixups. svn path=/trunk/netsurf/; revision=13824
* Add Seeks <http://www.seeks-project.info/> to the list of search engines. ↵François Revel2012-04-071-0/+1
| | | | | | Use http for the favicon to avoid a cert popup. svn path=/trunk/netsurf/; revision=13821
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
| | | | svn path=/trunk/netsurf/; revision=13820
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Include render/box.hDaniel Silverstone2012-03-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=13667
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2215-396/+523
| | | | svn path=/trunk/netsurf/; revision=13548
* Fix bug #3481624: this was needlessly complexJohn Mark Bell2012-02-232-1/+3
| | | | svn path=/trunk/netsurf/; revision=13463
* fix favicon displayVincent Sanders2012-02-215-58/+92
| | | | svn path=/trunk/netsurf/; revision=13460
* remove unused scrolledwindow memberVincent Sanders2012-02-201-31/+6
| | | | svn path=/trunk/netsurf/; revision=13452
* 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
* fix the popup menu entry signal attaching to attach the correct handler ↵Vincent Sanders2012-02-081-21/+21
| | | | | | functions. as the prototype changes depending on signal type and we were using the non menu function prototype for menu entries. svn path=/trunk/netsurf/; revision=13437
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397