summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-138-33/+89
* Mark public non-member non-static variables as Q_DECL_UNUSEDThiago Macieira2013-02-121-1/+2
* 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
| |\
| | * Doc: Add a note for QDesktopServices about deprecated functionsTopi Reinio2013-01-271-1/+4
| | * Doc: Fix module name formatSze Howe Koh2013-01-259-18/+16
| | * Minor QWindow documentation improvement for the accessor/mutatorsLaszlo Papp2013-01-251-6/+6
| | * QPdfEnginePrivate: Fix invalid format for rectangles on some localesDmitry Shachnev2013-01-241-6/+10
* | | 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
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-221-4/+4
| |\
| | * Doc: solved snippet issue in coordsys.qdocNico Vertriest2013-01-221-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
| |\| |
| | * | QGuiApplication::font(): assert that a GUI app instance existsJ-P Nurmi2013-01-211-0/+1
| | * | Update copyright year in Digia's license headersSergio Ahumada2013-01-18557-557/+557
| | * | Doc: Fix documentation for devicePixelRatio() functionsTopi Reinio2013-01-173-9/+6
* | | | 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
|\| |
| * | Fix warning about missing enumeration value.Friedemann Kleint2013-01-151-0/+2
| * | Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-141-1/+2
| * | Fix QOpenGLContextGroup object leakJian Liang2013-01-141-7/+18
| * | Don't assume QSurfaceFormat's stencil buffer size is >= 0Tor Arne Vestbø2013-01-101-1/+1
| |/
* | 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