summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-044-11/+11
| | | | svn path=/trunk/netsurf/; revision=13236
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
| | | | svn path=/trunk/netsurf/; revision=13199
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-2/+2
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Add missing titleChris Young2011-10-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=13058
* Remove unused variable.Michael Drake2011-10-141-2/+1
| | | | svn path=/trunk/netsurf/; revision=13050
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-092-1/+7
| | | | svn path=/trunk/netsurf/; revision=13019
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-0/+4
| | | | svn path=/trunk/netsurf/; revision=12982
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-2/+4
| | | | svn path=/trunk/netsurf/; revision=12980
* initial favicon supportVincent Sanders2011-10-061-7/+2
| | | | svn path=/trunk/netsurf/; revision=12975
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+15
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-033-8/+11
| | | | svn path=/trunk/netsurf/; revision=12926
* add option to set tab positionVincent Sanders2011-09-264-4203/+2562
| | | | svn path=/trunk/netsurf/; revision=12896
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-264-103/+108
| | | | svn path=/trunk/netsurf/; revision=12888
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-247-46/+47
| | | | svn path=/trunk/netsurf/; revision=12872
* make resource path discovery robust when no resources can be foundVincent Sanders2011-09-221-10/+14
| | | | svn path=/trunk/netsurf/; revision=12860
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-178-116/+44
| | | | svn path=/trunk/netsurf/; revision=12803
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
| | | | svn path=/trunk/netsurf/; revision=12800
* Port GTK front end's context menu handling to ↵Michael Drake2011-09-061-16/+16
| | | | | | browser_window_get_contextual_content. (Can handle various things the old code couldn't (imagemaps, (i)frames).) Fix "Save Link" menu option to save the target of the link rather than the current content. svn path=/trunk/netsurf/; revision=12756
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-4/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-057-59/+61
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* Delete unused function.Michael Drake2011-09-051-15/+0
| | | | svn path=/trunk/netsurf/; revision=12731
* Delete dead frames handling.Michael Drake2011-09-051-58/+37
| | | | svn path=/trunk/netsurf/; revision=12730
* Fix runtime warningJohn Mark Bell2011-09-041-2/+3
| | | | svn path=/trunk/netsurf/; revision=12717
* Remove dead code.Michael Drake2011-09-041-26/+2
| | | | svn path=/trunk/netsurf/; revision=12715
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-37/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12655
* GTK changes for core search update (r12646).Michael Drake2011-08-243-20/+26
| | | | svn path=/trunk/netsurf/; revision=12647
* refactor to fix warning about out of range enumsVincent Sanders2011-08-131-393/+438
| | | | | | | | split default image finding for toolbar and findbar reorder to avoid forward declarations refactor macros to be *slightly* less awful svn path=/trunk/netsurf/; revision=12640