Commit Graph

127 Commits

Author SHA1 Message Date
Károly Balogh
bc455adc23 amunits: syscall-ified realtime. this was the last unit in coreunits to be cleaned from the old asm wrappers.
git-svn-id: trunk@32664 -
2015-12-13 23:01:59 +00:00
Károly Balogh
6c4fab174e amunits: syscall-ified amigaguide
git-svn-id: trunk@32663 -
2015-12-13 22:54:46 +00:00
Károly Balogh
43b2fd0efd amunits: removed the old smartlink include from expansion
git-svn-id: trunk@32662 -
2015-12-13 22:54:13 +00:00
Károly Balogh
0cee11acb2 amunits: syscall-ified expansion unit.
git-svn-id: trunk@32661 -
2015-12-13 20:23:36 +00:00
Károly Balogh
e711169e4b amunits: syscall-ified commodities unit. also removed pas2c dependency.
git-svn-id: trunk@32660 -
2015-12-13 20:05:54 +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
0fc9148784 Amiga, AROS: Missing MUI Field Tag
git-svn-id: trunk@32161 -
2015-10-26 20:30:46 +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
marcus
5a77040787 AROS, Amiga: Exec.library AllocMem renamed to ExecAllocMem (unification with MorphOS)
git-svn-id: trunk@31600 -
2015-09-11 15:08:31 +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
Károly Balogh
339720e06a amunits/examples: less pastoc usage
git-svn-id: trunk@31014 -
2015-06-09 23:56: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
Károly Balogh
06ac6c2773 amunits: added a HookEntry implementation to AmigaLib
git-svn-id: trunk@31001 -
2015-06-07 02:20:46 +00:00
Károly Balogh
adb2b71c94 amunits: removed PSmallInt definition from exec. Nowadays it's defined in the System unit anyway
git-svn-id: trunk@30998 -
2015-06-07 01:23:08 +00:00
Károly Balogh
5d0dd23ddd amunits: cast TAG_USER as LongInt. this avoids all constants based on TAG_USER being 64bit, and causing constant range check warnings
git-svn-id: trunk@30988 -
2015-06-06 00:32:33 +00:00
Károly Balogh
f32c9d165d amunits: Utility: do not use PasToC unit
git-svn-id: trunk@30986 -
2015-06-05 19:12:27 +00:00
Károly Balogh
539b031834 amunits: Rexx: do not use PasToC unit. Removed some broken-by-design overlay functions, which change API behavior or simply doesn't make sense
git-svn-id: trunk@30985 -
2015-06-05 19:02:22 +00:00
Károly Balogh
35b01bc3a4 amunits: Intuition: reworked overlay functions and removed pas2c dependency
- also removed three SetWindowTitles() wrappers which can't be fixed properly and encourage bad programming
- hinted some short macro-replacement functions as inline

git-svn-id: trunk@30984 -
2015-06-05 14:43:28 +00:00
Károly Balogh
1b37964d86 amunits: amigalib: reworked printf() functions not use the deprecated pas2c() function
git-svn-id: trunk@30983 -
2015-06-05 14:40:31 +00:00
Károly Balogh
5af1d635c6 munits: Exec overlay function cleanup
- don't use the already deprecated and broken-by-design PasToC unit
- removed an of overlay functions which was conceptually broken and dangerous. If anything ever used it, that code must be fixed.
- marked some simple macros as inline

git-svn-id: trunk@30981 -
2015-06-05 03:19:41 +00:00
Károly Balogh
dfe781485c amunits: AmigaDOS overlay function cleanup
- don't use the already deprecated and broken-by-design PasToC unit
- removed a bunch of overlay functions which were conceptually broken and dangerous. If anything ever used them, that code must be fixed.
- fixed SetArgStr return value to be PChar instead of a LongBool

git-svn-id: trunk@30980 -
2015-06-05 03:03:47 +00:00
Károly Balogh
48f9e1928d amunits: syscall-ified layers
git-svn-id: trunk@30979 -
2015-06-05 01:53:02 +00:00
Károly Balogh
979b91740e amunits: AMsgBox no longer depends on the deprecated PasToC, added a rawbytestring variant to MessageBox() function.
git-svn-id: trunk@30978 -
2015-06-05 01:52:35 +00:00
Károly Balogh
97d9f86d59 amunits: syscall-ified Picasso96API
git-svn-id: trunk@30977 -
2015-06-05 01:01:31 +00:00
Károly Balogh
99e85eca1c amunits: syscall-ified CyberGraphics
git-svn-id: trunk@30976 -
2015-06-04 23:35:38 +00:00
Károly Balogh
d5d84be2a2 amunits: syscall-ified PTReplay. also removed dependency on the deprecated PasToC unit
git-svn-id: trunk@30974 -
2015-06-04 15:32:56 +00:00
Károly Balogh
e5a05f2c27 amunits: syscallified AHI
git-svn-id: trunk@30967 -
2015-06-01 11:13:07 +00:00
Jonas Maebe
89418d23e5 * regenerated Makefiles with Linux/AArch64 support
git-svn-id: trunk@30891 -
2015-05-20 20:15:10 +00:00
marcus
8237dbf22f Amiga, AROS, MorphOS: unified AmigaDOS function names
git-svn-id: trunk@30812 -
2015-05-06 16:04:21 +00:00
Károly Balogh
363a24a038 amunits/morphunits: more planeptr type fixes
git-svn-id: trunk@30537 -
2015-04-11 00:08:05 +00:00
Károly Balogh
7e7f85c20a amunits/morphunits: fixes regarding planeptr to match the AROS units (and checked against the original headers)
git-svn-id: trunk@30536 -
2015-04-10 23:29:16 +00:00
Károly Balogh
73018b39a7 amunits/arosunits: ed_Type field in TExAllData should actually be signed
git-svn-id: trunk@30093 -
2015-03-04 00:18:04 +00:00
Károly Balogh
2ead4634e6 amunits: converted MUI to syscalls
git-svn-id: trunk@30092 -
2015-03-03 22:46:22 +00:00
Jonas Maebe
fa328436ab * regenerated for iphonesim/x86-64
git-svn-id: trunk@29974 -
2015-02-23 22:56:41 +00:00
Jonas Maebe
3d01d4ceb1 * regenerated with Darwin/AArch64 support
git-svn-id: trunk@29950 -
2015-02-23 22:54:53 +00:00
joost
1a90d29063 * Re-generated packages-Makefile.fpcs and Makefiles
git-svn-id: trunk@29409 -
2015-01-05 11:34:47 +00:00
Károly Balogh
842971f597 morphunits/amunits: fixed wrong argument register location for iffparse/CloseClipboard()
git-svn-id: trunk@29403 -
2015-01-05 01:20:35 +00:00
marco
d407b668d1 * version updated to 3.1.1
git-svn-id: trunk@29399 -
2015-01-04 21:09:04 +00:00
Károly Balogh
a1ba11ff88 amunits/morphunits: make intuition/EndRefresh() to accept a LongBool as second argument instead of longint. arosunits already defines it as LongBool.
git-svn-id: trunk@29327 -
2014-12-26 18:01:04 +00:00
Károly Balogh
a0d03d5f33 amunits: cleanup, removed the old amigasmartlinking define from icon
git-svn-id: trunk@28713 -
2014-09-23 00:02:50 +00:00
Károly Balogh
3f68c73a54 amunits: syscallified icon unit
git-svn-id: trunk@28712 -
2014-09-22 23:58:51 +00:00
Károly Balogh
c0620d8ce0 amunits: syscallified bullet, colorwheel and zlib
git-svn-id: trunk@28685 -
2014-09-17 21:57:11 +00:00