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
about 11 hours
ago. based on code collected
about 11 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 14 of 37
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* mccinit.c, SDI_compiler.h: updated to latest versions.
Thore Böckelmann
More...
almost 15 years ago
* mcc/PrintLineWithStyle.c: added a TextFit() call to calculate how many characters can really be displayed. This works around the problem that very long lines would either be drawn outside the editors area or were not correctly displayed at all due to integer overflows in graphics.library.
Thore Böckelmann
More...
almost 15 years ago
* mcc/#?: replaced lots of direct references to MUI's area data and render info by the appropriate macro calls. This way we can rid of some private variables which are just copies of these values.
Thore Böckelmann
More...
almost 15 years ago
* mcp/Makefile, misc: added missing functions for the OS3 debug build.
Thore Böckelmann
More...
almost 15 years ago
* mcc/Debug.c, mcp/Debug.c: removed unused debug flags from the .mcp and made @mtrack user definable for both classes.
Thore Böckelmann
More...
almost 15 years ago
* mcp: fixed MorphOS compile by applying debugging framework from mcc also on the mcp.
Jens Maus
More...
almost 15 years ago
* mcc/HandleInput.c: the text was no longer refreshed in case the user tried to paste from an empty or non-text clipboard.
Thore Böckelmann
More...
about 15 years ago
* mcc/misc: use the SetAfPt() macro instead of poking directly into the RastPort structure.
Thore Böckelmann
More...
about 15 years ago
* mcc/Methods.c: clearing the complete text is now remembered as an action without cursor movement. Undoing this action will result in the cursor being placed on the very first character of the text instead of behind the very last character.
Thore Böckelmann
More...
about 15 years ago
* dist/Install-MCC: fixed wrong application name.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: trigger the notifications for MUIA_TextEditor_Undo/RedoAvailable in case adding the action to the undo buffer failed, too.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: fixed a possible memory leak when resizing the undo buffer. A resize from any number of steps to zero steps would not have freed any undo steps done so far.
Thore Böckelmann
More...
about 15 years ago
* mcc/TextEditor-Test.c: added a slider to modify the number of undo steps manually.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: defined a separate value for a "do nothing" undo step which can be used to erase any other undo step type.
Thore Böckelmann
More...
about 15 years ago
* mcp/CreatePrefsGroup.c: move the cycle chain attribute to the correct object.
Thore Böckelmann
More...
about 15 years ago
* mcp/CreatePrefsGroup.c: replaced the text editor object containing the instructions about the spell checking facility by a plain float text object. Having a flow blown editor is far too much overhead here.
Thore Böckelmann
More...
about 15 years ago
* mcp/ObjectCreator.c: removed the "undo steps" slider from the real time settings facility of MUI4 completely. First, adjusting the value will give no visual feedback. Second (and even more important), adjusting the number of steps in real time will effectively kill all undo steps so far in case the slider is moved to zero. This is not what the user expects to happen. MorphOS-devs, please check the other GUI elements if some of them can be excluded from the real time settings as well. Furthermore, please check if this change fixes bug #3024024.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: in case the number of undo steps is decreased the steps which don't fit into the new buffer are freed correctly now.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: in case there is not enough memory for a new undo step (i.e. a too big block) only this single step will be discarded instead of all remembered steps so far.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: a modified number of undo steps will now trigger the notifications for MUIA_TextEditor_Undo/RedoAvailable.
Thore Böckelmann
More...
about 15 years ago
* mcc/UndoFunctions.c: the undo buffer will be preserved in case the number of undo steps is modified.
Thore Böckelmann
More...
about 15 years ago
* misc: final v15.34 release preparations
Jens Maus
More...
about 15 years ago
* Makefile: fixed the top-level Makefile to only compile for the standard platform found by the separate Makefiles in each subdirectories. * tools/mkrelease.sh: minor fixes to the mkrelease script to generate a complete new release archive.
Jens Maus
More...
about 15 years ago
Use standard AROS GetHead/Pred/Succ/Tail macros in MorphOS
Ilkka Lehtoranta
More...
about 15 years ago
* include/SDI_hook.h: updated to latest version.
Thore Böckelmann
More...
about 15 years ago
* mcp/locale/swedish.ct: added ##codeset line.
Thore Böckelmann
More...
about 15 years ago
* mcp/Makefile: added the .cd file to the dependency list of each .catalog file.
Thore Böckelmann
More...
about 15 years ago
* doc/MCC_TextEditor.guide: fixed wrong version information. This fixes bug #3021781.
Thore Böckelmann
More...
about 15 years ago
* Install-MCC: extended the final message that a reboot might be necessary to be able to use the just installed version.
Thore Böckelmann
More...
about 15 years ago
* mcc/misc: moved all sources which implement stuff which is missing on some systems to a separate "extrasrc" directory.
Thore Böckelmann
More...
about 15 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
…
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