index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
kernel
/
qwidgetrepaintmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
widgets: Use per-surface-format RHI support and compositor
Tor Arne Vestbø
2024-06-01
1
-50
/
+29
*
Decouple rate-limiting of paint-on-screen widgets from top level widget
Tor Arne Vestbø
2024-04-04
1
-1
/
+5
*
Remove QWindowPrivate::compositing
Tor Arne Vestbø
2024-03-01
1
-2
/
+0
*
QWidgetRepaintManager: Use textureChildSeen to determine deferred update
Tor Arne Vestbø
2024-02-27
1
-3
/
+3
*
Add QPlatformIntegration::BackingStoreStaticContents capability
Tor Arne Vestbø
2024-02-13
1
-5
/
+3
*
QWidgetRepaintManager: port Q_FOREACH to ranged-for
Ahmad Samir
2023-10-13
1
-3
/
+1
*
Mark QtWidgets as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-09
1
-0
/
+1
*
Refine the rhi-based flush logic
Laszlo Agocs
2023-06-01
1
-1
/
+30
*
Handle device loss for texture widgets
David Redondo
2023-03-17
1
-0
/
+4
*
Add support for stereoscopic content in QOpenGLWidget
Kristoffer Skau
2022-11-28
1
-1
/
+2
*
Fix rhi flush eval perf. and native window problems
Laszlo Agocs
2022-11-14
1
-1
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
Add missing repaintManager check
Laszlo Agocs
2022-10-17
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Replace qExchange with std::exchange
Marc Mutz
2022-10-07
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-3
/
+3
*
Make rhiFlush() support custom source DPR
Morten Sørvig
2022-06-14
1
-0
/
+1
*
Widgets: Use effect region bounds when drawing with repaint manager
Antti Määttä
2022-05-17
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: includemocs v2022
Marc Mutz
2022-04-29
1
-0
/
+1
*
Compose render-to-texture widgets through QRhi
Laszlo Agocs
2022-03-11
1
-74
/
+35
*
Code tidies: improve variable naming and add const where possible
Volker Hilsheimer
2021-12-08
1
-19
/
+17
*
Fix incorrect rendering when moving widget into screen
Volker Hilsheimer
2021-12-08
1
-1
/
+1
*
Revert optimizations and fixes for moving/scrolling overlapped widgets
Volker Hilsheimer
2021-12-07
1
-80
/
+27
*
Make sure we paint overlapped children and siblings when moving far
Volker Hilsheimer
2021-11-15
1
-11
/
+13
*
Don't render widget to backing store if its parent has graphics effect
Antti Määttä
2021-10-19
1
-1
/
+14
*
Replace qt_make_unique with std::make_unique
Allan Sandfeld Jensen
2020-11-23
1
-3
/
+1
*
Rename local variables masking parameters
Dimitrios Apostolou
2020-07-10
1
-6
/
+6
*
Use QList instead of QVector in widgets
Jarek Kobus
2020-07-02
1
-8
/
+10
*
widgets: Clarify backingstore resize logic by removing cruft
Tor Arne Vestbø
2020-03-19
1
-8
/
+6
*
widgets: Remove unused member QTLWExtra::inTopLevelResize
Tor Arne Vestbø
2020-03-19
1
-11
/
+4
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-8
/
+8
*
Fix some qdoc warnings in 5.14
Friedemann Kleint
2019-09-03
1
-0
/
+2
*
widgets: Mark widgets as needing flush during painting
Tor Arne Vestbø
2019-08-28
1
-10
/
+2
*
widgets: Add logging for widget painting
Tor Arne Vestbø
2019-08-28
1
-0
/
+24
*
widgets: Simplify QWidgetRepaintManager::flush
Tor Arne Vestbø
2019-08-28
1
-9
/
+4
*
widgets: Clarify QWidgetRepaintManager::sync of specific widget
Tor Arne Vestbø
2019-08-28
1
-3
/
+6
*
widgets: Rename QWidgetPrivate::repaint_sys to paintOnScreen
Tor Arne Vestbø
2019-08-25
1
-2
/
+2
*
widgets: Handle all flush tracking via markNeedsFlush
Tor Arne Vestbø
2019-08-25
1
-2
/
+5
*
widgets: Merge QWidgetRepaintManager::topLevelRect into callsite
Tor Arne Vestbø
2019-08-25
1
-1
/
+1
*
widgets: Remove unused QWidgetRepaintManager::dirtyRegion
Tor Arne Vestbø
2019-08-25
1
-50
/
+0
*
widgets: Clarify how widgets needing flush is tracked
Tor Arne Vestbø
2019-08-25
1
-13
/
+14
*
widgets: Clarify top level flush region in QWidgetRepaintManager
Tor Arne Vestbø
2019-08-25
1
-8
/
+8
*
widgets: Use single return in QWidgetRepaintManager::markNeedsFlush
Tor Arne Vestbø
2019-08-25
1
-16
/
+11
*
widgets: Simplify QWidgetRepaintManager::sync
Tor Arne Vestbø
2019-08-25
1
-4
/
+2
*
widgets: Rename markDirtyOnScreen to markNeedsFlush
Tor Arne Vestbø
2019-08-25
1
-15
/
+15
*
widgets: Share more code in appendDirtyOnScreenWidget
Tor Arne Vestbø
2019-08-25
1
-16
/
+11
*
widgets: Class initialize QWidgetRepaintManager members
Tor Arne Vestbø
2019-08-25
1
-5
/
+1
*
widgets: Rename a few missed uses of QWidgetRepaintManager
Tor Arne Vestbø
2019-08-25
1
-10
/
+10
*
widgets: Merge QPlatformTextureListWatcher into implementation file
Tor Arne Vestbø
2019-08-25
1
-34
/
+39
[next]