index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
13
-52
/
+0
*
QOpenGLTextureCache : make it possible to skip qgl_byteSwapImage
Elvis Lee
2013-01-25
2
-3
/
+7
*
Don't assume m11/m22 represents the scale of a QTransform
Tor Arne Vestbø
2013-01-24
1
-1
/
+7
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
37
-37
/
+37
|
\
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
37
-37
/
+37
*
|
Add support for retina glyph-based text drawing in the GL paint-engine
Tor Arne Vestbø
2013-01-21
2
-9
/
+26
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Don't assume QSurfaceFormat's stencil buffer size is >= 0
Tor Arne Vestbø
2013-01-10
1
-1
/
+1
*
|
Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformations
Tor Arne Vestbø
2013-01-10
2
-12
/
+14
|
/
*
Remove some dead code from qtriangulator.cpp
Thiago Macieira
2013-01-03
1
-39
/
+0
*
Some fixes to the OpenGL docs in GUI
Gunnar Sletta
2012-12-12
1
-4
/
+40
*
properly syncqt-ize harfbuzz headers
Oswald Buddenhagen
2012-12-04
1
-2
/
+0
*
Fixed memory leak in assign operator of QOpenGLBuffer
Vadim Zakondyrin
2012-11-19
1
-1
/
+3
*
Simplify and speed up OpenGL framebuffer grabbing.
aavit
2012-11-09
1
-54
/
+13
*
Fix native RGB text on OpenGL ES 2 without BGRA extension
Eskil Abrahamsen Blomfeldt
2012-11-06
2
-3
/
+19
*
Remove some dead code in switch statements
Sergio Ahumada
2012-10-29
1
-1
/
+0
*
Revert hacks in text rendering code path
Eskil Abrahamsen Blomfeldt
2012-10-25
1
-1
/
+1
*
Fix valgrind warning in QTriangulatingStroker.
Friedemann Kleint
2012-10-24
1
-1
/
+4
*
Make QPen default to 1-width non-cosmetic.
Samuel Rødal
2012-10-22
3
-12
/
+13
*
Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.
Jason Barron
2012-10-16
1
-0
/
+2
*
Fix warnings from syncqt.
Friedemann Kleint
2012-10-13
3
-2
/
+4
*
Fixed text drawing in OpenGL 2 paint engine.
Samuel Rødal
2012-10-02
1
-2
/
+2
*
OpenGL: Remove API for stubbed Geometry shader support in gui/opengl
Sean Harmer
2012-09-24
2
-145
/
+2
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
37
-888
/
+888
*
gui/opengl: Fix missing or improper include guard in headers
Sergio Ahumada
2012-09-15
2
-3
/
+7
*
Fix compilation on Harmattan
Simon Hausmann
2012-09-14
1
-0
/
+9
*
don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlessly
Oswald Buddenhagen
2012-09-08
1
-5
/
+1
*
Check for C++ operators that should be 'const'
Sergio Ahumada
2012-09-08
1
-1
/
+1
*
Make gui/math3d classes use float rather than qreal
Sean Harmer
2012-09-07
1
-44
/
+9
*
Remove custom sort implementation in QTriangulator in favour of std::sort.
Robin Burchell
2012-09-04
1
-126
/
+3
*
Doc: Fix some documentation issues.
Kim Motoyoshi Kalland
2012-08-31
3
-8
/
+87
*
MSVC/OpenGL: Fix warnings about macro redefinition..
Friedemann Kleint
2012-08-30
1
-8
/
+0
*
OpenGL: Use official glext.h and gl2ext.h headers
Sean Harmer
2012-08-20
10
-1401
/
+13437
*
Improve the QOpenGLExtensionMatcher class
Sean Harmer
2012-08-07
2
-50
/
+11
*
OpenGL: Add finer-grained functionality checks for NPOT textures
Sean Harmer
2012-08-06
2
-3
/
+5
*
OpenGL: Fix typo in extension name
Sean Harmer
2012-08-01
1
-1
/
+1
*
Don't join between 2 same points
Charles Yin
2012-07-17
1
-2
/
+4
*
Add protected virtual ensureActiveTarget() to QOpenGLPaintDevice
Jocelyn Turcotte
2012-07-11
3
-0
/
+15
*
Fix division by zero in triangulating stroker.
Kim Motoyoshi Kalland
2012-07-06
2
-20
/
+49
*
Remove duplicate triangulating stroker implementation.
Kim Motoyoshi Kalland
2012-07-06
5
-8
/
+7
*
Clean up attribute arrays flags in OpenGL glyph cache
Eskil Abrahamsen Blomfeldt
2012-07-06
1
-0
/
+3
*
Do not delete m_blitProgram more than once
Jiang Jiang
2012-07-05
1
-1
/
+0
*
Removed private header warning from public QOpenGLPaintDevice header.
Samuel Rødal
2012-07-04
1
-12
/
+0
*
Get started with patching up the Qt GUI docs
Gunnar Sletta
2012-06-28
5
-0
/
+7
*
Fixed QOpenGLFunctions API.
Samuel Rødal
2012-06-18
5
-6
/
+10
*
OpenGL: Update QOpenGLFunctions docs to remove widget code
Sean Harmer
2012-06-14
1
-4
/
+25
*
Add method to set size of QOpenGLPaintDevice.
Kim Motoyoshi Kalland
2012-06-01
2
-2
/
+19
*
QtGui: remove \link usages
Giuseppe D'Angelo
2012-05-29
1
-4
/
+4
*
Merge branch 'docs-refactoring' into master
Marius Storm-Olsen
2012-05-10
1
-3
/
+3
|
\
|
*
Doc: Modularize QtGui documentation.
Casper van Donderen
2012-05-09
1
-3
/
+3
[next]