summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Expand)AuthorAgeFilesLines
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* If a new browser window opens, bring the screen NetSurf is running on to the ...Chris Young2013-06-021-2/+3
* Better logging for resource searchingChris Young2013-06-021-0/+2
* Ensure treeview gets a palette rather than the built-in defaultsChris Young2013-06-011-38/+50
* amiga is the only user of the very odd usage of the options APIVincent Sanders2013-06-011-0/+6
* Set redraw tile size to default on screen changeChris Young2013-06-011-1/+4
* Remove unneeded parameterChris Young2013-06-011-33/+30
* Fix the new prefs hookChris Young2013-06-011-2/+1
* Set default colours when screen changesChris Young2013-06-011-32/+34
* Use default macros for updating window sizeChris Young2013-06-011-9/+4
* Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-311-6/+6
* Set more sensible default window sizeChris Young2013-05-311-7/+17
* Fix Guru on exitChris Young2013-05-281-0/+2
* Re-order Messages loading to avoid a crash on launchChris Young2013-05-281-6/+3
* add missing includesVincent Sanders2013-05-281-0/+2
* replace accidentallly removed functionVincent Sanders2013-05-281-29/+39
* fix stupid mistake introduced in options API changeVincent Sanders2013-05-281-2/+2
* fixup atari option namesVincent Sanders2013-05-281-1/+1
* fixup issues with new options API mergeVincent Sanders2013-05-281-7/+9
* move amiga to new options codeVincent Sanders2013-05-281-20/+93
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-2/+2
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+5
* put it back in a state where it stays enabledChris Young2013-05-121-2/+0
* Update the edit menu after every click, to be safe.Chris Young2013-05-121-0/+2
* change zoom button window dimensions test suffChris Young2013-05-121-3/+8
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove unneeded includeChris Young2013-04-161-1/+0
* The scheduled callback function doesn't need to do anything, because NetSurf ...Chris Young2013-04-151-1/+5
* missing includeChris Young2013-04-151-0/+1
* Schedule an immediate fetch poll if fetch is activeChris Young2013-04-151-0/+6
* Remove no-longer-needed codeChris Young2013-04-151-19/+1
* test using amiga frontendChris Young2013-04-151-1/+1
* Fix buildChris Young2013-04-111-0/+1
* Remove scheduled redraws for destroyed windowsChris Young2013-04-111-0/+6
* Avoid multiple schedules of redrawsChris Young2013-04-111-1/+7
* Make "resize with contents" a user optionChris Young2013-04-101-2/+4
* If we are reformatting, delay the redraw slightly to avoid excessive consectu...Chris Young2013-04-091-1/+3
* Test enable "resize with contents" now we have queued/delayed redraws.Chris Young2013-04-091-1/+1
* document and add missing includeChris Young2013-04-041-1/+10
* Schedule browser-initiated reformats too, with the caveat that a message of s...Chris Young2013-04-041-1/+1
* Schedule redraws from local history too, hide ami_do_redraw and friends as on...Chris Young2013-04-041-7/+6
* Schedule redraws to prevent expected redraws from not happening when no event...Chris Young2013-04-041-19/+33
* We are opening on a public screen, not a custom screen (even our own screen i...Chris Young2013-03-201-2/+2
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-2/+3
* Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-221-1/+1
* Add missing flagChris Young2013-02-181-1/+2
* fix remaining errors introduced in refactorVincent Sanders2013-02-181-1/+1
* fix errors introduced in refactorVincent Sanders2013-02-181-5/+6
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-39/+39