summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-102-7/+7
* Add OptimizedWrite & ProgressiveScanWrite options to QImageIOHandler and use ...Andy Maloney2015-01-095-5/+104
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-062-59/+1
* QCursor: add move ctorMarc Mutz2015-01-052-0/+11
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2014-12-3012-52/+30
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2912-52/+30
| |\
| | * QRawFont: improve the thread-safety checksGiuseppe D'Angelo2014-12-231-1/+14
| | * Doc: corrected broken links qtbaseNico Vertriest2014-12-234-11/+7
| | * Check screen before changing cursorJoni Poikelin2014-12-231-1/+2
| | * Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
| | * Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
| | * Remove unused code from QFontEngineFT.Rafael Roquetto2014-12-182-33/+0
| | * QPlatformSystemTrayIcon: the timeout is in msecs, not secsDmitry Shachnev2014-12-182-3/+3
* | | Set the minimum required FreeType version to 2.1.10Konstantin Ritt2014-12-291-50/+19
* | | Minor improvement to Qt-HB bridging codeKonstantin Ritt2014-12-291-12/+12
* | | Report font tables are R/O blobsKonstantin Ritt2014-12-291-1/+1
* | | [Docs] Don't propose using deprecated QFont:: rawName()/setRawName()Konstantin Ritt2014-12-291-8/+4
|/ /
* | [QFont] Don't build datastream helpers with QT_NO_DATASTREAMKonstantin Ritt2014-12-241-3/+1
* | Make it obvious we never expect QFontDatabase::Any to be supportedKonstantin Ritt2014-12-231-1/+1
* | Re-use cached font engines when request only differs in scriptKonstantin Ritt2014-12-231-2/+27
* | [QFontDatabasePrivate] Drop unused `fallbackFamilies` memberKonstantin Ritt2014-12-231-5/+1
* | emit lastWindowClosed even if quitOnLastWindowClosed is falseShawn Rutledge2014-12-231-14/+12
* | Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-233-4/+23
* | [QFontDatabase] Don't look for best foundry twiceKonstantin Ritt2014-12-231-1/+1
* | Simplify QFontDatabase::load() a bitKonstantin Ritt2014-12-211-19/+15
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-203-15/+0
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devGiuseppe D'Angelo2014-12-2011-135/+254
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1811-135/+254
| |\|
| | * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-182-9/+24
| | * QOpenGLContext: Use static invocation of QGuiApplication::platformNativeInter...Friedemann Kleint2014-12-181-3/+3
| | * Fix possibly corrupted log clusters when using custom tab stopsEskil Abrahamsen Blomfeldt2014-12-151-0/+5
| | * Make GL2PaintEngine::drawCachedGlyphs use updateTextureTor Arne Vestbø2014-12-142-32/+13
| | * Ensure that GL::updateBrushTexture() activates and binds properlyTor Arne Vestbø2014-12-131-8/+18
| | * Make QRawFont usage safer in a multi-threaded environmentKonstantin Ritt2014-12-133-34/+39
| | * GL: Make updateTexture invalidate texture on change of texture unitTor Arne Vestbø2014-12-122-4/+53
| | * Fix incorrect QImage transformation when its devicePixelRatio != 1MihailNaydenov2014-12-121-2/+9
| | * GL2PaintEngine: centralize logic for updating/preparing texturesTor Arne Vestbø2014-12-112-50/+78
| | * GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-103-2/+21
* | | QOpenGLWindow: make it possible to use a shared contextJørgen Lind2014-12-202-3/+28
* | | Make GLX and EGL dynamic dependencies for xcbJørgen Lind2014-12-201-0/+1
|/ /
* | Add default path to CFLAGS for OpenGLJørgen Lind2014-12-161-3/+0
* | Unbreak shortcut handling on embeddedLaszlo Agocs2014-12-151-4/+9
* | Fix corner case in preprocessor of QOpenGLShaderProgramSean Harmer2014-12-151-1/+2
* | GLSL #version directive does not have to be at start of lineSean Harmer2014-12-141-1/+1
* | [QStaticTextItem] Drop unused membersKonstantin Ritt2014-12-143-43/+8
* | QTextDocument QRegExp search cleanupSamuel Gaist2014-12-121-10/+6
* | QTextDocument QRegularExpression search cleanupSamuel Gaist2014-12-121-9/+6
* | Add QFont::Weight enum valuesPierre Rossi2014-12-126-44/+82
* | Add GL_EXT_discard_framebuffer to QOpenGLExtensionsJørgen Lind2014-12-112-1/+22
* | Don't attempt to load an empty generic plugin if no environment variable is set.Robin Burchell2014-12-101-2/+7