summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidgetbackingstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWidgetBackingStore: Fix build with QT_NO_OPENGLAndy Nichols2016-07-111-0/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-2/+16
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+16
| |\
| | * Avoid artifacts when hiding or closing a QOpenGLWidget or QQuickWidget childLaszlo Agocs2016-06-281-2/+16
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+21
| |\|
| | * Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+10
| | * Add a workaround for render-to-texture widgets in fullscreen windowsLaszlo Agocs2016-05-231-1/+11
* | | Remove QWidgetBackingStore::fullUpdatePendingAllan Sandfeld Jensen2016-06-091-19/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
| |\|
| | * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | | QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-4/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-22/+29
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-22/+29
| |\
| | * Fix widget texture list locking to avoid animation issues on eglfsLaszlo Agocs2016-01-281-22/+29
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-2/+4
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+4
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-11/+15
|\|
| * QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+25
|\|
| * QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
| * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+16
|\|
| * Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-0/+13
|\|
| * Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-241-0/+3
| * Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-1/+1
|/
* Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-191-77/+151
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-091-2/+2
|\
| * Fix the internal compositing flag for QOpenGL/QuickWidgetLaszlo Agocs2015-07-281-2/+2
* | Fix a memory leakTimur Pocheptsov2015-08-061-2/+1
|/
* Avoid QWidget dependency in QtGuiLaszlo Agocs2015-06-011-1/+1
* Clip QOpenGLWidget and QQuickWidget correctlyLaszlo Agocs2015-06-011-1/+2
* Avoid leaking the QPlatformTextureListLaszlo Agocs2015-04-081-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-181-18/+13
|\
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-18/+13
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Fix QWidget::scroll during paintingAllan Sandfeld Jensen2014-10-291-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+6
|\|
| * Fix losing dirty state when calling update() from paintGL()Laszlo Agocs2014-09-301-1/+6
* | QWidgetBackingStore: simplify reading of an env-var in {move,scroll}Rect()Marc Mutz2014-10-021-8/+2
* | QWidgetBackingStore: use qEnvironmentVariableIntValue()Marc Mutz2014-10-021-6/+6
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix no-opengl buildLaszlo Agocs2014-09-011-0/+5
* Support QOpenGLWidget and QQuickWidget on AndroidLaszlo Agocs2014-08-251-0/+2