summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-277-3247/+5606
| | | | svn path=/trunk/netsurf/; revision=10157
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
| | | | svn path=/trunk/netsurf/; revision=10149
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
| | | | svn path=/trunk/netsurf/; revision=10148
* Updated translation from Samir HawamdehChris Young2010-03-231-100/+99
| | | | svn path=/trunk/netsurf/; revision=10147
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
| | | | svn path=/trunk/netsurf/; revision=10146
* Factor Amiga theme-related code out to a new file. This includes all ↵Chris Young2010-03-236-448/+547
| | | | | | | | | throbber and mouse pointer code (which are "theme modifiable") as well as normal theme reading code. svn path=/trunk/netsurf/; revision=10145
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
| | | | svn path=/trunk/netsurf/; revision=10144
* Fix crash when attempting to open context menu in a browser_window with no ↵Chris Young2010-03-211-1/+4
| | | | | | content. svn path=/trunk/netsurf/; revision=10143
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
| | | | svn path=/trunk/netsurf/; revision=10140
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-218-34/+134
| | | | svn path=/trunk/netsurf/; revision=10139
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
| | | | svn path=/trunk/netsurf/; revision=10138
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
| | | | svn path=/trunk/netsurf/; revision=10137
* 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