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/misc: *LOTS* of code cleanup. This code is a real mess! I really wonder what kind of mysterious crashes are still lurking in there :( More... almost 16 years ago
* mcc/misc: added some house keeping variables to the style and color handling to detect possible buffer overruns. These also make it possible to get rid of peeking around to get the size of a previous allocation. More... almost 16 years ago
* mcc/ClipboardServer.c: added the missing NP_CodeType=CODETYPE_PPC tag for the MOS build. More... almost 16 years ago
* mcc/EditorStuff.c: fixed a bug which treated columns numbers as color numbers. More... almost 16 years ago
* mcc/misc: fixed some LONG variable to BOOL, as this is what they really are. More... almost 16 years ago
* mcc/misc: replaced the complete embedded clipboard stuff by a server process which does the dirty stuff. This fixes the issue that opening two write windows in YAM made pasting text impossible. More... almost 16 years ago
* mcc/Dispatcher.c: added a name the memory pool for the OS4 build. More... almost 16 years ago
* mcc/BlockOperators.c, mcc/EditorStuff.c: renamed InitClipboard() to StartClipSession(). More... almost 16 years ago
* mcc/misc: replaced all custom "end of color" markers by a proper definition. More... almost 16 years ago
* mcc/EditorStuff.c: fixed yet another crash when removing lines. This old handling was a *real* *big* *mess*. Exploiting features of the C language is cool, as long as other persons understand it without asking more than twice. This stuff really was *far* beyond!! :( More... almost 16 years ago
* mcc/EditorStuff.c: fixed another style handling bug which lost some styles when pasting a text with styles from the clipboard. More... almost 16 years ago
* mcc/EditorStuff.c: removed #endif without #if More... almost 16 years ago
* mcc/EditorStuff.c: fixed another recently introduced bug which caused random crashes because a pointer was not handled correctly. It seems at least the crashes are gone now, but there are still issues when pasting text with styles. This only works in the first column or if the text is pasted twice. The good news is that this also happened with the old style handling. More... almost 16 years ago
* mcc/EditorStuff.c: replaced accidental "+" by "*". This might have caused the recent crashes in case there were lots of different colors in one line. More... almost 16 years ago
- misc: final release preparations More... almost 16 years ago
* mcc/UndoFunctions.c: changed the return code of some functions from "long" to "BOOL" as this is what they really return. More... almost 16 years ago
* mcc/misc: replaced the complete array based style and color stuff by proper structures which carry the starting column and style/color information around. This makes the whole stuff much better understandable and by far better maintainable. I really hope I did all the conversions right and didn't mix up anything. So far all tests have been successful. Also replaced the absolutely ugly peeking into the ULONG ahead of an allocation to obtain the allocation size in bytes by a proper function call. More... almost 16 years ago
* mcc/EditorStuff.c: fixed a bad bug which made TE.mcc loose track about the styles and colors being in use. Added a function to dump all informations about a single line to track this one down. More... almost 16 years ago
- final release preparations More... almost 16 years ago
* mcp/library.c, misc: fixed the version string and prepared everything for a new official release. More... almost 16 years ago
* mcp/library.c, misc: fixed the version string and prepared everything for a new official release. More... almost 16 years ago
inserted special comment strings for CubicIDE More... almost 16 years ago
* Makefiles: added "-g" to the debug flags. It seems the OS3 GCC 2.95.3 cross compiler needs this to generate debug infos at all. More... almost 16 years ago
reported my changes More... almost 16 years ago
Now ToUpper and ToLower are rightly handled by undo functions and so user can undo these operations... More... almost 16 years ago
* mcc/HandleArexx.c, mcp/KeyStorage.c: fixed two warnings. More... about 16 years ago
* include/libraries/mui.h: backport of an AROS related fix. * misc: some warnings removed More... about 16 years ago
Implemented MUIF_TextEditor_Search_Backwards for MUIM_TextEditor_Search. More... about 16 years ago
* mmakefile.src : new file SetBlock added * demo/mmakefile.src : created * demo/TextEditor-Demo.c: some warnings removed More... about 16 years ago
* mcc/SetBlock.c, mcc/ExportBlock.c: fixed the SetBlock logic to check each flag after another instead of allowing only one flag. This is exactly what the autodoc for SetBlock suggests. In addition, several things have been cleaned up to better match our general code layout. More... about 16 years ago