summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix leaks in native file dialogsFriedemann Kleint2016-08-301-4/+9
* DirectWrite: Fix calculating bounding box of glyphsEskil Abrahamsen Blomfeldt2016-08-181-1/+1
* Support stretch when using DirectWrite font engineEskil Abrahamsen Blomfeldt2016-08-171-3/+13
* QWindowsServices::openUrl(): Don't convert URLs with fragments/queries to loc...Friedemann Kleint2016-08-161-2/+3
* Windows QPA: Handle key event sequences of surrogatesFriedemann Kleint2016-08-032-0/+17
* Windows QPA: Pass ExcludeUserInputEvents to QWSI::flushWindowSystemEvents()Friedemann Kleint2016-07-271-5/+5
* QWindowsTheme::themeHint(): Handle special value of SPI_GETWHEELSCROLLLINESFriedemann Kleint2016-07-261-2/+7
* Windows QPA: Add warning to setHasBorderInFullScreen()Friedemann Kleint2016-07-151-3/+4
* QWindowsTheme: Fix the available file icon sizesFriedemann Kleint2016-07-153-12/+45
* QWindowsTabletSupport: fix new[]/delete mismatchMarc Mutz2016-07-111-2/+2
* Fix URL to ANGLEFriedemann Kleint2016-06-301-1/+1
* Windows QPA: Improve warning about SetProcessDpiAwareness() failureFriedemann Kleint2016-06-301-1/+6
* Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-011-4/+2
* QWindowsTheme: Suppress error dialogs when calling SHGetFileInfo().Friedemann Kleint2016-05-241-1/+10
* windows: Fall back to D3D9 when 11 failsLaszlo Agocs2016-05-232-24/+45
* Windows QPA: Improve workaround for non-Areo theme GL rendering.Friedemann Kleint2016-05-191-3/+4
* ANGLE: fall back to warp mode in case of standard VGA driverOliver Wolff2016-05-121-0/+12
* Add FreeType libraries for Windows -system-freetype buildsJames McDonnell2016-05-091-0/+1
* Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
* Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
* Windows Accessibility: Recurse up to find a window.Friedemann Kleint2016-05-061-2/+11
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-263-6/+11
* Windows QPA/High DPI: Scale accessibility coordinates.Friedemann Kleint2016-04-262-4/+9
* Windows QPA/GL: Avoid crash in GL driver.Friedemann Kleint2016-04-221-3/+2
* QWindowsTheme::standardPixmap(): Do not create pixmaps with DPR.Friedemann Kleint2016-04-201-8/+2
* Windows QPA: Fix top level flags for Qt::SplashScreen.Friedemann Kleint2016-04-161-0/+2
* Windows QPA: Scale hotspot of custom cursors correctly.Friedemann Kleint2016-04-061-5/+5
* Windows QPA: Check QWindowsStaticOpenGLContext in nativeResourceForIntegratio...Friedemann Kleint2016-04-061-2/+4
* Windows QPA: Don't send geometry change after window creation for maximized/f...Friedemann Kleint2016-04-051-2/+6
* Windows QPA: Scale the cursor rectangle of the input method.Friedemann Kleint2016-03-312-6/+14
* QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+12
* wince: Disable Native Filedialogs for WEC2013Andreas Holzammer2016-03-291-0/+8
* Windows QPA: Fix regular expression to match CLSIDs in file dialog.Friedemann Kleint2016-03-241-1/+1
* Ported Qt 4 fix when getting an invalid native key on WindowsSamuel Gaist2016-03-101-1/+6
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-072-14/+0
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* Fix application fonts with DirectWrite font engineEskil Abrahamsen Blomfeldt2016-03-043-72/+19
* DirectWrite: Output correct error code on failureEskil Abrahamsen Blomfeldt2016-03-041-2/+2
* [Windows] Blacklist AMD FirePro V5900 cards for angle.Michael Bruning2016-03-041-0/+12
* Windows: Extract the suffix from the simple file filter caseAndy Shaw2016-03-021-3/+6
* Windows QPA: QWindowsWindow - always treat WM_ERASEBKGND as handledTim Blechmann2016-03-011-2/+2
* Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
* Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
* Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
* Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
* Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
* QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165
* Windows QPA: Send synthesized expose events when window shrinks.Friedemann Kleint2016-02-231-1/+3
* Windows QPA: Use window flags stored in QWindowsWindow for frame geometry.Friedemann Kleint2016-02-231-1/+1
* Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24