openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MCC TextEditor
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 19 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* mcc/MixedFunctions.c: the recently changed ExpandLine() and CompressLine() functions used the wrong length. This could lead to visibly truncated lines.
Thore Böckelmann
More...
over 15 years ago
* mcc/BlockOperators.c, mcc/ExportHook.c: avoid allocating zero sized buffers and make sure not to produce memory leaks when getting a block's contents. An empty last line caused leaks and false error messages about not enough memory for the undo buffer. This was yet an other of Allan's ancient bugs...
Thore Böckelmann
More...
over 15 years ago
* mcc/Debug.c: added BLOCK debug class.
Thore Böckelmann
More...
over 15 years ago
* mcc/TextEditor-Test.c: the debug stuff was initialized after the starting the clipboard server which requires a fully set up debug environment.
Thore Böckelmann
More...
over 15 years ago
* mcc/ColorOperators.c, mcc/StyleOperators.c, mcc/ImportHook.c: added a missing #include.
Thore Böckelmann
More...
over 15 years ago
* mcc/SpellChecker.c: the spell checker no longer treats a missing ENV:Found variable as a failure and thus will no longer DisplayBeep() in this case.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Dispatcher.c: fixed some missing or false RETURN() macro calls.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: added an allocation size counter to each line to get rid of the necessity to peek around in memory to get an allocation's size.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: added a proper definition for "no separator" and use it all over the place.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: replaced all "pointer+offset" style string accesses by "pointer[offset]".
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: cleaned up the dispatcher a bit. Now all method functions have the usual class/object/message parameters.
Thore Böckelmann
More...
almost 16 years ago
* mcc/TextEditor-Test.c: fixed wrong type of GfxBase for the MOS build.
Thore Böckelmann
More...
almost 16 years ago
* mcc/BlockOperators.c: cutting a line to the clipboard and deleting complete lines will now free the attached color informations as well. Before only the text and the styles were freed which means this was a potential memory leak.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Dispatcher.c: the OM_DISPOSE method will now free all lines together with their contents, styles and colors. Although we are using a per-instance memory pool this is not absolutely necessary to avoid memory leaks, but it is bad style to rely on such features.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Debug.c: implemented the memory tracking for the debug build as known from YAM to catch possible memory leaks.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Debug.c: implemented the memory tracking for the debug build as known from YAM to catch possible memory leaks.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: added Debug.h as a sepatate #include statement
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: added Debug.h as a sepatate #include statement
Thore Böckelmann
More...
almost 16 years ago
* mcc/UndoFunctions.c: clear the clip pointer after freeing it.
Thore Böckelmann
More...
almost 16 years ago
* mcc/UndoFunctions.c: when reusing an undo entry the former contents were not erased and could lead to double freeing if that entry contained a clip of pasted or deleted text. Now the contents are always cleared.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc, mcp/misc: again *LOTS* of code cleanup to make this monster more readable and understandable.
Thore Böckelmann
More...
almost 16 years ago
* mcc/UndoFunctions.c, mcc/misc: changed the data parameter of AddToUndoBuffer() to be "void *".
Thore Böckelmann
More...
almost 16 years ago
* mcc/SpellChecker.c: removed some superflous debug output.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Debug.c, mcc/SpellChecker.c: added the SPELL debug flag to get some debug output from the spell checking process.
Thore Böckelmann
More...
almost 16 years ago
* mcc/SpellChecker.c: added the usual ENTER()/LEAVE() macro calls.
Thore Böckelmann
More...
almost 16 years ago
* mcc/UndoFunctions.c, mcc/Methods.c: fixed a double FreeMem() call and a copy'n'paste bug which prevented a proper redraw after undoing the deletion of a text block.
Thore Böckelmann
More...
almost 16 years ago
* mcc/StyleOperators.c: added a missing notification when the style changed from bold to non-bold.
Thore Böckelmann
More...
almost 16 years ago
* mcp/CreatePrefsGroup.c: removed the "+-5" part from the undo level slider, because the new Undo/Redo management doesn't need these additional steps anymore.
Thore Böckelmann
More...
almost 16 years ago
* mcc/UndoFunctions.c: reimplemented the complete Undo/Redo handling from scratch. Before lots of temporary pointers were used and had to be kept in sync, which most probably did not always happen. It is really amazing how complicated such a trivial handling can be implemented. Shame on you, Allan!
Thore Böckelmann
More...
almost 16 years ago
* mcc/AllocFunctions.c: removed some TAB characters.
Thore Böckelmann
More...
almost 16 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree