summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-123-0/+139
| * | | | | | Remove overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-02-123-17/+0
| * | | | | | Document the QPainter::HighQualityAntialiasing render hint as obsolete.Samuel Rødal2013-02-121-6/+2
| * | | | | | Add Q_DECL_RESTRICT and Q_ALWAYS_INLINE for MSVCThiago Macieira2013-02-111-0/+4
| * | | | | | Rename the Q_STATIC_INLINE_FUNCTION macro to Q_ALWAYS_INLINEThiago Macieira2013-02-111-14/+14
| * | | | | | Fix segfault when setting a device-pixel-ratio on a null-QPixmapTor Arne Vestbø2013-02-091-0/+3
| * | | | | | Fixed QOpenGLFunctions feature/extension detection to check GL versionSamuel Rødal2013-02-091-2/+9
| * | | | | | Add QWindowSystemInterface::handleFileOpen(const QUrl&)José Dapena Paz2013-02-084-4/+14
| * | | | | | Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-082-0/+28
| * | | | | | Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-071-6/+2
| * | | | | | Add enablers for Android port in QPlatformMenuEskil Abrahamsen Blomfeldt2013-02-051-0/+2
| * | | | | | Remove unused variables and functions from the source codeThiago Macieira2013-02-022-107/+0
| * | | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2912-31/+36
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2812-31/+36
| | |\ \ \ \ \ \
| * | | | | | | | Offscreen testing platform pluginSamuel Rødal2013-01-292-2/+16
| * | | | | | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-29138-548/+1
| |/ / / / / / /
| * | | | | | | Establish an opacity property for the QWindowLaszlo Papp2013-01-262-3/+19
| * | | | | | | Fix a typo and make the QQuaternion constructor documentation even more explicitLaszlo Papp2013-01-251-2/+3
| * | | | | | | Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-0/+2
| * | | | | | | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+5
| * | | | | | | QOpenGLTextureCache : make it possible to skip qgl_byteSwapImageElvis Lee2013-01-252-3/+7
| * | | | | | | Don't assume m11/m22 represents the scale of a QTransformTor Arne Vestbø2013-01-241-1/+7
| * | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-4/+4
| |\ \ \ \ \ \ \
| * | | | | | | | Fix focus handling of native child widgets in xcb.Gunnar Sletta2013-01-241-0/+2
| * | | | | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-23555-564/+562
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22555-564/+562
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-234-35/+127
| * | | | | | | | | | Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-231-5/+5
| |/ / / / / / / / /
| * | | | | | | | | Remove some dead code.Frederik Gladhorn2013-01-221-31/+0
| * | | | | | | | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-214-14/+53
| * | | | | | | | | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-213-9/+27
| * | | | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-164-9/+23
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-5/+5
| * | | | | | | | | | Ensure raster pixmap cache key is the same as that of pixmap.toImage()Michael Brasser2013-01-113-0/+8
| * | | | | | | | | | QPA, Cocoa: Add platform popup menusGabriel de Dietrich2013-01-111-0/+10
| * | | | | | | | | | Fix regression in perspective-transformed textEskil Abrahamsen Blomfeldt2013-01-111-1/+1
| * | | | | | | | | | Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-109-49/+56
| * | | | | | | | | | Merge branch 'stable' into devSergio Ahumada2013-01-099-8/+31
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-077-61/+29
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-077-61/+29
| | |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-072-7/+6
| * | | | | | | | | | | | | Get rid of pre-QPA leftoversKonstantin Ritt2013-01-073-240/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Introduce QRegularExpressionValidatorGiuseppe D'Angelo2013-01-073-0/+230
| * | | | | | | | | | | | Merge branch 'stable' into devFrederik Gladhorn2013-01-0443-321/+314
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Mark several template functions as static.Thiago Macieira2013-01-022-4/+4
| * | | | | | | | | | | | | Move ForceIntegerMetrics testing out of the loopKonstantin Ritt2013-01-021-2/+5
| * | | | | | | | | | | | | Cache accessibility plugins.Morten Johan Sorvig2013-01-021-2/+22
| * | | | | | | | | | | | | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-2112-148/+141
| * | | | | | | | | | | | | Change behaviour of selectRow, selectColumn, unselectRow, unselectColumnJosé Millán Soto2012-12-181-2/+2
* | | | | | | | | | | | | | Fixed QTextureGlyphCache glyph padding.Yoann Lopes2013-03-191-5/+11