summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* fixup errors introduced in set_scroll API changeVincent Sanders2017-04-261-15/+33
* update amiga frontend to new set_scroll APIVincent Sanders2017-04-261-3/+18
* update amiga frontend to remove reformat APIVincent Sanders2017-04-261-29/+20
* Amiga: Update for core hotlist API change.Michael Drake2017-04-251-2/+3
* update amiga frontend invalidate window API changeVincent Sanders2017-04-191-35/+48
* Adjust the requested class versions to be the minimum required.Chris Young2017-04-161-1/+8
* Allow for more varied notification backmsgsChris Young2017-03-211-1/+2
* fix errors from cppcheck in amiga frontendVincent Sanders2017-03-031-0/+3
* Try to ensure we get the correct type of native BitMapChris Young2017-02-131-2/+2
* Remove direct_render, only ever used for debuggingChris Young2017-02-131-29/+2
* Make gui_globals less... globalChris Young2017-02-131-0/+3
* Get render bitmap size via functionChris Young2017-02-131-2/+4
* Manage shared pens internally unless we need multiple lists (eg. per browser_...Chris Young2017-02-131-3/+3
* Alloc gui_global structure when initialisingChris Young2017-02-131-15/+15
* Remove use of global context data from Amiga frontendChris Young2017-02-131-14/+5
* Perform dynamic update of Hotlist menu when using MenuClass menusChris Young2017-01-161-1/+1
* disable dynamic hotlist menu updateChris Young2017-01-151-1/+1
* minor menu fixesChris Young2017-01-151-2/+1
* Attempt hotlist menu refreshChris Young2017-01-151-1/+2
* Split up menu.c into generic and gui_window-specific filesChris Young2017-01-151-12/+12
* Share menuclass object with all browser windowsChris Young2017-01-151-1/+0
* Replace OnMenu/OffMenu with MenuClass compatible abstractionChris Young2017-01-141-11/+7
* Queue redraws for SimpleRefresh browser windowsChris Young2017-01-081-12/+13
* Support SimpleRefresh corewindowsChris Young2017-01-081-1/+1
* Remove old tree implementationChris Young2017-01-081-2/+0
* Conversion of Amiga hotlist manager to corewindowChris Young2017-01-061-5/+11
* Migrate global history to corewindowChris Young2017-01-061-2/+5
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/ami...Chris Young2017-01-031-1/+1
|\
| * re-structure menu code to make it useable elsewhere in the frontendChris Young2017-01-031-1/+1
* | Basic conversion of cookie manager to core windowChris Young2017-01-031-2/+11
|/
* show/hide scrollbars as requiredChris Young2017-01-021-4/+6
* migrate sslcert to use corewindowChris Young2017-01-021-1/+1
* Amga core window redrawChris Young2017-01-011-1/+1
* Process mouse moves and qualifier keysChris Young2017-01-011-6/+13
* Don't unmap ExtMem immediately as:Chris Young2016-12-311-1/+6
* Revert "Disable ExtMem in palette-mapped modes"Chris Young2016-12-311-4/+0
* Disable ExtMem in palette-mapped modesChris Young2016-12-311-0/+4
* move tree compatability layer to amiga frontendVincent Sanders2016-12-311-1/+1
* Simply the event loop for the shared message portChris Young2016-12-311-69/+15
* Update local history window to use event callbackChris Young2016-12-311-1/+1
* Update print window to use event callbackChris Young2016-12-311-1/+1
* Update 401 login window to use event callbacksChris Young2016-12-311-1/+1
* Simplify closing of windows on quitChris Young2016-12-311-20/+5
* Update download window to use event callbacksChris Young2016-12-311-2/+2
* Update GUI options window to use event callbackChris Young2016-12-311-3/+5
* Update treeviews to use event callbackChris Young2016-12-301-10/+14
* Start tidying up Amiga event-handling codeChris Young2016-12-301-499/+543
* Never warn the user about multiple tabs being open when we're in the process ...Chris Young2016-12-151-1/+3
* Avoid leaking memory when typingChris Young2016-12-111-1/+2
* Ensure we close all opened resources when we early exitChris Young2016-12-111-15/+22