qt6-bb10/src/corelib/global
Tor Arne Vestbø 62572f0a18 Add note about ImCursorPosition/ImAbsolutePosition not including preedit
The cursor position as reflected by these two properties is not affected
by the offset of the cursor in the preedit area. That means that when
composing text, the cursor position stays the same, at the preedit
insertion point, regardless of where the cursor is positioned within
the preedit string by the QInputMethodEvent::Cursor attribute.

Pick-to: 6.2
Change-Id: Ic2584369f92271e3f242d51f2e647f6f05c72d53
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-08-21 01:28:26 +02:00
..
archdetect.cpp Remove winrt 2020-06-06 20:25:49 +02:00
minimum-linux.S Fix note alignment 2020-06-19 14:28:47 +02:00
minimum-linux_p.h
q20algorithm.h Short live namespace q20! 2021-08-16 19:26:29 +02:00
q20functional.h Short live namespace q20! 2021-08-16 19:26:29 +02:00
qcompare.h Long live QT_TYPESAFE_FLAGS! 2021-06-23 03:14:09 +02:00
qcompare.qdoc Fix documentation of QPartialOrdering 2020-12-01 14:52:46 +01:00
qcompare_impl.h Long live QT_TYPESAFE_FLAGS! 2021-06-23 03:14:09 +02:00
qcompilerdetection.h Fix compilation for other compilers 2021-05-24 10:18:25 +03:00
qconfig-bootstrapped.h QLatin1String: optimize indexOf 2021-06-11 23:30:08 +02:00
qconfig.cpp.in CMake: Fix qconfig.cpp embedded prefix in the CI 2021-03-25 12:59:20 +01:00
qcontainerinfo.h Rename QContainerTraits namespace to QContainerInfo 2020-11-03 13:06:14 +01:00
qendian.cpp Whitespace cleanup in corelib/global 2020-10-21 21:15:17 +02:00
qendian.h Fix build with GCC 11: include <limits> 2021-01-19 14:13:08 -08:00
qendian_p.h Whitespace cleanup in corelib/global 2020-10-21 21:15:17 +02:00
qflags.h Long live QT_TYPESAFE_FLAGS! 2021-06-23 03:14:09 +02:00
qfloat16.cpp Add uninitialized constructor to qfloat16 2020-12-07 17:58:40 +01:00
qfloat16.h Use a more forgiving threshold for qFuzzyIsNull(qfloat16) 2021-04-29 14:13:23 +02:00
qfloat16_f16c.c CMake: Fix building multi-arch universal macOS Qt 2021-04-01 18:14:59 +02:00
qfloat16tables.cpp Round float->qfloat16 to even 2020-09-06 12:35:12 +02:00
qglobal.cpp QSysInfo: Delete pre-windows 10 code 2021-07-28 13:18:50 +02:00
qglobal.h Forward declare Objective-C classes as class, not typedef objc_object 2021-08-17 02:55:12 +02:00
qglobal_p.h
qglobalstatic.h QGlobalStatic: fix warning when using cv-qualified types 2021-06-30 21:13:28 +00:00
qglobalstatic.qdoc
qhooks.cpp QObject: port to new property system 2021-04-21 15:34:28 +02:00
qhooks_p.h
qlibraryinfo.cpp QLibraryInfo: Add MSVC 2022 2021-08-03 09:34:45 +02:00
qlibraryinfo.h Use Core library for qmake instead of the Bootstrap library 2021-02-25 16:08:43 +01:00
qlibraryinfo_p.h Unify QLibraryInfo settings 2021-03-17 11:57:11 +01:00
qlogging.cpp Fix usage of logging category on Android 2021-06-28 16:10:16 +03:00
qlogging.h Whitespace cleanup in corelib/global 2020-10-21 21:15:17 +02:00
qlogging_p.h
qmalloc.cpp Whitespace cleanup in corelib/global 2020-10-21 21:15:17 +02:00
qnamespace.h Qt namespace: add a Qt 7 note about enumerator order 2021-08-06 18:11:37 +02:00
qnamespace.qdoc Add note about ImCursorPosition/ImAbsolutePosition not including preedit 2021-08-21 01:28:26 +02:00
qnativeinterface.h Add default constructor and Q_DISABLE_COPY_MOVE to native interfaces 2021-08-10 19:31:03 +02:00
qnumeric.cpp Make the overflow math functions public 2020-12-07 15:37:25 +01:00
qnumeric.h Fix compilation with 32-bit clang 2021-02-01 13:47:13 +00:00
qnumeric_p.h Make the overflow math functions public 2020-12-07 15:37:25 +01:00
qoperatingsystemversion.cpp Use official names for Android versions 2021-03-29 12:58:39 +02:00
qoperatingsystemversion.h Use official names for Android versions 2021-03-29 12:58:39 +02:00
qoperatingsystemversion_darwin.mm
qoperatingsystemversion_p.h
qoperatingsystemversion_win.cpp Remove Windows 7, 8, and 8.1 codepaths 2021-07-30 08:02:56 +02:00
qoperatingsystemversion_win_p.h
qprocessordetection.h Remove winrt 2020-06-06 20:25:49 +02:00
qrandom.cpp QRandomGenerator: let qt_initial_random_value() return 128 bits of data 2021-05-23 12:08:43 -07:00
qrandom.h Core: `QRandomGenerator` - silence msvc warning 2021-07-01 09:35:36 +08:00
qrandom_p.h QRandomGenerator: let qt_initial_random_value() return 128 bits of data 2021-05-23 12:08:43 -07:00
qsimd.cpp Add runtime ARM64 AES check 2021-05-20 18:31:05 +00:00
qsimd.h Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.h 2020-06-30 10:11:23 +02:00
qsimd_p.h qsimd: Don't force RDRND on if __AVX2__ 2021-06-22 13:08:16 -07:00
qsimd_x86.cpp
qsimd_x86_p.h
qsysinfo.h Use Core library for qmake instead of the Bootstrap library 2021-02-25 16:08:43 +01:00
qsystemdetection.h Add QOperatingSystemVersion support for macOS Big Sur 2020-07-29 13:25:28 +02:00
qt_pch.h CMake: Add support for building with clang-cl 2021-06-04 16:25:17 +02:00
qt_windows.h MinGW: Fix static build using PCH 2020-10-09 16:15:17 +02:00
qtrace_p.h
qtypeinfo.h QTypeInfo: Handle T::value_type being equal to T 2021-03-25 11:22:29 +01:00
qversiontagging.cpp
qversiontagging.h
qvolatile_p.h tests: fix some -Wvolatile 2021-07-28 17:50:09 +02:00