summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Update to new warn_user APIChris Young2016-05-011-1/+1
* Use guigfx.library for 8-bit image quantizationChris Young2016-04-281-0/+1
* use the miscellaneous table warning entryVincent Sanders2016-04-251-30/+31
* Add missing tableChris Young2016-04-251-0/+1
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-201-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* Make struct bitmap private to bitmap.cChris Young2016-03-221-1/+1
* Remove excess debugChris Young2016-03-021-2/+0
* Tweak #ifdefs so that OS3 build mostly works on OS4, to aid debugging.Chris Young2016-03-021-2/+5
* debugChris Young2016-03-021-0/+5
* Fix OS4 buildChris Young2016-03-021-10/+10
* Fix OS3 button disablingChris Young2016-02-291-17/+27
* Avoid some crashing by disabling the update of the hotlist menuChris Young2016-02-291-1/+1
* Add a warning for OS3 for a non-working functionChris Young2016-02-251-0/+3
* Fix a critical bug in the Amiga frontend which causes NetSurf to never exit.Chris Young2016-02-191-11/+17
* Make hotlist buttons show the URL as a HelpHintChris Young2016-02-141-0/+1
* Limit hotlist buttons to 20 charsChris Young2016-02-141-2/+6
* Remove some RMBTrap remnants, the new context menus don't require manual mous...Chris Young2016-02-141-1/+0
* When we unlock a public screen, don't attempt to unlock it again.Chris Young2016-02-141-1/+4
* Add an option to close inactive tabs to the tab bar context menuChris Young2016-01-311-17/+27
* Fix some enable/disable gadget logicChris Young2016-01-311-2/+2
* Force always show tabs when clicktab.gadget is older than v53Chris Young2016-01-311-4/+4
* Enable tabbed browsing on OS3Chris Young2016-01-311-6/+11
* Allocate bitmap structures using an itempoolChris Young2016-01-291-0/+1
* Move some things around to try and prevent invalid pointer accesses on exitChris Young2016-01-291-21/+20
* Make the palette-mapped state relate to the rendering layer rather than globa...Chris Young2016-01-251-7/+8
* Move the OS3 statusbar underneath all the scrollbarsChris Young2016-01-231-14/+16
* Allocate generic list objects using itempoolsChris Young2016-01-221-0/+4
* Revert "alloc bitmap structures using itempools"Chris Young2016-01-211-14/+4
* alloc bitmap structures using itempoolsChris Young2016-01-211-4/+14
* Remove unused Amiga async schedulerChris Young2016-01-211-11/+11
* Allocate deferred rectangles using itempoolsChris Young2016-01-211-5/+5
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2016-01-201-2/+6
|\
| * Don't expose the DPI-related variablesChris Young2016-01-181-1/+5
| * OS3 build fixesChris Young2016-01-161-1/+1
* | 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