summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
| | | | svn path=/trunk/netsurf/; revision=10057
* Add an Add Tab button.Chris Young2010-02-144-12/+65
| | | | | | | Could probably do with an image for this for the default theme (currently falls back to a textual "+") svn path=/trunk/netsurf/; revision=10053
* New window/tab now opens a blank window/tab rather than one showing the ↵Chris Young2010-02-142-8/+10
| | | | | | current URL svn path=/trunk/netsurf/; revision=10051
* Tidy up includesChris Young2010-02-141-66/+83
| | | | | | Add a separator bar between the toolbar and the main browser area/tabs svn path=/trunk/netsurf/; revision=10050
* and again.Chris Young2010-02-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=10049
* Didn't catch that the last commit was slightly out of sync with trunkChris Young2010-02-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=10048
* Missing string (thanks to Samir Hawamdeh)Chris Young2010-02-145-2/+7
| | | | svn path=/trunk/netsurf/; revision=10047
* Improved tabs for OS4.1u1:Chris Young2010-02-143-63/+143
| | | | | | | | | | | | | * Tabs now have a close gadget embedded * The tab bar only displays if there is more than one tab open * Changed the AISS theme "tab loading" image to something more appropriate Under OS4.0 the old tab close button and permanent tab bar still applies (needs testing as these changes may well have broken it) Users of OS4.1 prior to Update 1 will probably need to update! svn path=/trunk/netsurf/; revision=10045
* Fix initial sizingVincent Sanders2010-02-131-281/+298
| | | | | | Fix scrollbars svn path=/trunk/netsurf/; revision=10044
* More GTK install resources.Michael Drake2010-02-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=10043
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ↵Michael Drake2010-02-134-248/+248
| | | | | | other favicon. svn path=/trunk/netsurf/; revision=10042
* Set filetype type names for ICO and BMP.Michael Drake2010-02-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=10041
* Don't gzip SearchEngines on installationRob Kendrick2010-02-131-2/+2
| | | | svn path=/trunk/netsurf/; revision=10040
* Fix new warnings. Not sure if I should be declaring all the gadgets as ↵Chris Young2010-02-133-268/+286
| | | | | | | | | Object *, but that is less casting than declaring them all as struct Gadget * - and allows the merging of object and gadget arrays, which were causing a few problems previously. svn path=/trunk/netsurf/; revision=10039
* Fix GTK install to install other glade files.Michael Drake2010-02-131-4/+8
| | | | svn path=/trunk/netsurf/; revision=10038
* Proper download notification code, should also open the file if the ↵Chris Young2010-02-139-19/+40
| | | | | | | | notification is double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
* Fix GTK installation targetRob Kendrick2010-02-131-2/+1
| | | | svn path=/trunk/netsurf/; revision=10036
* Update LibROSprite details in NetSurf build docs.Michael Drake2010-02-135-51/+13
| | | | svn path=/trunk/netsurf/; revision=10031
* Change previous commit to more sensible valuesRob Kendrick2010-02-121-1/+5
| | | | svn path=/trunk/netsurf/; revision=9971
* More normal default window size for nsgtk.Michael Drake2010-02-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=9970
* Remove status bar checks which are now in the core.Chris Young2010-02-111-18/+14
| | | | svn path=/trunk/netsurf/; revision=9969
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-112-30/+33
| | | | | | | Ensure status text statistics are initialised Fix documentation and indentation of status text variables. svn path=/trunk/netsurf/; revision=9968
* Valgrind suppressions fileJohn Mark Bell2010-02-111-0/+14
| | | | svn path=/trunk/netsurf/; revision=9967
* remove RISC OS status bar text cachingVincent Sanders2010-02-112-24/+3
| | | | svn path=/trunk/netsurf/; revision=9966
* cache the status text to reduce teh number of window status update calls to ↵Vincent Sanders2010-02-102-1/+39
| | | | | | teh frontend svn path=/trunk/netsurf/; revision=9965
* Process command line after loading options file.John Mark Bell2010-02-101-5/+4
| | | | svn path=/trunk/netsurf/; revision=9964
* Remove apparently spurious status update.John Mark Bell2010-02-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=9963
* Rate limit fetch progress notifications.John Mark Bell2010-02-101-1/+14
| | | | svn path=/trunk/netsurf/; revision=9962
* Remove duplicate. Thanks to Sebastian Barthel.Michael Drake2010-02-094-4/+0
| | | | svn path=/trunk/netsurf/; revision=9961
* Replace old internal font with new one. New fontMichael Drake2010-02-068-4652/+2249
| | | | | | | | has bold, italic and italic&bold variants. Change internal font's encoding from CP437 to CP1252, since it has more useful glyphs for web browsing. svn path=/trunk/netsurf/; revision=9957
* Fix high colour bitmap loading on toolbarVincent Sanders2010-02-043-15/+25
| | | | svn path=/trunk/netsurf/; revision=9955
* Cleanup toolbar usageVincent Sanders2010-02-0412-197/+196
| | | | | | Fix font sizing svn path=/trunk/netsurf/; revision=9954
* make new window workVincent Sanders2010-02-041-0/+3
| | | | svn path=/trunk/netsurf/; revision=9953
* Make window resizeing not delete all child windows and recreate them a ↵Vincent Sanders2010-02-021-173/+214
| | | | | | resize is sufficient svn path=/trunk/netsurf/; revision=9952
* remove all references to defunct vertical offset from plottersVincent Sanders2010-02-013-27/+4
| | | | svn path=/trunk/netsurf/; revision=9950
* Substantial cleanupVincent Sanders2010-02-011-347/+378
| | | | | | | perform drawing in child window eliminate random vertical offsets svn path=/trunk/netsurf/; revision=9949
* Formatting changes.Michael Drake2010-01-311-50/+44
| | | | svn path=/trunk/netsurf/; revision=9944
* Add toolbar icons.Michael Drake2010-01-3115-0/+0
| | | | svn path=/trunk/netsurf/; revision=9942
* fix include path mis-mergeVincent Sanders2010-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=9941
* Add Windows frontendVincent Sanders2010-01-3164-24/+7287
| | | | svn path=/trunk/netsurf/; revision=9940
* remove uneccissary includesVincent Sanders2010-01-296-10/+5
| | | | svn path=/trunk/netsurf/; revision=9931
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
| | | | svn path=/trunk/netsurf/; revision=9926
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
| | | | | | improve type usage to avoid incompatible pointer type warnings on newer libpng versions. svn path=/trunk/netsurf/; revision=9921
* fix box_dump callVincent Sanders2010-01-282-2/+2
| | | | | | fix spurious newlines in log message svn path=/trunk/netsurf/; revision=9919
* Notify on download completion using system-wide Ringhio notifications.Chris Young2010-01-252-3/+23
| | | | | | | | | - Uses ARexx currently due to includes for application.library v53 not having been released. - Shows a download complete message even if failed (but the user would already have seen a warning requester about that) svn path=/trunk/netsurf/; revision=9913
* Remove unused variableJohn Mark Bell2010-01-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=9891
* Fix NULL ptr dereference in status bar rendering; formatting.Adrian Lees2010-01-242-25/+24
| | | | svn path=/trunk/netsurf/; revision=9883
* Somewhat rationalise GTK throbber initialisationVincent Sanders2010-01-243-217/+56
| | | | svn path=/trunk/netsurf/; revision=9872
* Use correct length definitionJohn Mark Bell2010-01-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=9867
* Construct font_family from core family name.John Mark Bell2010-01-221-3/+9
| | | | svn path=/trunk/netsurf/; revision=9863