summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Move new blank tab into own functionChris Young2014-01-031-22/+2
|
* Attempt fix/workaround of bug #2034Chris Young2014-01-031-1/+7
|
* Add hotlist favourites star buttonChris Young2013-11-231-0/+1
|
* Workaround for AM_EXECUTE not supporting PROGDIR:Chris Young2013-11-101-10/+10
|
* Add an implied PROGDIR: to the ARexx dir name for scanning, as executing the ↵Chris Young2013-11-091-2/+6
| | | | script with PROGDIR: in it doesn't work.
* Use LIB_IS_AT_LEAST macroChris Young2013-10-131-2/+1
|
* Correct some memory allocation parametersChris Young2013-10-121-2/+3
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-5/+5
| | | | where it is not necessary.
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ↵Chris Young2013-10-011-1/+24
| | | | key.
* Use a for loop insteadChris Young2013-09-281-2/+3
|
* Ensure the glyph array is NULLed before use, and that we don't attempt to ↵Chris Young2013-09-281-1/+3
| | | | free NULL entries.
* Pass generic userdataChris Young2013-09-121-2/+3
|
* Move the hotlist menu creator into hotlist.c and make it more genericChris Young2013-09-121-65/+8
|
* Add hotlist menu items at the correct offsetChris Young2013-09-121-3/+2
|
* Remove unused. NB: new routine untestedChris Young2013-09-051-73/+0
|
* Use the nsurl directlyChris Young2013-09-051-11/+4
|
* Attempt re-write of Hotlist menu creationChris Young2013-09-051-2/+96
|
* Avoid an error.Michael Drake2013-09-031-2/+4
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+2
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-1/+6
| | | | cocoa front ends. Amiga front end very likely broken.
* Slightly better layoutingChris Young2013-08-201-16/+72
|
* Remove unusedChris Young2013-08-181-3/+1
|
* Construct the menu in a new function, which also does basic layouting of any ↵Chris Young2013-08-181-51/+89
| | | | image menus.
* Sub-menu arrowsChris Young2013-08-161-6/+27
|
* Another attempt at creating image menusChris Young2013-08-151-2/+33
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-131-1/+1
|\
| * Missed an ellipsis removal. Split this one out as RISC OS uses it.Chris Young2013-07-271-1/+1
| |
* | Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
|/
* Re-arrange menu to better conform to the Style GuideChris Young2013-07-191-4/+5
|
* Remove PDF menu item if built without PDF exportChris Young2013-06-081-5/+4
|
* Revert gadtools 53.5 changeChris Young2013-06-061-26/+0
|
* Merge branch 'chris/gadtools-53-5'Chris Young2013-05-311-17/+30
|\
| * If using image menus, change the type to reflect thatChris Young2013-05-191-1/+3
| |
| * Fix buildChris Young2013-05-181-5/+5
| |
| * Create menus with icons when using gadtools 53.5+ (hotlist only currently)Chris Young2013-05-181-15/+25
| |
| * Get hotlist icons to use in menu creationChris Young2013-05-181-1/+2
| |
* | fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
| |
* | move options includeVincent Sanders2013-05-281-1/+1
| |
* | Prevent ASL from causing delayed menusChris Young2013-05-251-0/+2
|/
* Bring ARexx items to new alloc functionChris Young2013-05-181-18/+19
|
* Move hotlist entries to new allocation functionChris Young2013-05-181-37/+26
|
* Menu refactorChris Young2013-05-181-251/+135
|
* more futile attempts to get the copy option to behaveChris Young2013-05-121-5/+12
|
* attempt fix edit menu item disableChris Young2013-05-121-7/+7
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Schedule redraws from local history too, hide ami_do_redraw and friends as ↵Chris Young2013-04-041-1/+1
| | | | only gui.c needs to call those directly now
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-1/+1
|
* More fixup for new core selection treatment.Michael Drake2013-02-221-2/+2
|
* Remove spurious error message after closing AboutChris Young2013-02-181-12/+14
|
* fix errors introduced in refactorVincent Sanders2013-02-181-1/+1
|