openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MCC TextEditor
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 25 of 37
Search / Filter on:
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
More...
almost 18 years ago
* doc/TextEditor.doc: added missing documentation about the function of the MUIA_TextEditor_KeyUpFocus attribute.
Jens Maus
More...
almost 18 years ago
- added checkbox to temporarly disable a texteditor object for tests
Jens Maus
More...
almost 18 years ago
* mcp/locale/svenska.ct: Updated according to changes.
Pär Boberg
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.
Thore Böckelmann
More...
almost 18 years ago
- added some more gadget/functions to test more stuff
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Thore Böckelmann
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...
Thore Böckelmann
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Jens Maus
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.
Thore Böckelmann
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.
Jens Maus
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.
Jens Maus
More...
almost 18 years ago
* mcp/locale/svenska.ct: Updated according to changes.
Pär Boberg
More...
almost 18 years ago
- fixed data->inactiveCursor use
Jens Maus
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.
Jens Maus
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.
Thore Böckelmann
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.
Thore Böckelmann
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.
Jens Maus
More...
almost 18 years ago
- final 15.22 release preparations
Jens Maus
More...
about 18 years ago
- minor cleanups & more documentation
Jens Maus
More...
about 18 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
36
37
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree