summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
Commit message (Collapse)AuthorAgeFilesLines
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-7/+7
| | | | svn path=/trunk/netsurf/; revision=13236
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=13019
* 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
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-6/+7
| | | | svn path=/trunk/netsurf/; revision=12926
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=12888
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=12872
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-6/+3
| | | | svn path=/trunk/netsurf/; revision=12803
* 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_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-43/+43
| | | | | | 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
* GTK changes for core search update (r12646).Michael Drake2011-08-241-10/+9
| | | | svn path=/trunk/netsurf/; revision=12647
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-3/+3
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+7
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* New window opens with homepage, rather than current page.Michael Drake2011-06-041-1/+7
| | | | svn path=/trunk/netsurf/; revision=12457
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-10/+0
| | | | svn path=/trunk/netsurf/; revision=12283
* make gtk help menu entries actually do somethingVincent Sanders2011-03-151-3/+9
| | | | svn path=/trunk/netsurf/; revision=12065
* Move schedule.h to utils/John Mark Bell2011-03-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale ↵Michael Drake2011-03-091-1/+0
| | | | | | global. svn path=/trunk/netsurf/; revision=11943
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-4/+6
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-011-4/+8
| | | | svn path=/trunk/netsurf/; revision=11598
* fixup gtk source file namesVincent Sanders2011-01-291-0/+2541
svn path=/trunk/netsurf/; revision=11529