summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hack workaround for broken libcurls who obey ALL_PROXY for file: URLs. See c...Rob Kendrick2010-04-131-0/+11
* Add gtk_compat.c, which provides implementations of newer GTK functions that ...Rob Kendrick2010-04-135-9/+123
* Revert previous two changes, as it breaks far too recent versions of GTK.Rob Kendrick2010-04-133-9/+9
* GTK 2.20 removes some widget property access macros that were deprecated in 2...Rob Kendrick2010-04-133-9/+9
* Suppress issues with < 1x1 (i)frames for now in GTK frontendDaniel Silverstone2010-04-121-4/+11
* Now that theme_install owns hlcache handle, ensure we clean it up.John Mark Bell2010-04-111-14/+12
* Fix window updates when main window is scrolled.Michael Drake2010-04-111-3/+10
* Fix warnings about scroll and value possibly getting used uninitialised.Michael Drake2010-04-091-1/+2
* Try to handle nonsense status bar width option settings. This is probably onl...Michael Drake2010-04-081-0/+10
* Status bar width now set in proportion to actual window width. Correctly reta...Michael Drake2010-04-081-13/+14
* Slightly clearer comment.Michael Drake2010-04-081-1/+1
* Remove min status bar width limitation. Set initial status bar width when gui...Michael Drake2010-04-082-1/+13
* Turn on smooth scaling by default, since it doesn't make much difference to p...Michael Drake2010-04-081-9/+9
* Make scaled bitmap plotting much faster by only scaling the portion of the bi...Michael Drake2010-04-081-15/+24
* Increase scroll increment.Michael Drake2010-04-081-2/+2
* GTK's source suggests scroll wheels generally get twice as much scrollypower ...Daniel Silverstone2010-04-081-4/+4
* Ensure the h/v scrollbars default to 16px step incrementDaniel Silverstone2010-04-081-2/+2
* Add scroll event supportDaniel Silverstone2010-04-081-192/+247
* Pass an empty string as the label for the local history button. While the GT...Rob Kendrick2010-04-081-1/+1
* Some X servers set MOD2 for some reason. Limit arrow/pgup/down to 'not alt/c...Daniel Silverstone2010-04-081-1/+1
* Add missing setting which was preventing gtk tabs from workingDaniel Silverstone2010-04-081-0/+1
* Manually clip for scaled plots too. Doesn't make much difference to performan...Michael Drake2010-04-081-31/+35
* Manually clip bitmap area to be plotted. This speeds up rendering considerabl...Michael Drake2010-04-081-8/+52
* Partly fix tab closing.James Bursa2010-04-071-3/+7
* Put status bar and horizontal scroll bar next to each other. Each tab now con...James Bursa2010-04-0711-188/+211
* Make struct browser_mouse a part of gui_window instead of a malloced pointer....James Bursa2010-04-072-54/+48