summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* QtGui: Refactor parsing of the High DPI scaling env variablesFriedemann Kleint2019-09-031-9/+10
* QTouchDevice: don't play ping-pong with q*PostRoutine()Marc Mutz2019-08-301-15/+17
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-50/+6
|\
| * Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-0/+4
| * Clean up the docs of qevent.cppSona Kurazyan2019-08-201-50/+2
* | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-235-31/+74
* | Deprecate QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2019-08-231-6/+23
* | Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-232-17/+46
* | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-235-6/+19
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-234-24/+254
* | Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-233-15/+13
|/
* Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-1/+0
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-137-19/+30
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-0/+2
| |\
| | * Add nullptr guard to QHighDScaling::scaleAndOrigin(QPlatformScreen *)Morten Johan Sørvig2019-08-111-0/+2
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-084-4/+11
| |\|
| | * eglfs: Fix raster windowsLaszlo Agocs2019-08-074-4/+11
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-052-15/+17
| |\|
| | * macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-12/+0
| | * QHighDPI: Fix broken scaling of QPoint(F)Friedemann Kleint2019-08-011-3/+17
* | | QWheelEvent: use QT_DEPRECATED_VERSION_X_5_15Marc Mutz2019-07-311-16/+16
* | | Procrastinate QWheelEvent deprecations until 5.15Shawn Rutledge2019-07-232-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-1/+1
| |\|
| | * Tie QPlatformOpenGLContext to its QOpenGLContext before initializingTor Arne Vestbø2019-07-171-1/+1
* | | Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-123-182/+71
* | | Add mouseDoubleClickDistance and touchDoubleTapDistance to QStyleHintsShawn Rutledge2019-07-082-0/+48
* | | QtGui: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-062-5/+3
* | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-032-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-014-51/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-291-5/+9
| |\|
| | * Fix crash with drag cursor handlingJoni Poikelin2019-06-281-5/+9
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-283-46/+46
| |\|
| | * Fix crash when setting QGuiApplication palette before app is availableTor Arne Vestbø2019-06-251-1/+4
| | * QHighDpi::fromNativePixels: use correct screenMorten Johan Sørvig2019-06-192-45/+42
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-202-210/+56
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-252-210/+56
|\ \ \ | | |/ | |/|
| * | High DPI: Fix crash in QWindow::mapFromGlobal()Friedemann Kleint2019-06-191-1/+1
| * | QHighDpi: Replace fromNative()/toNative() with scale()Morten Johan Sørvig2019-05-141-209/+55
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-208-32/+32
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-144-8/+19
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-1/+1
| |\ \
| | * | QOpenGLWindow: set QOffScreenSurface screenMorten Johan Sørvig2019-05-141-1/+1
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-7/+7
| |\ \ \ | | | |/ | | |/|
| | * | doc: Correct several QEnterEvent accessorsShawn Rutledge2019-06-061-7/+7
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-0/+11
| |\| |
| | * | Work around crash where a destroyed window becomes focus_windowMorten Johan Sørvig2019-05-221-0/+6
| | * | QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-0/+5
* | | | QInputDeviceManager: replace a QMap<enum,int> with a std::array<int,#enum-val...Marc Mutz2019-06-063-5/+8
* | | | Add attribute to disable QSessionManagerDavid Edmundson2019-03-011-1/+5