summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_qpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-2/+4
* Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-1/+4
* QWidget: Apply window opacity set before show.Friedemann Kleint2013-08-211-0/+2
* Windows/ActiveQt: Pass native parent handle property from widget to widget wi...Friedemann Kleint2013-07-111-0/+8
* Widgets: Do not create QWindow in createTLExtra().Friedemann Kleint2013-06-141-3/+1
* Fixed crash associated with reparenting a QGLWidgetSamuel Rødal2013-05-221-3/+1
* Enable non-client-area mouse events by default for widgets.Friedemann Kleint2013-05-071-0/+3
* Set geometry set by QPlatformWindow::initialGeometry() on widget.Friedemann Kleint2013-05-071-0/+7
* Fix crash when deleting a QMenu on exitGabriel de Dietrich2013-04-231-1/+1
* Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-181-1/+12
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Windows: Fix drop shadows for widget tool tips.Friedemann Kleint2013-03-181-0/+5
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-19/+9
|\
| * Transient QWindows centered; default-constructed geometryShawn Rutledge2013-02-241-19/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+8
|/
* QPA: update backingstore also when moving QWindowsRichard Moe Gustavsen2012-11-301-1/+3
* Do not hide fullscreen widgets having a 0x0 geometryOliver Wolff2012-11-221-1/+1
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-9/+9
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-73/+0
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-161-0/+3
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-7/+2
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-021-0/+10
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-19/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+8
* Do not call requestActivateWindow() on popups.Friedemann Kleint2012-09-101-4/+7
* Propagate initial size constraints to QWidgetWindow.Friedemann Kleint2012-08-211-1/+6
* fix QWidget::activateWindow for child widgetsJoerg Bornemann2012-07-311-2/+4
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-181-2/+3
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-101-1/+1
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-031-1/+8
* revive the noPaintOnScreen fix on WindowsJoerg Bornemann2012-07-031-0/+19
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+3
* Widgets: Apply masks to native windows only.Friedemann Kleint2012-06-271-10/+2
* Fix raising and lowering native widgetsMiikka Heikkinen2012-06-271-2/+2
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-3/+18
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-151-1/+5
* QWidget::destroy(): Release mouse and keyboard grab.Friedemann Kleint2012-06-091-0/+4
* Fix a crash when calling effectiveWinId() on parentless widgets.Friedemann Kleint2012-06-081-2/+5
* Fix parent-children relationship of QWidgetWindowsDebao Zhang2012-06-041-4/+5
* QtWidgets: Make QWidgetWindow disappear when its associate QWidget hidesDebao Zhang2012-06-041-3/+2
* Implement QWidgetPrivate::setWindowIcon_sys()Corentin Jabot2012-06-021-1/+4
* Fix some painting issues with native widgetsMiikka Heikkinen2012-05-291-3/+5
* Don't create QBackingStore for QDesktopWidgetGirish Ramakrishnan2012-05-211-1/+1