summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-3/+8
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-14/+1
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-23/+19
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+5
| | | | svn path=/trunk/netsurf/; revision=11636
* commit a neatness and comment cleanup in the gtk window codeVincent Sanders2011-02-082-313/+311
| | | | svn path=/trunk/netsurf/; revision=11632
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-013-16/+13
| | | | svn path=/trunk/netsurf/; revision=11598
* add default system colour handlers to each frontendVincent Sanders2011-01-303-2/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* fixup gtk source file namesVincent Sanders2011-01-2956-139/+152
| | | | svn path=/trunk/netsurf/; revision=11529
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-285-747/+657
| | | | | | | | Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=11502
* gtk context menu cleanupsVincent Sanders2011-01-253-55/+90
| | | | svn path=/trunk/netsurf/; revision=11480
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-10/+5
| | | | svn path=/trunk/netsurf/; revision=11422
* Remove redundant computation.John Mark Bell2011-01-091-13/+26
| | | | | | Fix nsfont_split to actually conform to its API and not return split points in the middle of character byte sequences. svn path=/trunk/netsurf/; revision=11264
* Make the default favicon a desaturated netsurf logoDaniel Silverstone2011-01-071-0/+0
| | | | svn path=/trunk/netsurf/; revision=11247
* Ensure that if we're given no icon (or can't generate one) we default to the ↵Daniel Silverstone2011-01-071-13/+12
| | | | | | system-default favicon svn path=/trunk/netsurf/; revision=11246
* New tabs should be (assuming not blank) my-home-page/netsurf-home-page ↵Daniel Silverstone2011-01-071-5/+11
| | | | | | rather than current URL svn path=/trunk/netsurf/; revision=11245
* Ensure we only update the favicon rendering when the icon being updated is ↵Daniel Silverstone2011-01-071-0/+2
| | | | | | the one in the active tab. svn path=/trunk/netsurf/; revision=11244
* Move setting of the CSS DPI to before any treeviews are created, from when ↵Rob Kendrick2010-12-172-4/+10
| | | | | | the first browser window is created. svn path=/trunk/netsurf/; revision=11086
* Make drags less jerky.Michael Drake2010-12-161-5/+13
| | | | svn path=/trunk/netsurf/; revision=11077
* When we get a motion notify event, only set of a drag in the core if the ↵Michael Drake2010-12-161-4/+22
| | | | | | mouse has moved at least 5px from where it was pressed. svn path=/trunk/netsurf/; revision=11076
* Set last_{x|y} coords on press event so they are not used uninitialised in ↵Michael Drake2010-12-161-0/+5
| | | | | | motion_notify_event. svn path=/trunk/netsurf/; revision=11075
* A double click fires a click as well.Michael Drake2010-12-161-1/+3
| | | | svn path=/trunk/netsurf/; revision=11070
* make the history, download, hotlist and cookies initialisation actually use ↵Vincent Sanders2010-12-1410-32/+57
| | | | | | the generic glade file finding code instead of their own thing and erroring out. svn path=/trunk/netsurf/; revision=11055