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.5
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
/
qbezier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Don't use qreal as a loop counter
Eirik Aavitsland
2021-04-21
1
-5
/
+7
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-1
/
+1
*
QBezier: Don't try calculating a unit vector when length is null
Robert Loehning
2020-08-07
1
-0
/
+4
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-3
/
+1
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Liang Qi
2019-09-04
1
-18
/
+14
|
\
|
*
Simplify QBezier::addPolygon() implementation
Eirik Aavitsland
2019-08-19
1
-18
/
+14
*
|
QBezier: replace out parameters by return-by-value in split()
Marc Mutz
2019-08-22
1
-8
/
+8
*
|
QBezier: inline fromPoints()
Marc Mutz
2019-08-17
1
-18
/
+0
|
/
*
Fix possible endless loop when stroking curves
Eirik Aavitsland
2019-05-08
1
-3
/
+3
*
Don't split bezier curves that are already just a line
Allan Sandfeld Jensen
2019-03-05
1
-2
/
+3
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Oswald Buddenhagen
2015-03-04
1
-2
/
+2
|
\
|
*
Painting: Avoid endless loop for certain bezier curves
Eirik Aavitsland
2015-03-04
1
-2
/
+2
*
|
Remove some uses of the private Q_PI constant
Allan Sandfeld Jensen
2015-02-26
1
-2
/
+1
*
|
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
|
/
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Remove unused function "quadraticRoots"
Thiago Macieira
2013-12-09
1
-31
/
+0
*
Deal with unused functions, as found by the Intel compiler
Thiago Macieira
2013-07-01
1
-55
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Remove definitions of INV_EPS and M_SQRT2.
Robin Burchell
2012-05-07
1
-11
/
+0
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Limit Bezier curve subdivision to maximum 512 line segments.
Kim Motoyoshi Kalland
2012-01-06
1
-4
/
+16
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Improved path filling performance in the raster paint engine.
Kim Motoyoshi Kalland
2011-12-16
1
-0
/
+32
*
Fix typo in qbezier shift implementation
Kent Hansen
2011-10-06
1
-1
/
+1
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+702