summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-1/+1
* fix close button having default focusVincent Sanders2011-03-131-2/+4
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-133-1/+12
* fix gtk about dialog to use about: to display credits and licenceVincent Sanders2011-03-131-56/+93
* missing semicolon. I suckDaniel Silverstone2011-03-131-1/+1
* Shunt some schedule_run() calls around.. Should improve behaviour on GTK and ...Daniel Silverstone2011-03-131-0/+2
* Hacky mime mappings for RISC OS filetype extensionsJohn Mark Bell2011-03-121-0/+6
* Symlinks for GTK front end.Michael Drake2011-03-124-0/+4
* make tab work in forms on gtkVincent Sanders2011-03-121-59/+63
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-4/+0
* Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale glo...Michael Drake2011-03-096-20/+1
* Don't scale text plots in front end (GTK).Michael Drake2011-03-081-1/+1
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-17/+17
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
* add resource handlingVincent Sanders2011-02-232-139/+50
* Hide implementation detailJohn Mark Bell2011-02-232-50/+50
* Obtain download filename from the coreJohn Mark Bell2011-02-232-21/+7
* Use core's thumbnail_redraw().Michael Drake2011-02-191-15/+3
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Comment rationale for render buffer dimensions.Michael Drake2011-02-161-1/+8
* Remove legacy logging.Michael Drake2011-02-161-4/+0
* Various gtk thumbnailing fixes. Don't make intermediate buffer bigger than i...Michael Drake2011-02-161-20/+27
* add about: fetcher Vincent Sanders2011-02-151-1/+1
* Add "const".Michael Drake2011-02-141-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-144-18/+20
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-3/+8
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-4/+7
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-14/+1
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-23/+19
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+5
* commit a neatness and comment cleanup in the gtk window codeVincent Sanders2011-02-082-313/+311
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-013-16/+13
* add default system colour handlers to each frontendVincent Sanders2011-01-303-2/+285
* fixup gtk source file namesVincent Sanders2011-01-2956-139/+152
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-285-747/+657
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
* gtk context menu cleanupsVincent Sanders2011-01-253-55/+90
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-10/+5
* Remove redundant computation.John Mark Bell2011-01-091-13/+26
* Make the default favicon a desaturated netsurf logoDaniel Silverstone2011-01-071-0/+0
* Ensure that if we're given no icon (or can't generate one) we default to the ...Daniel Silverstone2011-01-071-13/+12
* New tabs should be (assuming not blank) my-home-page/netsurf-home-page rather...Daniel Silverstone2011-01-071-5/+11
* Ensure we only update the favicon rendering when the icon being updated is th...Daniel Silverstone2011-01-071-0/+2
* Move setting of the CSS DPI to before any treeviews are created, from when th...Rob Kendrick2010-12-172-4/+10
* Make drags less jerky.Michael Drake2010-12-161-5/+13
* When we get a motion notify event, only set of a drag in the core if the mous...Michael Drake2010-12-161-4/+22
* Set last_{x|y} coords on press event so they are not used uninitialised in mo...Michael Drake2010-12-161-0/+5
* A double click fires a click as well.Michael Drake2010-12-161-1/+3