summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix runtime warningJohn Mark Bell2011-09-041-2/+3
* Remove dead code.Michael Drake2011-09-041-26/+2
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-37/+0
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* GTK changes for core search update (r12646).Michael Drake2011-08-243-20/+26
* refactor to fix warning about out of range enumsVincent Sanders2011-08-131-393/+438
* Fix motion event handling in GTK treeviewJohn Mark Bell2011-07-242-26/+31
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+3
* Fix up GTK for r12574 API change.Michael Drake2011-07-061-6/+5
* When launching multiple URLs from a treeview, allow to open one window with m...Chris Young2011-07-022-2/+2