summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Make the new OpenGL function headers compile on their ownThiago Macieira2013-03-0523-46/+92
| * | | Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-042-0/+6
| * | | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-032-0/+2
| * | | OpenGL: Add support for the Compute shader stageSean Harmer2013-03-023-2/+17
| * | | QOpenGLShaderProgram: insert precision defines based on runtime detectionGiuseppe D'Angelo2013-03-011-10/+14
| * | | OpenGL: Add support for OpenGL 4 tessellation shader stagesSean Harmer2013-03-014-7/+252
| * | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-283-5/+14
| |\ \ \
| | * | | iOS: Retina display support.Morten Johan Sorvig2013-02-272-2/+13
| | * | | iOS: fix build issue, dont link against cocoaRichard Moe Gustavsen2013-02-261-3/+1
| * | | | OpenGL: Add QOpenGLVertexArrayObject classSean Harmer2013-02-283-2/+586
| * | | | OpenGL: Reinstate support for OpenGL geometry shadersSean Harmer2013-02-283-4/+58
| * | | | Allow flushing window system events from other threadEskil Abrahamsen Blomfeldt2013-02-284-2/+36
| * | | | Fix compile on AndroidBogDan Vatra2013-02-271-2/+2
| * | | | Enablers for input methods on AndroidPaul Olav Tvete2013-02-273-0/+31
| * | | | Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-273-0/+37
| * | | | OpenGL: Add a set of version and context specific OpenGL classesSean Harmer2013-02-2655-2/+85644
| * | | | Fix typo.Frederik Gladhorn2013-02-261-1/+1
| * | | | Update qopenglext.h with the latest version from KhronosGiuseppe D'Angelo2013-02-251-32/+434
| * | | | QPA: fix memory leak in qwindowsysteminterface.hRichard Moe Gustavsen2013-02-241-1/+1
| |/ / /
| * | | Update qopenglext.h to latest glext.h from Khronos.orgSean Harmer2013-02-221-99/+1016
| * | | OpenGL: Refactor some defines and typedefs to a common locationSean Harmer2013-02-212-21/+17
| * | | QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-217-4/+59
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-212-2/+5
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-2/+5
| | |\ \ \
| * | | | | Fix path separators in archives created by QZipWriterPavel Mogylevskiy2013-02-201-6/+6
| |/ / / /
| * | | | Let QPlatformTheme decide which engine QIcon::fromTheme usesKevin Ottens2013-02-193-1/+24
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-02-186-24/+27
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-186-24/+27
| | |\ \ \ \
| * | | | | | Added QDebug support for QWindowSystemInterface::TouchPointShawn Rutledge2013-02-182-0/+11
| |/ / / / /
| * | | | | Added QOffscreenSurface class.Yoann Lopes2013-02-1810-1/+644
| * | | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1726-46/+78
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1426-46/+78
| | |\ \ \ \ \
| * | | | | | | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-1/+1
| |/ / / / / /
| * | | | | | 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
| | |\ \ \ \ \ \
| * | | | | | | | Offscreen testing platform pluginSamuel Rødal2013-01-292-2/+16