summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Ensure we're not running events ahead of time.Chris Young2014-11-221-2/+9
* Process scheduled event changes before incoming timer events.Chris Young2014-11-221-10/+11
* Fix llcache ops tableChris Young2014-11-221-0/+1
* Revert "Revert "Write out to the backing store asynchronously.""Chris Young2014-11-225-7/+123
* Reduce stack to 2KChris Young2014-11-221-1/+1
* Reply to the timer before running the scheduled task.Chris Young2014-11-221-1/+4
* New schedulerChris Young2014-11-223-57/+186
* Initial steps for a scheduler processChris Young2014-11-223-38/+129
* Revert "Should be a while loop in case of multiple simultaneous event triggers."Chris Young2014-11-221-2/+2
* Fix brackets.Michael Drake2014-11-221-1/+1
* Shouldn't need browser_private.h now.Michael Drake2014-11-221-1/+1
* Use API to find if content is selectable, instead of guessing.Michael Drake2014-11-221-1/+1
* Simplify ami_history_open API and use correct call to get history object.Michael Drake2014-11-224-7/+11
* Use API to get URL.Michael Drake2014-11-221-3/+2
* Use browser_window_get_content where we need to.Michael Drake2014-11-221-5/+5
* Should be a while loop in case of multiple simultaneous event triggers.Chris Young2014-11-211-2/+2
* Should be free of reliance on browser window internals here now.Michael Drake2014-11-211-1/+1
* Use browser_window_get_content() to get the current content.Michael Drake2014-11-211-1/+1
* Use API for getting browser window history.Michael Drake2014-11-211-5/+3
* Use browser_window_get_url() instead of getting URL from current content.Michael Drake2014-11-211-5/+5
* Use browser_window_can_select(), instead of assuming based on content type.Michael Drake2014-11-211-2/+1
* Use public bw header.Michael Drake2014-11-211-1/+1
* Should be able to switch to public bw header now.Michael Drake2014-11-211-1/+1
* Use browser_window_get_url, instead of fishing content out of bw and getting ...Michael Drake2014-11-211-1/+1
* Use public bw header.Michael Drake2014-11-211-1/+1
* Don't appear to need browser_private.h here.Michael Drake2014-11-211-1/+0
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-195-123/+7
* Write out to the backing store asynchronously.Chris Young2014-11-185-7/+123
* 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 cu...Chris Young2014-11-164-27/+27
* Remove the global which meant we could only open one local history window.Chris Young2014-11-163-27/+21
* Stop history_local accessing gui_window via browser_window, and remove some u...Chris Young2014-11-162-64/+61
* 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