summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* typoOle Loots2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11812
* added .txt file type.Ole Loots2011-02-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11811
* merged clipping parameter changes.Ole Loots2011-02-252-9/+7
| | | | svn path=/trunk/netsurf/; revision=11810
* merged clipping parameter changes.Ole Loots2011-02-252-7/+6
| | | | svn path=/trunk/netsurf/; revision=11809
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
| | | | svn path=/trunk/netsurf/; revision=11808
* Updated preferences and search window xib to allow more space for localized ↵Sven Weidauer2011-02-252-120/+69
| | | | | | text. svn path=/trunk/netsurf/; revision=11806
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
| | | | svn path=/trunk/netsurf/; revision=11805
* Lose space: make can sometimes be picky about such things, so avoid the ↵John Mark Bell2011-02-251-1/+1
| | | | | | potential for failure svn path=/trunk/netsurf/; revision=11804
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
| | | | svn path=/trunk/netsurf/; revision=11802
* Fix bug #3140968: form submission with the GET method must replace the query ↵John Mark Bell2011-02-251-46/+55
| | | | | | segment of the action URL. svn path=/trunk/netsurf/; revision=11800
* Correct handling of action="": should submit to the document URL, not the ↵John Mark Bell2011-02-251-1/+9
| | | | | | base URL. svn path=/trunk/netsurf/; revision=11799
* Fix commentJohn Mark Bell2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11798
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-254-113/+4
| | | | svn path=/trunk/netsurf/; revision=11797
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-257-1/+97
| | | | | | translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
| | | | svn path=/trunk/netsurf/; revision=11795
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
| | | | svn path=/trunk/netsurf/; revision=11794
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm ↵John Mark Bell2011-02-251-15/+13
| | | | | | specified in the header svn path=/trunk/netsurf/; revision=11793
* Don't consider top/left of descendant box when applying box overflow scrollbars.Michael Drake2011-02-241-8/+6
| | | | svn path=/trunk/netsurf/; revision=11792
* Make no-cache a tristate. In the case of a forced reload, we want to ↵John Mark Bell2011-02-241-6/+21
| | | | | | revalidate once only. svn path=/trunk/netsurf/; revision=11791
* Revert the functional change from r11789: the no-cache directive forces us ↵John Mark Bell2011-02-241-1/+0
| | | | | | to revalidate a cached object, not reject it entirely. svn path=/trunk/netsurf/; revision=11790
* Ensure cache hits after a forced reload -- don't even attempt to reuse ↵John Mark Bell2011-02-241-3/+6
| | | | | | objects with the no_cache flag set (as they'll never be considered fresh, thus requiring a round trip to the server every time they're used). Instead, we'll fetch a new object, which will be considered fresh for caching purposes. svn path=/trunk/netsurf/; revision=11789
* Apply margin before clear.Michael Drake2011-02-241-2/+2
| | | | svn path=/trunk/netsurf/; revision=11786
* Handle text-indent in layout_minmax_line(). (Fixes #3187505; scattering of ↵Michael Drake2011-02-241-9/+22
| | | | | | social networking icons on BBC News.) svn path=/trunk/netsurf/; revision=11785
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=11784
* Use cache control data invalidation function everywhere we want the cache ↵John Mark Bell2011-02-241-14/+14
| | | | | | | | | control data reset. Fix cache control data invalidation to reset the age and max_age fields to INVALID_AGE. Fix cache control data reset on encountering an HTTP response line to occur before we fill in the response time, rather than after it. svn path=/trunk/netsurf/; revision=11783
* Castrate favicon fetching. I've lost count of how much pain this has caused.John Mark Bell2011-02-241-1/+3
| | | | svn path=/trunk/netsurf/; revision=11782
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
| | | | svn path=/trunk/netsurf/; revision=11781
* Updates required to build with previous commitChris Young2011-02-232-10/+37
| | | | svn path=/trunk/netsurf/; revision=11780
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=11779
* Improve commentary.John Mark Bell2011-02-231-2/+6
| | | | | | Stop leaking object_scheme in error cases. svn path=/trunk/netsurf/; revision=11778
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11777
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
| | | | svn path=/trunk/netsurf/; revision=11776
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
| | | | svn path=/trunk/netsurf/; revision=11775
* Get download filenames from the core.Steve Fryatt2011-02-231-29/+30
| | | | svn path=/trunk/netsurf/; revision=11774
* The frontend has no business calling fetch_poll(). Stop it.John Mark Bell2011-02-231-1/+0
| | | | svn path=/trunk/netsurf/; revision=11773
* add resource handlingVincent Sanders2011-02-2323-306/+663
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Get filename from coreChris Young2011-02-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11771
* When box has no style, handle descendant calc as for overflow: visible.Michael Drake2011-02-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=11770
* Hide implementation detailJohn Mark Bell2011-02-232-50/+50
| | | | svn path=/trunk/netsurf/; revision=11769
* Obtain download filename from the coreJohn Mark Bell2011-02-232-21/+7
| | | | svn path=/trunk/netsurf/; revision=11768
* Consider filename in Content-Disposition header when downloading, or ↵John Mark Bell2011-02-232-0/+89
| | | | | | generate reasonably sane default if there isn't one. svn path=/trunk/netsurf/; revision=11767
* Fix the build.François Revel2011-02-223-5/+6
| | | | svn path=/trunk/netsurf/; revision=11766
* Parser for Content-Disposition headerJohn Mark Bell2011-02-222-0/+48
| | | | svn path=/trunk/netsurf/; revision=11765
* Fix silly.Michael Drake2011-02-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=11764
* Fix text clipping bug.Michael Drake2011-02-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=11763
* Fix bug #3189352: ensure vertical extent of toolbars is set correctly.Steve Fryatt2011-02-221-5/+20
| | | | svn path=/trunk/netsurf/; revision=11762
* Merged MakefileOle Loots2011-02-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11761
* Updated package script ( reduced stack size )Ole Loots2011-02-221-22/+9
| | | | svn path=/trunk/netsurf/; revision=11760
* Updated resourcesOle Loots2011-02-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=11759
* Updated docsOle Loots2011-02-225-18/+316
| | | | svn path=/trunk/netsurf/; revision=11758