1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 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
- replace the "i386" string in the version string by the more generic "x86" for the intel targets More... about 15 years ago
- updated SDI_compiler.h to the very latest version More... about 15 years ago
* version.h: renamed the rev.h file to version.h in each subdirectory and updated it with a more flexible version, system and cpu identification model. More... about 15 years ago
* misc: fixed the linker options to have everything properly linkable with the latest AROS SDK. More... about 15 years ago
- adapted mcp makefile and stubs to match our changes to have everything compiled for AROS as well. More... about 15 years ago
* misc: first preparation for a direct AROS cross-compiler compilation. More... about 15 years ago
* mcc/FileNameCompl.c: changed to unsafe BSTR conversion to something more bullet proof. A BSTR is not guaranteed to be NUL-terminated, which the former implementation falsely assumed. More... about 15 years ago
* misc: various cosmetic changes. More... about 15 years ago
* mcc/Dispatcher.c, mcc/HandleInput.c: if the SelectOnActive feature was active and the object was activated either by the programmers request (i.e. by setting MUIA_Window_ActiveObject) the object will now correctly select the complete string, instead of doing this right after the first keypress. This should fix bug #2504286. More... about 15 years ago
- misc: final 11.16 release preparations More... over 15 years ago
- misc: final 11.16 release preparations More... over 15 years ago
* mcc/HandleInput.c, mcc/Disptacher.c: fixed the newly introduced SelectOnActive functionality by selecting all text only if the object has been gone active freshly and the user released the mouse button without any text manually selected. This should make the behaviour of a BetterString object more consistent to what a string object is supposed to do with the SelectOnActive feature enabled. More... over 15 years ago
Also MorphOS build is now relying on AllocBitMap()/FreeBitMap() only More... over 15 years ago
When pasting text clear only the tail of the buffer More... over 15 years ago
Removed redundant MorphOS code snippet More... over 15 years ago
* vastubs.c: added missing stub function for the OS3 build. More... over 15 years ago
* mcc/Dispatcher.c: replaced the deprecated pool function calls by new ones for the the OS4 build. More... over 15 years ago
* mcc/HandleInput.c, mcc/library.c: replaced the handcrafted clipboard access by usage of iffparse.library. Before only the first FTXT chunk was examined, which resulted in partial pastes from TextEditor.mcc only in case there were multiple lines in the clipboards. LF's and CR's will be replaced by spaces and hence multiple lines will be concatenated to one single line. Hopefully this fixes bug #1992568. More... over 15 years ago
* mcc/Pointer.c: added support for displaying a selection pointer similar to what TextEditor.mcc or NList.mcc displays to a user in case the mouse is over a BetterString object. Per default the selection pointer is turned on but can be globally disabled via a new user definable setting in the mcp. There might be still some glitches. So before we can release a new version we ought to run some details tests with the selection pointer enabled and disabled. More... over 15 years ago
* mcc,mcp: added a new preference setting to allow a betterstring object to automatically select all text in case it will get the active object of a window either via a TAB cycle or via mouse activation. In addition, a new MUIA_BetterString_SelectOnActive attribute has been added to allow a developer to override the user settings for specific cases. However, this new functionality is turned off per default as a string gadget in AmigaOS usually does not show this behaviour. More... over 15 years ago
* mcc/Dispatcher.c: replaced the deprecated pool function calls by new ones for the the OS4 build. More... over 15 years ago
Accidentally MorphOS code was using UNICODE_UTF8 when it should have been CODESET_UTF8 (although both are using same values) More... over 15 years ago
Added support for UTF-8 text paste from clipboard More... over 15 years ago
* mcc/GetSetAttrs.c: made MUIA_String_AdvanceOnCR OM_GET'able. More... over 15 years ago
* misc: final 11.15 release preparations More... almost 16 years ago
* mcc/HandleInput.c: slightly improved the ReadChunkBytes() handling with iffparse library. Now the return value is checked correctly and the buffer is cleared before placing the bytes from clipboard there. In addition, the LF and CR stripping is removed again as this was not the root of bug #1992568 and LF and CR should be able to be placed in the string object as well. * mcc/HandleInput.c: fixed a bug where the keyboard shortcuts didn't work for a normal object due to a wrong flag check. * locale/italian.ct: updated italian catalog More... almost 16 years ago
* mcc/HandleInput.c, mcc/library.c: replaced the handcrafted clipboard access by usage of iffparse.library. Before only the first FTXT chunk was examined, which resulted in partial pastes from TextEditor.mcc only in case there were multiple lines in the clipboards. LF's and CR's will be replaced by spaces and hence multiple lines will be concatenated to one single line. Hopefully this fixes bug #1992568. More... almost 16 years ago
* mcc/GetSetAttrs.c: made MUIA_String_AdvanceOnCR OM_GET'able. More... about 16 years ago
* #?/vastubs.c, #?/Makefile: added vararg stubs for OS3 to be able to link against clib2 which misses these stubs. More... about 16 years ago
* mcc/Makefile: removed accidently included extrasrc.o dependency. More... about 16 years ago