summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding icons for tree views.Sven Weidauer2011-02-276-4/+12
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-272-3/+12
* Local history view now is responsible for hiding itself after selecting a web...Sven Weidauer2011-02-278-17/+34
* Forward resources: to rsrc: which the BeOS port already has to use the stuff ...François Revel2011-02-271-1/+4
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-263-20/+9
* Fix copying of iconChris Young2011-02-261-8/+5
* Rename confusingly-named file; Remove about from unsupported protocols, as wi...Chris Young2011-02-264-3/+2
* Less ridiculous time calculationChris Young2011-02-261-7/+4
* Correctly centering lines on pixel grid if their width is even.Sven Weidauer2011-02-261-3/+5
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-265-9/+10
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-262-15/+7
* Clean up blank_import on exitJohn Mark Bell2011-02-263-2/+15
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-263-185/+255
* oadded handler for about menu click.Ole Loots2011-02-251-0/+5
* redraw % on download finish.Ole Loots2011-02-251-1/+12
* Take CSS System Colours from the RISC OS Desktop palette at start and on mode...Steve Fryatt2011-02-253-156/+269
* NULL checkOle Loots2011-02-251-2/+9
* typoOle Loots2011-02-251-1/+1
* added .txt file type.Ole Loots2011-02-251-0/+2
* merged clipping parameter changes.Ole Loots2011-02-252-9/+7
* merged clipping parameter changes.Ole Loots2011-02-252-7/+6
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
* Updated preferences and search window xib to allow more space for localized t...Sven Weidauer2011-02-252-120/+69
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
* Lose space: make can sometimes be picky about such things, so avoid the poten...John Mark Bell2011-02-251-1/+1
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
* Fix bug #3140968: form submission with the GET method must replace the query ...John Mark Bell2011-02-251-46/+55
* Correct handling of action="": should submit to the document URL, not the bas...John Mark Bell2011-02-251-1/+9
* Fix commentJohn Mark Bell2011-02-251-1/+1
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-254-113/+4
* Added 'Localizable.strings' to bundle resources and added german translations...Sven Weidauer2011-02-257-1/+97
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm spe...John Mark Bell2011-02-251-15/+13
* Don't consider top/left of descendant box when applying box overflow scrollbars.Michael Drake2011-02-241-8/+6
* Make no-cache a tristate. In the case of a forced reload, we want to revalida...John Mark Bell2011-02-241-6/+21
* Revert the functional change from r11789: the no-cache directive forces us to...John Mark Bell2011-02-241-1/+0
* Ensure cache hits after a forced reload -- don't even attempt to reuse object...John Mark Bell2011-02-241-3/+6
* Apply margin before clear.Michael Drake2011-02-241-2/+2
* Handle text-indent in layout_minmax_line(). (Fixes #3187505; scattering of s...Michael Drake2011-02-241-9/+22
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
* Use cache control data invalidation function everywhere we want the cache con...John Mark Bell2011-02-241-14/+14
* Castrate favicon fetching. I've lost count of how much pain this has caused.John Mark Bell2011-02-241-1/+3
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
* Updates required to build with previous commitChris Young2011-02-232-10/+37
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
* Improve commentary.John Mark Bell2011-02-231-2/+6
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1