summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Use a memory pool for deferred rectsChris Young2016-01-201-7/+12
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2016-01-151-4/+4
|\
| * Fix some old and new GCC errors/warningsChris Young2016-01-151-4/+4
* | Fix some incorrect type usageChris Young2016-01-151-1/+1
|/
* Make font engine selection bit more logicalChris Young2016-01-151-2/+2
* Add a status gadget inside the window for OS3Chris Young2016-01-111-22/+32
* Revert "Set a unicode fallback to LetterGothic on OS3"Chris Young2016-01-101-9/+5
* Set a unicode fallback to LetterGothic on OS3Chris Young2016-01-101-5/+9
* Set some memory and speed options by default for OS3Chris Young2016-01-101-21/+30
* Set some sensible default bitmap fonts on OS3 when using diskfontChris Young2016-01-091-5/+13
* Increase minimum stack as sometimes Duktape runs outChris Young2016-01-021-1/+1
* Fix OS3 buildChris Young2015-12-201-1/+1
* Missing initialisationChris Young2015-12-201-1/+1
* Soak up -v so command line processing still works with logging enabledChris Young2015-11-271-1/+2
* Allow specifying location of the users directories on the commandlineChris Young2015-11-251-10/+14
* Move ReadArgs commandline processing earlier whilst leaving core commandline ...Chris Young2015-11-241-8/+14
* Make an effort to free resources when a fatal error occurs during initialisationChris Young2015-11-241-1/+26
* Abort if we're on a write-protected volumeChris Young2015-11-241-0/+24
* Added Amiga ToolTypes parser.Chris Young2015-11-221-4/+70
* Prettier hotlist toolbarChris Young2015-11-161-3/+34
* Don't position the statusbar based on font heightChris Young2015-11-161-2/+2
* Don't translate F8/F9/F10 into printable characters.Chris Young2015-11-161-0/+4
* Improve the position of the status bar gadget at different font sizesChris Young2015-11-151-2/+2
* Add F8/F9/F10 as shortcuts to the scale functionalityChris Young2015-11-151-0/+13
* Allow space bar to be used to page downChris Young2015-11-151-1/+2
* Don't try to write to an uninitialised file handle.Chris Young2015-11-151-4/+6
* Make nsurl utf8 string conversion function consistent with nsurl API.Michael Drake2015-10-251-1/+1
* Update gtk frontend to new APIChris Young2015-10-241-1/+1
* Rework IDN URL retrieval to return an nserrorChris Young2015-10-241-14/+18
* Enable Amiga frontend to show decoded IDNs subject to local charset restricti...Chris Young2015-10-241-3/+15
* Move status bar gadget to the correct place on OS3Chris Young2015-09-061-1/+5
* Create menus on OS3 and 4 the same way (manual GadTools method).Chris Young2015-09-061-11/+5
* Rename context_menu.c and strip out all the context menu code, so this file a...Chris Young2015-09-051-35/+4
* Add a small test menu to the clicktab gadgetChris Young2015-09-051-4/+6
* Create back/forward context menu using menuclassChris Young2015-09-041-6/+16
* Add a couple of context menu items for links for testing.Chris Young2015-09-031-4/+7
* Rough outline for Intuition-based context menuChris Young2015-09-031-2/+6
* Disable the popupmenu-based context menu and the emulated menu keyboard short...Chris Young2015-09-021-96/+2
* Fix MinTerm defines for SDK 53.29Chris Young2015-09-011-1/+1
* Avoid accessing NULL pointerChris Young2015-08-241-16/+11
* Check version of the correct libraryChris Young2015-08-171-2/+2
* Define m68k for OS3 build so dukky (nearly) compiles.Chris Young2015-08-141-0/+1
* Abstract all instances of NewMinList as it causes alert 80000006 on OS3Chris Young2015-08-051-2/+1
* Allow a fallback font for characters above 0xFFFF to be specified. There is ...Chris Young2015-07-061-2/+15
* Scale cached favicons before they are cached. This avoids the need to scale ...Chris Young2015-06-221-1/+1
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+3
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-30/+29
* Keep the size of the bitmap and layers used for rendering in the structure it...Chris Young2015-04-251-6/+9
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-161-3/+4