summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy-up init a bitChris Young2016-12-111-84/+107
* Finalise bitmap code last as purging the cache needs itChris Young2016-12-111-3/+2
* Move as much closedown as possible into gui_quitChris Young2016-12-111-14/+14
* Fix memory leakChris Young2016-12-061-0/+1
* Fix brokenness caused by recent changesChris Young2016-12-051-15/+13
* Add missing nsoption_finaliseChris Young2016-12-051-0/+4
* Fix memory leak searching for resourcesChris Young2016-12-051-16/+18
* Fix last tab title not being freedChris Young2016-12-051-6/+4
* Guard against crashing when opening the splash screenChris Young2016-11-281-0/+15
* Add low memory handler to purge unused slabs on OS3Chris Young2016-11-271-0/+10
* Move ItemPool compatiblity into the header and renameChris Young2016-11-201-5/+5
* Add missing includesChris Young2016-11-191-0/+1
* More allocvec/malloc changesChris Young2016-11-191-19/+18
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
* Remove setting an env-var to force disable Altivec in libjpeg-turboChris Young2016-11-181-23/+0
* If NetSurf is already running, ensure when we open a new tab that it becomes ...Chris Young2016-09-101-8/+4
* Add an ACTIVE switch to the OPEN ARexx command to force new tabs to be activeChris Young2016-09-101-9/+14
* Stop passing NSOPTS/M back to the coreChris Young2016-09-101-22/+6
* When opening a new blank tab, always switch to it.Chris Young2016-09-041-4/+15
* Only bring the screen to the front if an active tab is being opened via re-la...Chris Young2016-09-041-1/+6
* Bring screen to front when new window/tab is opened be launching NetSurf a se...Chris Young2016-09-041-1/+2
* Allow a second-run NetSurf to open passed URL in a new tab rather than a new ...Chris Young2016-08-151-2/+7
* Ensure we are treating LShift/RShift and LAlt/RAlt the same.Chris Young2016-08-121-35/+24
* Don't attempt to close a public screen we're not the owner of.Chris Young2016-08-111-3/+3
* Missing TAG_DONE (thx capehill)Chris Young2016-08-101-1/+1
* Remove pointless string copyChris Young2016-07-291-5/+1