1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* mcc/HandleInput.c: an invisible cursor was not automatically made visible on certain key events (e.g. Return/Tab, etc). Now a cursor should always be made visible as soon as a relevant input key is pressed. More... almost 18 years ago
* mcc/HandleInput.c: as soon as a key is pressed and the cursor is outside the currently visible area, the text is immediately scrolled down/up now rather than waiting for the user to release the key. This should be a bit more intuitive to what a user might expect to happen. More... almost 18 years ago
* mcc/GetSetAttrs.c, mcc/PrintLineWithStyles.c: The cursor will now scroll with the text rather than kept at the very same position relately to the window. This should be more intuitive and what a normal user would expect. So as soon as the user wants to enter text and the cursor is not visible texteditor.mcc will scroll down/up so that it will become visible as expected. More... almost 18 years ago
* doc/TextEditor.doc: added missing documentation about the function of the MUIA_TextEditor_KeyUpFocus attribute. More... almost 18 years ago
- added checkbox to temporarly disable a texteditor object for tests More... almost 18 years ago
* mcp/locale/svenska.ct: Updated according to changes. More... almost 18 years ago
* mcc/HandleInput.c: key releases of known shortcuts (like cursor up/down) were not handled correctly and caused MUI to trigger the same action a second time. That caused double scrolling. Now key releases of the short- cuts will be "eaten" as well. This fixes bug #1784873. More... almost 18 years ago
- added some more gadget/functions to test more stuff More... almost 18 years ago
* mcc/GetSetAttrs.c: fixed bug where an initial MUIA_Disabled state for a texteditor object in OM_NEW didn't automatically end up in having an added slider set disabled as well. More... almost 18 years ago
* mcc/HandleInput.c: an instant scroll operation wasn't possible anymore if the texteditor object was currently active because the IDCMP_MOUSEMOVE catch operations blocked it. More... almost 18 years ago
* mcc/Pointer.c: tuned the 32bit pointer image a bit to look better on both, bright and dark background colors while still maintaining the general look&feel of the new pointer. More... almost 18 years ago
* mcc/Pointer.c: the 32bit pointer setup seems to require to have a fake bitmap setup passed to the pointer class or otherwise the pointer might not be generated properly. More... almost 18 years ago
* mcc/Pointer.c: on OS4 we generally prefer to use the 32bit pointer image data and don't do any color identification or use the select pointer bitmap at all. However, we still need to get the 32bit select pointer ready as we still have just an example image up&running, but it is nice to be able to freely define a 32bit pointer on OS4. More... almost 18 years ago
* mcc/Pointer.c: just in case the 32bit pointer cannot be created the old bitmap is also passed in again. More... almost 18 years ago
* mcc/Pointer.c: with OS4 a 32bit ARGB pointer will now be used. Currently the image is just 2bit and very simple, but just to get the idea... More... almost 18 years ago
* mcc/PrintLineWithStyles.c, mcc/Dispatcher.c: the text will now always be rendered right from the top rather than layouting it vertically centered throughout the available space. This should fix the common vertical text floating when resizing a window which is redrawn with every resize operation. More... almost 18 years ago
* mcc/Dispatcher.c: when the gadgeted will be hided via a MUIM_Hide call we go and hide the selection pointer as well. This should make the selection pointer disappear as soon as a texteditor gadget is in a register group and gets hided as soon as the group is switched. More... almost 18 years ago
* mcc: propaged the new mcp option to enable/disable the selection pointer to our corresponding mcc routines. Now a user can disable the selection pointer in case he finds it annoying/unnecessary. But per default it will be enabled. * mcp: implemented a new settings option to be able to enable/disable the new selection pointer. More... almost 18 years ago
* mcc/Pointer.c, misc: the pointer object will now be create/destroyed in the Setup/Cleanup methods of the class rather than before any show/hide operation of the pointer. This should also fix problems where the mouse pointer isn't hided/restored when the texteditor is cleaned up by MUI. More... almost 18 years ago
* mcc/Pointer.c: when setting up the pointer image the colors matching white and black best are now calculated instead of guessed. This way the pointer will have the correct colors regardless of the user defined palette. More... almost 18 years ago
* mcc: when the mouse pointer is now over an active TextEditor object, a specialized mouse pointer image for selection of text will be shown instead of the default system mouse pointer image. Currently it can not be disabled via the mcp, but this should be the case until the final release of a new stable version. In addition, not all situations like Hide/Show are catched to disable/enable the mouse pointer image. More... almost 18 years ago
* mcc/EditorStuff.c: fixed bug #1779587 where in SoftWrap mode, the MergeLines() functions didn't take correctly respect of the fact that by merging lines upon pressing "backspace", the amount of visual lines may perfectly increase and therefore ended up in a distorted text display. Now the ScrollUp/ScrollDown operations are done right before redrawing the content of the merge lines. More... almost 18 years ago
* mcp/locale/svenska.ct: Updated according to changes. More... almost 18 years ago
- fixed data->inactiveCursor use More... almost 18 years ago
* mcc/mcp: on request, the inactive cursor introduced in 15.22 can now be explicitly disabled in the preference program to get back the old behaviour. However, it will still be enabled per default to make use of it at all. More... almost 18 years ago
* include/mccinit.c: updated to 1.10 version which fixes a wrong memory access to the StackSwap structure if this is placed on the stack. More... almost 18 years ago
* mcc/HandleInput.c: a read-only editor with a marked search result could not be scrolled by keyboard anymore if that would scroll the marked text out of the visible area. I am not sure if this change has any impact on other functions, so please test. More... almost 18 years ago
* include/mccinit.c: updated to 1.9 version which includes fixes for the stack swapping calls on MorphOS kindly provided by Ilkka Lehtoranta. More... almost 18 years ago
- final 15.22 release preparations More... about 18 years ago
- minor cleanups & more documentation More... about 18 years ago