summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix positioning when embedding native widgets such as QGLWidgetMiikka Heikkinen2012-07-061-0/+1
* fixed cursor handling on winceBjoern Breitmeyer2012-07-064-1/+68
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-2/+19
* Compile when -directwrite is passed to configureEskil Abrahamsen Blomfeldt2012-07-032-8/+7
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-039-9/+9
* fixed compile for mouse button handling on winceBjoern Breitmeyer2012-07-031-0/+4
* Optimize QWindowsFontEngineDirectWrite::initFontInfo() a bitKonstantin Ritt2012-07-031-17/+17
* DirectWrite font engine: don't leak the font table bufferKonstantin Ritt2012-07-031-13/+11
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-3/+3
* Add framestrut mouse events.Friedemann Kleint2012-06-295-8/+50
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+7
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-272-0/+10
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-263-0/+47
* Fix key modifiers in mouse wheel events on Windows.Glenn Watson2012-06-222-1/+14
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-204-14/+15
* Disable TranslucentBackground for WinCE to fix Windows QPA plugin build.Janne Anttila2012-06-191-0/+4
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-143-1/+40
* Windows: Fix warnings about being unable to load fonts from font dir.Friedemann Kleint2012-06-142-2/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Implement WindowTransparentForInput flag in Windows platform.jian liang2012-06-122-30/+41
* Windows: Fix window positioning for ActiveQt serversMiikka Heikkinen2012-06-092-4/+19
* implement Qt::TranslucentBackground for WindowsJoerg Bornemann2012-06-093-10/+35
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-6/+0
* Windows: Store only full-size DC's obtained by BeginPaint.Friedemann Kleint2012-06-072-8/+13
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+3
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-051-3/+1
* Windows: Add ANGLE support.Friedemann Kleint2012-05-317-9/+360
* QApplication::activeWindow is replaced by QApplication::focusWindowThiago Macieira2012-05-291-1/+1