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 20, 2024 — Jul 20, 2025
Showing page 20 of 37
Search / Filter on:
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 :(
Thore Böckelmann
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.
Thore Böckelmann
More...
almost 16 years ago
* mcc/ClipboardServer.c: added the missing NP_CodeType=CODETYPE_PPC tag for the MOS build.
Thore Böckelmann
More...
almost 16 years ago
* mcc/EditorStuff.c: fixed a bug which treated columns numbers as color numbers.
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: fixed some LONG variable to BOOL, as this is what they really are.
Thore Böckelmann
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.
Thore Böckelmann
More...
almost 16 years ago
* mcc/Dispatcher.c: added a name the memory pool for the OS4 build.
Thore Böckelmann
More...
almost 16 years ago
* mcc/BlockOperators.c, mcc/EditorStuff.c: renamed InitClipboard() to StartClipSession().
Thore Böckelmann
More...
almost 16 years ago
* mcc/misc: replaced all custom "end of color" markers by a proper definition.
Thore Böckelmann
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!! :(
Thore Böckelmann
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.
Thore Böckelmann
More...
almost 16 years ago
* mcc/EditorStuff.c: removed #endif without #if
Thore Böckelmann
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.
Thore Böckelmann
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.
Thore Böckelmann
More...
almost 16 years ago
- misc: final release preparations
Jens Maus
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.
Thore Böckelmann
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.
Thore Böckelmann
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.
Thore Böckelmann
More...
almost 16 years ago
- final release preparations
Jens Maus
More...
almost 16 years ago
* mcp/library.c, misc: fixed the version string and prepared everything for a new official release.
Jens Maus
More...
almost 16 years ago
* mcp/library.c, misc: fixed the version string and prepared everything for a new official release.
Jens Maus
More...
almost 16 years ago
inserted special comment strings for CubicIDE
Gianfranco Gignina
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.
Thore Böckelmann
More...
almost 16 years ago
reported my changes
Gianfranco Gignina
More...
almost 16 years ago
Now ToUpper and ToLower are rightly handled by undo functions and so user can undo these operations...
Gianfranco Gignina
More...
almost 16 years ago
* mcc/HandleArexx.c, mcp/KeyStorage.c: fixed two warnings.
Thore Böckelmann
More...
about 16 years ago
* include/libraries/mui.h: backport of an AROS related fix. * misc: some warnings removed
Matthias Rustler
More...
about 16 years ago
Implemented MUIF_TextEditor_Search_Backwards for MUIM_TextEditor_Search.
Gianfranco Gignina
More...
about 16 years ago
* mmakefile.src : new file SetBlock added * demo/mmakefile.src : created * demo/TextEditor-Demo.c: some warnings removed
Matthias Rustler
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.
Jens Maus
More...
about 16 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
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