1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/Methods.c: removed debug statement. More... over 3 years ago
Merge branch 'master' of github.com:amiga-mui/texteditor More... over 3 years ago
* mcc/Dispatcher.c: implemented the attributes MUIA_TextEditor_FreeHoriz/Vert to override the resize limitations of MUIA_TextEditor_Columns/Rows. This refs #36. More... over 3 years ago
* Release 15.56 preparations. More... about 4 years ago
* Release 15.56 preparations. More... about 4 years ago
* mcc/Methods.c: use correct flag checking macro. More... over 4 years ago
* mcc/Methods.c: implemented the method MUIM_TextEditor_TestPos similar to the MUIM_List_TestPos method of MUI's List class to obtain some information based on mouse coordinates. This closes #35. More... over 4 years ago
retire code climate and update README.md More... over 4 years ago
move from travis to github actions. More... over 4 years ago
switch from bintray to download adtools packages from github. More... over 4 years ago
* dist: added italian translation to Installer script kindly provided by Samir Hawamdeh. This closes #34. More... almost 5 years ago
* bumped all copyright years to 2021. More... almost 5 years ago
Merge pull request #33 from pbobbenb/master More... almost 5 years ago
Added swedish translation for the installer, also fixed the selection of the catalogs to install, the install script in the latest Aminet version would select English and Deutsch (should be swedish for me) and when I added the swedish translation it would select Polski. Seems slovak was missing in the defaultLanguages string, when added it now selects correct English and swedish (for me) for catalogs. More... almost 5 years ago
Merge pull request #32 from pbobbenb/master More... almost 5 years ago
Updated the root drawer from a blue drawer icon to a blue drawer icon with a small magic hat (same as I did with Betterstring) and also "forgot" its position so it doesn't overlap other icons and repositioned the "text" icons in the main window so they are better aligned. Only repositioned the Demo and Docs drawer, since I'm not sure what a suitable glow icon replacement would be. Also "forgot" icon position for the icon in the Demo drawer and in the Docs drawer plus replaced the icon for the guide to a glow icon. More... almost 5 years ago
* final release preparations. More... almost 5 years ago
* ClipboardServer.c: changed the default path for "CURRDIR:" and "PROGDIR:" to "T:", because the "MUI:" assign does not exist on all systems, i.e. AROS. This closes #31. More... about 5 years ago
* mcc/InitConfig.c: a custom font can now be set via MUIA_Font. Any valid TextFont structure as well as MUI's MUIV_Font_XXX definitions will be accepted. This closes #29 again. More... over 5 years ago
* mcc/GetSetAttrs.c: added a workaround to skip the artifical nesting of OM_SET in MUIM_Draw in order to avoid double triggers of attributes like MUIA_ContextMenuTrigger. This closes #28. More... over 5 years ago
* final release preparations. More... over 5 years ago
* mcc/ClipboardServer.c: the parameters of NP_CurrentDir/NP_ProgramDir must be results of Lock(). More... over 5 years ago
* ClipboarsServer.c: set "MUI:" as default "CURRDIR:" and "PROGDIR:" for the global clipboard server process to avoid locking the directory of the first started MUI application using this class until it is eventually flushed from memory. More... over 5 years ago
* misc: reworked the DoSuperNew() implementation to call DoSuperMethodA() with an explicitly built OM_NEW message on the stack. More... over 5 years ago
* demo/TextEditor-Demo.c: fixed a warning about deprecated function usage. More... about 6 years ago
* PrintLineWithStyles.c: added a custom implementation of WritePixelArrayAlpha() in case cybergraphics.library is older than V45. More... about 6 years ago
* mcc/PrintLineWithStyles.c: optimized some variables away. More... about 6 years ago
* mcc/PrintLineWithStyles.c: removed some comments. More... about 6 years ago
* PrintLineWithStyles.c: fixed a possible division by zero bug during alpha channel reconstruction. Furthermore the already exclusively allocated pen is used for the transparent text as well. More... about 6 years ago
Merge branch 'master' of https://github.com/amiga-mui/texteditor More... about 6 years ago