summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove debug formatting functions obsoleted by the new debug operator for QFl...Friedemann Kleint2015-03-051-55/+4
* xcb: QkeySequence::Quit is control-QShawn Rutledge2015-03-051-1/+1
* Fix shortcut overriding.Christian Strømme2015-03-052-4/+13
* QEvent types: use Q_ENUM qDebug support instead of custom formattersShawn Rutledge2015-03-031-102/+18
* Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+15
* Improve setDefaultFormat docs regarding AA_ShareOpenGLContextsLaszlo Agocs2015-02-251-0/+6
* Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-7/+13
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-252-9/+9
* Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-256-15/+8
* Ensure QGuiApplicationPrivate::screen_list is correctly populatedSandro Mani2015-02-252-3/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-8/+6
|\
| * QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
* | Merge dev into 5.5Oswald Buddenhagen2015-02-234-4/+4
|\ \
| * | Fixed license headersJani Heikkinen2015-02-174-4/+4
* | | Use QPlatformWindow::mapToGlobal()/mapFromGlobal() for Qt::ForeignWindow.Friedemann Kleint2015-02-181-6/+10
|/ /
* | Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-4/+9
* | QScreen: add devicePixelRatio propertyShawn Rutledge2015-02-142-1/+7
* | FreeType: Support RGB rendering when not using FontConfigSérgio Martins2015-02-142-0/+36
* | QOpenGLContext: expose the shared global contextGiuseppe D'Angelo2015-02-122-0/+26
* | Make the QPlatformTheme::keyBindings() search deterministicMorten Johan Sørvig2015-02-121-50/+33
* | Expose TabFocusBehavior in QStyleHintsLiang Qi2015-02-126-5/+30
* | Update copyright headersJani Heikkinen2015-02-11133-992/+960
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-105-4/+27
|\|
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-1/+16
| |\
| | * Fix drag and drop regressionGatis Paeglis2015-01-193-1/+16
| * | Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-212-3/+11
* | | remove stray QGuiApplicationPrivate::wheelEventSource declarationShawn Rutledge2015-02-081-2/+0
* | | QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-085-7/+7
* | | Avoid the initializeOpenGLFunctions() call after versionFunctions()Laszlo Agocs2015-02-071-12/+17
* | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+1
* | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-075-10/+20
* | | Revert "Introducing QPlatformHardwareCompositor."Gunnar Sletta2015-02-065-188/+0
* | | Fix regression from Qt4 with layout directionJan Arve Saether2015-02-051-1/+1
* | | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-031-1/+1
* | | WGL: support reset notifications via GL_ARB_robustnessLaszlo Agocs2015-02-032-1/+6
* | | QStyleHints: restore CONSTANT to non-NOTIFYable propertiesJ-P Nurmi2015-02-021-9/+9
* | | Expose the ThreadedOpenGL cap to appsLaszlo Agocs2015-02-022-0/+17
* | | Utilize EGL_KHR_surfaceless_context in QOffscreenSurface when availableLaszlo Agocs2015-02-021-1/+6
* | | Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-242-2/+1
* | | QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-242-0/+26
* | | Expose context lossLaszlo Agocs2015-01-221-2/+11
* | | Only show QWindows after QScreen destruction if coming from virtual siblingTor Arne Vestbø2015-01-223-29/+30
* | | Move static part of angleBetween/transformBetween/mapBetween to QPlatformScreenTor Arne Vestbø2015-01-213-59/+94
* | | Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-216-2/+233
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-6/+12
|\| |
| * | Doc: Remove references to QOpenGLContext::destroy()Sze Howe Koh2015-01-191-6/+8
| |/
| * Fix build error with Intel Compiler 15 on WindowsThiago Macieira2015-01-062-0/+4
* | Introducing QPlatformHardwareCompositor.Gunnar Sletta2015-01-175-1/+189
* | Introducing QPlatformGraphicsBufferJørgen Lind2015-01-175-2/+641
* | Add QWheelEvent::sourceShawn Rutledge2015-01-137-16/+78