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 18 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* EditorStuff.c: finally fixed a long standing coloring bug. This one occured when inserting a colored clip into a line without any color changes yet. After undoing and redoing this operation the line was colored until the end, because the implict color change at the end of the clip was not correctly handled. This is really weird stuff!
Thore Böckelmann
More...
over 15 years ago
* BlockOperators.c: fixed the increasing amount of color changes without real color changes being applied. Blocks with color changes must be correctly terminated with a color change back to the default color.
Thore Böckelmann
More...
over 15 years ago
* BlockOperators.c: fixed the increasing amount of color changes without real color changes being applied. Blocks with color changes must be correctly terminated with a color change back to the default color.
Thore Böckelmann
More...
over 15 years ago
* EditorStuff.c: slight optimization to shift style and color changes only if they need to be shifted when deleting text.
Thore Böckelmann
More...
over 15 years ago
* EditorStuff.c: added some more debug output.
Thore Böckelmann
More...
over 15 years ago
* TODO: added some information about the known color handling quirk.
Thore Böckelmann
More...
over 15 years ago
* EditorStuff.c: renamed some variables for better understanding.
Thore Böckelmann
More...
over 15 years ago
* BlockOperators.c: all applied colors changes are unapplied correctly.
Thore Böckelmann
More...
over 15 years ago
* ImportHook.c: optimized the import hook a bit to only apply real style changes instead of every style operation. Furthermore we ensure that all applied styles are unapplied at the end of the imported text.
Thore Böckelmann
More...
over 15 years ago
* UndoFunctions.c: a pointer was not cleared after a FreeVecPooled() call and might have been freed a second time and thus causing crashes.
Thore Böckelmann
More...
over 15 years ago
* BlockOperators.c: fixed a potential buffer overrun.
Thore Böckelmann
More...
over 15 years ago
* BlockOperators.c: added the missing color handling when deleting a marked block and restoring it afterwards using the Undo function. I hope I didn't miss any case. This stuff is still far from being easy to understand.
Thore Böckelmann
More...
over 15 years ago
* ImportHook.c: added some debug messages to the plain text import hook.
Thore Böckelmann
More...
over 15 years ago
* Debug.c: added new debug flags DBF_IMPORT and DBF_EXPORT to debug the import and export hook functions.
Thore Böckelmann
More...
over 15 years ago
* mcc/EditorStuff.c, mcc/UndoFunctions.c: removed the "highlight" warnings by implementing the undo/redo of highlighted lines as well. However, Does this really change something? And what about colored text? How can be undo/redo colored text as well?
Jens Maus
More...
over 15 years ago
* mui.h: upgraded to latest version.
Thore Böckelmann
More...
over 15 years ago
* mcp/misc: added 32bit truecolor prefs image done by Martin 'Mason' Merz. This requires at least MUI3.9 and AmigaOS 4.1.
Thore Böckelmann
More...
over 15 years ago
* mcc/SetBlock.c: reworked the whole text boundary checking before the SetBlock operations because it was largely broken and potentially caused crashed in case a developer requested operations outside avaiable text areas. In addition two new special values MUIV_TextEditor_SetBlock_Min/Max allow now to specify the start/stop values for minimum and maximum.
Jens Maus
More...
over 15 years ago
* mcc/StyleOperators.c: fixed a minor compiler warning where the in-place invertation via '~' caused a compiler warning with GCC 4.4+
Jens Maus
More...
over 15 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.
Thore Böckelmann
More...
over 15 years ago
* mcc/ClipboardServer.c: decreased the stack size from 16K to 8K as the server process doesn't really need much stack.
Thore Böckelmann
More...
over 15 years ago
* mcc/ClipboardServer.c: decreased the stack size from 16K to 8K as the server process doesn't really need much stack.
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/misc: implemented MUIA_TextEditor_PasteColors/Styles to enable/disable pasting text with color and style information. This fulfils feature request #2807448.
Thore Böckelmann
More...
over 15 years ago
* mcc/GetSetAttrs.c: modifying the MUIA_TextEditor_AutoClip attribute treated the tag as if it was TRUE always thus making it impossible to deactivate it. This fixes YAM bug #2894042.
Thore Böckelmann
More...
over 15 years ago
Added new file "ClipboardServer" to AROS metamakefile.
Matthias Rustler
More...
over 15 years ago
* mcc/UndoFunctions.c: adding a new entry to the undo buffer will erase any previously done redo action. This is what all text editors do. Additionally this fixes a double free of memory upon cleanup.
Thore Böckelmann
More...
over 15 years ago
- misc: final release preparations
Jens Maus
More...
over 15 years ago
* mcc/ImportHook.c: minor identation fix
Thore Böckelmann
More...
over 15 years ago
* mcc/ImportHook.c: the import hooks didn't set the allocation size of the contents in the line structure which caused bogus error messages in the debug log and caused trashed memory when a line had to be expanded.
Thore Böckelmann
More...
over 15 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
…
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