summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* Write out to the backing store asynchronously.Chris Young2014-11-185-7/+123
| | | | | | | | | | | | Despite the fact AmigaOS filesystems run as separate processes, DOS filesystem writes occur synchronously waiting for the disk write to finish before returning. Here we have effectively taken the core's fs backing store and extended it slightly so the store operation is spun off into a new process, running at a lower task priority than NetSurf itself. This stops the UI pauses that occur shortly after loading pages as NetSurf commits the cache to disk. Somewhat experimental, pending more extensive user testing.
* Remove no longer used poll option from schedule runnerChris Young2014-11-173-16/+5
|
* update commentsChris Young2014-11-162-3/+6
|
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-1611-19/+33
|
* Make win_destroyed variable private to amiga/gui.cChris Young2014-11-163-18/+16
|
* Avoid bw->window refChris Young2014-11-161-6/+7
|
* Fix ARexx for gui_window changesChris Young2014-11-161-52/+53
|
* Replace curbw (current browser_window, used mostly for ARexx support) with ↵Chris Young2014-11-164-27/+27
| | | | cur_gw (current gui_window)
* Remove the global which meant we could only open one local history window.Chris Young2014-11-163-27/+21
| | | | Now we can open multiple local history windows, which avoids the confusion when requesting a local history window when one is already open.
* Stop history_local accessing gui_window via browser_window, and remove some ↵Chris Young2014-11-162-64/+61
| | | | unneeded globals
* Remove some more cyclic referencesChris Young2014-11-161-2/+2
|
* Remove some cyclic referencingChris Young2014-11-161-2/+2
|
* Remove any pending favicon refresh to avoid a crash on exit/window closeChris Young2014-11-161-0/+1
|
* Fix amiga/tree.c for new structsChris Young2014-11-161-1/+1
|
* Fix amiga/search.c for new structsChris Young2014-11-161-5/+5
|
* Fix amiga/menu.c for new structsChris Young2014-11-161-30/+30
|
* Fix amiga/file.c for new structsChris Young2014-11-161-2/+2
|
* Fix amiga/drag.c for new structsChris Young2014-11-161-1/+1
|
* Fix amiga/download.c for new structsChris Young2014-11-161-1/+1
|
* Fix amiga/context_menu.c for new structChris Young2014-11-161-40/+40
|
* Fix amiga/clipboard.c for new structureChris Young2014-11-161-6/+6
|
* Fix amiga/arexx.c for new structure layoutChris Young2014-11-161-2/+2
|
* Fix amiga/gui.c to not ref gui_window via browser_windowChris Young2014-11-161-186/+185
|
* Remove a loop which appears to do nothingChris Young2014-11-161-17/+0
|
* Change clicktab userdata to hold gui_window instead of browser_windowChris Young2014-11-162-32/+32
|
* Remove unused variableChris Young2014-11-161-1/+0
|
* Don't make the app id a global varChris Young2014-11-163-2/+15
|
* Update history_local.c to use SPACE_RenderBox compatibility functionChris Young2014-11-151-17/+36
|
* Update theme.c to use SPACE_RenderBox compatiblity functionChris Young2014-11-151-4/+12
|
* Use SPACE_RenderBox compatibility function in tree codeChris Young2014-11-151-12/+55
|
* Make the SPACE_RenderBox compatibility functions publicChris Young2014-11-152-3/+20
|
* Use SPACE_RenderBox if available, as SPACE_AreaBox is "dangerous".Chris Young2014-11-151-36/+133
|
* Use the correct Messages string, modify the contents to better reflect what ↵Chris Young2014-11-131-1/+1
| | | | it (currently) does - only edits the title, not the address.
* Add an edit entry option to the edit menuChris Young2014-11-131-13/+34
|
* make the form select menu API smaller.Vincent Sanders2014-11-131-2/+2
| | | | | | By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
* doxygen cleanups in utilsVincent Sanders2014-11-121-0/+1
|
* Doxygen cleanups in frontendsVincent Sanders2014-11-111-0/+1
|
* Fix warningsChris Young2014-11-111-3/+3
|
* Fix warningsChris Young2014-11-111-23/+16
|
* Fix warningsChris Young2014-11-101-3/+3
|
* Fix warningsChris Young2014-11-101-3/+2
|
* Call open/close timer from schedule init/free functionsChris Young2014-11-103-33/+32
|
* Fix warningsChris Young2014-11-101-7/+9
|
* Fix warningsChris Young2014-11-101-16/+13
|
* Fix warningsChris Young2014-11-101-4/+5
|
* requester.class no longer used.Chris Young2014-11-101-3/+0
|
* Remove unused includesChris Young2014-11-101-3/+0
|
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-102-2/+7
|
* Use TimedDosRequester so we're not relying on requester.class being open.Chris Young2014-11-101-16/+8
|
* New function for an error requester with the correct imagery which doesn't ↵Chris Young2014-11-103-27/+31
| | | | attempt to do Messages lookup.