summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore clear:left; when the only floats are on the right and vice versa.Michael Drake2009-01-221-2/+4
* Handle clear before working out available width for tables and blocks that ca...Michael Drake2009-01-221-10/+12
* Handle no units in CSS as px. This is a temporary measure until the new CSS p...Michael Drake2009-01-221-5/+9
* Fix placement of tables in normal flow next to floats. This stops big blank g...Michael Drake2009-01-211-1/+12
* Fix positioning of floats that come after floats with negative margins.Michael Drake2009-01-201-4/+8
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-205-21/+83
* Block formatting context width is only reduced due to floats if width is auto.Michael Drake2009-01-191-20/+26
* Make blocks which establish a new block formatting context use have the corre...Michael Drake2009-01-181-0/+17
* position in string was off by oneChris Young2009-01-181-3/+29
* Move handling of background related print options to background specific func...Michael Drake2009-01-171-120/+130
* Clear render area properly when switching tabsChris Young2009-01-171-1/+1
* Complete Unicode text display implementation bar styles (bold, italic)Chris Young2009-01-171-17/+48
* Most nsfont placement routines done for UTF-8 printing, missing the odd chara...Chris Young2009-01-171-23/+122
* nsfont_width implemented for Unicode textChris Young2009-01-164-57/+68
* Saving hotlist immedaitely after adding now saves it to the correct fileChris Young2009-01-161-1/+1
* Add copy and select all itemsChris Young2009-01-162-0/+37
* Forward declare gui_windowJohn Mark Bell2009-01-161-0/+2
* Spacing perfect, text now printing correctly on baseline.Chris Young2009-01-151-6/+6
* Much faster Unicode text display (still slower than local charset mode though)Chris Young2009-01-151-43/+14
* Some redraw optimisationsChris Young2009-01-151-29/+38
* Squash strict-aliasing warning in the most disgusting way possible.John Mark Bell2009-01-151-1/+1
* 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