summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Fix motion event handling in GTK treeviewJohn Mark Bell2011-07-242-26/+31
| | | | svn path=/trunk/netsurf/; revision=12622
* 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
* Fix up GTK for r12574 API change.Michael Drake2011-07-061-6/+5
| | | | svn path=/trunk/netsurf/; revision=12580
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-022-2/+2
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-304-12/+23
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12515
* Remove gui_window_set_scale().Michael Drake2011-06-241-12/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-073-21/+54
| | | | svn path=/trunk/netsurf/; revision=12469
* New window opens with homepage, rather than current page.Michael Drake2011-06-041-1/+7
| | | | svn path=/trunk/netsurf/; revision=12457
* If you ask for a new tab, clone must be non-NULLJohn Mark Bell2011-05-161-3/+6
| | | | svn path=/trunk/netsurf/; revision=12422
* consolidate content redraw Vincent Sanders2011-05-081-0/+6
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-063-40/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES ↵Vincent Sanders2011-03-266-11/+11
| | | | | | -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE svn path=/trunk/netsurf/; revision=12138
* Update to use official libwebp 0.1Chris Young2011-03-201-1/+1
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Comment out noisy nsfont_width logging.Michael Drake2011-03-171-1/+3
| | | | svn path=/trunk/netsurf/; revision=12096
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-23/+23
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Remove superseded about doc.Michael Drake2011-03-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12072
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-151-12/+17
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* make gtk help menu entries actually do somethingVincent Sanders2011-03-151-3/+9
| | | | svn path=/trunk/netsurf/; revision=12065
* Improve logging output to only show the part of teh string being measuredVincent Sanders2011-03-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=12045
* Try to reduce a bit of Pango overhead by avoiding recreation of Pango layout ↵Rob Kendrick2011-03-141-23/+32
| | | | | | contexts for each width request. svn path=/trunk/netsurf/; revision=12044
* Move schedule.h to utils/John Mark Bell2011-03-132-1/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* fix close button having default focusVincent Sanders2011-03-131-2/+4
| | | | svn path=/trunk/netsurf/; revision=12010
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-133-1/+12
| | | | svn path=/trunk/netsurf/; revision=12009
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
| | | | svn path=/trunk/netsurf/; revision=12006
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12005
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ↵Daniel Silverstone2011-03-131-0/+2
| | | | | | monkey a little svn path=/trunk/netsurf/; revision=12004
* Hacky mime mappings for RISC OS filetype extensionsJohn Mark Bell2011-03-121-0/+6
| | | | svn path=/trunk/netsurf/; revision=11993
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
| | | | svn path=/trunk/netsurf/; revision=11992
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
| | | | svn path=/trunk/netsurf/; revision=11982
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-4/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale ↵Michael Drake2011-03-096-20/+1
| | | | | | global. svn path=/trunk/netsurf/; revision=11943
* Don't scale text plots in front end (GTK).Michael Drake2011-03-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11936
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-17/+17
| | | | svn path=/trunk/netsurf/; revision=11870
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11777
* add resource handlingVincent Sanders2011-02-232-139/+50
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Hide implementation detailJohn Mark Bell2011-02-232-50/+50
| | | | svn path=/trunk/netsurf/; revision=11769
* Obtain download filename from the coreJohn Mark Bell2011-02-232-21/+7
| | | | svn path=/trunk/netsurf/; revision=11768
* Use core's thumbnail_redraw().Michael Drake2011-02-191-15/+3
| | | | svn path=/trunk/netsurf/; revision=11717
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Comment rationale for render buffer dimensions.Michael Drake2011-02-161-1/+8
| | | | svn path=/trunk/netsurf/; revision=11699
* Remove legacy logging.Michael Drake2011-02-161-4/+0
| | | | svn path=/trunk/netsurf/; revision=11698
* Various gtk thumbnailing fixes. Don't make intermediate buffer bigger than ↵Michael Drake2011-02-161-20/+27
| | | | | | it needs to be. Don't pass clip rect that's larger than render area. Don't plot blank background before setting the clip rect. Scale initial content render appropriately. Simplify and fix scale calc for thumbnail resampling. svn path=/trunk/netsurf/; revision=11697
* add about: fetcher Vincent Sanders2011-02-151-1/+1
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692
* Add "const".Michael Drake2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11684
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-144-18/+20
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683