summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add Style Guide URL to Docs overview.Michael Drake2008-07-111-0/+2
* Fix comment typo.Michael Drake2008-07-111-1/+1
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-093-236/+247
* Sketch out a rendering libraryJohn Mark Bell2008-07-081-0/+121
* Age-old changes to ideas for CSS library, better in SVN in this state than lo...John Mark Bell2008-07-081-2/+222
* Update to last LGPL2+ version of talloc.John Mark Bell2008-07-072-373/+779
* Performance improvements: rather than calling content_clean() every poll, we ...Rob Kendrick2008-07-073-3/+14
* Fix segfault caused by using tab to leave proxy port entry widget in nsgtkRob Kendrick2008-07-011-4/+20
* Shave another 164 bytes off the size of the throbber PNGsRob Kendrick2008-07-019-0/+0
* Reduce throbber PNG filesizes.Michael Drake2008-07-014-0/+0
* Fix top margin of boxes with a non-visible overflow type.Michael Drake2008-06-301-0/+3
* Change u_int32_t to uint32_tRob Kendrick2008-06-171-6/+6
* Avoid relying on temporary selected FS, use / or RunJohn Tytgat2008-06-152-4/+4
* Removed WITH_* ones which do no longer exist and added the ones which were mi...John Tytgat2008-06-151-1/+1
* Check file exists in bitmap_create_file(). Fixes empty local history when Scr...James Bursa2008-06-151-0/+17
* Remove unused function filename_as_url().James Bursa2008-06-142-24/+0
* Remove two unused functions.James Bursa2008-06-142-57/+0
* Don't crash when attempting to save a bitmap with no data. This can happen wh...James Bursa2008-06-141-1/+6
* Remove nonsensical disc cache section from Choices window.James Bursa2008-06-149-46/+15
* Fix NetSurf capitalisation and add me.Michael Drake2008-06-141-11/+11
* Handle errors returned by curl_multi_perform(), such as out of memory, instea...James Bursa2008-06-141-2/+7
* Merged revisions 4114-4265,4267-4272,4275-4285,4287-4325 via svnmerge from John Mark Bell2008-06-1118-2484/+2935
* Add param and return details to layout_solve_width() comment.Michael Drake2008-06-101-0/+10
* Extended scroll wheel support (Select)Adrian Lees2008-06-071-7/+16
* Save WimpSlot too when NetSurf$CoreDump is set and NetSurf crashes.James Bursa2008-06-071-5/+14
* Use bundled resources instead of separate files. throbber uses 'data' type al...François Revel2008-06-076-25/+41
* - We don't need the XPM icon.François Revel2008-06-072-321/+17
* Add copyrightsFrançois Revel2008-06-0729-8/+92
* Forgot to tell about the need to make css/scanner.c on Linux and copy it back...François Revel2008-06-071-0/+20
* Detailed the needed steps and deps for the BeOS build.François Revel2008-06-071-1/+107
* Zoom using shift-scrollwheelAdrian Lees2008-06-071-38/+58
* Fix cache controlJohn Mark Bell2008-06-061-10/+27
* Fix up.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-2/+2
* Remove stray semicolon.Michael Drake2008-06-061-1/+1
* Change box scrollbar drag to happen on HOLDING.Michael Drake2008-06-061-4/+3
* Establish a new block formatting context for blocks with non-visisble overflo...Michael Drake2008-06-061-0/+33
* Placeholder for infos on building the BeOS version.François Revel2008-06-061-0/+13
* + Change core to handle different front end click behaviourMichael Drake2008-06-065-38/+86
* Get rid of non ASCII \xa0 character in comments (copy-pasting a webpage ?) I ...François Revel2008-06-051-32/+33
* BeOS: I can now use *ng and jpeg... Also link to libtranslation, it's used to...François Revel2008-06-051-3/+5
* - fixed alpha bitmap drawingFrançois Revel2008-06-0416-9/+155
* Fix list marker check. Thanks to jmb and mikeL.Michael Drake2008-06-031-1/+1
* Squash warningJohn Mark Bell2008-06-031-1/+1
* Don't constrain mouse pointer to window area during text selection.Michael Drake2008-06-031-4/+5
* Added BeOS specific host & target detection.François Revel2008-06-031-4/+132
* Add BeOS sources.François Revel2008-06-031-0/+15
* The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the ...François Revel2008-06-0337-0/+9100
* Add code to save DA to a file if NetSurf crashes and NetSurf$CoreDump exists.James Bursa2008-06-031-0/+19
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-034-80/+74