summaryrefslogtreecommitdiff
path: root/amiga/object.h
Commit message (Collapse)AuthorAgeFilesLines
* Defer the redraw of boxes. This fixes a redraw problem with form select menus.Chris Young2013-02-031-1/+2
|
* Remove AMINS_FRAMEChris Young2011-09-161-1/+0
| | | | svn path=/trunk/netsurf/; revision=12801
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-0/+1
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* Don't open fonts until they are neededChris Young2011-04-301-3/+3
| | | | svn path=/trunk/netsurf/; revision=12264
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+1
| | | | svn path=/trunk/netsurf/; revision=10865
* Amiga print UIChris Young2009-11-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=9655
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-0/+1
| | | | svn path=/trunk/netsurf/; revision=7900
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=6727
* More changes for search function.Chris Young2008-12-131-0/+1
| | | | | | | Open local file requester now has a hook which filters out files with MIME types that NetSurf does not recognise. svn path=/trunk/netsurf/; revision=5907
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-1/+3
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* Experimental treeview implementation using listbrowser.gadget.Chris Young2008-09-271-5/+9
| | | | svn path=/trunk/netsurf/; revision=5447
* 401 authentication/login support.Chris Young2008-08-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=5222
* Code cleanup.Chris Young2008-08-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=5167
* Added support for multiple windows.Chris Young2008-08-091-0/+1
| | | | svn path=/trunk/netsurf/; revision=4972
* Generic objects code implemented using Exec lists. Currently used by ↵Chris Young2008-08-031-0/+39
schedule.c to add and delete schedule items from a list. svn path=/trunk/netsurf/; revision=4876