summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include.John Mark Bell2009-01-151-2/+3
* Allocate the file requester after reading the options which contain the value...Chris Young2009-01-151-7/+7
* Add some shared objects infoChris Young2009-01-151-2/+19
* Reinstate WINDOW_Qualifier - the AutoDoc is wrong, it returns a uint32 not a ...Chris Young2009-01-101-18/+6
* Revert WINDOW_Qualifier change which was supposed to make shift and ctrl keyb...Chris Young2009-01-101-7/+7
* fix warningChris Young2009-01-101-0/+1
* Add AmigaOS test builds linkChris Young2009-01-101-2/+2
* Modify 32-bit mouse pointers to look at the ones in ENV:SysChris Young2009-01-101-21/+23
* Remove prompts for screen dimensionsChris Young2009-01-101-36/+0
* Update options and ARexx commandsChris Young2009-01-101-2/+4
* Add SAVE command, which saves the source of the current page to the named file.Chris Young2009-01-101-2/+20
* Fix screen clearsChris Young2009-01-101-2/+5
* If screen mode ID is not set in the options, prompt for a screenmode on start...Chris Young2009-01-102-60/+130
* Use an ASL requester allocated for saves (which defaults to option_download_d...Chris Young2009-01-102-22/+17
* Replace use_workbench with a more general use_pubscreen option.Chris Young2009-01-101-5/+8
* Handle mailto: URLs through gui_launch_url()Chris Young2009-01-102-219/+12
* First write-up of build instructions for AmigaOSChris Young2009-01-101-0/+206
* Updated URLs in default hotlistAdrian Lees2009-01-101-2/+2
* Assorted saving-related changes (WIP)Adrian Lees2009-01-108-85/+368
* Silence a bunch of warnings caused by cURL's typecheck-gcc stuff being strict...Daniel Silverstone2009-01-081-28/+41
* Charset fallbacks. If we don't support the charset declared in the HTTP heade...John Mark Bell2009-01-061-0/+27
* It's probably a good idea if we're consistent in which allocation routines we...John Mark Bell2009-01-061-3/+6
* Fix warnings and formattingRob Kendrick2009-01-024-57/+68
* Remove unnecessary storage of page number in tab addDaniel Silverstone2009-01-021-2/+2
* Silence lack of return value check warning on fgets()Daniel Silverstone2009-01-021-1/+2
* Silence format-string warningDaniel Silverstone2009-01-021-1/+1
* Fix unchecked result warnings for realpathDaniel Silverstone2009-01-021-13/+20
* A bit of tidying of the GTK options dialog code. Still not ideal, still not w...Daniel Silverstone2009-01-021-135/+160
* More lenient refresh delay parsingJohn Mark Bell2008-12-301-2/+10
* If a GIF has insufficient frame data, display the frames that have been decoded.Chris Young2008-12-301-3/+2
* Improve pasting into password boxesAdrian Lees2008-12-301-14/+26
* More efficient layers clippingChris Young2008-12-292-8/+16
* Complete set of Cairo plotters (from gtk_plotters.c).Chris Young2008-12-291-3/+72
* Some bitmap caching - not making much difference and using up a lot of gfx me...Chris Young2008-12-283-59/+126
* Update for new SDKChris Young2008-12-282-22/+4
* Fix crash when launching NetSurf if it is already running.Chris Young2008-12-281-38/+24
* Minor changes for Amiga Cairo buildChris Young2008-12-284-61/+54
* SVG support for Amiga version using libsvgtiny and libcairoChris Young2008-12-283-3/+166
* Unicode text display. Painfully slow and needs some work wrt text alignment,...Chris Young2008-12-272-3/+35
* Missed oneChris Young2008-12-271-1/+1
* Handle opaqueness a bitChris Young2008-12-271-15/+17
* Handle opaqueness a bitChris Young2008-12-272-6/+24
* Only increase the root element's redraw box to cover margin, if the redraw bo...Michael Drake2008-12-271-18/+28
* Update to new APIChris Young2008-12-271-5/+8
* Fix crash bug.Michael Drake2008-12-271-1/+1
* Handle replaced inline borders and backgrounds like blocks.Michael Drake2008-12-271-5/+7
* Do our default page margin with a margin on BODY, like other browsers and the...Michael Drake2008-12-271-1/+1
* Plot backgrounds on the root element over margin box, as per CSS 2.1 spec.Michael Drake2008-12-271-19/+78
* Reduce memory usageChris Young2008-12-262-67/+79
* Respect alpha channel in bitmaps, and use Composite() instead of BitMapScale(...Chris Young2008-12-261-34/+98