1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 12, 2023 — May 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcp/CreatePrefsGroup.c: adjusted the crawling text to better match the capabilities of Crawling.mcc. More... over 11 years ago
* misc: final 11.23 release preparations More... almost 12 years ago
* mcc/GetSetAttrs.c: don't handle MUIA_Disabled twice in OM_SET. All the necessary stuff is already done by recalculating the flags. More... almost 12 years ago
* mcc/AllocFunctions.c: don't allocate locked memory. More... almost 12 years ago
* Install-MCC: fixed the wrong selection of the builtin language. More... almost 12 years ago
* mcp/Makefile: removed .catalog files in clean target. More... almost 12 years ago
* mcp/locale/italian.ct: updated italian translation kindly provided by Samir Hawamdeh. More... about 12 years ago
* misc: final 11.22 release preparations * mcp/Makefile: readded -DNO_INLINE_STDARG for aros-ppc and aros-x86_64 target as otherwise the cross-compiler won't build for these targets and raise some unterminated macros errors. More... about 12 years ago
* GetSetAttr.c, HandleInput.c, private.h: implemented a new MUIA_BetterString_NoNotify attribute which will allow to prevent betterstring from sending out notifications on changes of the MUIA_String_Contents attribute. This should help applications to ensure that only one notification is triggered in case multiple operations are performed in a row which change the content of the string object. More... about 12 years ago
* Dispatcher.c, HandleInput.c: MUIM_BetterString_Insert will now correctly trigger a notification of MUIA_String_Contents. More... about 12 years ago
* mcc/GetSetAttrs.c: fixed a missing redraw event in case the contents changed from one non-empty string to another non-empty string. More... about 12 years ago
* mcc/GetSetAttrs.c: fixed another double redraw when modifying the string contents. More... about 12 years ago
* mcc/GetSetAttrs.c: fixed the OM_SET method to redraw the object only if there is something to be redrawn due to modified attributes. Especially setting the disabled state to the same value again will cause one redraw event only instead of two. More... about 12 years ago
* mcp/CreatePrefsGroup.c: reordered the checkmark objects so that they are horizontal aligned properly to the previous objects. More... about 12 years ago
* mcp/private.h: removed "Font" config object from object enum list or otherwise the .mcp crashes. More... about 12 years ago
* mcc/InitConfig.c: fixed yet another possible invalid pointer value after a configuration change. More... about 12 years ago
* mcc/misc: removed the custom font support as stated above. More... about 12 years ago
* mcp/CreatePrefsGroup.c: removed the custom font setting as BetterString should behave like the built-in string class. Furthermore the advanced font specs of MUI4 can only be applied if the font inheritance mechanism would be fully replicated in BetterString. More... about 12 years ago
* mcc/PrintString.c: the background must be drawn with the object's left/top edge as offsets to let an inherited background be drawn correctly. More... about 12 years ago
* mcc/Dispatcher.c, GetSetAttrs.c, HandleInput.c, mcc/PrintString.c: replaced all direct peeking to public MUI structures by the appropriate macro calls. More... about 12 years ago
* mcc/PrintString.c: replaced all direct peeking to public MUI structures by the appropriate macro calls. More... about 12 years ago
* mcc/PrintString.c: fixed another missing MUIPEN() usage. More... about 12 years ago
* mcc/PrintString.c: use MUIPEN() macro for all uses of pens allocated by MUI. More... about 12 years ago
* Makefile: removed -funroll-loops as this option is potentially dangerous. More... about 12 years ago
* mcc/private.h: lowered the image name buffer size to the size actually used in MUI4. More... about 12 years ago
* mcc/InitConfig.c: string pointers obtained from the MUI configuration must be copied instead of rembembered directly. With MUI4's realtime prefs the pointer might become invalid at any time and hence the class would operate on invalid data after that. More... about 12 years ago
* mcp/BetterString_mcp.h: fixed duplicate config ID for marked text color and select on activate items. This will require every user to check the settings and save them again, unfortunately. More... about 12 years ago
* mcp/Dispatcher.c: use some sizeof()'s instead of hard coded sizes More... about 12 years ago
* mcc/Dispatcher.c: call InitConfig() after the superclass' MUIM_Setup succeeded to avoid orphaned pen allocations. More... about 12 years ago
* mcc/PrintString.c: don't draw a disabled pattern if used with MUI 4.0 as this is done by MUI itself already. More... about 12 years ago