projects
/
profile
/
ivi
/
qtbase.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement cocoa clipboard support.
2012-03-15
Samuel Rødal
Fixed incorrect reporting of child window geometry...
commit
|
commitdiff
|
tree
2012-03-15
Samuel Rødal
Improved qWaitForWindowShown().
commit
|
commitdiff
|
tree
2012-03-14
Samuel Rødal
Made sure first created xcb window still receives focus.
commit
|
commitdiff
|
tree
2012-03-06
Samuel Rødal
Worked around Metacity crashes in xcb plugin.
commit
|
commitdiff
|
tree
2012-03-02
Samuel Rødal
Cleaned up debug and warning output in xcb plugin.
commit
|
commitdiff
|
tree
2012-02-29
Samuel Rødal
Added helpful notice in configure about how to enable...
commit
|
commitdiff
|
tree
2012-02-24
Samuel Rødal
Use "OpenGL" instead of just "GL" in documentation.
commit
|
commitdiff
|
tree
2012-02-23
Samuel Rødal
Added documentation for QOpenGLContext and QOpenGLContextGroup.
commit
|
commitdiff
|
tree
2012-02-23
Samuel Rødal
Fleshed out the QWindow documentation to be less sparse.
commit
|
commitdiff
|
tree
2012-02-23
Samuel Rødal
Added documentation for QSurfaceFormat.
commit
|
commitdiff
|
tree
2012-02-22
Samuel Rødal
Updated QApplication / QGuiApplication to match Qt...
commit
|
commitdiff
|
tree
2012-02-20
Samuel Rødal
Added note in QPlatformWindow::setGeometry() docs about...
commit
|
commitdiff
|
tree
2012-02-17
Samuel Rødal
Fixed API in QWindow: visible() -> isVisible().
commit
|
commitdiff
|
tree
2012-02-15
Samuel Rødal
Added support for resetting QOpenGLFramebufferObject...
commit
|
commitdiff
|
tree
2012-02-12
Samuel Rødal
Compile without OpenGL.
commit
|
commitdiff
|
tree
2012-02-10
Samuel Rødal
Properly read back the actual format in xcb and xlib...
commit
|
commitdiff
|
tree
2012-02-10
Samuel Rødal
More graceful handling of QSurfaceFormat::samples(...
commit
|
commitdiff
|
tree
2012-02-10
Samuel Rødal
More graceful handling of QSurfaceFormat::samples(...
commit
|
commitdiff
|
tree
2012-02-08
Samuel Rødal
Fixed CustomDashLine drawing bug.
commit
|
commitdiff
|
tree
2012-02-06
Samuel Rødal
Fixed typo in QOpenGLContext warning message.
commit
|
commitdiff
|
tree
2012-01-27
Samuel Rødal
Fall back on glXChooseVisual() if glXChooseFBConfig...
commit
|
commitdiff
|
tree
2012-01-27
Samuel Rødal
Introduced QOpenGLContext::defaultFramebufferObject().
commit
|
commitdiff
|
tree
2012-01-26
Samuel Rødal
Made QWindow::currentOrientation() a property.
commit
|
commitdiff
|
tree
2012-01-24
Samuel Rødal
Made window orientation API more flexible.
commit
|
commitdiff
|
tree
2012-01-17
Samuel Rødal
Added libxrender-dev to xcb's README.
commit
|
commitdiff
|
tree
2012-01-17
Samuel Rødal
Fixed crash in GL 2 paint engine on Intel Atom.
commit
|
commitdiff
|
tree
2012-01-16
Samuel Rødal
Use QFunctionPointer in QOpenGLContext as well.
commit
|
commitdiff
|
tree
2012-01-16
Samuel Rødal
Fixed QGLContext::getProcAddress() to return a function...
commit
|
commitdiff
|
tree
2012-01-13
Samuel Rødal
Modified changes-5.0.0 to reflect change to QTouchEvent...
commit
|
commitdiff
|
tree
2012-01-13
Samuel Rødal
Added application flags to translate between touch...
commit
|
commitdiff
|
tree
2012-01-12
Samuel Rødal
Made it possible to report screen changes through QWindowSys...
commit
|
commitdiff
|
tree
2012-01-12
Samuel Rødal
Make show() default to sane sizing behaviour based...
commit
|
commitdiff
|
tree
2012-01-10
Samuel Rødal
Lock X display while calling XESetWireToEvent and its...
commit
|
commitdiff
|
tree
2012-01-07
Samuel Rødal
Detect autoreapeat in xcb plugin.
commit
|
commitdiff
|
tree
2012-01-06
Samuel Rødal
Added xrender as a dependency to build glxconvenience.
commit
|
commitdiff
|
tree
2012-01-05
Samuel Rødal
Introduced QOpenGLContext::aboutToBeDestroyed() signal.
commit
|
commitdiff
|
tree
2012-01-02
Samuel Rødal
Send ApplicationActivate and ApplicationDeactivate...
commit
|
commitdiff
|
tree
2011-12-07
Samuel Rødal
Better handling of GLX / EGL errors.
commit
|
commitdiff
|
tree
2011-12-06
Samuel Rødal
Added multi-screen support to hellowindow example.
commit
|
commitdiff
|
tree
2011-12-01
Samuel Rødal
Added rotation animation to paintedwindow example.
commit
|
commitdiff
|
tree
2011-12-01
Samuel Rødal
Added QPA window system interface handler for logical...
commit
|
commitdiff
|
tree
2011-11-30
Samuel Rødal
Made more QScreen properties NOTIFY and added average...
commit
|
commitdiff
|
tree
2011-11-29
Samuel Rødal
Prevented Xlib sequence errors in xcb plugin.
commit
|
commitdiff
|
tree
2011-11-29
Samuel Rødal
Added screenChanged() signal and handle screen destruction...
commit
|
commitdiff
|
tree
2011-11-24
Samuel Rødal
Add a note in the QScreen documentation about logical...
commit
|
commitdiff
|
tree
2011-11-23
Samuel Rødal
Fixed regression in tst_qscreen.
commit
|
commitdiff
|
tree
2011-11-21
Samuel Rødal
Added command line argument to make hellowindow example...
commit
|
commitdiff
|
tree
2011-11-04
Samuel Rødal
Improve QtGui start-up time and memory use.
commit
|
commitdiff
|
tree
2011-11-03
Samuel Rødal
Get rid of "#if 0" and skipped tests in QPainter autotest.
commit
|
commitdiff
|
tree
2011-11-01
Samuel Rødal
Add Q_PROPERTY declarations to QScreen.
commit
|
commitdiff
|
tree
2011-10-31
Samuel Rødal
Re-added hellogl_es and ES 1 support for QOpenGLContext.
commit
|
commitdiff
|
tree
2011-10-28
Samuel Rødal
Get rid of legacy glTexParameterf calls.
commit
|
commitdiff
|
tree
2011-10-10
Samuel Rødal
Removed src/gui/opengl/qopenglcolormap.*
commit
|
commitdiff
|
tree
2011-10-10
Samuel Rødal
Fixed some doc errors in QOpenGLFramebufferObject.
commit
|
commitdiff
|
tree
2011-10-10
Samuel Rødal
Fixed missing snippets for QOpenGLShaderProgram.
commit
|
commitdiff
|
tree
2011-10-07
Samuel Rødal
Make sure window state is synced back to Qt from the...
commit
|
commitdiff
|
tree
2011-10-07
Samuel Rødal
Fixed potential issue in XCB plugin.
commit
|
commitdiff
|
tree
2011-10-07
Samuel Rødal
Added Orientation API to QScreen and QWindow.
commit
|
commitdiff
|
tree
2011-10-07
Samuel Rødal
Fixed crash due to uninitialized pointer in OpenGL...
commit
|
commitdiff
|
tree
2011-10-06
Samuel Rødal
Improved logical and physical DPI APIs.
commit
|
commitdiff
|
tree
2011-10-05
Samuel Rødal
Added QWindow::isActive() and focus in / out events.
commit
|
commitdiff
|
tree
2011-10-03
Samuel Rødal
Prevent QPixmapCache potentially growing indefinitely.
commit
|
commitdiff
|
tree
2011-09-28
Samuel Rødal
Prevent potential crash in QXcbConnection::checkEvent().
commit
|
commitdiff
|
tree
2011-09-27
Samuel Rødal
Fixed crash in QOpenGLFramebufferObject.
commit
|
commitdiff
|
tree
2011-09-26
Samuel Rødal
Fixed tst_QWidget::updateWhileMinimized()
commit
|
commitdiff
|
tree
2011-09-23
Samuel Rødal
Implemented QWidget's move() vs setGeometry() distinction...
commit
|
commitdiff
|
tree
2011-09-23
Samuel Rødal
Patch toward fixing tst_QWidget::windowState().
commit
|
commitdiff
|
tree
2011-09-23
Samuel Rødal
Don't flood expose events in the xcb plugin.
commit
|
commitdiff
|
tree
2011-09-23
Samuel Rødal
Only set frame margins as dirty when we get a configure...
commit
|
commitdiff
|
tree
2011-09-23
Samuel Rødal
Fixed geometry issues.
commit
|
commitdiff
|
tree
2011-09-22
Samuel Rødal
Allocate 16-byte aligned memory independent of platform...
commit
|
commitdiff
|
tree
2011-09-20
Samuel Rødal
Generate glyphs in un-transformed coordinate system.
commit
|
commitdiff
|
tree
2011-09-19
Samuel Rødal
Fixed wrong mouse coordinate mapping.
commit
|
commitdiff
|
tree
2011-09-19
Samuel Rødal
Make sure to clip in QXcbBackingStore::flush()
commit
|
commitdiff
|
tree
2011-09-19
Samuel Rødal
Fixed xcb-render config test.
commit
|
commitdiff
|
tree
2011-09-17
Samuel Rødal
Fixed XComposite hardware integration in wayland plugin.
commit
|
commitdiff
|
tree
2011-09-17
Samuel Rødal
Set the correct buffer pointer (protected member variables...
commit
|
commitdiff
|
tree
2011-09-15
Samuel Rødal
Fixed crash in tst_QPathClipper.
commit
|
commitdiff
|
tree
2011-09-15
Samuel Rødal
Fixed tst_QIcon::task184901_badCache().
commit
|
commitdiff
|
tree
2011-09-15
Samuel Rødal
Fixed tst_qpixmap::grabWidget().
commit
|
commitdiff
|
tree
2011-09-12
Samuel Rødal
Implemented texture cache for GL paint engine in QtGui.
commit
|
commitdiff
|
tree
2011-09-12
Samuel Rødal
Added new QOpenGLPaintDevice test case in tst_QOpenGL.
commit
|
commitdiff
|
tree
2011-09-12
Samuel Rødal
Fixed auto-test failure in tst_QOpenGL.
commit
|
commitdiff
|
tree
2011-09-12
Samuel Rødal
Fixed race condition in xcb plugin logging (when debugging...
commit
|
commitdiff
|
tree
2011-09-12
Samuel Rødal
Fix crash in QPlatformInputContextFactory.
commit
|
commitdiff
|
tree
2011-09-08
Samuel Rødal
Improved and made public the QOpenGLPaintDevice API.
commit
|
commitdiff
|
tree
2011-09-08
Samuel Rødal
Added equivalent to tst_QGL::destroyFBOAfterContext...
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Get rid of QColor::allowX11ColorNames().
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Fixed tst_QGL::destroyFBOAfterContext().
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Fixed symbol lookup failure with xcb when using GLX...
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Fixed crash in tst_QGL::multipleFBOInterleavedRendering().
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Fixed tst_QGL::partialGLWidgetUpdates.
commit
|
commitdiff
|
tree
2011-09-07
Samuel Rødal
Fixed tst_graphicseffect auto-test failures.
commit
|
commitdiff
|
tree
2011-09-06
Samuel Rødal
Merge remote branch 'gerrit/master' into HEAD
commit
|
commitdiff
|
tree
2011-09-02
Samuel Rødal
Fix the \since 4.x tags in gui/opengl.
commit
|
commitdiff
|
tree
2011-09-01
Samuel Rødal
Compile fix.
commit
|
commitdiff
|
tree
2011-09-01
Samuel Rødal
Clean up shared resources immediately as the last context...
commit
|
commitdiff
|
tree
2011-08-31
Samuel Rødal
Fixed hellowindow making context current in wrong thread.
commit
|
commitdiff
|
tree
2011-08-30
Samuel Rødal
Merge remote branch 'gerrit/master' into refactor
commit
|
commitdiff
|
tree
2011-08-30
Samuel Rødal
Rename remaining gui/opengl source files to avoid name...
commit
|
commitdiff
|
tree
next