summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-3/+19
* Add Save as IFF to main menusChris Young2009-05-171-23/+43
* Allow Copy menu to copy the image currently displayed, if we aren't displayin...Chris Young2009-05-171-4/+16
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-171-1/+1
* Mostly-working local history windowChris Young2009-03-081-2/+2
* Stop local history from crashing, display mostly works (no thumbnails and off...Chris Young2009-03-081-0/+1
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-071-8/+13
* Show which build we are using, modify install script to give an option of whi...Chris Young2009-02-211-1/+6
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it t...John Tytgat2009-02-021-1/+0
* Change to use names instead of numbers for keypressesChris Young2009-02-011-6/+8
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-1/+1
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
* Saving hotlist immedaitely after adding now saves it to the correct fileChris Young2009-01-161-1/+1
* Use an ASL requester allocated for saves (which defaults to option_download_d...Chris Young2009-01-101-17/+13
* More changes for search function.Chris Young2008-12-131-15/+80
* Fixed an issue with hotlist items outside the menu folder being added to the ...Chris Young2008-11-251-5/+4
* HTML files with an icon but no MIMETYPE tooltype were being picked up by theChris Young2008-11-161-2/+4
* Sparse "About" requester - version number, compile date and URL only.Chris Young2008-11-151-2/+18
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-151-26/+56
* AmigaOS implementation of complete page save.Chris Young2008-11-081-25/+50
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-3/+136
* Folders in the Hotlist menu hierarchy with no child nodes will now be disable...Chris Young2008-10-181-3/+12
* 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-141-11/+115
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-20/+27
* Improved Amiga treeview support. Now creates trees for cookies and history (...Chris Young2008-10-111-1/+15
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-061-11/+19
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-1/+1
* AmigaOS tabs implementation.Chris Young2008-10-051-18/+33
* Incomplete support for tabbed browsing.Chris Young2008-10-041-29/+39
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-6/+15
* Amiga message additions/correctionsChris Young2008-09-161-1/+1
* Moved menu selection code to menu.cChris Young2008-09-031-0/+153
* Menu tidy-up, string correction and swap of Source and Text in the save/expor...Chris Young2008-08-311-7/+7
* Added PDF export to Amiga port.Chris Young2008-08-261-13/+27
* Moved Amiga menu code into separate file.Chris Young2008-08-251-0/+91