summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | QInputEvent: document that timestamp() is in millisecondsShawn Rutledge2015-08-241-0/+2
| * | | | Doc: Remove invalid uses of \relates commandTopi Reinio2015-08-191-1/+0
| * | | | Merge dev into 5.6Oswald Buddenhagen2015-08-1714-289/+203
| |\ \ \ \
| * | | | | Fix -Wcast-qual warningsThiago Macieira2015-08-132-2/+2
| * | | | | Fix warning about unused local variablesThiago Macieira2015-08-121-2/+1
* | | | | | Allow loading of static platform plugins with QT_NO_LIBRARYUlf Hermann2015-09-211-10/+4
* | | | | | Add method for checking of QPixmapCache::Key validitySerge Lysenko2015-09-182-0/+11
* | | | | | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-133-3/+169
* | | | | | QIcon: add a new overload of QIcon that does not call availableSizesOlivier Goffart2015-09-112-10/+24
* | | | | | QIcon: add a hook in the engine so a non null QIconEngine can still be a null...Olivier Goffart2015-09-114-7/+33
* | | | | | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
* | | | | | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
* | | | | | Improve evdevtablet plugin with support for multiple tablet devicesRomain Pokrzywka2015-09-031-1/+2
* | | | | | Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-273-0/+36
* | | | | | Add some missing libraries for shared library builds on iOS.Jake Petroules2015-08-271-1/+5
* | | | | | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-182-9/+0
| |/ / / / |/| | | |
* | | | | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+1
* | | | | Move setter for QFont::HintingPreference to QFontEngineFT.Andreas Hartmetz2015-08-142-6/+27
* | | | | Call sendWindowSystemEvents() on deferred flushMorten Johan Sørvig2015-08-131-1/+1
* | | | | Propagate keyboard event accept statusMorten Johan Sørvig2015-08-133-7/+8
* | | | | Propagate event accepted state to platform pluginsMorten Johan Sørvig2015-08-132-3/+7
* | | | | Add QPlatformWindow::windowFrameGeometry()Morten Johan Sørvig2015-08-132-0/+9
* | | | | Make QT_SCALE_FACTOR work on WaylandMorten Johan Sørvig2015-08-131-1/+2
* | | | | Remove type punning from QRgba64.Erik Verbruggen2015-08-111-49/+68
* | | | | Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-3/+0
* | | | | OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-1/+18
* | | | | Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-113-218/+62
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0925-64/+363
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0625-64/+363
| |\| | |
| | * | | Fix shortcut handling with modifiersFrederik Gladhorn2015-08-053-2/+26
| | * | | Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * | | fix build with no built-in image handlersOswald Buddenhagen2015-08-034-4/+1
| | * | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-311-6/+11
| | * | | Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-312-8/+46
| | * | | [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
| | * | | Doc: Add a \target for license information within QImage documentationTopi Reinio2015-07-311-2/+3
| | * | | Doc: Amended the \inmodule statement for QSessionManagerVenugopal Shivashankar2015-07-231-1/+1
| | * | | QPdfEnginePrivate - fix for '-qreal float' build.Timur Pocheptsov2015-07-221-4/+4
| | * | | Doc:added doc to undocumented functionsNico Vertriest2015-07-2212-15/+245
| | |/ /
* | | | Make compressed textures work with mutable storageLaszlo Agocs2015-08-083-58/+263
* | | | Compile-time option for disabling high-DPI scalingPaul Olav Tvete2015-08-062-0/+46
* | | | Add support for drawing a hyperlink in QPdfEngineAntonin Stefanutti2015-08-062-0/+30
* | | | Add ETC1 to QOpenGLTexture formatsLaszlo Agocs2015-08-062-0/+8
|/ / /
* | | Fix for build with -qreal floatTimur Pocheptsov2015-08-041-2/+2