summaryrefslogtreecommitdiff
path: root/amiga/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Store scale in gui_window. Remove a lot of bw dereferencing for scale.Michael Drake2014-12-041-4/+4
* Fix brackets.Michael Drake2014-11-221-1/+1
* Shouldn't need browser_private.h now.Michael Drake2014-11-221-1/+1
* Use API to find if content is selectable, instead of guessing.Michael Drake2014-11-221-1/+1
* Simplify ami_history_open API and use correct call to get history object.Michael Drake2014-11-221-2/+1
* Use API to get URL.Michael Drake2014-11-221-3/+2
* Use browser_window_get_content where we need to.Michael Drake2014-11-221-5/+5
* Remove the global which meant we could only open one local history window.Chris Young2014-11-161-1/+1
* Remove some cyclic referencingChris Young2014-11-161-2/+2
* Fix amiga/menu.c for new structsChris Young2014-11-161-30/+30
* Fix warnings, formattingChris Young2014-11-101-32/+18
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-2/+3
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-6/+8
* Use label.image's In Menu Mode when availableChris Young2014-07-281-0/+7
* try and improve usage of browser window internalsVincent Sanders2014-07-061-2/+6
* Neaten up sub-menu highlightingChris Young2014-07-011-18/+56
* Add some space between icon and text in the menuChris Young2014-07-011-6/+15
* Recreate the entire menu when the hotlist window is closed.Chris Young2014-06-301-8/+0
* Implement a very basic favicon cache for the hotlist menu to useChris Young2014-06-291-3/+13
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-11/+2
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-1/+2
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-3/+0
* fixup missing includes from schedule changesVincent Sanders2014-03-091-1/+1
* move scheduleing into browser operation tableVincent Sanders2014-03-091-2/+7
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-6/+4
* 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
* 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 where...Chris Young2013-10-121-5/+5
* Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut ...Chris Young2013-10-011-1/+24
* 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 fre...Chris Young2013-09-281-1/+3
* 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
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-1/+6
* 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