summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix GetSucc (credit: Buzz)Chris Young2015-01-302-1/+8
|
* Add the Dutch files to the Amiga archiveChris Young2015-01-301-1/+1
|
* fix a crash in the font scannerChris Young2015-01-301-3/+3
|
* Fixup font scanning some more, remove .font suffixChris Young2015-01-303-9/+12
|
* Enable the font scanner for OS3Chris Young2015-01-303-11/+34
|
* Fix bullet.library usageChris Young2015-01-304-18/+27
|
* Attempt to fix a couple of Enforcer hitsChris Young2015-01-302-35/+18
| | | | Thanks to Matthey for the debugging
* add missing errno includeVincent Sanders2015-01-301-0/+1
|
* Updated time_t fallback reading to not fail if the value is 0Vincent Sanders2015-01-301-2/+5
| | | | | | | The non strptime fallback reading of time_t values would report faliure if the value it read was 0 which is a valid time. This fixes this path to only fail if there was an actual error processing the value.
* Fix all the other LM_ADD(REMOVE)CHILD calls to work on OS3Chris Young2015-01-301-14/+35
|
* Set fonts to sensible defaults on OS3Chris Young2015-01-302-4/+19
| | | | Try to avoid a crash initialising the picture datatypes handler
* Add RISC OS locale dependant helpVincent Sanders2015-01-297-31/+56
| | | | | | Dick Tanis <dtanis@ymail.com> provided a locale dependant !Help and the dutch resources to go with it. I simply integrated it into the build process
* Add dutch resourcesVincent Sanders2015-01-293-0/+2056
| | | | Dutch resources from Dick Tanis <dtanis@ymail.com>
* Fix OS3 buildChris Young2015-01-295-8/+5
| | | | Fix font cache on OS3
* Don't schedule our own redraw after a reformat, as this is performed anyway.Chris Young2015-01-295-17/+64
| | | | Attempt to get menus working on OS3 build.
* Fix template blit Y position by adjusting the pointer to the templateChris Young2015-01-291-1/+2
|
* Blit text to screen correctly on OS3Chris Young2015-01-291-6/+5
|
* Fix OT_Indirect handlingChris Young2015-01-291-5/+6
|
* Temporarily disable On/OffMenu as we don't have any menus attached to our ↵Chris Young2015-01-281-0/+3
| | | | | | window on the OS3 build Thanks to Matthey for the debugging
* Avoid giving ASL a NULL pointer for the initial drawer.Chris Young2015-01-281-1/+7
| | | | Thanks to Matthey for the debugging
* Don't trash our buffer pointer when stepping through the taglistChris Young2015-01-281-1/+3
|
* Remove dead codeChris Young2015-01-281-61/+0
|
* Improve metadata deserialisation to only update object on successVincent Sanders2015-01-281-22/+46
| | | | | | | The low level cache deserialisation was leaving bad data in an low level cache object in the error case. This fixes it so the object state only gets modified on successful deserialisation of all the metadata.
* Fixup font.c a bit better for OS3Chris Young2015-01-283-6/+160
|
* Replace the custom stringview class with a standard string gadget under OS3Chris Young2015-01-271-13/+8
| | | | | Also remove gaugeiclass usage from OS3 as it (probably) doesn't exist Remove some debug
* Revert removal of implied table adding.Michael Drake2015-01-271-2/+52
| | | | | Even if the DOM is always sanitised, CSS display property can cause other boxes to be required.
* Don't use optimisation when building for OS3Chris Young2015-01-272-3/+3
| | | | This is causing unexpected problems.
* We need the library interface of listbrowser.gadgetChris Young2015-01-271-2/+2
|
* Demand a more sensible (ie. existant) version of locale and datatypesChris Young2015-01-271-2/+2
|
* Copy'n'paste errorChris Young2015-01-261-1/+1
|
* Add missing includeChris Young2015-01-261-0/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-2614-292/+315
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Convert the rest of gui.c to use class pointers directlyChris Young2015-01-253-25/+50
| | | | Add missing button.gadget
* Ensure we have the class pointerChris Young2015-01-252-5/+7
|
* Fix build on OS3Chris Young2015-01-252-4/+33
|
* Open BOOPSI/ReAction classes using the new-style methods.Chris Young2015-01-254-99/+161
| | | | Create some alternative NewObject macros and make some code use them.
* Remove unused variables.Michael Drake2015-01-241-3/+0
|
* Remove redundant implied table insertion.Michael Drake2015-01-241-49/+2
|
* Remove redundant remove() call.Michael Drake2015-01-231-11/+3
|
* Fix failure to save hotlist when there was no previous file.Michael Drake2015-01-231-3/+8
|
* Fix typoChris Young2015-01-223-3/+3
|
* Correct yearChris Young2015-01-222-2/+2
|
* Fix a missed p96AllocBitMapChris Young2015-01-202-8/+2
|
* Add missing filesChris Young2015-01-202-0/+113
|
* Add missing headersChris Young2015-01-206-4/+14
|
* Abstract p96WPA, although it still needs P96 currentlyChris Young2015-01-202-13/+4
|
* Abstract P96 functions away so we can decide what to use at run-time.Chris Young2015-01-206-31/+30
| | | | This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-01-2027-168/+565
|\
| * Remove some p96 usageChris Young2015-01-206-4/+21
| |
| * Fix classes pathsChris Young2015-01-201-2/+2
| |