summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-276-97/+193
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-231-2/+2
| |\ \ \ \
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-3/+2
* | | | | | Initialize reference count for QWindowsMsaaAccessibleJian Liang2012-04-161-0/+1
| |_|_|_|/ |/| | | |
* | | | | Windows: Determine suitable font engine from application.Friedemann Kleint2012-04-131-7/+34
* | | | | Minor cleanup of the header file.Jan-Arve Saether2012-04-132-70/+78
* | | | | Windows QPA plugin: Fix logging.Friedemann Kleint2012-04-133-5/+1
* | | | | replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-132-10/+11
* | | | | Implement modality in the Windows plugin.Friedemann Kleint2012-04-133-1/+76
* | | | | Add missing virtual destructor.Jan-Arve Saether2012-04-101-0/+2
* | | | | fix mingw detectionMark Brand2012-04-101-1/+1
* | | | | Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-102-0/+7
* | | | | Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-102-0/+51
* | | | | Fix compilation with MinGW-W64.Debao Zhang2012-04-051-0/+4
* | | | | Windows: Send empty region in expose event from setVisible(false).Friedemann Kleint2012-04-051-1/+3
| |_|_|/ |/| | |
* | | | Windows: Use native font engine by default.Friedemann Kleint2012-04-051-3/+4
* | | | Windows: Fix menu color for Windows, WindowsXP.Friedemann Kleint2012-04-041-1/+1
* | | | WindowsXP: Fix Item view alternate color being black.Friedemann Kleint2012-04-031-3/+35
* | | | Windows: Improve Freetype font database registry check for fontsMiikka Heikkinen2012-04-031-0/+2
* | | | Adapt windows input context to QGuiApplication::focusObject()Pekka Vuorela2012-04-021-6/+6
* | | | Implement application font loading for WindowsMiikka Heikkinen2012-03-274-28/+177
* | | | Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-273-12/+20
* | | | Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-272-5/+3
| |_|/ |/| |
* | | Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-246-93/+154
* | | API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-242-4/+39
| |/ |/|
* | Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-2/+2
|/
* Refactor theme plugin loading.Friedemann Kleint2012-03-155-11/+22