summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Safer menu deletions; stop menus from appending to existing menu with each ↵Chris Young2008-10-151-2/+5
| | | | | | new window. svn path=/trunk/netsurf/; revision=5578
* Implemented the ability to add hotlist entries to the Hotlist menu. ↵Chris Young2008-10-141-11/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified the default Hotlist links so they show up in the menu. Currently deleting items from the menu is dangerous. To add to the Hotlist menu, add a folder node called "Menu" to the root node of the hotlist tree. Items in this folder node up to a maximum (currently) of 40 items will be added to the Hotlist menu, within the limits of the Intuition menu system. Items in folders within the Menu folder node will be converted to subitems in the menu. Folder nodes with no entries and folder nodes at level 3 in the heirarchy will become menu items with no action. Items deeper will not be included in the menu at all. eg. Root | +- Menu | +- Netsurf | | | +- NetSurf Homepage | | | +- More NetSurf links | | | +- NetSurf bugtracker | +- Google Will look something like the following within the menu: |NetSurf »| - |NetSurf Homepage | |Google | |More NetSurf links| svn path=/trunk/netsurf/; revision=5577
* Various minor fixes for treeviews, history tree now populates.Chris Young2008-10-131-20/+27
| | | | svn path=/trunk/netsurf/; revision=5563
* Improved Amiga treeview support. Now creates trees for cookies and history ↵Chris Young2008-10-111-1/+15
| | | | | | | | | (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-11/+19
| | | | svn path=/trunk/netsurf/; revision=5498
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=5497
* AmigaOS tabs implementation.Chris Young2008-10-051-18/+33
| | | | | | | | | | | 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-29/+39
| | | | svn path=/trunk/netsurf/; revision=5482
* Treeview window event handling (currently just double-clicking hotlist items andChris Young2008-09-281-6/+15
| | | | | | closing the window) svn path=/trunk/netsurf/; revision=5453
* Amiga message additions/correctionsChris Young2008-09-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=5358
* Moved menu selection code to menu.cChris Young2008-09-031-0/+153
| | | | svn path=/trunk/netsurf/; revision=5230
* Menu tidy-up, string correction and swap of Source and Text in the ↵Chris Young2008-08-311-7/+7
| | | | | | save/export menu svn path=/trunk/netsurf/; revision=5224
* Added PDF export to Amiga port.Chris Young2008-08-261-13/+27
| | | | svn path=/trunk/netsurf/; revision=5203