1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcp/locale/polish.ct: added a missing comment. More... about 15 years ago
* mcc/HandleARexx.c: fixed the NULL pointer access of YAM bug #165 in a different way. More... about 15 years ago
* mcp/locale/polish.ct: translation of MSG_HELP_CURSOR_SELECTED corrected More... about 15 years ago
* dist/Install-MCC: updated to most recent version. More... about 15 years ago
* dist/Install-MCC: updated the script for easier language definition. More... about 15 years ago
* dist/Install-MCC: updated the script for easier language definition. More... about 15 years ago
* mcp/mmakefile.src: icon.c added * mcp/locale/TextEditor_mcp.cd: one string corrected * mcp/locale/french.ct: there was a more recent version in the AROS source * include/mccinit.c: updated with fixes for AROS V1 API More... about 15 years ago
* dist/Install-MCC: added the first version of a generic MCC Installer script. To use this script for other classes only the name and the set of supported languages needs to be adapted. More... about 15 years ago
* mcc/HandleARexx.c: added a warning when trying to deselect a block without any text marked before. More... about 15 years ago
* mcp/locale/polish.ct: added missing final LF character. More... about 15 years ago
* set some properties. More... about 15 years ago
* mcc/HandleARexx.c: fixed a NULL pointer access when the "SELECTNONE" command was invoked without any text being selected before. This closes YAM bug #165. More... about 15 years ago
* mcp\locale\polish.ct: added Polish translation * tools\mkrelease.sh: added generating Polish catalog to release * mcp\makefile and mmakefile.src: added generating Polish catalog More... about 15 years ago
* Makefiles: add varargs stubs only for those systems which really need it. More... about 15 years ago
* tools/mkrelease.sh: fixed some automatic build issues. More... about 15 years ago
* set some properties More... about 15 years ago
added release archives to ignore list More... about 15 years ago
* tools/mkrelease.sh: removed YAM header. More... about 15 years ago
* Makefile: moved the revision bump into a separate target to be able to build the release archive without constantly bumping the revision. More... about 15 years ago
added release directory to ignore list More... about 15 years ago
* added stuff for automated build of release archives. More... about 15 years ago
* mcc/UndoFunctions.c: trying to perform any undo/redo action on a ready-only instance will let this action fail. More... about 15 years ago
* mcc/Methods.c: clearing the text of a read-only instance will no longer add the deleted text to the undo buffer. This fixes bug #3003238. More... about 15 years ago
* mcc/UndoFunctions.c: use memmove() instead of memcpy() to shift the undo steps as the buffers definitely do overlap due to the in-place operation More... about 15 years ago
* mcc/SpellChecker.c: slightly improved the setup of the Rexx messages to avoid accessing possible NULL pointers. More... about 15 years ago
* misc: final v15.33 release preparations More... about 15 years ago
* mcc/Pointer.c: cleaned up slightly chaotic custom pointer handling. More... about 15 years ago
* mcc/AllocFunctions.c: integrated the OS3.0 Alloc/FreeVecPooled() functions as well as the AllocLine()/FreeLine() functions into the memory tracking framework. More... about 15 years ago
* mcc/AllocBitMap.c: fixed wrong freeing of a memory block in case another allocation failed. This only could affect classic systems. More... about 15 years ago
* mcc/InitConfig.c: fixed wrong pen allocation. More... about 15 years ago