summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | The data scheme fetcher was over allocating the space for decoded base64 encoded urls and not using the base64 API that allocated the correct size storage.
* 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 ↵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
|
* Restructure gui_window and gui_window_2 to avoid accessing browser_window to ↵Chris Young2014-11-1611-320/+302
|\ | | | | | | find out which gui_window is currently displayed.
| * 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
| | | | | Additionaly we make the curl fetcher report errors instead of uninitialised buffer.
* Error in RISC OS form entry API changes.Vincent Sanders2014-11-151-1/+1
| | | | | | | When the form entry changes were made the RISC OS implementation was updated but the loop that counts entries was using an incorrect loop iterator variable which was never incremented hence causing an infinite loop.
* Only include rsvg-cairo.h if it isn't alreadyJohn-Mark Bell2014-11-151-0/+2
|
* 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
|
* add pkg-config to beos buildVincent Sanders2014-11-141-1/+1
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-147-14381/+11
|
* Use the correct Messages string, modify the contents to better reflect what ↵Chris Young2014-11-132-6/+6
| | | | it (currently) does - only edits the title, not the address.
* Add an edit entry option to the edit menuChris Young2014-11-132-13/+39
|
* Fix cocoa usage of render internalsVincent Sanders2014-11-134-9/+27
|
* make the form select menu API smaller.Vincent Sanders2014-11-1311-122/+168
| | | | | | 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-1218-46/+67
|
* doxgen warning fixes in riscos frontend.Vincent Sanders2014-11-1210-53/+61
|