summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Cache the current QOpenGLFramebufferObjectSérgio Martins2016-08-111-0/+7
* evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-102-0/+6
* Doc: Fix references to Control, Meta key enumsKai Koehne2016-08-031-2/+2
* QPlatformWindow::initialGeometry(): Do not touch child window positionsFriedemann Kleint2016-07-251-9/+22
* Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-241-1/+1
* Fix defining QGuiApplication::sync() when QT_NO_SESSIONMANAGER is setOlivier Blin2016-07-061-22/+22
* Windows: Handle theme switching correctly if a palette is setAndy Shaw2016-07-061-1/+2
* Output region in debug operator of QPaintEvent.Friedemann Kleint2016-06-101-0/+3
* Fix zero-as-null-pointer-constant in wayland compositor apiAllan Sandfeld Jensen2016-06-061-2/+2
* Doc: Fix references to QGuiApplication::clipboard()Joerg Bornemann2016-05-191-4/+4
* Fix segfault when exiting app running under eglfsElena Zaretskaya2016-05-041-0/+11
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-262-2/+3
* Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
* qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-174-12/+75
|\
| * Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| * Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-154-12/+71
* | Reimplement QShapedPixmapWindow using QRasterWindow.Friedemann Kleint2016-03-162-49/+33
* | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+5
* | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-055-3/+28
* | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
* | qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
* | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16
* | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
* | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
* | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
* | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
* | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
* | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-191-1/+1
* | xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-182-2/+6
* | Add source device information to qDebug output of QTouchEventAriel Molina2016-02-171-0/+1
* | QWindow: Make screen warning more informativeGabriel de Dietrich2016-02-171-1/+1
* | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-3/+25
|\|
| * HighDPI: Extend exposed region to avoid artifacts by rounding.Friedemann Kleint2016-02-092-1/+23
| * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-021-1/+1
| * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-1/+1
* | QPlatformWindow::screenForGeometry(): Use mapToGlobal().Friedemann Kleint2016-02-121-2/+4
* | QWindow::setMask(): Apply High DPI scaling.Friedemann Kleint2016-02-091-1/+1
* | Make QWindowGeometrySpecification suitable to use as globalSérgio Martins2016-02-071-3/+5
* | dbusmenu: Add support for shortcutsDmitry Shachnev2016-02-022-8/+24
|/
* Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-2/+2
* Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-022-37/+11
* QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-292-11/+37
* Doc: Properly document old platform-specific functionsSze Howe Koh2016-01-291-0/+17
* Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
* Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
* Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-282-0/+15
* on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
* Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1