summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Remove the caret by replacing it with the area under the caret, rather than t...Chris Young2009-02-011-1/+1
* - C strings have always an implicit NUL character at the end, no need to spec...John Tytgat2009-02-011-2/+2
* Oops, probably shouldn't double-convert textChris Young2009-02-011-1/+1
* Convert UTF-8 titles to local charset for display in tabsChris Young2009-02-011-2/+5
* Change to use names instead of numbers for keypressesChris Young2009-02-013-20/+86
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-1/+1
* Added context menu option to download the link target.Chris Young2009-01-316-16/+94
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
* This is the actual fix for the crashing, although this is temporary as theChris Young2009-01-261-3/+3
* This appears to fix an odd crash Chris Young2009-01-251-6/+3
* Handle key-presses manually for greater control, and to remove some keyboardChris Young2009-01-251-15/+44
* It's probably a good idea to free memory once we've finished with it.Chris Young2009-01-241-5/+10
* Implement bold and italic font rendering for Unicode display and make it the ...Chris Young2009-01-205-21/+83
* position in string was off by oneChris Young2009-01-181-3/+29
* 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
* 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
* Allocate the file requester after reading the options which contain the value...Chris Young2009-01-151-7/+7
* 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
* 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-283-60/+53
* SVG support for Amiga version using libsvgtiny and libcairoChris Young2008-12-281-1/+146
* 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
* Update to new APIChris Young2008-12-271-5/+8
* Reduce memory usageChris Young2008-12-262-67/+79