summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Change menus so menu functions are called internally by window.classChris Young2012-04-291-293/+455
| | | | | | | | (RA_HandleInput). This makes menu selection more reliable and stops us missing menu events which appeared to be getting lost within the HANDLEINPUT method. svn path=/trunk/netsurf/; revision=13898
* Move user-specifics out of ResourcesChris Young2012-03-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13768
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-14/+14
| | | | svn path=/trunk/netsurf/; revision=13548
* Disable print menu optionChris Young2012-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=13497
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-3/+3
| | | | svn path=/trunk/netsurf/; revision=13236
* Reimplement the previous hotlist menu refresh code, as the bug causing the ↵Chris Young2011-11-071-9/+5
| | | | | | | | previous problems was fixed ages ago. Make the timing configurable for now but default to off. svn path=/trunk/netsurf/; revision=13135
* Complete extended context menusChris Young2011-10-231-5/+10
| | | | svn path=/trunk/netsurf/; revision=13076
* Move all main file req save ops to file.cChris Young2011-10-151-123/+6
| | | | svn path=/trunk/netsurf/; revision=13064
* Start to consolidate user file operation into one fileChris Young2011-10-151-61/+2
| | | | svn path=/trunk/netsurf/; revision=13062
* Add favicon to iconification iconChris Young2011-10-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=12995
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-15/+15
| | | | svn path=/trunk/netsurf/; revision=12928
* Remove more checks for browser_window_typeChris Young2011-09-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=12719
* Remove browser_window type from ami_create_menu()Chris Young2011-09-041-14/+8
| | | | | | Remove DrawInfo too, as only there for image menus which never worked. svn path=/trunk/netsurf/; revision=12718
* Squash warnings resulting from mismatched type expectationsJohn Mark Bell2011-09-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12701
* Show existing file size when file already exists on downloadChris Young2011-07-231-3/+3
| | | | svn path=/trunk/netsurf/; revision=12618
* Fix ASL hook functionChris Young2011-07-231-10/+18
| | | | svn path=/trunk/netsurf/; revision=12615
* Fix up Amiga front end.Michael Drake2011-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12601
* Update to new APIChris Young2011-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12557
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-10/+5
| | | | svn path=/trunk/netsurf/; revision=12283
* Implement ask overwriteChris Young2011-03-261-20/+35
| | | | svn path=/trunk/netsurf/; revision=12135
* Fix crash when adding to hotlistChris Young2011-03-241-7/+7
| | | | svn path=/trunk/netsurf/; revision=12129
* Localise About req buttons (OK/Credits/Licence)Chris Young2011-03-161-22/+33
| | | | svn path=/trunk/netsurf/; revision=12078
* Add Credits and Licence buttons to About requester.Chris Young2011-03-131-12/+11
| | | | svn path=/trunk/netsurf/; revision=12031
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-1/+8
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, ↵Chris Young2011-03-051-4/+0
| | | | | | | | if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912
* Brand new windows should not be cloning an existing browser_window or they ↵Chris Young2011-03-011-1/+1
| | | | | | | | | pick up old local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
* Updates required to build with previous commitChris Young2011-02-231-9/+36
| | | | svn path=/trunk/netsurf/; revision=11780
* New tabs should show the homepageChris Young2011-02-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=11701
* 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