summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-171-2/+2
* Windows: Silence warning in QWindowsFileDialogHelper::selectFile().Friedemann Kleint2014-01-091-2/+2
* Windows platform plugin: Add missing case statementKurt Pattyn2013-12-301-0/+6
* Fixed another assert in qwindowskeymapperOliver Wolff2013-12-201-2/+5
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-192-6/+0
* Correct debug bit setting with WGLLaszlo Agocs2013-12-131-6/+8
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-101-0/+2
* Windows: Fix corner case where frameless windows would cover the taskbar.Sérgio Martins2013-12-091-1/+2
* Windows: Don't cover the taskbar when maximizing frameless windowsSérgio Martins2013-12-062-2/+29
* Fix directwrite font engine compileLouai Al-Khanji2013-11-271-1/+1
* windows: Set forward compatibility bit properlyLaszlo Agocs2013-11-271-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-261-2/+6
|\
| * Fixed assert in Windows key handlingOliver Wolff2013-11-231-2/+6
* | Fix the ignored Qt::WA_StaticContents on WindowsChris Colbert2013-11-251-1/+17
* | Fix OpenType fonts with cmap tables on WindowsJosh Faust2013-11-222-3/+11
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-203-3/+1
* | Windows: Fix bug where windows stopped painting after a restore.Sérgio Martins2013-11-181-0/+2
|/
* Windows: Do not set transient parent on popups.Friedemann Kleint2013-11-071-0/+2
* Add a warning message when a WM_DESTROY not triggered by Qt is received.Friedemann Kleint2013-11-072-2/+9
* Clean up QWindowsSessionManager.Friedemann Kleint2013-11-053-45/+10
* Windows: Do not detect full-screen state for child windows.Friedemann Kleint2013-11-041-1/+1
* Windows: Do not use blend function for GL windows with alpha.Friedemann Kleint2013-10-301-5/+7
* 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