summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* trivial docuemntation cleanups to address some of the huge number of docuemnt...Vincent Sanders2012-10-082-12/+12
* 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
* 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 i...Michael Drake2012-08-227-4/+7
* 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 co...Michael Drake2012-08-201-1/+2
* 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
* make non js builds compileVincent Sanders2012-06-271-0/+6
* improve javascript supportVincent Sanders2012-06-101-1/+1
* cleanup debug loggingVincent Sanders2012-06-101-2/+2
* remove supurflous variableVincent Sanders2012-06-101-5/+7
* remove junk blank page resourceVincent Sanders2012-06-101-32/+0
* fix build on gtk 2.12Vincent Sanders2012-05-179-82/+195
* allow netsurf to build with gtk3Vincent Sanders2012-05-1656-3103/+8594
* Fix a crash when opening Preferences panel and Choices file doesn't exist:François Revel2012-04-072-9/+13
* Add Seeks <http://www.seeks-project.info/> to the list of search engines. Use...François Revel2012-04-071-0/+1
* Implement gui_launch_url() for GTK.François Revel2012-04-071-0/+11
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* Include render/box.hDaniel Silverstone2012-03-251-0/+2
* initial move to libdomVincent Sanders2012-03-231-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2215-396/+523
* Fix bug #3481624: this was needlessly complexJohn Mark Bell2012-02-232-1/+3
* fix favicon displayVincent Sanders2012-02-215-58/+92
* remove unused scrolledwindow memberVincent Sanders2012-02-201-31/+6
* Use S_IRWXU where appropriateJohn Mark Bell2012-02-101-2/+2
* Fix Debian bug #659376: .netsurf must not be world readableJohn Mark Bell2012-02-101-1/+3
* fix the popup menu entry signal attaching to attach the correct handler funct...Vincent Sanders2012-02-081-21/+21
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Remove search init function.Michael Drake2012-01-061-22/+9
* Search-as-you-type.Michael Drake2012-01-061-2/+16
* s/s/S/Michael Drake2012-01-021-1/+1
* Fix build with GTK <2.16John Mark Bell2012-01-021-4/+4
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+2
* ensure favicon is correctly setVincent Sanders2011-12-312-13/+6
* load default favicon once Vincent Sanders2011-12-314-11/+20
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-304-80/+107
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-3011-386/+619