summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use API to get content for view source.Michael Drake2014-11-211-1/+1
* Use API to get current scale.Michael Drake2014-11-211-3/+3
* remove atari need to use browser internal data structuresVincent Sanders2014-11-212-16/+10
* Remove usage of browser private interfacesVincent Sanders2014-11-213-12/+15
* 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
* update entry points to backing store ready for allowing differing object life...Vincent Sanders2014-11-204-15/+92
* Revert "Write out to the backing store asynchronously."Chris Young2014-11-195-123/+7
* Limit creation of store path directories.Vincent Sanders2014-11-191-9/+10
* Improve backing store control data serialisationVincent Sanders2014-11-191-60/+90
* make backing store use rename to atomicly replace entries fileVincent Sanders2014-11-191-13/+38
* Write out to the backing store asynchronously.Chris Young2014-11-185-7/+123
* Fix my spelling of teh everywhereVincent Sanders2014-11-1814-15/+15
* Remove no longer used poll option from schedule runnerChris Young2014-11-173-16/+5
* Improve data scheme fetcher allocationVincent Sanders2014-11-171-10/+8
* add libnsutils to default conveniance library setupVincent Sanders2014-11-171-7/+13
* 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
* Restructure gui_window and gui_window_2 to avoid accessing browser_window to ...Chris Young2014-11-1611-320/+302
|\
| * 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
* | Fix platform detection; always build tools for HOST.John-Mark Bell2014-11-161-2/+7
|/
* Remove unused variableChris Young2014-11-161-1/+0
* Don't make the app id a global varChris Young2014-11-163-2/+15
* uipdate jenkins build script to confirm to new core buildsystemVincent Sanders2014-11-161-45/+45
* Fix up platform detectionJohn-Mark Bell2014-11-161-20/+26
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-7/+7
* Remove unecessary form debugVincent Sanders2014-11-152-34/+38