summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-234-0/+4
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+2
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-044-11/+11
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
* Update frontends for r13185. Enabled new functionality, where it is not logi...Chris Young2011-11-271-2/+2
* Add missing titleChris Young2011-10-151-0/+2
* Remove unused variable.Michael Drake2011-10-141-2/+1
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-092-1/+7
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-0/+4
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-2/+4
* initial favicon supportVincent Sanders2011-10-061-7/+2
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+15
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-033-8/+11
* add option to set tab positionVincent Sanders2011-09-264-4203/+2562
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-264-103/+108
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-247-46/+47
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-178-116/+44
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
* Port GTK front end's context menu handling to browser_window_get_contextual_c...Michael Drake2011-09-061-16/+16
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-4/+0
* Remove gui_window_get_browser_window from core. Remove unused implementation...Michael Drake2011-09-057-59/+61
* Delete unused function.Michael Drake2011-09-051-15/+0
* Delete dead frames handling.Michael Drake2011-09-051-58/+37