summaryrefslogtreecommitdiff
path: root/amiga/menu.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-31/+31
| | | | | | | | | (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. svn path=/trunk/netsurf/; revision=5542
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=5498
* AmigaOS tabs implementation.Chris Young2008-10-051-1/+1
| | | | | | | | | | | Two new strings: NewTab, CloseTab Two new options: always_open_tabs indicates to open tabs instead of windows by default new_tab_is_active makes any new tab the current one (default is to open tabs in background) svn path=/trunk/netsurf/; revision=5483
* Incomplete support for tabbed browsing.Chris Young2008-10-041-1/+2
| | | | svn path=/trunk/netsurf/; revision=5482
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-1/+1
| | | | | | closing the window) svn path=/trunk/netsurf/; revision=5453
* Moved menu selection code to menu.cChris Young2008-09-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=5230
* Added PDF export to Amiga port.Chris Young2008-08-261-2/+2
| | | | svn path=/trunk/netsurf/; revision=5203
* Moved Amiga menu code into separate file.Chris Young2008-08-251-0/+29
svn path=/trunk/netsurf/; revision=5199