summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Use a power of two division factorAllan Sandfeld Jensen2015-09-241-1/+1
* Print one warning for the new high DPI variables, not fourThiago Macieira2015-09-241-4/+4
* Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-6/+1
* Guard against empty keys in QPlatformInputContextFactory::create().Friedemann Kleint2015-09-241-7/+9
* Deliver mouse press and release events on X11 also when draggingUlf Hermann2015-09-241-3/+3
* Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-234-2/+20
* Implement sessionId/key generation on WindowsSamuel Gaist2015-09-221-0/+13
* QFontEngine: Read minimum left and right glyph bearings from 'hhea' tableTor Arne Vestbø2015-09-221-19/+55
* Null out QOpenGLContext::screen upon screen disconnectLaszlo Agocs2015-09-223-2/+18
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-221-4/+2
* Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
* Set the source for a detached mouse button eventAlexander Volkov2015-09-211-1/+1
* QPlatformWindow: Extract static method for closestAcceptableGeometry().Friedemann Kleint2015-09-212-3/+9
* Fix build error with ICC 16 on WindowsThiago Macieira2015-09-212-0/+8
* Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+7
* Document QGuiApplication::primaryScreen propertyAleix Pol2015-09-151-18/+13
* QImage: Inline constScanLine call in pixel()Ulf Hermann2015-09-141-1/+1
* QImage: Use d->height directly for checking dimensions on pixel()Ulf Hermann2015-09-111-1/+1
* Fix qdoc warnings of QRgba64.Friedemann Kleint2015-09-111-1/+63
* Fix some doc warnings.Friedemann Kleint2015-09-111-6/+0
* Update QPA handleExtendedKeyEvent to return the accepted state of the eventTor Arne Vestbø2015-09-102-6/+6
* Deduplicate some code in QWindowSystemInterfaceTor Arne Vestbø2015-09-091-41/+38
* Notify when the primary screen changesAleix Pol2015-09-085-2/+57
* Fix some qdoc warnings.Friedemann Kleint2015-09-072-5/+11
* Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-026-64/+86
* Declare StandardButton & ButtonRole types for cross-thread use.Samuel Nevala2015-08-312-0/+7
* Document handleWindowSystemEvent()Morten Johan Sørvig2015-08-271-0/+13
* Implement threaded synchronous WS eventsMorten Johan Sørvig2015-08-272-8/+26
* Make flushWindowSystemEvents return ev. acceptedMorten Johan Sørvig2015-08-273-4/+19
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2712-120/+267
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2612-120/+267
| |\
| | * QRasterPaintEngine: Don't detach QImageSérgio Martins2015-08-251-3/+3
| | * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | * Fix potential SIGFPEs in QRasterizer::rasterizeLine()Joni Poikelin2015-08-181-14/+14
| | * Fix shortcuts with keypad keysAlexander Volkov2015-08-182-9/+7
| | * Do not add GLSL line statements for old driversLaszlo Agocs2015-08-171-5/+12
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-123-57/+167
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-173-57/+167
| | | |\
| | | | * Better handling of invalid font tables5.4Eskil Abrahamsen Blomfeldt2015-07-103-57/+167
| | | | * Check for integer overflows in places where qAllocMore is usedMikhail Lappo2015-06-191-0/+2
| | * | | Fix out-of-buffer read on image upscaleAllan Sandfeld Jensen2015-08-101-1/+4
| | * | | Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
| | * | | Improve readability of QTextLine's handling of (negative) right bearingTor Arne Vestbø2015-08-071-26/+55
* | | | | Optimize set color component in RGBA64Allan Sandfeld Jensen2015-08-271-9/+9
* | | | | QPlatformFileDialogHelper::cleanFilterList(): Allow for ',' in glob.Friedemann Kleint2015-08-271-1/+2
|/ / / /
* | | | Doc: Fix QDoc warnings for QOpenGLFunctions and QOpenGLExtraFunctionsTopi Reinio2015-08-261-75/+90
* | | | Harmonize input context selectionBernd Weimer2015-08-252-30/+15
* | | | Fix module reference in license headerLouai Al-Khanji2015-08-252-2/+2
* | | | Fix double initialization of QRgba64 with C++14Allan Sandfeld Jensen2015-08-241-23/+24