summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Fix QWindowsNativeFileDialogBase::directory()Friedemann Kleint2012-05-031-2/+3
* Fixed windows platform plugin with -qtnamespace.Rohan McGovern2012-05-022-0/+8
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-302-5/+5
* Fix the tst_QOpenGL::sharedResourceCleanup() test case in WindowsMiikka Heikkinen2012-04-301-0/+1
* Remove declaration of QWindowsFontEngine::createEngine()Miikka Heikkinen2012-04-301-5/+0
* QWindowsBackingStore: Flush to correct window.Friedemann Kleint2012-04-271-1/+2
* Map QAccessible::Role to the proper IA2Role.Jan-Arve Saether2012-04-261-1/+10
* MSAA bridge should not return any IA2-specific roles from get_accRole()Jan-Arve Saether2012-04-252-5/+8
* Make NVDA read aloud stuff from a Qt app again.Jan-Arve Saether2012-04-241-6/+7
* Fix a regression where events were not delivered on windowsJan-Arve Saether2012-04-242-7/+7
* Windows: Fix for frameless widgets.Friedemann Kleint2012-04-241-2/+2
* Change Windows font database to use qendian.hMiikka Heikkinen2012-04-241-111/+85
* Windows: Fix QRawFont loading from data.Miikka Heikkinen2012-04-235-5/+653
* Windows: Remove fontengine autodetection logicMiikka Heikkinen2012-04-202-8/+3
* Fix missing Windows native fonts in QML applicationsMiikka Heikkinen2012-04-201-0/+3
* Fix compilation with QT_NO_DEBUG_OUTPUT definedAndy Shaw2012-04-206-1/+13
* qwindowsintegration: fix build with -no-accessibility config option setKonstantin Ritt2012-04-194-1/+16
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-5/+5
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1614-93/+267
| |\
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-112-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-109-58/+248
| |\ \