summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-0314-0/+24
| * | | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-033-2/+9
| * | | QOpenGLTexture: de-duplicate setBorderColor() codeAnton Kudryavtsev2016-03-021-21/+2
| * | | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-023-45/+8
| * | | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-0231-3035/+1212
| * | | Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-022-14/+33
| * | | Use an enum for versioning the opengl function backendsLars Knoll2016-03-025-90/+114
| * | | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-011-22/+60
| * | | QGenericMatrix<N,M,T>: mark as relocatable, depending on TMarc Mutz2016-03-011-0/+11
| * | | CleanupsLars Knoll2016-03-011-39/+27
| * | | Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-014-549/+397
| * | | Generate more compact code to resolve the QOpenGLFunctionsLars Knoll2016-03-012-523/+351
| * | | Remove some now unused codeLars Knoll2016-03-011-346/+2
| * | | Get rid of the gles3helper classLars Knoll2016-03-014-844/+195
| * | | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-012-3/+7
| * | | Resolve GLES3 function pointers at construction timeLars Knoll2016-03-011-1586/+363
| * | | Inline versionStatus() and make it constexprLars Knoll2016-03-012-187/+55
| * | | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-018-92/+104
| * | | Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-014-234/+77
| * | | Simplify part of the resolving code in QOpenGLFunctionsLars Knoll2016-03-011-852/+170
| * | | Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-012-187/+135
| * | | Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-0129-17627/+16268
| * | | De-inline the code resolving the GL symbolsLars Knoll2016-03-011-19/+41
| * | | Merge convert from routinesAllan Sandfeld Jensen2016-03-011-92/+60
* | | | Blitter Paint Engine: Check more specifically for solid fill brushLouai Al-Khanji2016-03-211-1/+1
* | | | Add QAbstractTextDocumentLayout::imageAt(), formatAt()Alberto Mardegan2016-03-182-3/+28
* | | | QTextCursor: Use RasterOp_NotDestination composition mode for drawing the cursorDmitry Shachnev2016-03-161-0/+4
* | | | Add begin-end virtuals to the internal glyph cacheLaszlo Agocs2016-03-162-0/+4
* | | | gui: Pass large types by const-refSérgio Martins2016-03-157-13/+13
* | | | Add environment variable QT_DISTANCEFIELDAram So2016-03-112-19/+93
* | | | Fix QTextEdit/QQuickTextEdit undo bug - Part #2Dan Cape2016-03-021-2/+3
* | | | Use correct decoration for fallback font enginesEskil Abrahamsen Blomfeldt2016-03-011-2/+6
* | | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-03-0117-23/+115
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-0117-23/+115
| |\| | |
| | * | | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-293-2/+61
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-299-13/+40
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16
| | | * | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
| | | * | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
| | | * | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
| | | * | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
| | | * | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
| | | * | QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1
| | * | | QVector: preserve capacity in clear()Marc Mutz2016-02-293-4/+4
| | * | | ItemModels: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-02-261-3/+8
| | * | | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-252-1/+2
* | | | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-012-64/+100
|/ / / /
* | | | QRegion: use new begin()/end() instead of rect()Marc Mutz2016-02-281-14/+9
* | | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-289-34/+23
* | | | QRegion: use new begin()/end() in op<<(QDataStream)Marc Mutz2016-02-281-9/+10