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
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
/
gui
/
painting
/
qpainter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid multiple transformation of the clip path
Santhosh Kumar
2023-02-07
1
-1
/
+0
*
Check if fontEngine is valid in QStaticText
Inho Lee
2022-11-26
1
-0
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-4
/
+4
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-6
/
+6
*
Relayout QStaticText when dpi changes
Eskil Abrahamsen Blomfeldt
2022-07-14
1
-1
/
+4
*
Add painter render hint for brush pattern transformation
Eirik Aavitsland
2022-05-31
1
-0
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-1
/
+3
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-12
/
+12
*
Painting: fix overriding and combining different clip types
Eirik Aavitsland
2022-03-15
1
-2
/
+0
*
Fix deprecated uses of QScopedPointer
Mårten Nordheim
2022-03-08
1
-4
/
+8
*
Don't replace IntersectClip with ReplaceClip on a QPicture
ChunLin Wang
2022-02-10
1
-2
/
+3
*
Update clipping area when antialiasing changes
Chen Bin
2021-10-27
1
-0
/
+2
*
Handle DPR in QPainter's drawing methods taking a brush parameter
Eirik Aavitsland
2021-10-18
1
-35
/
+31
*
gui: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-2
/
+2
*
QPainter: replace manual memory management [5/5]: d_ptrs
Marc Mutz
2021-07-16
1
-18
/
+5
*
QPainter: replace manual memory management [4/5]: emulationEngine
Marc Mutz
2021-07-16
1
-20
/
+7
*
QPainterPrivate: use NSDMI, outline ctor
Marc Mutz
2021-07-15
1
-0
/
+6
*
QPainter: replace manual memory management [3/5]: engine
Marc Mutz
2021-07-14
1
-7
/
+5
*
QPainter: replace manual memory management [2/5]: state/states
Marc Mutz
2021-07-13
1
-23
/
+21
*
Support CSS text-decoration-color in underlines, overlines, strikethrough
Shawn Rutledge
2021-05-07
1
-0
/
+6
*
Implement vertical subpixel positioning where available
Eskil Abrahamsen Blomfeldt
2021-01-25
1
-0
/
+10
*
QPicture: Improve the documentation of Picture::play()
Christian Ehrlicher
2020-12-22
1
-1
/
+3
*
QFont: Prefer setFamilies() over setFamily()
Andy Shaw
2020-11-20
1
-1
/
+1
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
Remove Qt4Compatible painting
Allan Sandfeld Jensen
2020-11-12
1
-14
/
+0
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-3
/
+3
*
Fix compiler issues when qreal is float
Michal Klocek
2020-08-05
1
-2
/
+2
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-9
/
+9
*
QPainter: replace manual memory management [1/5]: dummyState
Marc Mutz
2020-06-02
1
-1
/
+0
*
Doc: Specify QTextOption behavior in drawText
Paul Wicking
2020-05-12
1
-1
/
+2
*
QtGui: fix deprecated QChar conversions
Marc Mutz
2020-05-11
1
-1
/
+1
*
Remove a bunch of deprecated members from src/gui/painting classes
Volker Hilsheimer
2020-05-06
1
-170
/
+0
*
Use qsizetype for size related methods in QVarlengthArray
Lars Knoll
2020-03-14
1
-2
/
+1
*
Get rid of QMatrix
Jarek Kobus
2020-02-28
1
-227
/
+3
*
Replace the QMatrix field of QTransform with qreal[3][3]
Jarek Kobus
2020-02-07
1
-3
/
+3
*
Make text decorations consistent between ways of drawing text
Eskil Abrahamsen Blomfeldt
2020-02-07
1
-80
/
+71
*
Deprecate all methods that use QMatrix
Jarek Kobus
2020-01-28
1
-3
/
+5
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-18
1
-2
/
+1
|
\
|
*
Doc: Fix qdoc compilation errors qtbase
Nico Vertriest
2020-01-17
1
-2
/
+1
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-27
/
+27
*
|
Avoid initializing QFlags with 0 or nullptr in further cases
Friedemann Kleint
2019-11-22
1
-9
/
+2
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-8
/
+8
|
/
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-23
1
-1
/
+1
|
\
|
*
QPainter: Avoid leaking memory on unbalanced save/restore
Eirik Aavitsland
2019-09-20
1
-1
/
+1
*
|
Replace QPainter::initFrom() with begin()
Christian Ehrlicher
2019-06-13
1
-11
/
+17
|
/
*
Fix some QPainter-related deprecation warnings
Friedemann Kleint
2019-02-08
1
-3
/
+3
*
Add deprecation exclusion around deprecated calls in deprecated code
Friedemann Kleint
2019-02-06
1
-0
/
+3
*
QtGui: replace 0 with \nullptr in documentation
Christian Ehrlicher
2019-02-02
1
-1
/
+1
[next]