Commit Graph

74 Commits

Author SHA1 Message Date
pierre
17b2671213 Regenerate all Makefile's after changes related to FPCDIR checks
git-svn-id: trunk@35833 -
2017-04-18 14:15:47 +00:00
marcus
f4a3a45c3f Amiga: AsTag/TAG_ with unsigned overloads
git-svn-id: trunk@35164 -
2016-12-18 14:35:15 +00:00
marcus
b93a685ab8 Amiga: moved muihelper to ami-extra, added more macros, 64bit ready
git-svn-id: trunk@35163 -
2016-12-18 14:11:38 +00:00
marcus
c540b7cb7d morphunits: workbench library unit, structures fixed, missing varargs
git-svn-id: trunk@34772 -
2016-10-30 21:39:14 +00:00
marcus
ad31914a73 morphunits: diskfont, keymap units rewrote from current SDK
git-svn-id: trunk@34771 -
2016-10-30 19:13:46 +00:00
marcus
061943ec2c morphunits: commodities library unit part2
git-svn-id: trunk@34770 -
2016-10-30 16:42:42 +00:00
marcus
31fe583ce2 morphunits: commodities library unit
git-svn-id: trunk@34769 -
2016-10-30 16:22:36 +00:00
marcus
559a5982f9 Morphunits: layers unit, types fixed, v51 functions/structures added
git-svn-id: trunk@34593 -
2016-10-02 12:49:57 +00:00
marcus
21b84eacaf Morphunits: utility unit, types fixed, missing varargs versions added
git-svn-id: trunk@34592 -
2016-10-02 11:45:23 +00:00
marcus
2ec510e368 Morphunits: intuition unit rewritten, types fixed, missing varargs versions added
git-svn-id: trunk@34587 -
2016-10-01 21:08:18 +00:00
marcus
c0fb39607f Morphunits: agraphics unit rewritten, types fixed, missing varargs versions added
git-svn-id: trunk@34583 -
2016-09-30 17:35:18 +00:00
marcus
d4f0634908 Morphunits: exec unit updated functions, missing varargs versions
git-svn-id: trunk@34578 -
2016-09-30 13:21:45 +00:00
marcus
6b25911bcb Morphunits: exec unit updatd to current SDK, Type adjustments
git-svn-id: trunk@34577 -
2016-09-30 12:26:34 +00:00
marcus
3ba12f2fd7 Morphunits: amigados unit, 64bit file access functions, V51 functions/consts
git-svn-id: trunk@34575 -
2016-09-29 17:01:06 +00:00
marcus
e42119e573 Morphunits: locale unit, fixed calling convention, missing functions
git-svn-id: trunk@34574 -
2016-09-29 14:10:46 +00:00
marcus
f2b60d07d3 MorphOS: added locale library unit
git-svn-id: trunk@34539 -
2016-09-17 14:51:38 +00:00
nickysn
5306ee552b * regenerated makefiles with latest fpcmake
git-svn-id: trunk@34008 -
2016-06-18 01:00:45 +00:00
nickysn
a58dd988a4 * regenerate makefiles after the fpcmake update
git-svn-id: trunk@34002 -
2016-06-17 22:05:59 +00:00
marcus
79508d4653 Amiga, AROS, MorphOS: AsTag helper with LongInt instead Integer
git-svn-id: trunk@33565 -
2016-04-27 18:14:40 +00:00
marcus
f63f3690fd MorphOS: SDK say it should be a real pointer not a var parameter
git-svn-id: trunk@33235 -
2016-03-13 15:47:49 +00:00
marcus
ebc5a637fa Amiga, MorphOS: Fixed various inconsistencies of the three Amiga-style platforms
git-svn-id: trunk@33225 -
2016-03-12 17:16:56 +00:00
marcus
eaab964a98 MorphOS: Icon and workbench added
git-svn-id: trunk@33224 -
2016-03-12 14:18:02 +00:00
marcus
759170f822 Amiga, AROS, MorphOS: TAG_(), AsTag() for easer varargs handling
git-svn-id: trunk@33223 -
2016-03-12 13:50:00 +00:00
marcus
6f60221927 MorphOS: Open Library in initialization and Close Library in finalization, InitLibrary stays for backward compatibility
git-svn-id: trunk@33145 -
2016-03-04 19:58:09 +00:00
Károly Balogh
c7ea73dccf morphunits: removed things which belong to internal input.device API accidentally exposed in the public headers
git-svn-id: trunk@32711 -
2015-12-25 20:47:38 +00:00
Károly Balogh
6bbc078ef8 morphunits: added input.device and keyboard.device interfaces, based on fpc-triforce
git-svn-id: trunk@32710 -
2015-12-24 19:19:32 +00:00
Károly Balogh
336e054bb0 morphunits: renamed WriteStr macro to dosWriteStr, to avoid clash with WriteStr in system unit
git-svn-id: trunk@32709 -
2015-12-24 17:43:18 +00:00
Károly Balogh
1f88db0bd3 morphunits: removed KVM unit, which was never meant for public use, and it's no longer used internally in the keyboard/video/mouse units.
git-svn-id: trunk@32708 -
2015-12-24 17:29:17 +00:00
Károly Balogh
c10272d879 amunits, arosunits, morphunits: don't pass the calculated object address through a local var in OCLASS, it's not needed really. also allow inlining of the macros. this results in better code generated
git-svn-id: trunk@32703 -
2015-12-24 05:54:03 +00:00
Károly Balogh
bafefd52f6 morphunits: amigalib rework
* use Pascal implementations instead of assembler for DoMethodA, DoSuperMethodA and DISPATCHERARG
* the above fixed trasing of register r31 in DoMethodA and DoSuperMethodA
* these implementations might not be that optimal, but easier to understand and more maintainable on the long run
* depends on the newly added EmulHandle stuff in exec
* use const arguments for array of ... stuff where possible

