summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2263-1513/+1513
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-182-0/+19
* Fix repaint issue when resizing a window in WindowsMiikka Heikkinen2012-09-142-15/+5
* Windows: Implement automatic mouse capture in QPA.Friedemann Kleint2012-09-103-23/+41
* Removing duplicate includesSergio Ahumada2012-09-092-2/+0
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-075-18/+18
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-055-18/+18
* Fix Windows platform plugin narrowing conversion compile errorsJonathan Liu2012-09-052-2/+2
* Fix MinGW-w64 GCC 4.6.3 compilationJonathan Liu2012-09-031-2/+2
* Fix QScreen::grabWindow() on Windowsaavit2012-08-301-3/+1
* Fix MinGW-w64 TDM64-GCC 4.6.1 compilationJonathan Liu2012-08-301-5/+28
* Fix C++11 mode compilation with MinGW-w64 4.7.1Yuchen Deng2012-08-201-2/+2
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-201-0/+47
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-202-0/+17
* Fix drag curor visibility on Windows.Janne Anttila2012-08-201-2/+0
* Clean up QScreen::grabWindow()aavit2012-08-181-0/+2
* WinCE: Fix call of GetAncestor in setParent_sys()Kevin Funk2012-08-171-0/+9
* 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-032-0/+26
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-039-9/+9
* 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
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-241-2/+2
* If the GL driver is singlebuffered, reflect that in QSurfaceFormatJan-Arve Saether2012-07-231-2/+1
* If swapBehavior is TripleBuffer, set WGL_DOUBLE_BUFFER_ARB to TRUEJan-Arve Saether2012-07-231-1/+1
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-232-39/+9
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-40/+4
* Remove unneeded Windows CE dummy functionsAndreas Holzammer2012-07-201-5/+0
* Don't update geometry while the style is setAndreas Holzammer2012-07-202-1/+7
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-199-9/+9
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-192-2/+14
* Fix window state handlingAndreas Holzammer2012-07-192-28/+9
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-113-0/+9
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-113-6/+134
* Use DirectWrite font engine for non-ttf fonts as wellEskil Abrahamsen Blomfeldt2012-07-101-3/+1
* Get font's underline position in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-102-0/+11
* Support fallback fonts in DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-104-88/+162
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-102-0/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-104-15/+14
* Fix glyph positions with DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-1/+1
* Fix bounding box of DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-4/+9
* 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-092-2/+8