1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/ExportBlock.c, mcc/SetBlock.c: replaced some hand crafted flag checks by our isFlag#?() macros. More... about 16 years ago
* mcc/Makefile, include/mui/TextEditor_mcc.h: fixed completely broken Makefile and include file. Gianfranco, please make sure to check in working files without any unfixed conflicts! More... about 16 years ago
changed according to changes... More... about 16 years ago
Implemented MUIM_TextEditor_SetBlock and modified MUIM_TextEditor_ExportBlock to get block giving to it coordinates, see autodoc for more details. More... about 16 years ago
* AROS metamakefiles added. * Re-added some fixes from previous AROS port. * Some 64-bit fixes. More... about 16 years ago
* misc: revised the whole build system again to be somewhat more useable for AROS compiles. Now everything should compile/link fine for all AROS targets as well. More... about 16 years ago
* mcc/EditorStuff.c: added missing variable initialization. More... about 16 years ago
* mcc/MixedFunctions.c: fixed wrong variable name More... about 16 years ago
* mcc/MixedFunctions.c, mcc/PrintWithStyle: the font soft style is reset after each operation to avoid unwanted behaviour. More... about 16 years ago
* mcc/EditorStuff.c: added safety check before pasting new characters into a line to prevent potential buffer overruns. Hopefully this fixes the still happening random crashes on OS4. More... about 16 years ago
- updated SDI headers to very latest version More... about 16 years ago
* misc: converted all tabs to spaces * version.h: fixed the identification of a PowerPC processor as the AROS compiler for ppc does not set __PPC__. More... about 16 years ago
- updated to latest version. More... about 16 years ago
* include/SDI_lib.h: updated to the latest version. More... about 16 years ago
Set RTF_EXTENDED for the MorphOS build More... about 16 years ago
* updated the SDI headers to their latest fixed versions. More... about 16 years ago
* mcp/C_c.sd: added missing SDI_compiler.h include to make IPTR type known. More... over 16 years ago
* include/defines/mccclass.h: updated the mccclass.h defines header with the one generated with the latest sfdc 1.4 version. * mcp/C_c.sd: replaced a (ULONG) cast by the more portable (IPTR) cast. More... over 16 years ago
* mccinit.c: fixed broken stackswap_call() prototype for the assembler version. More... over 16 years ago
* UndoFunctions.c: fixed some compiler warnings about "void * used in arth- metics" More... over 16 years ago
* include/defines/muimaster.h: removed our own muimaster.h AROS defines file as the public AROS SDK already contains a proper one. More... over 16 years ago
* misc: adapted the whole environment to make TextEditor.mcc directly compileable for AROS. Now it is possible to compile TextEditor.mcc with an AROS cross-compiler for i386,ppc and x86_64. More... over 16 years ago
- misc: final v15.28 release preparations More... over 16 years ago
- misc: final v15.28 release preparations More... over 16 years ago
- misc: final v15.28 release preparations More... over 16 years ago
Also MorphOS build is not using AllocBitMap()/FreeBitMap() only More... over 16 years ago
* AllocBitMap.c: fixed a typo. More... over 16 years ago
* mcc/AllocBitMap.c: replaced the OS3 specific part (and the deprecated AllocMem and AllocVec calls) by simplified code. More... over 16 years ago
* Makefile: removed the printf usage with the ANSI codes and replaced them by the more intuitive CC/LD echo output. More... over 16 years ago
* mcc/ExportHook.c: added some missing NULL pointer checks. More... over 16 years ago