summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* QWindowsKeyMapper: Added some comments about functionality + cleanupOliver Wolff2013-10-252-26/+14
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-10-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-10-253-27/+26
* Windows: Handle WM_SYSCOLORCHANGE as theme change.Friedemann Kleint2013-10-231-0/+3
* Fix typo in check for MINGW_W64 versionKai Koehne2013-10-231-1/+1
* Rely on isLayered() to decide layeringGunnar Sletta2013-10-231-2/+3
* Fix compilation with latest MinGW-w64 (release 3)Kai Koehne2013-10-221-1/+3
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-151-2/+2
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-142-4/+30
* Fix compilation with older MinGW headersKai Koehne2013-10-121-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Require Windows VistaKai Koehne2013-10-071-0/+2
* Fix typo in define guardsKai Koehne2013-10-071-1/+1
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-022-12/+56
* AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-021-0/+12
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-6/+3
* QWindowsWindow: Output warnings with classname/objectname.Friedemann Kleint2013-09-271-8/+11
* Windows: Use PostMessage for clipboard notifications for debugged apps.Friedemann Kleint2013-09-271-6/+5
* Correct the detection of Windows-generated mouse eventsLaszlo Agocs2013-09-261-2/+4
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-1/+1
* Port of Qt 4's Windows session managementSamuel Gaist2013-09-218-3/+308
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+2
* Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* Merge branch 'stable' into devSergio Ahumada2013-09-132-2/+5
|\
| * Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-131-1/+1
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-15/+4
* | Windows: Fix/Improve closing of native file dialogs.Friedemann Kleint2013-09-111-11/+65
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-102-2/+8
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-072-2/+8
| |\|
| | * Fix compilation with latest Mingw-w64 headersKai Koehne2013-09-021-0/+6
| | * Windows XP file dialog: Fix appending the selected filter suffix.Friedemann Kleint2013-08-301-2/+2
* | | Windows CE : Fix incorrect text rendering on wince with freetype enginedarius2013-09-101-0/+68
* | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-104-16/+9
* | | Fix build on MinGWKonstantin Ritt2013-09-091-1/+3
* | | Windows: Add command line parameter enabling OS-synthesized mouse events from...Friedemann Kleint2013-09-093-7/+15
* | | Windows: Use QSharedPointer for the dialog helpers.Friedemann Kleint2013-09-092-30/+39
* | | Remove qCopy from the Windows platform pluginGiuseppe D'Angelo2013-09-092-4/+7
* | | Be pedantic with Window's icon indexes.Sérgio Martins2013-09-081-4/+4
|/ /
* | Windows: Added support for large icons to QFileIconProvider.Friedemann Kleint2013-09-063-6/+81
* | Remove qFill from the Windows platform pluginGiuseppe D'Angelo2013-09-053-9/+15
* | Fix warning about unused variable.Friedemann Kleint2013-09-051-1/+1
* | Remove undesired pixel padding of glyphs on windows.Gunnar Sletta2013-09-051-4/+4
* | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-052-0/+14
* | Give QWindowsNativeFileDialogEventHandler a virtual destructorThiago Macieira2013-09-031-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-025-37/+85
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-275-37/+85
| |\|
| | * Windows: Keep monitors when system is locked.Friedemann Kleint2013-08-232-30/+41
| | * Windows: Handle Qt::ForeignWindow.Friedemann Kleint2013-08-212-1/+15
| | * Windows: Generate expose events for layered transient children.Friedemann Kleint2013-08-212-6/+29