16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Files with functions for RT and Purify More... over 27 years ago
Template for new AROS files More... over 27 years ago
Added include intuition/intuition.h to user-docs More... over 27 years ago
Some new functions: ActivateWindow(), DrawBorder(), DrawImage() (empty), PrintIText() (empty), SetWindowTitles(), SizeWindow() More... over 27 years ago
Opening intuition.library called intui_init() instead of intui_open(). Ooops. More... over 27 years ago
I need CurrentTime below (X11 define) but that collides with CurrentTime(), a function of Intuition. So I use the new macro XCurrentTime for this. Lets pray that the X Consortium doesn't change it... I need a pointer to IntuitionBase in intui_ProcessXEvents(). It's stored in IntuiBase for now. Added two XErrorHandler to allow to inspect the stack in case of an XError. The name of the screen is now "Workbench 3.1" New function RenderGadget() to render a gadget in a window. The function checks the state and the numerous gadget flags. Highlighting with GFLG_GADGHBOX is not supported yet. Opening a window now renders all gadgets given with struct NewWindow. Implemented SizeWindow() (untested) Implemented ActivateWindow() (untested) Implemented RawKeyConvert(). This functions is called by the console code. Note the best way, but the most simple for now. New function FindGadget() to find the first gadget which contains a certain point. Extended intui_ProcessEvents() to work with gadgets. More... over 27 years ago
The macros GetHead(), GetTail(), GetSucc() and GetPred() now return (void *) instead of (struct List *) or (struct Node *) respectively to avoid unnecessary casting. More... over 27 years ago
Added aros/arosbase.h and exec/execbase.h. Inclusion of this file will also make the global symbol Sysbase visible. kprintf() is not a macro which calls the real function via the pointer in AROSBase. That lets the code crash way less often, but still too often :( More... over 27 years ago
Added several new aros specific includes We have now a console.device The memory is allocated now and not part of the BSS so illegal accesses show up earlier now. New global variable: AROSBase. Can be accesses from anywhere via SysBase->DebugData for now. Will be used for RT and Purify. AROSBase.StdOut is a FILE*-handle for use in kprintf() but that doesn't seem to work in all cases More... over 27 years ago
Moved the modification of the rastport behind the call of the driver to allow the driver to examine the old value More... over 27 years ago
Added getapen.c getbpen.c getdrmd.c More... over 27 years ago
Since the pen is ULONG, we can use bit-and to clamp it to valid values. Better emulation of the bug in RectFill() with complement (inverts all bits, not only those in rp->FgPen). More... over 27 years ago
The number of functions is hardcoded in init.c, so it should be the same here. More... over 27 years ago
Began work on ressource tracking More... over 27 years ago
Added #include "dos_intern.h" More... over 27 years ago
Increased the stack. More... over 27 years ago
The demo crashes if kprintf() is called, so don't do it. New feature: Open console and use RawKeyConvert() to wait for ESC to quit the demo. New feature: Added two gadgets: One with GFLG_GADGHCOMP, the other with GFLG_GADGHIMAGE New feature: The user can select the gadgets and gets messages for them. New feature: More verbose and better error codes. More... over 27 years ago
The tools in this directory may be purified. Just remove the comment in the makefile More... over 27 years ago
Some files in this directory *MUST NOT* be purified ! I use $(SYS_CC) in this case. Some new files: rt*.c are for ressource tracking and purify* contains functions for purification of the code. More... over 27 years ago
Another attempt to make kprintf() work, but to no avail :( More... over 27 years ago
The make variable SYS_CC contains now the name of the systems' C compiler, while CC might contain more. The make variable $(PURIFY) can be put in $(CC) to enable purification for a source file. Use it like this: More... over 27 years ago
New subdir: devs The rule "includes" now checks for filedates and skips uptodate headers Added console_protos.h to rule includes More... over 27 years ago
Inspect an assembler source find and insert commands for RT and Purify More... over 27 years ago
With some systems, .align 16 aligns to 64K instead of 16bytes. Therefore I replaced it with .balign which does what we want. More... over 27 years ago
Enable debugging for exec on a function-by-function basis. More... over 27 years ago
First small attempt to implement purify More... over 27 years ago
FilePart by Martin Steigerwald More... over 27 years ago
Incremented the version for the next release More... almost 28 years ago
Added some WWW sites Incremented the version for the next release More... almost 28 years ago
Added code so it renders the string now More... almost 28 years ago