summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Remove search init function.Michael Drake2012-01-061-22/+9
| | | | svn path=/trunk/netsurf/; revision=13391
* Search-as-you-type.Michael Drake2012-01-061-2/+16
| | | | svn path=/trunk/netsurf/; revision=13385
* s/s/S/Michael Drake2012-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13366
* Fix build with GTK <2.16John Mark Bell2012-01-021-4/+4
| | | | svn path=/trunk/netsurf/; revision=13364
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=13360
* ensure favicon is correctly setVincent Sanders2011-12-312-13/+6
| | | | svn path=/trunk/netsurf/; revision=13358
* load default favicon once Vincent Sanders2011-12-314-11/+20
| | | | svn path=/trunk/netsurf/; revision=13357
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-304-80/+107
| | | | svn path=/trunk/netsurf/; revision=13356
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-3011-386/+619
| | | | svn path=/trunk/netsurf/; revision=13354
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+4
| | | | svn path=/trunk/netsurf/; revision=13335
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=13248