summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-176-7/+49
| | | | svn path=/trunk/netsurf/; revision=10136
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
| | | | svn path=/trunk/netsurf/; revision=10135
* Help hints, mainly for the tabs but also massage messages strings ↵Chris Young2010-03-164-19/+86
| | | | | | | | | HelpToolbar0-4 & 14 into a format we can use on the main toolbar gadgets. A couple of gadgets still missing strings. svn path=/trunk/netsurf/; revision=10134
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-152-0/+8
| | | | svn path=/trunk/netsurf/; revision=10133
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
| | | | svn path=/trunk/netsurf/; revision=10132
* Clean up, rename, and split out some new functions. Remove unused code.James Bursa2010-03-152-278/+307
| | | | svn path=/trunk/netsurf/; revision=10130
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
| | | | | | about:blank extensively. svn path=/trunk/netsurf/; revision=10129
* Fix character offset, which was one character left of where the user clicked ↵Chris Young2010-03-141-2/+3
| | | | | | | | even though the caret itself was placed in the correct location. svn path=/trunk/netsurf/; revision=10128
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
| | | | svn path=/trunk/netsurf/; revision=10127
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
| | | | | | | | | | | | | | | | Ensure the status bar widget treats its text as const. Fix erroneous free of status bar text in status bar widget destructor. The status bar text is now owned by the core. Schedule a callback to request a redraw from the Wimp when setting status bar text. The previous approach could lead to the Wimp having a long queue of redraw events to issue to us, thus preventing any other application being scheduled. The above changes are based on a patch from Rik Griffin. svn path=/trunk/netsurf/; revision=10126
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
| | | | | | | launch-handler in particular can be coerced into opening things like news: just by creating a new config file as ENVARC:launch-handler/URL/NEWS.LH svn path=/trunk/netsurf/; revision=10106
* Set file comment to URL *after* closing the file. This resolves the problem ↵Chris Young2010-03-061-3/+3
| | | | | | | | with the comment not being set on some filesystems. svn path=/trunk/netsurf/; revision=10105
* Fix compilationChris Young2010-02-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=10074
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
| | | | svn path=/trunk/netsurf/; revision=10073
* Accomodate for antique versions of libpng (as found with the BeOS R5 ↵François Revel2010-02-171-0/+11
| | | | | | | | | devkit), which either: - don't define the png_jmpbuf macro, - have a different name for png_set_expand_gray_1_2_4_to_8(). svn path=/trunk/netsurf/; revision=10069
* Try to avoid the tab switching if closing a tab other than the current one ↵Chris Young2010-02-142-14/+23
| | | | | | | | | (doesn't seem to work, the act of clicking close must implicity switch to that tab) Remove extraneous Add Tab button layout group svn path=/trunk/netsurf/; revision=10058
* 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