summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-2/+2
* xcb: Fix DnD for separate X screensAlexander Volkov2015-10-094-16/+21
* Insert leading after each line, not beforeUlf Hermann2015-10-091-2/+1
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-076-180/+105
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0211-17/+37
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0211-17/+37
| |\
| | * Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
| | * Set positionAutomatic when using setX setYDavid Edmundson2015-09-221-0/+6
| | * Fixed pageLayout, pageSize, pageOrientation, pageMargins for QPdfWriterOliver Wolff2015-09-221-1/+2
| | * Blacklist PowerVR Rogue G6200 (v1.3) from supporting BGRA.Christian Strømme2015-09-181-3/+14
| | * Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-062-6/+7
| | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-044-5/+4
| | * PPM image format: avoid useless processing on truncated filesEirik Aavitsland2015-09-011-1/+2
| | * Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
| | * Fix global modifiers state after triggering shortcutsFrederik Gladhorn2015-08-271-0/+1
* | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
|/ /
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-012-0/+22
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-273-2/+7
* | Work around GCC thinking that a variable could be clobbered by longjmpThiago Macieira2015-09-251-0/+1
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-252-2/+3
* | 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