1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/Makefile: removed accidently included extrasrc.o dependency. More... about 16 years ago
* mcc/Makefile: removed accidently included extrasrc.o dependency. More... about 16 years ago
* #?/Makefile: removed -lm from the linker libs as nothing needs floating point math. Also added dump as target. More... about 16 years ago
* mcc/GetSetAttrs.c: minor optimizations More... about 16 years ago
* mcc/HandleInput.c: fixed a bug introduced by the recent flag checks by macros which caused the text to be immediately marked as block. More... about 16 years ago
* Debug.h: replaced all abort() usages in our ASSERT() macros with the respective calls to assert(). This should prevent the MorphOS compile from not linking and be a bit more intuitiv. More... about 16 years ago
* Debug.h: replaced all abort() usages in our ASSERT() macros with the respective calls to assert(). This should prevent the MorphOS compile from not linking and be a bit more intuitiv. More... about 16 years ago
* mcc/GetSetAttrs.c: if an empty or NULL string is set as new content the selection start index will now be adapted to prevent false markings. More... about 16 years ago
* mcc/hotkeystring/HandleInput.c: fixed a signedness warning. More... about 16 years ago
* #?.c: replaced all "value & flag" style bit checks and manipulations by isFlagSet() and setFlag() style macros. This should make the source a lot more readable and less error prone to wrong checks. More... about 16 years ago
* mccinit.c: updated to latest version available which fixes some MorphOS specific compiler warnings. More... about 16 years ago
* mcc/FileNameCompl.c, mcc/HandleInput.c, mcc/PrintString.c, mcc/Dispatcher.c: added some STYLEGUIDE stuff. More... over 16 years ago
* mcp/locale/czech.ct: updated Czech catalog translation More... over 16 years ago
* mcp/locale/#?.ct: changed all .ct file names to english names instead of translated ones. More... over 16 years ago
* mcc/FileNameComp.c: ParsePatternNoCase() was called with a too small buffer which could have caused trashed memory. This most probably fixes bug #1824388. More... over 16 years ago
* mcp/mcc: a few v11.14 release preparations. More... over 16 years ago
* mcp/misc: replaced the old BitmapObject by a BodyChunkObject and added a IFF-ILBM image with proper transparent color. This should fix the broken display on the prefs image on some old machines. More... over 16 years ago
* mcp/locale/czech.ct: added Czech catalog translation More... over 16 years ago
* mcp/Dispatcher.c, mcc/InitConfig.c: changed the default inactive text color to use the shadow pen instead of the text pen. This should a default inactive betterstring object a slightly better look. More... over 16 years ago
* misc: changed all TABs back to two spaces. More... over 16 years ago
* mcc/private.h, mcc/hotkeystring/private.h: added missing rawkey definitions for OS3. More... over 16 years ago
* mcp/CreatePrefsGroup.c: added a copyright crawling object to the bottom of the mcp to match the Look&Feel to our other classes. More... over 16 years ago
* mcc/HandleInput.c: the HOME and END key on PC keyboards will now be processed and move the cursor to the start/end of the string. This should fulfill feature request #1822105. * mcp/CreatePrefsGroup.c: the Crawling object will now always carry a grey background which should not interfere with any scrolling operation anymore. More... over 16 years ago
- final 11.13 release preparations More... over 16 years ago
- last preparations for next official 11.13 release More... over 16 years ago
- adapted autodoc to latest changes More... over 16 years ago
* mcc/HandleInput.c: introduced new MUIV_BetterString_DoAction_Delete action and changed the ClearSelected method to use that new action instead of calling DeleteBlock() itself. This in fact should also fix issues where upon a ClearSelected call the display of the gadget wasn't properly refreshed. More... over 16 years ago
* mcp/locale/svenska.ct: updated according to changes. More... over 16 years ago
- fixes for minor issues in italian translation received. More... over 16 years ago
* mcp/locale/italian.ct: updated italian translation kindly provided by Samir Hawamdeh. More... over 16 years ago