summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor fixes, changing some defaults to safer values, screen_modeid should now...Chris Young2008-11-034-15/+17
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-028-38/+44
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-267-15/+233
* Track the current/last used browser window (at the moment, just for ARexx).Chris Young2008-10-256-5/+328
* Complete (but quite minimal at the moment) context menu implementation for Am...Chris Young2008-10-258-197/+141
* Initial context menus. Five possible options (copy link to clipboard, downlo...Chris Young2008-10-213-3/+185
* Prepare for context menusChris Young2008-10-202-3/+17
* Fixed bitmap tile plotterChris Young2008-10-191-8/+6
* Allow theming of default treeview folder and item images.Chris Young2008-10-194-0/+35
* Various fixes in relation to tabs.Chris Young2008-10-192-31/+51
* Folders in the Hotlist menu hierarchy with no child nodes will now be disable...Chris Young2008-10-183-7/+67
* Basic theme support.Chris Young2008-10-188-113/+171
* Italian translation courtesy of Samir Hawamdeh.Chris Young2008-10-171-0/+1
* Safer menu deletions; stop menus from appending to existing menu with each ne...Chris Young2008-10-151-2/+5
* Implemented the ability to add hotlist entries to the Hotlist menu. Modified...Chris Young2008-10-144-15/+128
* Fix basic rearrangement of tree nodesChris Young2008-10-133-19/+49
* Default official throbber imagery.Chris Young2008-10-131-0/+0
* AmiUpdate support.Chris Young2008-10-131-2/+29
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-136-73/+165
* Stop over-zealous deletions, we should only be deleting the currently-selecte...Chris Young2008-10-111-1/+1