summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-011-1/+3
* windows: Avoid __eglMustCast... in EGLLaszlo Agocs2015-08-272-2/+2
* Fix potential crash in QWindowsWindow::setDropSiteEnabled().Friedemann Kleint2015-08-251-1/+1
* Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-252-3/+15
* QWindowsMimeImage: Revert image format handling back to Qt 4.Friedemann Kleint2015-08-251-7/+2
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-122-8/+9
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-172-8/+9
| |\
| | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-102-8/+9
* | | When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
* | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-11/+6
* | | Windows: Split code paths for touch/native gesture events.Friedemann Kleint2015-07-273-6/+27
* | | Windows/QClipboard: Fix crash in debug output of QMimeData.Friedemann Kleint2015-07-232-19/+20
* | | fix -no-opengl buildJoerg Bornemann2015-07-232-1/+4
* | | Fixed null pointer dereferenceRon Bessems2015-07-221-6/+6
* | | Windows: Fix handling of cursor flash time.Friedemann Kleint2015-07-211-1/+1
* | | Windows: register alias for application fontJian Liang2015-07-202-5/+11
|/ /
* | Fix broken gpu blacklist matching in the windows pluginLaszlo Agocs2015-07-161-1/+1
* | Add support for PNG to QWindowsMimeImage::convertFromMime().Friedemann Kleint2015-07-101-2/+11
* | DirectWrite: Fix crash when loading QRawFont from dataEskil Abrahamsen Blomfeldt2015-07-061-16/+13
* | Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-281-1/+1
|\ \
| * \ Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-1/+1
| |\ \
| | * | Revert "Windows: Use DND effect chosen in DragEnter/Move for Drop."Friedemann Kleint2015-06-221-1/+1
* | | | Treat color (ARGB) glyphs, e.g. Emoji, as having unreliable glyph outlinesTor Arne Vestbø2015-06-261-1/+1
|/ / /
* / / fix usage of wince scopeOswald Buddenhagen2015-06-051-8/+8
|/ /
* | Windows: Fix font metrics of Vista style wizards.Friedemann Kleint2015-05-292-0/+8
* | windows: Use EGL extensions as they ought to be usedLaszlo Agocs2015-05-282-6/+13
* | Windows: Clean Qt::WindowFullscreenButtonHint in fixTopLevelWindowFlags().Friedemann Kleint2015-05-261-0/+2
* | Fix compile error with VS 2015Jan Arve Saether2015-05-221-1/+1
* | QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* | Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-308-104/+124
* | Windows: Add "Segoe UI Emoji" and "Segoe UI Symbol" as fallback fonts.Friedemann Kleint2015-04-271-0/+2
* | Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-161-4/+1
* | windows: Add a version test to the Intel HD blacklistLaszlo Agocs2015-04-161-1/+5
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-153-5/+9
|\|
| * Windows: Fix -no-widgets buildAndy Shaw2015-04-072-5/+1
| * Windows: Fallback to 0 samples if ARB::choosePixelFormat() fails with 1Andy Shaw2015-03-311-0/+8
* | windows: Fix platform plugin compilation with new angleAndrew Knight2015-04-091-1/+2
* | Windows: Fix dialog close button showing despite ~Qt::WindowCloseButtonHint.Friedemann Kleint2015-04-091-7/+3
* | Fix build with -directwriteKonstantin Ritt2015-04-072-6/+12
* | Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-071-7/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-018-25/+80
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-318-25/+80
| |\|
| | * Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-264-18/+69
| | * Windows: Get the normal virtual key when not composingAndy Shaw2015-03-132-1/+5
| | * Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
* | | Windows: Fix QT_NO_OPENGL buildKai Koehne2015-03-312-7/+15
|/ /
* | Windows: Remove duplicated color masks in qt_write/write_dibv5.Friedemann Kleint2015-03-301-9/+0
* | Windows: Send the input method event when the focus object is validAndy Shaw2015-03-301-1/+1
* | Build bundled freetype as qt_helper_libKonstantin Ritt2015-03-271-1/+1
* | Windows: Support virtual folders as initial directory for file dialog.Friedemann Kleint2015-03-273-19/+73