1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/HandleInput.c: fixed bug where upon some copy&paste operations via DoAction, an eventually marked block in the string wasn't properly disabled with the action. More... over 16 years ago
* mcp/locale/deutsch.ct: updated german translations according to the lastest changes. More... over 16 years ago
* mcp/CreatePrefsGroup.c, mcp/locale/BetterString_mcp.cd: all the help strings are now translatable. More... over 16 years ago
- added installation information to readme More... over 16 years ago
- final release preparations More... over 16 years ago
- final v11.12 release preparations More... over 16 years ago
* mcc/hotkeystring: adapted documentation and minor tweaks to the sources of HotkeyString.mcc. More... over 16 years ago
* mcc/BetterString_mcc.h: converted all MUIV_BetterString_DoAction_#? values to a named enum rather than simple defines. More... over 16 years ago
* mcc: added new MUIM_BetterString_DoAction method which allows to manually perform certain actions like Copy/Cut/Paste,... which are normally just executed with the default shortcuts. This way the gadget can completly controlled remotely. * mcc: added new MUIA_BetterString_NoShortcuts attribute that allows to disable the default shortcuts like Amiga+C, Amiga+V, etc. for applications interested in performing those operations manually. More... over 16 years ago
* include/mccinit.c: updated to latest 1.10 version More... over 16 years ago
- final release preparations More... over 16 years ago
- final 11.11 release preparations More... over 16 years ago
- final release preparations More... over 16 years ago
- final 11.11 release preparations More... over 16 years ago
- forgot to adapt library init interfaces of hotkeytsring mcc More... over 16 years ago
- minor cleanup & documentation fixes More... over 16 years ago
* #?/library.c: now really uses the 3 parameter version of GETINTERFACE() defined in mccinit.c instead of the old obsolete version in mcc_common.h. The user definable functions (i.e. ClassInit()) must be declared before the inclusion of mccinit.c. More... over 16 years ago
* include/mccinit.c: updated to latest 1.8 version which really uses the GETINTERFACE() macro with 3 parameters. More... over 16 years ago
* include/mccinit.c: updated to latest 1.7 version More... over 16 years ago
* include/mccinit.c: updated to latest 1.6 version which fixes an unbalanced if statement. More... over 16 years ago
* include/mccinit.c: updated to latest 1.5 version which should take care of stack issues. More... over 16 years ago
* include/mccinit.c: updated to latest 1.4 version and adapted all our library.c files to make use out of the new stack enforcing mechanisms. More... over 16 years ago
* #?/Debug.c: unified the _DPRINTF() functions for all platforms. More... almost 17 years ago
* #?/Makefile: minor update/optimization on Makefiles. More... almost 17 years ago
* include/mccinit.c: updated to latest 1.1 version which should fix possible stack issues during the LibInit() phase. Custom libraries will now be opened during the LibOpen() phase instead while maintaining an own mutual exclusive locking variable. More... almost 17 years ago
* include/mccinit.c, mcc/library.c, mcp/library.c: replaced the old obsolete mccheader.c by the new mccinit.c which should come with a much more clear interface and documentation on how to use it for a basis of a MUI custom class. This should significantly reduce the possibility of race conditions in the mcc/library init code. More... almost 17 years ago
* include/mccheader.c: reworked the LibOpen() and LibClose() functions to increment/decrement the lib_Open counter before obtaining the semaphore to prevent a possible race condition with LibExpunge(). More... almost 17 years ago
* include/mccheader.c: reworked the LibOpen() and LibClose() functions to increment/decrement the lib_Open counter before obtaining the semaphore to prevent a possible race condition with LibExpunge(). More... almost 17 years ago
- final 11.10 release preparations More... almost 17 years ago
- final release preparations More... almost 17 years ago