summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Remove dependency on swprintf_s() pulled in via _com_error::Erro...Friedemann Kleint2014-05-191-1/+22
* Fix potential null pointer accessFrederik Gladhorn2014-05-191-1/+1
* Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+3
* Fix horizontal scrolling on Windows when ALT + mouse wheel is usedAndy Shaw2014-05-131-1/+1
* Windows: Use Format_ARGB32_Premultiplied for backing store with alpha.Friedemann Kleint2014-05-061-3/+2
* Add virtual function to QFontEngine report if outlines are reliableJørgen Lind2014-05-062-0/+26
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-014-6/+7
|\
| * Rename new QOpenGLContext APIsLaszlo Agocs2014-04-253-6/+6
| * deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* | Windows: Reject focus-in caused by reparenting Windows.Friedemann Kleint2014-04-251-0/+9
* | Windows: Add missing colors to tooltip palette.Friedemann Kleint2014-04-251-1/+5
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-252-5/+7
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-5/+7
| |\|
| | * Fix font merging for complex scripts on WindowsKonstantin Ritt2014-04-162-5/+7
* | | Improve COM error handling in the Windows platform plugin.Friedemann Kleint2014-04-251-19/+51
|/ /
* | Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* | Fix copy-paste error.Richard J. Moore2014-04-181-1/+1
* | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-162-12/+18
|/
* QWindowsOpenGLContextFormat: Default to version 2.Friedemann Kleint2014-04-091-0/+2
* Windows CE: Fix message about freetype font rendering.Friedemann Kleint2014-04-011-3/+3
* Make QWindowsMultiFontEngine support deferred fallback families queryKonstantin Ritt2014-03-313-33/+9
* Windows: Suppress window state change to normal when going from maximized to ...Friedemann Kleint2014-03-272-4/+9
* QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-1/+6
* Windows: Allow for custom input context plugins.Friedemann Kleint2014-03-172-2/+12
* Windows native file dialog: Allow for omitting name filter description.Friedemann Kleint2014-03-151-2/+4
* Windows: Change defaultNameFilterDisables() to return false.Friedemann Kleint2014-03-141-1/+1
* Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-114-36/+37
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-101-1/+1
* Use QStringIterator instead of homebrewKonstantin Ritt2014-03-102-37/+17
* Avoid asserting with QQuickWidget on WindowsLaszlo Agocs2014-03-071-1/+1
* Fix cursor blink time in WindowsFrederik Gladhorn2014-03-061-1/+1
* Remove unused and unlinked qdocconf file from src/plugins.Jędrzej Nowacki2014-03-061-25/+0
* Make QFontEngine::type() non-virtualKonstantin Ritt2014-03-054-17/+4
* Get rid of QFontEngine::name()Konstantin Ritt2014-03-054-15/+0
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-043-6/+7
* Support QQuickWidget on Windows.Friedemann Kleint2014-03-044-1/+25
* Introduce a generic QFontEngine::canRender() implementationKonstantin Ritt2014-03-034-55/+0
* Introduce QFontEngine::glyphIndex(uint)Konstantin Ritt2014-03-034-0/+39
* Unify QFontEngine*::stringToCMap() behaviorKonstantin Ritt2014-03-032-0/+2
* Unify QFontEngine::getSfntTableData() behavior on all platformsKonstantin Ritt2014-03-022-2/+3
* Windows: Fix return value of WM_QUERYENDSESSION for bogus messages.Friedemann Kleint2014-02-281-1/+3
* Windows: Set source of synthesized mouse events correctly.Friedemann Kleint2014-02-271-8/+8
* Windows: Add platform plugin parameter for tablet absolute range.Friedemann Kleint2014-02-275-5/+28
* Windows file dialogs: Use FOS_NOREADONLYRETURN only for mode AcceptSave.Friedemann Kleint2014-02-251-6/+10
* Windows: Clear transient relationship before destroying windows.Friedemann Kleint2014-02-241-4/+29
* Windows: Use GetForegroundWindow() to check for active windows.Friedemann Kleint2014-02-221-1/+1
* Windows: Ensure clipboard is flushed out before QGuiApplication is destroyed.Friedemann Kleint2014-02-202-1/+18
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-193-4/+4
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-1/+1
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-146-59/+86