1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcp/locale/greek.ct: updated greek translation kindly provided by Antonis Iliakis. More... over 12 years ago
* mcp/CreatePrefsGroup.c: use the font popup button image for MUI 3.9+. More... over 12 years ago
* include/mccinit.c, include/shellstart.c: rearranged the code to ensure that trying to start the final class from a shell does not crash. More... over 12 years ago
* tools/mkrelease.sh: place the Autodocs in a separate MCC directory to match the structure of the MUI4 release archives. More... over 12 years ago
* all: bumped copyright year to 2013. More... over 12 years ago
* mcc/Debug.h: some changes to fix the AmigaOS3 and MorphOS builds. More... over 12 years ago
* mcc/library.c, mcc/Debug.h: some changes to fix the AmigaOS4 build. More... over 12 years ago
* mcc/Debug.h, mcc/private.h: turned the special munging of line nodes into a general munging after calling Remove(), RemHead() or RemTail(). More... over 12 years ago
* mcc/private.h: the debug build will do some pointer munging for removed line nodes to assist finding accesses to removed node pointers. More... over 12 years ago
* mcp/CreatePrefsGroup.c: removed some unneeded spacers. More... over 12 years ago
* mcc/AllocFunctions.c, misc: removed the wrapper functions for allocating and freeing a line as they covered a single line only. More... over 12 years ago
* mcc/AllocFunctions.c, mcc/EditorStuff.c, mcc/BlockOperators.c: check for possible references before removing/freeing a line, as getting the line's´ preceeding or successing line after it has been removed from the line list might dereference invalid pointers. This closes bug #107. More... over 12 years ago
* mcc/HandleInput.c: for externally handled double clicks (i.e. the double click hook) the not yet happend mouse release event will nevertheless be treated as occured. Before it might have happened that the double click hook launches a program which steals the focus and leaves the object pending in a "mouse pressed" situation. This will result in an immediate marking action as soon as the object regains the focus. For example this happens when a URL is double clicked in YAM and if launching the browser takes some seconds. This closes bug #106. More... over 12 years ago
* mcc/Pointer.c: bumped the minimum intuition version for built-in pointers to 53.40. More... over 12 years ago
* mcc/Pointer.c: bumped the minimum intuition version for built-in pointers to 53.40. More... over 12 years ago
* tools/mkrelease: add italian catalog to the release archive. More... over 12 years ago
* misc: final v15.40 release preparations More... over 12 years ago
* doc/MCC_TextEditor.doc: added a reminder to convert MUI_ObtainPen() allocated pens to values usable by graphic functions using the MUIPEN() macro. More... over 12 years ago
* mcc/MixedFunctions.c, mcc/PrintLineWithStyle.c: apply MUIPEN() to all pen values allocated by MUI_ObtainPen(). More... over 12 years ago
* mcc/Pointer.c: make use of the standard mouse pointer images in the AmigaOS4 build if intuition.library 53.37 is available. More... over 12 years ago
* tools/mkrelease.sh: fixed release script to return to the former current directory. More... almost 13 years ago
* mcp/ObjectCreator.c: save strings with their real length only instead of their maximum length to assist MUI4's realtime prefs. More... almost 13 years ago
* mcp/ObjectCreator.c: don't trigger notifications in MUIM_Mccprefs_ConfigToGadgets. More... almost 13 years ago
* mcc/Dispatcher.c, mcc/InitConfig.c: apply the current configuration before calling the superclass' MUIM_Setup to ensure the frame settings are applied correctly. More... almost 13 years ago
* mcp/ObjectCreator.c: supply at least 2 parameters when registering a gadget to assist MUI's realtime prefs. More... almost 13 years ago
* include/muiextra.h: extended the sizes of MUI_ImageSpec and MUI_FrameSpec to the internal MUI sizes. This finally makes it possible to use arbitrary bitmap frames. More... almost 13 years ago
* mcp/CreatePrefsGroup.c: restored the previous MUIA_Listview_Input=FALSE as it really was a quirk in MUI. More... almost 13 years ago
* mcp/locale/italian.ct: updated italian translation kindly provided by Samir Hawamdeh. More... almost 13 years ago
* mcp/CreatePrefsGroup.c: the floattext object on the Spellchecking page now accepts wheel scroll events. More... almost 13 years ago
* mcp/locale/italian.ct: added italian translation kindly provided by Samir Hawamdeh. More... almost 13 years ago