summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix frame of Aero-Style wizards.Friedemann Kleint2013-01-091-0/+42
* WINCE: Follow new library naming schemaAndreas Holzammer2013-01-031-2/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-3/+3
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+2
* Bring back native dialogs for Windows XP.Friedemann Kleint2012-10-301-0/+6
* Fix crash when handling WM_PAINT during COM operationsMiikka Heikkinen2012-10-251-0/+13
* Pass the correct handle to the Windows EGL context constructor.Jason Barron2012-10-221-1/+1
* Windows QPA plugin: Parse arguments from list passed to factory.Friedemann Kleint2012-10-181-27/+32
* Windows: Document WinAPI usage for the various compilers.Friedemann Kleint2012-10-161-0/+34
* Added possibleKeys(QKeyEvent *) to QWindowsIntegrationOliver Wolff2012-10-131-0/+5
* WindowsPlugin: Fix MinGW warningsKai Koehne2012-09-271-0/+1
* Try to auto-detect the font rendering for WinCEAndreas Holzammer2012-09-241-4/+33
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-201-2/+0
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-111-0/+2
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-261-0/+2
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-201-0/+1
* Windows: Add ANGLE support.Friedemann Kleint2012-05-311-5/+36
* Windows QPA plugin: Add \internal to class documentation.Friedemann Kleint2012-05-291-0/+2
* Windows/MinGW: Fix warnings about missing enumeration values.Friedemann Kleint2012-05-211-0/+1
* Windows: Query mouse double click interval from system.Friedemann Kleint2012-05-141-1/+4
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-4/+30
* Improve widget geometry.Friedemann Kleint2012-05-091-4/+4
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Windows: Remove fontengine autodetection logicMiikka Heikkinen2012-04-201-6/+1
* qwindowsintegration: fix build with -no-accessibility config option setKonstantin Ritt2012-04-191-0/+6
* Windows: Determine suitable font engine from application.Friedemann Kleint2012-04-131-7/+34
* Windows QPA plugin: Fix logging.Friedemann Kleint2012-04-131-2/+0
* Windows: Use native font engine by default.Friedemann Kleint2012-04-051-3/+4
* Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-0/+2
* Refactor theme plugin loading.Friedemann Kleint2012-03-151-3/+9
* Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-131-1/+1
* Windows: Implement QWindowsIntegration::queryKeyboardModifiers()Friedemann Kleint2012-03-121-0/+6
* Implement QSystemTrayIcon for Windows.Friedemann Kleint2012-03-121-0/+22
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* Add QPlatformServices class.Friedemann Kleint2012-02-101-0/+7
* Fix compilation on MinGW.Friedemann Kleint2012-02-031-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Windows: Implement native event filters.Friedemann Kleint2012-01-231-0/+2
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Windows: Work on QPlatformScreen implementation.Friedemann Kleint2012-01-201-2/+1
* Platform style hints: Introduce keyboard repeat rate.Friedemann Kleint2012-01-101-1/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-11/+4
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-2/+2
* Windows: Add dialog helpers for native dialogs.Friedemann Kleint2011-11-041-0/+14
* Windows platform plugin: Fix compiler warnings.Friedemann Kleint2011-11-021-2/+1