summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make downloads work again.John Mark Bell2010-04-052-38/+64
* Fix compilationJohn Mark Bell2010-04-051-3/+0
* rationalise the usage of the file schemeVincent Sanders2010-03-312-71/+70
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-32/+26
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-19/+22
* Remove unnecessary assignment.Michael Drake2010-03-281-1/+0
* Pass mouse buttons to core correctly.Michael Drake2010-03-281-12/+21
* Remove redundant fetch_poll callDaniel Silverstone2010-03-281-1/+0
* Adjust alignment and padding of toolbar. All this toolbar code needs throwin...Rob Kendrick2010-03-281-2/+6
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2812-143/+184
* Call the toolbar sensitivity update function when changing sensitivity of too...Rob Kendrick2010-03-281-0/+2
* Remove empty tab labels from glade files; removes GTK assertions on startup. ...Rob Kendrick2010-03-281-703/+396
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-276-3229/+5587