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
/
gui
/
painting
/
qpainter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPainter: make ownership transfer more explicit
Marc Mutz
8 days
1
-2
/
+5
*
Improve underline drawing for fonts in QPainter
Eskil Abrahamsen Blomfeldt
2025-03-25
1
-2
/
+10
*
Mark max length work buffers uninitialized
Allan Sandfeld Jensen
2024-11-30
1
-2
/
+2
*
QPainter: simplify the check whether the new brush style is already set
Volker Hilsheimer
2024-11-29
1
-3
/
+1
*
QPainter: provide setBrush overloads for QColor/Qt::GlobalColor
Volker Hilsheimer
2024-11-29
1
-0
/
+36
*
QPainter: optimize setPen(QColor) and setPen(Qt::PenStyle)
Volker Hilsheimer
2024-11-29
1
-8
/
+5
*
QPainter: Fix regression in drawText with empty rect and DontClip flag
Eirik Aavitsland
2024-10-11
1
-1
/
+1
*
Doc: Remove usage of defunct QDoc command
Paul Wicking
2024-08-28
1
-2
/
+0
*
QPainter: Skip drawing text if target rect is invalid
Eirik Aavitsland
2024-08-07
1
-0
/
+7
*
QPainter: code tidies
Giuseppe D'Angelo
2024-06-20
1
-0
/
+2
*
Port QImage::Format_CMYK32 to CMYK8888
Giuseppe D'Angelo
2024-04-04
1
-1
/
+1
*
GUI: add CMYK painting support
Giuseppe D'Angelo
2024-04-03
1
-3
/
+6
*
Doc: Remove dead links to Concentric Circle Example
Kai Köhne
2024-01-09
1
-1
/
+1
*
Turn the "concentriccircles" example into snippets, update screenshot
Volker Hilsheimer
2023-12-14
1
-13
/
+11
*
QPainter: support painting at DPR < 1
Morten Sørvig
2023-11-23
1
-2
/
+2
*
Make all QPainter operations warn if there's no engine
Sergio Martins
2023-11-11
1
-10
/
+30
*
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
[next]