summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Clean up, rename, and split out some new functions. Remove unused code.James Bursa2010-03-152-278/+307
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ...Michael Drake2010-02-134-248/+248
* Change previous commit to more sensible valuesRob Kendrick2010-02-121-1/+5
* More normal default window size for nsgtk.Michael Drake2010-02-121-1/+1
* Remove unused variableJohn Mark Bell2010-01-241-1/+0
* Somewhat rationalise GTK throbber initialisationVincent Sanders2010-01-243-217/+56
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Add missing includeJohn Mark Bell2010-01-211-0/+1
* Fix compilation when BMP/PNG/GIF support is disabled.John Mark Bell2010-01-211-0/+5
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* Make nsgtk_throbber_initialise_from_png() actually check for allocation failure.John Mark Bell2009-12-201-38/+81
* themesfolder is on stack. Do not free().John Mark Bell2009-12-181-3/+0
* Ensure scaffolding object exists before using itJohn Mark Bell2009-12-181-1/+6
* Merge r9731:HEAD from branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-186-35/+69
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-1768-2813/+7898
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-144-5/+14
* Fix menu pointer's hotspot.Michael Drake2009-08-101-2/+2
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-235-16/+15
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-214-107/+66
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-3/+3
* next round of plotter refactorVincent Sanders2009-07-142-481/+484
* plotters line refactorVincent Sanders2009-07-102-26/+42
* Tweak dot/dash patterns.John Mark Bell2009-07-091-4/+4
* ploter refactor of rectangle handling Vincent Sanders2009-07-083-75/+82
* Refactor fill plotter to take a styleVincent Sanders2009-07-053-8/+8
* Give input focus to drawing area on click. (credit: Paul Blokus)John Mark Bell2009-07-021-2/+1
* remove redundant clg callVincent Sanders2009-07-012-14/+0
* Improve bitmap plotter APIVincent Sanders2009-06-302-59/+40
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-275-42/+77
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-282-2/+0
* Rework GTK options code to be less bug ridden. This fixes a bunch of buffer o...John Mark Bell2009-04-292-351/+359
* Update GTK about box to be more accurateRob Kendrick2009-04-231-2/+3
* Simplify handling of tab switching. Now only has one event entry point, rathe...John Mark Bell2009-04-221-5/+16
* Some kind of documentation of option_button_type. Ideally, we'll be using an ...John Mark Bell2009-04-211-7/+11