summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-172-11/+39
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-02-172-0/+8
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-178-8/+218
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-173-2/+9
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-171-3/+1
* Base active window handling on WM_SET/KILLFOCUS.Friedemann Kleint2012-02-173-6/+15
* Fix QWindowsClipboard crash when mimeData is NULL.Miikka Heikkinen2012-02-171-2/+5
* Use english name to match font in windows platformjian liang2012-02-162-9/+201
* Fix compilation with MinGWJonathan Liu2012-02-152-0/+5
* Add QPlatformServices class.Friedemann Kleint2012-02-105-2/+225
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-0/+23
* Improvement to font database cleanupjian liang2012-02-101-12/+19
* Fix compilation with MinGW-w64Jonathan Liu2012-02-082-1/+16
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-4/+4
* Compile with -no-freetype.Friedemann Kleint2012-02-071-0/+3
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-061-22/+11
* MinGW: Fix warnings.Friedemann Kleint2012-02-041-3/+0
* Fix compilation on MinGW.Friedemann Kleint2012-02-033-18/+12
* Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-023-8/+12
* speed up font enumeration in windows platformjian liang2012-02-021-8/+31
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-021-11/+11
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-013-10/+1
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-313-4/+8
* Use events for accessibility updates.Frederik Gladhorn2012-01-312-9/+9
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-301-3/+11
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3051-51/+51
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-274-44/+27
* Windows: Fix exit crash related to deletion of platform screens.Friedemann Kleint2012-01-273-6/+3
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-243-4/+4
* Windows: Implement native event filters.Friedemann Kleint2012-01-233-8/+54
* Update contact information in license headers.Jason McDonald2012-01-2351-51/+51
* Windows: Work on QPlatformScreen implementation.Friedemann Kleint2012-01-208-38/+239
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-203-9/+10