summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix case of included windows headersMark Brand2012-01-193-5/+5
* Windows: Implement QPlatformScreen::name()Friedemann Kleint2012-01-192-0/+3
* Remove all references to QAccessible::SelfJan-Arve Saether2012-01-191-2/+2
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-161-1/+1
* Windows: Use a message-only window as clipboard viewer or for GL.Friedemann Kleint2012-01-131-3/+3
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-2/+0
* Remove all references to QAccessible::(Up|Down|Left|Right)Jan-Arve Saether2012-01-121-2/+8
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-111-2/+2
* Introduce a QVariant themeHint() to QPlatformTheme.Friedemann Kleint2012-01-112-0/+34
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-101-1/+10
* Accessiblity State as bit field.Frederik Gladhorn2012-01-101-3/+57
* Remove unused function.Frederik Gladhorn2012-01-091-100/+0
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-061-24/+92
* Windows: Run on Windows XP.Friedemann Kleint2012-01-062-5/+4
* Windows: Fix compiler warnings in accessibility.Friedemann Kleint2012-01-061-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-0551-51/+51
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-031-76/+1
* Build fix if using '-no-stl' configure optionYuchen Deng2012-01-032-0/+4
* Fix regression, make sure hit testing work on windows again.Jan-Arve Saether2011-12-231-19/+31
* Do not crash in the windows accessibility bridgeJan-Arve Saether2011-12-221-1/+1
* Windows: Remove Window from list before calling DestroyWindow.Friedemann Kleint2011-12-191-2/+2
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-191-11/+13
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-142-51/+96
* Windows-DnD: Fix cursors.Friedemann Kleint2011-12-122-8/+187
* Windows: Fix clipboard test.Friedemann Kleint2011-12-121-1/+4
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-2/+3
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-3/+2
* Extend touch events.Laszlo Agocs2011-12-092-2/+12
* Don't inherit QAccessible from QWindowsAccessibleJan-Arve Saether2011-12-021-27/+27
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-285-394/+8
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-251-2/+17
* Remove virtual child integers.Frederik Gladhorn2011-11-231-28/+83
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-211-4/+2
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-2/+1
* Windows platform plugin: Fix compilation with MinGW.Friedemann Kleint2011-11-141-2/+2
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-117-34/+150
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-113-93/+115
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-049-0/+1506
* Fixed returned geometry of toplevel child widgetsOliver Wolff2011-11-031-11/+9
* Windows platform plugin: Fix compiler warnings.Friedemann Kleint2011-11-022-3/+2
* Windows: More fine-grained paint event handling.Friedemann Kleint2011-10-273-5/+15
* Windows: Fix Open GL formats.Friedemann Kleint2011-10-264-91/+156