summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Opt out of standard library memory_resource on macOS < 14 and iOS < 17Tor Arne Vestbø2023-06-082-8/+14
* Android: Fix reporting of QScreen's size() and physicalSize()Assam Boudjelthia2023-06-081-3/+14
* QPalette Fix documentation typoAxel Spoerl2023-06-081-1/+1
* Revert "CMake: make compile options consistent for Qt created libraries"Alexandru Croitor2023-06-081-0/+1
* Avoid infinite loop when loading huge filesEskil Abrahamsen Blomfeldt2023-06-081-2/+7
* Freetype: Don't do image transform for translationsEskil Abrahamsen Blomfeldt2023-06-081-2/+4
* Add TRY_RUN to host toolsAmir Masoud Abdol2023-06-0815-0/+15
* Add Q_OS_APPLE define on Apple operating systemsTor Arne Vestbø2023-06-082-0/+11
* Mimer SQL driver plugin: Reduce repetitive error messagesFriedemann Kleint2023-06-081-99/+45
* Fix some syntax errors in snippetsSzabolcs David2023-06-083-3/+3
* QMimeData: de-duplicate some codeAhmad Samir2023-06-081-20/+23
* QUrl: Add QUrl::fromEncoded(QByteArrayView) overloadAhmad Samir2023-06-083-4/+26
* forkfd: Add support for eventfd(2) in FreeBSDThiago Macieira2023-06-071-8/+8
* QElfParser: use ELFOSABI_LINUX instead of ELFOSABI_GNUThiago Macieira2023-06-071-6/+1
* QElfParser: fix build if EM_S390 is not definedThiago Macieira2023-06-071-0/+2
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-085-28/+0
* Remove an unused variableAmir Masoud Abdol2023-06-072-12/+1
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-072-0/+76
* Windows QPA: Fix restore geometry after dragging from maximised - FixTimothée Keller2023-06-072-9/+17
* Windows QPA: Change monitor index detectionTimothée Keller2023-06-071-7/+7
* QDockWidget: Propagate window title when re-dockingAxel Spoerl2023-06-071-3/+9
* Doc: Clarify how to use QPainter with QTextEditSze Howe Koh2023-06-072-1/+3
* rhi: vulkan: Fix swapchain format checkLaszlo Agocs2023-06-071-5/+3
* rhi: d3d12: Fix swapchain format checkLaszlo Agocs2023-06-071-2/+4
* rhi: d3d11: Fix swapchain format checkLaszlo Agocs2023-06-071-2/+4
* macOS: Don't assume DnD is handled via internal drag loopTor Arne Vestbø2023-06-071-2/+3
* iOS: Don't invalidate a11y whenever UI elements are added or removedTor Arne Vestbø2023-06-073-5/+14
* Add QOperatingSystemVersion::MacOSSonoma for macOS 14Tor Arne Vestbø2023-06-072-0/+7
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-073-14/+32
* Remove compatibility defines for Apple OS versionsTor Arne Vestbø2023-06-071-59/+0
* macOS: Remove legacy SDK and deployment target check macrosTor Arne Vestbø2023-06-071-10/+1
* macOS: Remove fallback defines for MAC_OS_X_VERSION_MIN_REQUIREDTor Arne Vestbø2023-06-071-11/+0
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2023-06-071-1/+5
* rhi: metal: Fix a swapchain debug print crashLaszlo Agocs2023-06-071-1/+2
* rhi widget compositor: Use Nearest filteringLaszlo Agocs2023-06-071-1/+1
* rhi: gl: Switch back to Nearest filtering when resolvingLaszlo Agocs2023-06-071-1/+1
* QCoreApplicationPrivate::initLocale(): report correct encodingEdward Welbourne2023-06-071-4/+7
* Replace 0 with nullptr where the parameter is meant to be NULLEdward Welbourne2023-06-071-1/+1
* Fix what we can of macOS's divergence for pre-1900 datesEdward Welbourne2023-06-071-1/+11
* Fix GCC 13 warning about freeing the global staticThiago Macieira2023-06-061-1/+1
* Add flag to hide eye dropper button from QColorDialogFabio Falsini2023-06-063-12/+17
* QTabBar: recalculate scroll offset when showingVolker Hilsheimer2023-06-061-0/+2
* QFusionStyle: de-pessimize arrow paintingMarc Mutz2023-06-061-3/+2
* QFusionStyle: optimize cache-key generation for qt_fusion_draw_button():Marc Mutz2023-06-061-3/+4
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-061-0/+1
* Upgrade Harfbuzz to 7.3.0Eskil Abrahamsen Blomfeldt2023-06-0661-1129/+982
* uic: Generate QFont::WeightFriedemann Kleint2023-06-063-11/+44
* Fix can't create rhi if VkInstance is not enable VK_KHR_surfaceJiDe Zhang2023-06-061-7/+8
* CMake: Add version tagging sources only if the linker supports itJoerg Bornemann2023-06-061-13/+16
* Doc: Small fixes to QCommandLineParser overviewKai Köhne2023-06-061-10/+10