1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day 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
* mcp/icon.c: removed "automatically generated" reference. More... about 14 years ago
* include/mui.h: changed the definition of the extended Bitmap.mui attributes to exclude MorphOS instead of defining them for AmigaOS4 only. More... about 14 years ago
* renamed 8bit image file. More... about 14 years ago
* mcp/misc: merged all converted image data into one file, moved the image files to a separate subdirectory. More... about 14 years ago
* mcc/Makefile.dep: include dependencies for ClipboardServer.c More... about 14 years ago
* include/mccinit.c: replaced some #ifdef's by macros. More... about 14 years ago
Use bzip2 compressed ARGB image on MorphOS More... about 14 years ago
Disabled RawData stuff from non-os4 builds since it is not official MUI feature More... about 14 years ago
Updated french translation More... about 14 years ago
- Use NewStackSwap() under AROS - Fixed bulding without MUIA_Bitmap_RawData definition (older MUI/Zune) More... about 14 years ago
* mui.h: upgraded to latest version. More... about 14 years ago
* mcp/misc: added 32bit truecolor prefs image done by Martin 'Mason' Merz. This requires at least MUI3.9 and AmigaOS 4.1. More... about 14 years ago
* mcc/AllocBitMap.c: the CyberGraphics semaphore check was done without the necessary Forbid()/Permit() pair. Although it is absolutely unlikely that the semaphore will be removed it is better to follow the rules. This fixes bug #2948533 of TextEditor.mcc. More... about 14 years ago
* mcc/ClipboardServer.c: decreased the stack size from 16K to 8K as the server process doesn't really need much stack. More... over 14 years ago
* mcc/HandleInput.c, mcc/ClipboardServer.c: the clipboard server process now also makes use of the global memory pool. More... over 14 years ago
Added new file "ClipboardServer" to AROS metamakefile. More... over 14 years ago
- misc: final 11.17 release preparations More... over 14 years ago
- misc: final 11.17 release preparations More... over 14 years ago
* mcc/AllocFunctions.c: fixed broken pool name. More... over 14 years ago
* mcc/misc: renamed all pool function to "*Shared*" as this describes what they really do. More... over 14 years ago
* mcc/FileNameCompl.c: forgot to check in some of the latest changes More... over 14 years ago
* mcc/HandleInput.c, mcc/ClipboardServer.c: the clipboard server process now also makes use of the global memory pool. More... over 14 years ago
* misc: replaced the per-instance memory pool by a global and semaphore protected one. There is absolutely no benefit in having a separate pool for every instance with only just one allocation within this pool. More... over 14 years ago
* misc: added a name to all memory pools for OS4. More... over 14 years ago
* mcp/Makefile: fixed Makefile to be able generate the catalogs. More... over 14 years ago
* mcc/ ClipboardServer.c: added NP_CodeType=CODETYPE_PPC for the MOS build. More... over 14 years ago
* mcc/ ClipboardServer.c: added NP_CodeType=CODETYPE_PPC for the MOS build. More... over 14 years ago
* mcc/BetterString-Test.c: added forced select on activate object. More... over 14 years ago
* mcc/vastubs.c: added missing stub for CreateNewProc() More... over 14 years ago
* mcc/ClipboardServer.c, mcc/HandleInput.c: fixed broken MOS build. More... over 14 years ago