summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Changes required for new-cacheChris Young2010-03-281-23/+27
* New window/tab now opens a blank window/tab rather than one showing the curre...Chris Young2010-02-141-2/+2
* Fix logicChris Young2010-01-081-1/+2
* More useful build information, ditch SVN info if built with NDEBUG.Chris Young2010-01-081-5/+12
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-191-0/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-031-1/+1
* Amiga print UIChris Young2009-11-011-1/+1
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-1/+1
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-26/+39
* Remove the hook function, printing now works correctly (at least with the FIL...Chris Young2009-08-231-0/+2
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-22/+31
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir Hawam...Chris Young2009-08-201-1/+1
* Completed Amiga preferences GUI.Chris Young2009-06-271-2/+2
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-11/+29
* 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