1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed CONST CONST_STRPTR More... almost 19 years ago
- mcc/library.c: added missing USEDCLASSESP define so that MUI knowns which mcp class belongs to the mcc. More... almost 19 years ago
Small changes only to create possibly smaller code More... almost 19 years ago
- mcc/GetSetAttrs.c: fixed a minor bug in the MUIA_String_Integer set method which prevented it from correctly converting the supplied integer into a string and therefore left the method defective. More... almost 19 years ago
- mcc/hotkeystring/HandleInput.c: added missing <proto/intuition.h> include statements which prevent compilation with OS4 SDK (missing SetAttrs) More... almost 19 years ago
fixed signedness bugs. More... almost 19 years ago
(HandleInput): fix ConvertKey() handling. More... almost 19 years ago
(ConvertKey): fix signedness problem. More... almost 19 years ago
mcc changes More... almost 19 years ago
Minor changes. More... almost 19 years ago
Improved friend handling. More... almost 19 years ago
Move version check into USE_OS3 #define. More... almost 19 years ago
Cleanup #include statements. Free allocated bitmap on failure in non-V39 case. More... almost 19 years ago
mcc changes. More... almost 19 years ago
mcc/hotkeystring changes More... almost 19 years ago
Small cleanup (eg. STRPTR -> char*) More... almost 19 years ago
Replace STRPTR and friends with char* (thats what standard functions use!) Include and code cleanup. More... almost 19 years ago
Replace proto/mui.h with libraries/mui.h More... almost 19 years ago
Add INCDIR= setting and use it when appropriate Add $(CPU) to $(LDFLAGS) More... almost 19 years ago
Add libraries/iffparse.h for MAKE_ID define. Includes cleanup. More... almost 19 years ago
Fix OS3 MySPrintf for GCC 3.4.x or newer (has to use stdarg.h macros!) More... almost 19 years ago
- mcc/hotkeystring: replaced the fixed values for the special OS4/MOS keys by a more general set of RAWKEY_ defines already common on both platforms - mcc/hotkeystring: fixed a whole bunch of compiler warnings More... almost 19 years ago
- mcc: fixed a bunch of compiler warnings More... almost 19 years ago
- mcc/TextFunctions.c: replace our own MyTextLength/MyTextFit with the standard OS TextLength/TextFit functions as they work exactly the same and are hopefully less buggy. More... almost 19 years ago
- wrong changelog txt More... almost 19 years ago
- library.c: added missing USE_UTILITYBASE define which in fact was the reason why the last two previous releases crashed on OS3 machines. More... almost 19 years ago
- mcc/TextFunctions.c: adapted sources to the already fixed function equivalents used in TextEditor.mcc. More... almost 19 years ago
Added MUIA_HotkeyString_IX tag (IS.) More... almost 19 years ago
Added missing media keys and PC kbd keys for OS4 and MOS More... almost 19 years ago
- mcc/HandleInput.c: fixed an uninitialized variable by integrating the proposed patch of bug 1193352 from Georg Steger. More... almost 19 years ago