summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* Respect alpha channel in bitmaps, and use Composite() instead of BitMapScale(...Chris Young2008-12-261-34/+98
* Update for new SDKChris Young2008-12-205-28/+39
* Actually check for the existance of the icon before attempting to copy it.Chris Young2008-12-141-7/+11
* Remove error pageChris Young2008-12-141-4/+3
* Minor mailto: improvements and infoChris Young2008-12-143-73/+21
* First attempt at mailto: fetcher using openurl.library.Chris Young2008-12-132-0/+345
* Save objectChris Young2008-12-132-10/+36
* Clear display area when switching tabsChris Young2008-12-131-44/+87
* More changes for search function.Chris Young2008-12-134-17/+89
* Remove Amiga-specific force_tabsChris Young2008-12-132-13/+4
* Minor improvements to output.Chris Young2008-12-132-28/+21
* Copy theme's NetSurf.info if it exists and this is a new install.Chris Young2008-12-131-0/+12
* Add pointer image filenames to theme filesChris Young2008-12-132-0/+80
* First attempt at Amiga text search function based on RISC OS code.Chris Young2008-12-132-0/+830
* Fix bitmap tile plotter so tiled bitmaps continue out of the inital visible a...Chris Young2008-12-102-2/+5
* Fixed display of plain text files beyond the initial visible area.Chris Young2008-12-101-1/+2
* When a visitor window was present on NetSurf's public screen and NetSurf was ...Chris Young2008-12-071-9/+31
* Make NetSurf's screen a public screen with the name "NetSurf".Chris Young2008-12-061-0/+11
* Clarification on always_open_tabs and button_2_tab options and their interact...Chris Young2008-12-061-1/+10
* Fixed an issue with hotlist items outside the menu folder being added to the ...Chris Young2008-11-251-5/+4