summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Move drag icon stuff to own file; fix warningsChris Young2010-10-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=10922
* Fix menu shortcutsChris Young2010-10-071-2/+5
| | | | svn path=/trunk/netsurf/; revision=10870
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-230/+246
| | | | svn path=/trunk/netsurf/; revision=10865
* Simplify detection of valid filetypes for ASLChris Young2010-10-031-14/+1
| | | | svn path=/trunk/netsurf/; revision=10861
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and ↵Chris Young2010-09-281-0/+3
| | | | | | | | (b) not trying to manipulate non-existant menus svn path=/trunk/netsurf/; revision=10855
* Add startup and shutdown ARexx scripts (default to startup.nsrx and ↵Chris Young2010-08-281-0/+3
| | | | | | | | shutdown.nsrx) Remove PROGDIR: from arexx_dir default as AM_EXECUTE can't find files in PROGDIR: svn path=/trunk/netsurf/; revision=10719
* Fix some edit menu probsChris Young2010-08-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=10684
* ami_easy_clipboard just got easier, and a buffer overrun/memory leak got fixedChris Young2010-07-241-0/+5
| | | | svn path=/trunk/netsurf/; revision=10662
* Fix menu disable on tab switch and CutChris Young2010-07-241-20/+34
| | | | svn path=/trunk/netsurf/; revision=10661
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow ↵Chris Young2010-07-241-27/+38
| | | | | | | | | | | dragging selections within NetSurf window to text fields (does not work across windows). todo: switching tabs will reset cut/copy/paste menus to initial state; cut option is putting something on the clipboard which causes a crash when pasting it back svn path=/trunk/netsurf/; revision=10660
* Ensure menu state is correct when switching tabsChris Young2010-04-241-1/+47
| | | | svn path=/trunk/netsurf/; revision=10476
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=10455
* Changes required for new-cacheChris Young2010-03-281-23/+27
| | | | svn path=/trunk/netsurf/; revision=10186
* New window/tab now opens a blank window/tab rather than one showing the ↵Chris Young2010-02-141-2/+2
| | | | | | current URL svn path=/trunk/netsurf/; revision=10051
* Fix logicChris Young2010-01-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=9796
* More useful build information, ditch SVN info if built with NDEBUG.Chris Young2010-01-081-5/+12
| | | | svn path=/trunk/netsurf/; revision=9795
* Save favicon as part of icon for save_complete drawers and PDFsChris Young2009-12-191-0/+5
| | | | svn path=/trunk/netsurf/; revision=9744
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=9729
* PageUp/Down, Home/End etc page scrolling now working.Chris Young2009-11-031-1/+1
| | | | | | | | | | Most menu shortcuts now available even when the pointer is hovering over the browser window (menu disabled mode) RAmiga-R (reload page) and RAmiga-U (activate URL bar) available from keyboard shortcuts but not from the menu. This fixes unsat bug #81 svn path=/trunk/netsurf/; revision=9660
* Amiga print UIChris Young2009-11-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=9655
* Add options for "no quit on last window close" (disabled - not implemented) andChris Young2009-09-291-1/+1
| | | | | | "no window on startup" svn path=/trunk/netsurf/; revision=9601
* Mostly working scale. Fast scrolling doesn't work when scaled, and neither doesChris Young2009-08-301-26/+39
| | | | | | updating boxes (GIF anims etc) svn path=/trunk/netsurf/; revision=9513
* Remove the hook function, printing now works correctly (at least with the ↵Chris Young2009-08-231-0/+2
| | | | | | FILE driver) svn path=/trunk/netsurf/; revision=9412
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-22/+31
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Give "Save as" and "Save as..." different identifiers. Thanks to Samir ↵Chris Young2009-08-201-1/+1
| | | | | | | | Hawamdeh for the heads-up svn path=/trunk/netsurf/; revision=9377
* Completed Amiga preferences GUI.Chris Young2009-06-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=8065
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-201-11/+29
| | | | svn path=/trunk/netsurf/; revision=7900
* Add ability to copy SVGs to the clipboard and save in IFF DR2D format.Chris Young2009-05-191-3/+19
| | | | svn path=/trunk/netsurf/; revision=7523
* Add Save as IFF to main menusChris Young2009-05-171-23/+43
| | | | | | Disable menu items that aren't relevant for current content svn path=/trunk/netsurf/; revision=7521
* Allow Copy menu to copy the image currently displayed, if we aren't ↵Chris Young2009-05-171-4/+16
| | | | | | | | displaying text Fix some warnings svn path=/trunk/netsurf/; revision=7520
* Access Resources relative to program directory rather than current directory.Chris Young2009-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=6795
* Mostly-working local history windowChris Young2009-03-081-2/+2
| | | | svn path=/trunk/netsurf/; revision=6733
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-081-0/+1
| | | | | | | | offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-071-8/+13
| | | | svn path=/trunk/netsurf/; revision=6727
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-211-1/+6
| | | | | | | | | which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590
* Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it ↵John Tytgat2009-02-021-1/+0
| | | | | | to DEFAULT_EXPORT_SCALE. svn path=/trunk/netsurf/; revision=6350
* Change to use names instead of numbers for keypressesChris Young2009-02-011-6/+8
| | | | | | Add missing keypresss svn path=/trunk/netsurf/; revision=6328
* Next batch of menu changes; clarify some key pressesAdrian Lees2009-02-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=6327
* This change belonged to r6323.John Tytgat2009-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=6324
* Saving hotlist immedaitely after adding now saves it to the correct fileChris Young2009-01-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=6093
* Use an ASL requester allocated for saves (which defaults to ↵Chris Young2009-01-101-17/+13
| | | | | | | | option_download_dir when first used and remembers the save location thereafter) for the save requesters. svn path=/trunk/netsurf/; revision=6024
* More changes for search function.Chris Young2008-12-131-15/+80
| | | | | | | 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
* Fixed an issue with hotlist items outside the menu folder being added to the ↵Chris Young2008-11-251-5/+4
| | | | | | | | menu in some circumstances. svn path=/trunk/netsurf/; revision=5791
* HTML files with an icon but no MIMETYPE tooltype were being picked up by theChris Young2008-11-161-2/+4
| | | | | | | | | | | | simplehtml datatype. As I'm using dth_BaseName rather than dth_Name, they were being tagged with the MIME type text/simplehtml. Have made an exception for this case to translate it to text/html, may in the future consider whether using dth_Name may be better. Minor adjustments to the local file requester to prevent .info files from being displayed. svn path=/trunk/netsurf/; revision=5711
* Sparse "About" requester - version number, compile date and URL only.Chris Young2008-11-151-2/+18
| | | | svn path=/trunk/netsurf/; revision=5697
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-26/+56
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* AmigaOS implementation of complete page save.Chris Young2008-11-081-25/+50
| | | | svn path=/trunk/netsurf/; revision=5653
* ARexx menu with items populated from arexx_dir.Chris Young2008-10-261-3/+136
| | | | svn path=/trunk/netsurf/; revision=5632
* Folders in the Hotlist menu hierarchy with no child nodes will now be ↵Chris Young2008-10-181-3/+12
| | | | | | | | disabled in the menu. Items named "--" will be converted to NM_BARLABEL. svn path=/trunk/netsurf/; revision=5595