summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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
* Two new ARexx commands:Chris Young2008-11-243-1/+96
* HTML files with an icon but no MIMETYPE tooltype were being picked up by theChris Young2008-11-162-2/+10
* NetSurf will now check if it is already running (ie. if ARexx port NETSURF ex...Chris Young2008-11-164-38/+114
* Sparse "About" requester - version number, compile date and URL only.Chris Young2008-11-152-7/+30
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-158-69/+258
* mime type overflow and tab switching fixes.Chris Young2008-11-092-4/+7
* Added a note about local MIME types.Chris Young2008-11-081-0/+13
* Installation scriptsChris Young2008-11-083-0/+149
* AmigaOS implementation of complete page save.Chris Young2008-11-086-29/+926
* Local file handling improvements (fetch_file is incomplete and not being used...Chris Young2008-11-085-19/+285