summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget_qpa.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure QWidgetPrivate::hide_sys() really hidesBradley T. Hughes2012-05-091-11/+9
* Improve widget geometry.Friedemann Kleint2012-05-091-5/+49
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-3/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-4/+9
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-5/+20
| |\
| * | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-3/+8
* | | Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-171-0/+1
| |/ |/|
* | QWidget: allow modal top-levels to have WA_DontShowOnScreenBradley T. Hughes2012-04-111-7/+22
|/
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-9/+5
* Re-add default positioning for Widgets.Friedemann Kleint2012-02-101-1/+17
* Use available geometry when maximized.Rafael Roquetto2012-02-061-1/+9