summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
* QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
* QPdfPaintEngine - Remove postscript flagJohn Layt2014-01-092-5/+2
* QKeySequence: return Qt::Key_unknown with invalid modifiers on OS XLiang Qi2014-01-071-2/+1
* QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
* Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
* REG: Fix support for strings spanning multiple font enginesEskil Abrahamsen Blomfeldt2014-01-031-1/+1
* Fix some typos in documentation.Jeff Tranter2014-01-022-2/+2
* Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
* Doc: corrected broken linksNico Vertriest2013-12-201-2/+2
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-191-2/+42
* Fix build with HarfBuzz-NG older than 0.9.20Konstantin Ritt2013-12-171-1/+1
* Fix build with -WerrorKonstantin Ritt2013-12-172-2/+2
* Use #pragma warning(push) and pop to control our warningsThiago Macieira2013-12-161-1/+2
* Fix strings in QImageWriter.ABBAPOH2013-12-161-9/+5
* Check if device is opened before trying to create image handler.ABBAPOH2013-12-121-14/+35
* Move notification of layout change up from QApplication to QGuiApplication.Robin Burchell2013-12-101-0/+5
* Windows: Show context menu on mouse release.Friedemann Kleint2013-12-102-1/+5
* Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
* Simplify linking to different jpeg libs.Mitch Curtis2013-12-091-2/+4
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-051-0/+2
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-051-0/+2
| |\
| | * Use Q_QDOC for Qt namespace declaration in Qt GuiTopi Reinio2013-12-031-0/+2
* | | Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
* | | QTextEngine: fix layouting of inline objects in right-aligned tabs.David Faure2013-12-051-0/+4
* | | Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+15
|\|
| * Docs: add important QWheelEvent::phase() related notesJ-P Nurmi2013-11-291-0/+15
* | Streamline font match() function.Friedemann Kleint2013-11-281-10/+6
* | Remove unused variable in font match() function.Friedemann Kleint2013-11-281-3/+0
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-283-5/+1
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-283-5/+1
| |\|
| | * Revert "Store the font's scalability in QFontEngine."Yoann Lopes2013-11-273-5/+1
* | | Fix font lookup.Friedemann Kleint2013-11-282-16/+29
|/ /
* | Check the thread in QOffscreenSurfaceLaszlo Agocs2013-11-271-0/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-265-11/+27
|\|
| * Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
| * Allow platform to decide default behavior for show() based on window flagsTor Arne Vestbø2013-11-204-7/+24
* | src/gui/text: whitespace fixesJ-P Nurmi2013-11-267-122/+122
* | QOpenGLTextureHelper (Windows): Don't load desktop DLL when GLES2 is usedAndrew Knight2013-11-211-1/+1
* | Cleanup freetype data in a thread-safe wayRobin Burchell2013-11-204-15/+45
* | Remove empty QAccessible2 headerFrederik Gladhorn2013-11-202-46/+0
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-1811-30/+211
|\|
| * Try to find GL headers in Mac SDKs.Stephen Kelly2013-11-151-2/+16
| * Missing entry in QImage inplace_converter_mapAllan Sandfeld Jensen2013-11-151-0/+3
| * Don't maximize dialogs.BogDan Vatra2013-11-151-1/+1
| * Enable QOpenGLTexture for OpenGL ES 2Jorgen Lind2013-11-147-25/+179
| * QOpenGLTexture: mark (QImage) ctor explicitMarc Mutz2013-11-141-1/+1