summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+2
|\
| * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* | Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-151-9/+45
* | Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-142-9/+29
* | Fix shortcut modifiers not being propagated after c7e5e1d9eTor Arne Vestbø2016-01-121-1/+3
* | Fix reentrancy regression in QShortcutMap after c7e5e1d9eTor Arne Vestbø2016-01-121-2/+6
* | doc: correct documentation of QT_AUTO_SCREEN_SCALE_FACTOR env varShawn Rutledge2016-01-071-1/+1
* | QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
* | QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
* | QtGui: Don't set a screen to a child windowBłażej Szczygieł2016-01-061-7/+9
* | Avoid unnecessary detaching of the pending deletions list.Volker Krause2016-01-061-3/+3
* | Fix crash because of NULL screen in QXcbWindowBłażej Szczygieł2016-01-041-8/+6
* | xcb: Use a placeholder QScreen when there are no outputs connectedBłażej Szczygieł2015-12-111-2/+2
* | QPlatformTheme: added TabButtonFont and GroupBoxTitleFontLiang Qi2015-12-101-0/+2
* | Register QPA Menu, Dialog & SysTray enums & flagsJ-P Nurmi2015-12-093-0/+21
* | Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+2
* | QPlatformWindow::initialGeometry(): Pass screen when scaling.Friedemann Kleint2015-12-071-15/+16
* | Add QStyleHints::showIsMaximized().Friedemann Kleint2015-12-072-1/+19
* | Android: Implement QInputMethod::keyboardRectangleOlivier Goffart2015-12-071-0/+3
* | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-10/+0
* | Update QHighDpiScaling internal documentationMorten Johan Sørvig2015-12-021-24/+113
* | Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+2
* | Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
* | Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-3/+6
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-11/+11
* | Doc: added sample to QFileOpenEvent class detailsSamuel Gaist2015-11-241-0/+15
* | topLevelAt(): convert to native coordinates.Morten Johan Sørvig2015-11-181-1/+1
* | Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | Fix screenForGeometry on a corner caseAleix Pol2015-11-161-1/+3
* | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-0/+11
* | Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-041-12/+24
* | Modify QPA handleExtendedKeyEvent.Samuel Nevala2015-11-032-3/+3
* | Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-262-3/+14
* | Check that QPlatformIntegration::createPlatformWindow() doesn't failTor Arne Vestbø2015-10-161-15/+21
* | Document that QWindow::fromWinId() should be used with cautionTor Arne Vestbø2015-10-161-0/+5