1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mccinit.c, SDI_compiler.h: updated to latest versions. 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. 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. More... almost 15 years ago
* mcp/Makefile, misc: added missing functions for the OS3 debug build. 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. More... almost 15 years ago
* mcp: fixed MorphOS compile by applying debugging framework from mcc also on the mcp. 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. More... about 15 years ago
* mcc/misc: use the SetAfPt() macro instead of poking directly into the RastPort structure. 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. More... about 15 years ago
* dist/Install-MCC: fixed wrong application name. 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. 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. More... about 15 years ago
* mcc/TextEditor-Test.c: added a slider to modify the number of undo steps manually. 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. More... about 15 years ago
* mcp/CreatePrefsGroup.c: move the cycle chain attribute to the correct object. 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. 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. 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. 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. More... about 15 years ago
* mcc/UndoFunctions.c: a modified number of undo steps will now trigger the notifications for MUIA_TextEditor_Undo/RedoAvailable. More... about 15 years ago
* mcc/UndoFunctions.c: the undo buffer will be preserved in case the number of undo steps is modified. More... about 15 years ago
* misc: final v15.34 release preparations 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. More... about 15 years ago
Use standard AROS GetHead/Pred/Succ/Tail macros in MorphOS More... about 15 years ago
* include/SDI_hook.h: updated to latest version. More... about 15 years ago
* mcp/locale/swedish.ct: added ##codeset line. More... about 15 years ago
* mcp/Makefile: added the .cd file to the dependency list of each .catalog file. More... about 15 years ago
* doc/MCC_TextEditor.guide: fixed wrong version information. This fixes bug #3021781. 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. More... about 15 years ago
* mcc/misc: moved all sources which implement stuff which is missing on some systems to a separate "extrasrc" directory. More... about 15 years ago