| Commit message (Expand) | Author | Age | Files | Lines |
| * | Amiga, AROS, MorphOS, OS4: Unified ExecBase for all Amiga Platforms | marcus | 2021-03-16 | 1 | -4/+3 |
| * | morphos: new functions and structures from current SDK 3.16 | marcus | 2021-03-07 | 6 | -4/+120 |
| * | Amiga, MorphOS: fixed Syscall offset for AddAppWindowA | marcus | 2020-05-15 | 1 | -1/+1 |
| * | amiga/morphos: fix freepooled(), it has no return value | karoly | 2020-03-30 | 1 | -3/+3 |
| * | Amiga,MorphOS: structures fixes, checked again official SDK | marcus | 2020-02-03 | 2 | -2/+2 |
| * | AROS, OS4, MorphOS: Console, ConUnit added, Crt first Version | marcus | 2019-12-30 | 2 | -0/+214 |
| * | MorphOS: overloads for Get/SetRGB32 to be compatible with other Amiga flavours | marcus | 2019-06-21 | 1 | -2/+4 |
| * | MorphOS: adding missing dtReleaseDrawInfo to datatypes | marcus | 2019-04-28 | 1 | -0/+7 |
| * | MorphOS: UtilityBase fixed | marcus | 2019-04-28 | 1 | -2/+2 |
| * | MorphOS: Intuition.library structure fixes | marcus | 2019-04-27 | 1 | -3/+1 |
| * | MorphOS: missing TLayer_Info and structures fixes | marcus | 2019-04-27 | 1 | -7/+29 |
| * | morphos: fixed exec and amigados structures | marcus | 2019-04-27 | 2 | -4/+4 |
| * | arosunits, morphunits, os4units: serial, CreateExtIO(), DeleteExtIO() for all... | marcus | 2018-12-07 | 2 | -0/+192 |
| * | morphunits: fixed parameters in datatypes unit (unification with other amiga ... | marcus | 2018-05-13 | 1 | -142/+69 |
| * | amunits, morphunits: adjusted ASL library unit to latest SDK | marcus | 2017-08-21 | 1 | -439/+426 |
| * | Morphunits: move DoMethod/DoSuperMethod to intuition, Hook Helper to Utility,... | marcus | 2017-07-23 | 3 | -91/+162 |
| * | amiga-likes: make sure TAG_USER is unsigned | karoly | 2017-05-16 | 1 | -1/+1 |
| * | Amiga: AsTag/TAG_ with unsigned overloads | marcus | 2016-12-18 | 1 | -21/+33 |
| * | Amiga: moved muihelper to ami-extra, added more macros, 64bit ready | marcus | 2016-12-18 | 1 | -268/+0 |
| * | morphunits: workbench library unit, structures fixed, missing varargs | marcus | 2016-10-30 | 1 | -874/+472 |
| * | morphunits: diskfont, keymap units rewrote from current SDK | marcus | 2016-10-30 | 4 | -192/+390 |
| * | morphunits: commodities library unit part2 | marcus | 2016-10-30 | 1 | -29/+26 |
| * | morphunits: commodities library unit | marcus | 2016-10-30 | 1 | -0/+218 |
| * | Morphunits: layers unit, types fixed, v51 functions/structures added | marcus | 2016-10-02 | 1 | -154/+110 |
| * | Morphunits: utility unit, types fixed, missing varargs versions added | marcus | 2016-10-02 | 1 | -224/+93 |
| * | Morphunits: intuition unit rewritten, types fixed, missing varargs versions a... | marcus | 2016-10-01 | 1 | -4167/+3278 |
| * | Morphunits: agraphics unit rewritten, types fixed, missing varargs versions a... | marcus | 2016-09-30 | 1 | -2454/+1952 |
| * | Morphunits: exec unit updated functions, missing varargs versions | marcus | 2016-09-30 | 1 | -22/+76 |
| * | Morphunits: exec unit updatd to current SDK, Type adjustments | marcus | 2016-09-30 | 1 | -816/+713 |
| * | Morphunits: amigados unit, 64bit file access functions, V51 functions/consts | marcus | 2016-09-29 | 1 | -288/+526 |
| * | Morphunits: locale unit, fixed calling convention, missing functions | marcus | 2016-09-29 | 1 | -20/+23 |
| * | MorphOS: added locale library unit | marcus | 2016-09-17 | 1 | -0/+322 |
| * | Amiga, AROS, MorphOS: AsTag helper with LongInt instead Integer | marcus | 2016-04-27 | 1 | -4/+4 |
| * | MorphOS: SDK say it should be a real pointer not a var parameter | marcus | 2016-03-13 | 1 | -1/+1 |
| * | Amiga, MorphOS: Fixed various inconsistencies of the three Amiga-style platforms | marcus | 2016-03-12 | 4 | -10/+16 |
| * | MorphOS: Icon and workbench added | marcus | 2016-03-12 | 2 | -0/+1415 |
| * | Amiga, AROS, MorphOS: TAG_(), AsTag() for easer varargs handling | marcus | 2016-03-12 | 1 | -2/+43 |
| * | MorphOS: Open Library in initialization and Close Library in finalization, In... | marcus | 2016-03-04 | 15 | -357/+113 |
| * | morphunits: removed things which belong to internal input.device API accident... | karoly | 2015-12-25 | 1 | -31/+2 |
| * | morphunits: added input.device and keyboard.device interfaces, based on fpc-t... | karoly | 2015-12-24 | 2 | -0/+122 |
| * | morphunits: renamed WriteStr macro to dosWriteStr, to avoid clash with WriteS... | karoly | 2015-12-24 | 1 | -3/+3 |
| * | morphunits: removed KVM unit, which was never meant for public use, and it's ... | karoly | 2015-12-24 | 1 | -78/+0 |
| * | amunits, arosunits, morphunits: don't pass the calculated object address thro... | karoly | 2015-12-24 | 1 | -8/+5 |
| * | morphunits: amigalib rework | karoly | 2015-12-23 | 1 | -21/+65 |
| * | morphunits: added some of the EmulHandle magic for exec unit, which will be r... | karoly | 2015-12-23 | 1 | -1/+30 |
| * | MorphOS: Added SystemTags(), TMemChunk field names changed to match SDK | marcus | 2015-12-18 | 2 | -10/+15 |
| * | Amiga, AROS, MorphOS: renamed functions/types which also exist in system | marcus | 2015-12-11 | 1 | -2/+2 |
| * | MorphOS, Amiga: Corrected TWindow.WScreen type to PScreen | marcus | 2015-12-11 | 1 | -69/+68 |
| * | Amiga, MorphOS: Missing varargs version and type unification | marcus | 2015-12-11 | 3 | -7/+58 |
| * | MorphOS: Added GadTools Library unit | marcus | 2015-12-11 | 1 | -0/+512 |