summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-141-6/+10
| * | Make qaccessible2.h internal.Frederik Gladhorn2013-03-144-3/+2
| * | Warn about accessibility interface creation failure only onceFrederik Gladhorn2013-03-141-1/+6
| * | Window deactivation should set focus reason.Frederik Gladhorn2013-03-131-1/+1
| * | Don't include custom qopengles2ext.h on iOSTor Arne Vestbø2013-03-131-21/+32
| * | QTextEngine::itemize(): Minor optimizationKonstantin Ritt2013-03-131-1/+1
| * | Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-132-96/+0
| * | Avoid using HB types in QFontEngine APIKonstantin Ritt2013-03-136-55/+81
| * | Replace HB types used in API with Qt analogsKonstantin Ritt2013-03-1212-66/+73
| * | Do not list desktop widgets and desktop screen widgets as top-levels.Friedemann Kleint2013-03-121-1/+1
| * | Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-124-132/+112
| * | Avoid crash in QVertexArrayObject destructorSean Harmer2013-03-121-1/+2
| * | Add QOpenGLTimerQuery and QOpenGLTimeMonitor classesSean Harmer2013-03-124-3/+1174
| * | Update gl2ext.h with the latest version from KhronosGiuseppe D'Angelo2013-03-121-20/+461
| * | Fix warning about unhandled enumeration value.Friedemann Kleint2013-03-121-0/+2
| * | Documentation and versioning for new Window propertiesShawn Rutledge2013-03-122-18/+28
| * | Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-062-0/+44
| * | Implement XEmbed protocolAlberto Mardegan2013-03-068-8/+53
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0510-5/+68
| |\ \
| * | | Fix crash in flushWindowSystemEvents() in QGuiApplication-cleanup.Friedemann Kleint2013-03-052-2/+13
| * | | Output window in warning about flush() for unexposed window.Friedemann Kleint2013-03-051-2/+5
| * | | Introducing the Qt Android portPaul Olav Tvete2013-03-051-3/+25