summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* make the history, download, hotlist and cookies initialisation actually use t...Vincent Sanders2010-12-1410-32/+57
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-146-64/+66
* Rationalise titles and styles of various GTK windowsRob Kendrick2010-12-054-35/+52
* Give bookmarks window the focus when it is opened, remove utility style from ...Rob Kendrick2010-12-052-15/+16
* Remove a small amount of putridness from GTK full save implemention. Still n...Rob Kendrick2010-12-051-4/+9
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-12/+0
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+18
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+54
* More GTK 2.22.0 supportJohn Mark Bell2010-10-233-1/+15
* Hackery to support GTK >= 2.21.6John Mark Bell2010-10-231-2/+2
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-0/+2
* Merge treeview-redux to trunkJohn Mark Bell2010-10-0524-921/+1933
* move tabs menu somewhere less annoyingVincent Sanders2010-09-184-49/+41
* Make the gtk menus fully translatableVincent Sanders2010-09-184-210/+199
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-173-195/+208
* Rename wndWarning to nsgtk_warning_window. Remove some unnecessary includes.James Bursa2010-09-121-5/+3
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-5/+13
* cause content_redraw() to be called with the width and height of the content ...Vincent Sanders2010-09-101-7/+7
* Fix GTK redraw artifacts with non html contentVincent Sanders2010-09-103-0/+12
* Start bitmap opacity support in GTK front end. Still needs bitmap_test_opaque...Michael Drake2010-08-141-4/+5
* Add GTK language resources Vincent Sanders2010-07-286-0/+6
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-288-349/+354
* remove symlinks to directories for Message translationsVincent Sanders2010-07-285-5/+0
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+4
* Make GTK frontend select apropriate messages file Vincent Sanders2010-07-227-30/+126
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* Fix gtk compat layer to not segfault on old versions of GTK.John Mark Bell2010-07-031-8/+10
* Avoid potential use of NULL pointer.John Mark Bell2010-06-291-0/+4
* + Refactor input handling from browser window code into contentMichael Drake2010-06-042-2/+3
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-16/+2
* Add missing includesJohn Mark Bell2010-04-302-0/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-0/+1
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-5/+16
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-142-29/+44
* Simplify gtk scheduler and clean up valgrind-exposed errorDaniel Silverstone2010-04-141-7/+1