Commit Graph

47198 Commits

Author SHA1 Message Date
digulla 5c6f9a3683 Added textlength
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@158 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:05:59 +00:00
digulla 8a3777cb9e Added #include <graphics/rastport.h>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@157 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:05:49 +00:00
digulla 5435d15a9c Added driver_TextLength()
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@156 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:05:34 +00:00
digulla 372ba2e86b Added debug output
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@155 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:05:12 +00:00
digulla 72c3b7f8f3 Show more infos about the task
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@154 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:04:40 +00:00
digulla 397923d004 Fixed bug in docs. Bugfix in code is still pending.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@153 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:04:08 +00:00
digulla 2c8bce7b42 More demos
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@152 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:03:41 +00:00
digulla ffd54fa3f7 NastyFreeMem() should itself call FreeMem, no matter what :)
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@151 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:03:26 +00:00
digulla 51a876b9c5 Fixed some bugs.
The v*printf() routines of linux have bugs that make them write into arbitrary
	memory.


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@150 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:02:56 +00:00
digulla a19e417788 The salt may be specified now
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@149 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:01:40 +00:00
digulla 7ef2947775 Calculate the width of a string of text
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@148 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 14:00:04 +00:00
digulla a89ce8e431 If I debug FreeMem, I need the exec-prototypes
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@147 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-16 13:59:08 +00:00
digulla 8ecddb04e9 Use NastyFreeMem()
Abort OpenWindow() if AllocMem() failed
Delete all pending Messages on CloseWindow()
Formatting


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@146 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:44:17 +00:00
digulla 0aadbde7a0 Added routine driver_InitRastPort
Use NastyFreeMem


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@145 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:43:12 +00:00
digulla ba1582ff4b Added comment
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@144 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:42:15 +00:00
digulla 526c554bd2 Added NastyFreeMem()
$(AR) gets the names of the changed files only, now


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@143 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:41:39 +00:00
digulla f89c6a551a Added NastyFreeMem and DEBUG_FreeMem to replace FreeMem by it.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@142 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:40:53 +00:00
digulla f2568d7d54 Added initrastport
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@141 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:40:15 +00:00
digulla 9d72c2e4d8 Delete contents of memory before freeing it
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@140 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:39:42 +00:00
digulla f6b3c3c6f8 Initialize a non-copied rastport
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@139 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 14:38:23 +00:00
digulla 91eaecbabe Draw a pixel
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@138 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:26:15 +00:00
digulla 4c3d22c655 New function: kprintf() allows to print a text which is always shown to the
user no matter what.


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@137 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:24:20 +00:00
digulla 03e1b4000e Added debug output and some #defines to control it
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@136 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:22:55 +00:00
digulla 5a49bbe42a Added kprintf()
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@135 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:22:13 +00:00
digulla c49d9d2f20 BIG_ENDIAN is already defined in some system header file.
New #define: SIZEOFULONG is the number of bytes in an ULONG (ie. the
	result of sizeof(ULONG)


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@134 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:21:56 +00:00
digulla 608012f418 A couple of comments
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@133 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:21:06 +00:00
digulla ecc4278838 Written WritePixel()
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@132 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:20:45 +00:00
digulla 6009fc90fd Text() should update the current position.
WritePixel() written


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@131 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:20:29 +00:00
digulla 78773ac5c9 Draw() should update the current position
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@130 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:20:05 +00:00
digulla 857dff150b First attempt to purge memory after free to make code crash which accesses
memory after a free but just that happens in RemTask().


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@129 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:19:02 +00:00
digulla 505c7eb4d5 First attempt to allow debugging in shared code but the strings are not
loaded correctly yet


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@128 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:18:21 +00:00
digulla 2ebc54f335 More types of IntuiMessages are checked
Problem with empty window was due to unhandled REFRESH
Commented some annoying debug output out


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@127 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:17:32 +00:00
digulla ba70df504a Replaced all libraries with $(LIBS)
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@126 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:16:21 +00:00
digulla f2976df29f Added kprintf()
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@125 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:15:54 +00:00
digulla d62122d35d Link X11 static so I can see the name of the function where a crash happens
Call $(AR) with changed files only to speed up things a bit
Added crypt.c to distribution


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@124 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-15 13:15:32 +00:00
digulla 25fa6cb3e6 Changes for 1.6
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@123 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:48:39 +00:00
digulla b58c2fa2c7 Generate prototypes from headers
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@122 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:38:09 +00:00
digulla 96d98ebff6 First function for intuition.library
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@121 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:37:27 +00:00
digulla f991506093 $(KERNEL) must include exec
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@120 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:36:38 +00:00
digulla 2bfd65a806 machine.h is now local for each $(ARCH)
Removed m68k-Code and i386-#ifdef's


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@119 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:36:21 +00:00
digulla 64c8a6af89 Removed some comments
Replied IntuiMessage


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@118 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:35:44 +00:00
digulla 21c76de908 Replaced __AROS_LA by __AROS_LHA
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@117 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:35:12 +00:00
digulla 48ad83ee62 #include <exec/execbase.h> was missing
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@116 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:34:04 +00:00
digulla 8fe96c0179 Added several scripts to distribution
Added includes to distribution


git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@115 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:33:16 +00:00
digulla 343c2e3888 New version
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@114 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:32:34 +00:00
digulla d88d15cbc0 Externel reference to DOSBase was missing
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@113 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 15:32:25 +00:00
digulla 77a6012a46 Replaced __AROS_LA by __AROS_LHA
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@112 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 14:11:54 +00:00
digulla 8b06640173 Replaces __AROS_LA by __AROS_LHA
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@111 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 14:09:22 +00:00
digulla 697740dc9c BPTR needs dos/dos.h
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@110 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 14:08:58 +00:00
digulla 47c4c70577 Added Prototypes-Comment for uniform look
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@109 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
1996-08-13 14:08:38 +00:00