summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-152-2/+2
* Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-152-4/+4
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-1511-23/+58
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-142-0/+2
* Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
* QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
* QPagedPaintDevice: Fix setPageSize() to set correct metricsJohn Layt2013-04-121-1/+1
* Fix leaking of QFontEngineDataKonstantin Ritt2013-04-123-11/+18
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-112-1/+9
* Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
* Fix QFontconfigDatabase unable to fallback to a localized familyKonstantin Ritt2013-04-112-15/+8
* doc: Minor changes to qtgui.qdocconfSergio Ahumada2013-04-092-3/+3
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-084-38/+100
* Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-0522-80/+122
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-5/+10
|\
| * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
* | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-033-0/+34
* | Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
* | QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
* | Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-027-20/+310
* | Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-011-4/+1
* | Fix missing devicePixelRatio propagation on copy.Morten Johan Sørvig2013-03-292-3/+6
* | Load "@2x" images on high-dpi "retina" systems.Morten Johan Sørvig2013-03-281-0/+11
* | Doc: Corrected a typo in the constructor documentation.Venu2013-03-271-1/+1
* | Add qDebug() output for QTouchEvent.Friedemann Kleint2013-03-271-0/+37
* | Fix font stretching issueKonstantin Ritt2013-03-261-2/+2
* | Fix handling of 0x00AD code with symbol fonts (Win/QPA/QPF/fallback)Konstantin Ritt2013-03-261-0/+1
* | Fix access to interface in QAccessibleEventFrederik Gladhorn2013-03-231-1/+1
* | Make QIcon generate high-dpi pixmaps.Morten Johan Sørvig2013-03-233-7/+117
* | Remove unused private membersThiago Macieira2013-03-231-3/+1
* | QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+1
* | Show warning about QBackingStore::flush() only for toplevel windows.Friedemann Kleint2013-03-221-1/+1
* | Recommit b7b858595e6e2d8dcc9debeb45eb8b9b294b9be6Eskil Abrahamsen Blomfeldt2013-03-211-8/+0
* | Introducing QComposeInputContextGatis Paeglis2013-03-211-2/+2
* | Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-6/+6
|\|
| * Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-141-6/+6
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-20301-2096/+94498
|\ \
| * | Fix the font engines leakingKonstantin Ritt2013-03-206-111/+124
| * | Move QTextEngine implementation details from QTextLayoutKonstantin Ritt2013-03-193-86/+95
| * | Fix build on iOS by using QOPENGLF_APIENTRY intead of APIENTRY directlyTor Arne Vestbø2013-03-191-1/+1
| * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-1914-4/+30
| * | Perform kerning in QRawFont::advancesForGlyphIndexesAllan Sandfeld Jensen2013-03-192-7/+74
| * | Add the Deselect StandardKeyAlbert Astals Cid2013-03-182-1/+5
| * | Add convenience distance methods to QVector2DLaszlo Papp2013-03-182-0/+36
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1632-126/+126
| * | Long live QOpenGLDebug!Giuseppe D'Angelo2013-03-153-2/+2030
| * | Add a minor convenience for calculating the distance to a pointLaszlo Papp2013-03-152-0/+14
| * | Fix calling convention in ANGLE builds on WindowsSean Harmer2013-03-151-3/+5
| * | QTextEngine capitalization doesn't work with QRawFontAllan Sandfeld Jensen2013-03-141-2/+3