summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix crash caused by ~QWindowsWindow flushing the event queue.Friedemann Kleint2013-07-041-1/+0
| * Show native file dialog on Windows XP Professional x64 Edition.Friedemann Kleint2013-07-041-2/+2
| * Do not call QAccessible::child() with a negative index.Jan Arve Saether2013-07-021-9/+4
| * Windows: Fix detection of synthesized mouse events for MSVC / 64bit.Friedemann Kleint2013-07-021-2/+7
| * Windows: Fix the code of the native color dialog.Friedemann Kleint2013-07-021-2/+4
| * Windows: Fix bug where windows stopped painting after a restore.Sérgio Martins2013-07-021-1/+14
* | Add API to let applications integrate with the system fontsAleix Pol2013-07-051-0/+3
* | Add WACOM tablet support for Windows.Friedemann Kleint2013-07-045-5/+653
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-3/+6
|\|
| * Mac/XCB/Windows: Fix initial setting of window icons.Friedemann Kleint2013-06-261-0/+2
| * Windows XP: Fix directory chooser dialog.Friedemann Kleint2013-06-261-3/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-204-21/+21
|\|
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-172-2/+2
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-152-19/+19
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-122-19/+19
| | |\
| | | * Fix gcc warnings about unused-valueKai Koehne2013-06-121-1/+1
| | | * Windows save file dialog: Set default suffix only once.Friedemann Kleint2013-06-101-18/+18
* | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-123-1/+7
|\| | |
| * | | Windows: Prevent spurious leave events.Sebastian Eifert2013-06-122-1/+4
| |/ /
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-0/+3
| |\|
| | * Windows: Send a geometry change after Window creation.Friedemann Kleint2013-06-071-0/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-044-12/+21
|\| |
| * | Fixes QKeyEvent::count() on Windowsaavit2013-06-041-7/+7
| |/
| * Windows: Suppress mouse events synthesized by OS.Friedemann Kleint2013-05-302-0/+14
| * Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+0
| * Windows: Respect geometry set before native window creationGabriel de Dietrich2013-05-271-4/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-236-23/+58
|\|
| * Windows: Fix toplevel window flags for Qt::Dialogs/Qt::Tool.Friedemann Kleint2013-05-231-4/+21
| * Improve error message in GL context creation.Friedemann Kleint2013-05-231-2/+6
| * Windows: Pass auto-fixed window flags to shouldShowMaximizeButton().Friedemann Kleint2013-05-231-4/+3
| * Suppress "Click to focus" for widget windows.Friedemann Kleint2013-05-231-2/+2
| * Observe initial screen for fullscreen windows.Friedemann Kleint2013-05-232-4/+8
| * Fix HTML data transferring through the Clipboard on WindowsGatis Paeglis2013-05-131-10/+9
| * QWindowsFontEngine: Fix warnings about GetGlyphOutline() failures.Friedemann Kleint2013-05-131-7/+11
| * Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-132-0/+7
* | Fix HTML data transferring through the Clipboard on WindowsGatis Paeglis2013-05-101-10/+9
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIconsSérgio Martins2013-05-092-5/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-297-90/+150
|\|
| * Windows: Update transient parent in show().Friedemann Kleint2013-04-253-13/+39
| * Windows native save file dialog: Do not append suffix afterwards.Friedemann Kleint2013-04-251-15/+39
| * Fix windows expose logicGunnar Sletta2013-04-253-34/+35
| * Windows: Position full screen windows on the correct screen.Friedemann Kleint2013-04-241-2/+16
| * Accessibility Windows: always check for negative child idsFrederik Gladhorn2013-04-222-26/+21
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-269-4/+57
|\|
| * Implement QApplication::beep().Friedemann Kleint2013-04-191-0/+2
| * Implement alertion state for windows.Friedemann Kleint2013-04-192-1/+17
| * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-191-0/+4
| * Fix format for alpha drawing.Friedemann Kleint2013-04-181-1/+1
| * Calling wglMakeCurrent on an already current context gives 100% cpu loadGunnar Sletta2013-04-181-1/+9
| * Do not send clipboard message to application under debugger.Friedemann Kleint2013-04-171-0/+20