summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* Fix compilation of the Windows accessibility code for MinGW.Friedemann Kleint2012-03-147-34/+57
* build fix for -no-freetype in Windowsjian liang2012-03-145-22/+23
* Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-1312-409/+3115
* Windows: Implement QWindowsIntegration::queryKeyboardModifiers()Friedemann Kleint2012-03-124-0/+22
* Implement QSystemTrayIcon for Windows.Friedemann Kleint2012-03-121-0/+22
* Windows: Fix flag handling.Friedemann Kleint2012-03-081-6/+6
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-075-11/+17
* Windows: Fix override cursor logicMiikka Heikkinen2012-03-071-4/+2
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-077-118/+136
* Fix off by one in updateAccessibility.Frederik Gladhorn2012-03-071-8/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-027-32/+32
* Fix get_accFocus() to return CHILDID_SELF when it returns itself.Jan-Arve Saether2012-03-021-7/+41
* Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-021-29/+43
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-1/+5
* Windows: Use correct drop data in processDrop().Friedemann Kleint2012-03-011-1/+1
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-292-192/+100
* Rename remaining references to QInputPanelPekka Vuorela2012-02-281-1/+1
* QClipboard: Fix autotest failsDebao Zhang2012-02-271-2/+1
* Fix Windows -no-freetype buildJonathan Liu2012-02-242-180/+180
* Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-231-2/+3
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-4/+9
* Fix compilation with MinGW-w64Jonathan Liu2012-02-201-3/+3
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-181-0/+1
* Fix qclipboard autotest on Windows.Friedemann Kleint2012-02-181-4/+7