summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowswindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-151-2/+1
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-7/+9
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-101-1/+2
* Fix wheel events in WindowsMiikka Heikkinen2012-10-101-0/+16
* 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/+16
* Fix repaint issue when resizing a window in WindowsMiikka Heikkinen2012-09-141-12/+3
* Windows: Implement automatic mouse capture in QPA.Friedemann Kleint2012-09-101-19/+20
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-5/+5
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-5/+5
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-051-1/+1
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-0/+16
* Fix setParent_sys() to use native methods when checking for toplevelMiikka Heikkinen2012-08-171-1/+8
* Fix GDI object leakMiikka Heikkinen2012-08-171-1/+1
* Use native handles for parent change check in QWindowsWindow.Miikka Heikkinen2012-08-091-13/+17
* fix maximize -> fullscreen -> maximize on WindowsJoerg Bornemann2012-08-061-1/+1
* Fix FullScreen for Windows CEAndreas Holzammer2012-08-031-0/+23
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* don't change a widget's active state in QWindowsWindow::setWindowStateJoerg Bornemann2012-08-011-31/+18
* Fix showFullScreen for QWindowAndreas Holzammer2012-07-311-1/+2
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-311-3/+3
* Don't update geometry while the style is setAndreas Holzammer2012-07-201-0/+5
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-191-1/+12
* Fix window state handlingAndreas Holzammer2012-07-191-25/+9
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QWindowsWindow: fix FullScreen state transitionJoerg Bornemann2012-07-091-2/+11
* QWindowsWindow: fix state transition FullScreen -> MinimizedJoerg Bornemann2012-07-091-1/+1
* QWindowsWindow: fix restoring from minimized to fullscreenJoerg Bornemann2012-07-091-2/+7
* Fix positioning when embedding native widgets such as QGLWidgetMiikka Heikkinen2012-07-061-0/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add framestrut mouse events.Friedemann Kleint2012-06-291-0/+9
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+7
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-271-0/+9
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-0/+44
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-141-0/+26
* Implement WindowTransparentForInput flag in Windows platform.jian liang2012-06-121-29/+41
* Windows: Fix window positioning for ActiveQt serversMiikka Heikkinen2012-06-091-4/+18
* implement Qt::TranslucentBackground for WindowsJoerg Bornemann2012-06-091-1/+2
* Windows: Store only full-size DC's obtained by BeginPaint.Friedemann Kleint2012-06-071-7/+12
* Windows: Add ANGLE support.Friedemann Kleint2012-05-311-0/+33
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-1/+5
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-0/+14
* Improve widget geometry.Friedemann Kleint2012-05-091-10/+32
* Windows: Fix for frameless widgets.Friedemann Kleint2012-04-241-2/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+63
|\
| * Implement modality in the Windows plugin.Friedemann Kleint2012-04-131-0/+60
| * Windows: Send empty region in expose event from setVisible(false).Friedemann Kleint2012-04-051-1/+3