summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Fix GetPredChris Young2015-02-022-1/+7
* Add some suggested optimisation switchesChris Young2015-02-022-3/+3
* fix buildChris Young2015-02-011-2/+0
* Fix a potential memory leak when setting titlesChris Young2015-02-011-5/+7
* Disable tab bar on OS3 for nowChris Young2015-02-011-0/+4
* Ensure the window is clear before drawing new contentChris Young2015-02-012-0/+3
* Fix another instance of BltMaskBitMapRastPort potentially being called with a...Chris Young2015-02-011-2/+5
* Handle the bltmask being NULLChris Young2015-02-011-3/+7
* NewLook menusChris Young2015-02-011-1/+3
* Remove BMF_DISPLAYABLE from other non-displayed BitMapsChris Young2015-01-312-3/+2
* Don't allocate our off-screen render area as BMF_DISPLAYABLE, as it is never ...Chris Young2015-01-311-4/+3
* Squash a minor warning from GCCChris Young2015-01-313-3/+6
* Set the obtained pen in our node so we can release it later.Chris Young2015-01-311-0/+1
* picture.datatype v45 does apparently support RGBA, so avoid extra conversionChris Young2015-01-311-13/+5
* Ensure on OS3 we don't try to create a BitMap with a depth of more than 8Chris Young2015-01-311-1/+4
* Correct calling usage of BltMaskBitMapRastPortChris Young2015-01-312-2/+2
* Replace some over-zealous deletionChris Young2015-01-311-0/+2
* Remove dead codeChris Young2015-01-311-20/+0
* Fix creation of SpeedBar objectsChris Young2015-01-311-1/+1
* Remove unneeded #ifdefsChris Young2015-01-311-4/+0
* Open the interface for speedbar.gadgetChris Young2015-01-312-7/+1
* Enable alpha bitmaps in chooser.gadget on OS4.1FEChris Young2015-01-312-0/+11
* Erase favicon area before redrawingChris Young2015-01-311-0/+4
* Stop the favicon getting obliterated when switching tabsChris Young2015-01-311-3/+3
* Revert "Attempt to fix a couple of Enforcer hits"Chris Young2015-01-312-15/+36
* Tidy up debug and increase list allocation to aid debuggingChris Young2015-01-312-4/+7
* Attempt to fix a crash adding hotlist entries to the toolbarChris Young2015-01-311-7/+11
* 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
* 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
* Fix OS3 buildChris Young2015-01-295-8/+5
* Don't schedule our own redraw after a reformat, as this is performed anyway.Chris Young2015-01-295-17/+64
* 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 win...Chris Young2015-01-281-0/+3
* Avoid giving ASL a NULL pointer for the initial drawer.Chris Young2015-01-281-1/+7
* Don't trash our buffer pointer when stepping through the taglistChris Young2015-01-281-1/+3
* Remove dead codeChris Young2015-01-281-61/+0
* 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
* Don't use optimisation when building for OS3Chris Young2015-01-272-3/+3
* 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