git-svn-id: trunk@32701 -
2015-12-23 04:14:49 +00:00
Károly Balogh
d196f8f341 morphunits: added some of the EmulHandle magic for exec unit, which will be required for some upcoming amigalib cleanup
git-svn-id: trunk@32700 -
2015-12-23 03:42:53 +00:00
marcus
07ec703f24 MorphOS: Added SystemTags(), TMemChunk field names changed to match SDK
git-svn-id: trunk@32682 -
2015-12-18 20:33:47 +00:00
marcus
b80d4a9a6c Amiga, AROS, MorphOS: renamed functions/types which also exist in system
git-svn-id: trunk@32644 -
2015-12-11 22:02:17 +00:00
marcus
3c4e3bf9a9 MorphOS, Amiga: Corrected TWindow.WScreen type to PScreen
git-svn-id: trunk@32643 -
2015-12-11 21:35:41 +00:00
marcus
3622b2165c Amiga, MorphOS: Missing varargs version and type unification
git-svn-id: trunk@32642 -
2015-12-11 20:48:28 +00:00
marcus
9346746c67 MorphOS: Added GadTools Library unit
git-svn-id: trunk@32641 -
2015-12-11 19:33:27 +00:00
Károly Balogh
623af612e4 morphunits: interface units for cybergraphics.library and cgxvideo.library
git-svn-id: trunk@32343 -
2015-11-16 02:36:11 +00:00
Károly Balogh
ac75f544f7 morphunits: added diskfont.library interface unit, based on the Amiga version
git-svn-id: trunk@32331 -
2015-11-15 18:05:08 +00:00
marcus
5d6c959890 AROS Amiga, MorphOS: Added PPObject_, RasSize, MIDDLEUP, MIDDLEDOWN, Changed: Text() -> GfxText() unified, ACTION_WRITE, ACTION_READ, ReadArgs, TextLength
git-svn-id: trunk@31854 -
2015-09-27 17:43:27 +00:00
marcus
4a8feeff42 Amiga, MorphOS: Match SDKs for PolyDraw, PixelArray8, PixelLine8, WriteChunkyPixels
git-svn-id: trunk@31852 -
2015-09-27 16:48:04 +00:00
marcus
8096ad3d1b Amiga, AROS, MorphOS: MUI/Zune corrections, Escape sequences, Macros
git-svn-id: trunk@31607 -
2015-09-11 20:50:42 +00:00
marcus
5e94e3ab9e Amiga, AROS, MorphOS: Overloads for some var parameter/pointer as return value functions, set all filehandle, locks to BPTR (as defined in the SDKs)
git-svn-id: trunk@31606 -
2015-09-11 20:17:51 +00:00
nickysn
e83f3d2978 * updated all the remaining makefiles that 'fpcmake -r' missed
git-svn-id: trunk@31527 -
2015-09-05 11:21:36 +00:00
joost
46906833f1 * Re-generated makefile's
git-svn-id: trunk@31318 -
2015-08-12 19:47:44 +00:00
joost
ac87da7c42 * Filter the Makefile's unit searchpaths from the fpmake command line.
To void cluttering the .fpm file

git-svn-id: trunk@31317 -
2015-08-12 19:15:14 +00:00
Károly Balogh
77bdd83bfc AROS/x86_64: regenerated Makefiles
git-svn-id: trunk@31177 -
2015-06-29 00:09:06 +00:00
marcus
86c7867c46 Amiga, AROS, MorphOS: TMUI_MinMax record types fixed (should be signed)
git-svn-id: trunk@31012 -
2015-06-08 20:49:45 +00:00
marcus
0a0ab13978 MorphOS: TMUI_MinMax record types fixed
git-svn-id: trunk@31011 -
2015-06-08 20:26:25 +00:00
Károly Balogh
c1946ace52 morphunits: imported the traditional Amiga types and some consts into exec for better Amiga & AROS compatibility
git-svn-id: trunk@31000 -
2015-06-07 01:26:47 +00:00
Károly Balogh
2ffb2f9c98 morphunits: forgot to actually publish the newly added HookEntry function
git-svn-id: trunk@30999 -
2015-06-07 01:25:00 +00:00