summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-2922-7/+56
* Windows: Fix verbose debug outputMiikka Heikkinen2012-05-241-1/+1
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-221-0/+8
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-211-0/+1
* QWindowsBackingStore: Implement scroll.Friedemann Kleint2012-05-212-0/+15
* Windows: Trim filter specification of the native file dialog.Friedemann Kleint2012-05-151-1/+2
* Do not limit mingw mkspec to "win32-g++" only.kb2012-05-151-1/+1
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-153-6/+25
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Do not override CO_E_NOT_SUPPORTEDkb2012-05-141-0/+2
* Windows: Query mouse double click interval from system.Friedemann Kleint2012-05-141-1/+4
* Add missing include library to prevent link failurekb2012-05-141-0/+1
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-112-4/+30
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-1024-110/+802
* qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-102-10/+7
* qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-102-26/+26
* Windows: Disable Non-modal native file dialogs.Friedemann Kleint2012-05-091-0/+8
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-092-34/+9
* Improve widget geometry.Friedemann Kleint2012-05-093-14/+38
* QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-091-0/+18
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-082-1/+7
* fix glyph's CMAP index might be corruptedKonstantin Ritt2012-05-081-1/+1
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0720-21/+21
* Windows: Fix helper routine for formatting errors.Friedemann Kleint2012-05-071-17/+19
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QPA plugins]Thiago Macieira2012-05-041-1/+1