summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
* Fix crash when attempting to open context menu in a browser_window with no co...Chris Young2010-03-211-1/+4
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-218-34/+134
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18
* More HelpHints, these will work on OS4.1u1 and higher only.Chris Young2010-03-176-7/+49
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
* Help hints, mainly for the tabs but also massage messages strings HelpToolbar...Chris Young2010-03-164-19/+86
* Remove caret when window is inactive, re-add when window becomes active again.Chris Young2010-03-152-0/+8
* Remove caret while "fast scrolling" to prevent caret-trails over the display.Chris Young2010-03-151-0/+8
* Clean up, rename, and split out some new functions. Remove unused code.James Bursa2010-03-152-278/+307
* Exclude about: as that will never be handled externally and some sites useChris Young2010-03-141-8/+12
* Fix character offset, which was one character left of where the user clicked ...Chris Young2010-03-141-2/+3
* Only draw search favicon on normal browser windowsChris Young2010-03-141-1/+2
* Only run the scheduler on null poll events.John Mark Bell2010-03-102-7/+41
* Pass all unknown URLs to launch-handler/OpenURL.Chris Young2010-03-071-15/+12
* Set file comment to URL *after* closing the file. This resolves the problem ...Chris Young2010-03-061-3/+3
* Fix compilationChris Young2010-02-221-3/+3
* Attempt fix for OS4.0Chris Young2010-02-211-3/+7
* Accomodate for antique versions of libpng (as found with the BeOS R5 devkit),...François Revel2010-02-171-0/+11
* Try to avoid the tab switching if closing a tab other than the current one (d...Chris Young2010-02-142-14/+23
* Sync button images with Windows versionChris Young2010-02-1416-5/+5
* Add an Add Tab button.Chris Young2010-02-144-12/+65
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-142-8/+10
* Tidy up includesChris Young2010-02-141-66/+83
* and again.Chris Young2010-02-141-1/+0
* Didn't catch that the last commit was slightly out of sync with trunkChris Young2010-02-141-0/+1
* Missing string (thanks to Samir Hawamdeh)Chris Young2010-02-145-2/+7
* Improved tabs for OS4.1u1:Chris Young2010-02-143-63/+143
* Fix initial sizingVincent Sanders2010-02-131-281/+298
* More GTK install resources.Michael Drake2010-02-131-0/+2
* Remove html favicon of unknown origin and use a NetSurf logo when there's no ...Michael Drake2010-02-134-248/+248
* Set filetype type names for ICO and BMP.Michael Drake2010-02-131-0/+2
* Don't gzip SearchEngines on installationRob Kendrick2010-02-131-2/+2
* Fix new warnings. Not sure if I should be declaring all the gadgets as Objec...Chris Young2010-02-133-268/+286
* Fix GTK install to install other glade files.Michael Drake2010-02-131-4/+8
* Proper download notification code, should also open the file if the notificat...Chris Young2010-02-139-19/+40
* Fix GTK installation targetRob Kendrick2010-02-131-2/+1
* Update LibROSprite details in NetSurf build docs.Michael Drake2010-02-135-51/+13
* 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 status bar checks which are now in the core.Chris Young2010-02-111-18/+14
* Review fixups from Daniel SilverstoneVincent Sanders2010-02-112-30/+33
* Valgrind suppressions fileJohn Mark Bell2010-02-111-0/+14
* remove RISC OS status bar text cachingVincent Sanders2010-02-112-24/+3
* cache the status text to reduce teh number of window status update calls to t...Vincent Sanders2010-02-102-1/+39
* Process command line after loading options file.John Mark Bell2010-02-101-5/+4
* Remove apparently spurious status update.John Mark Bell2010-02-101-2/+0
* Rate limit fetch progress notifications.John Mark Bell2010-02-101-1/+14