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
/
text
/
qtextengine_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QTextLayout: fix maximumWidth() for a text containing line separator
Vladimir Belyavsky
2022-11-19
1
-0
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Revert "QTextLayout: fix maximumWidth() for a text containing line separator"
Eskil Abrahamsen Blomfeldt
2022-09-23
1
-1
/
+0
*
QTextLayout: fix maximumWidth() for a text containing line separator
Vladimir Belyavsky
2022-09-20
1
-0
/
+1
*
Pass QFixed by value
Marc Mutz
2022-07-08
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-2
/
+2
*
Use QList instead of QVector in gui
Jarek Kobus
2020-06-29
1
-28
/
+26
*
Move implementation of QVector/List back to qlist.h
Lars Knoll
2020-06-20
1
-3
/
+3
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
Remove old harfbuzz dependency from QTextEngine
Lars Knoll
2020-03-17
1
-1
/
+0
*
Remove references to QTextDocumentPrivate from public API
Eskil Abrahamsen Blomfeldt
2020-03-04
1
-7
/
+7
*
Avoid initializing QFlags with 0 or nullptr in further cases
Friedemann Kleint
2019-11-22
1
-11
/
+8
*
QFontDatabase: Delete redundant semicolons
Jüri Valdmann
2019-10-25
1
-1
/
+1
*
Replace Q_DECL_NOEXCEPT with noexcept in QtGui
Allan Sandfeld Jensen
2019-04-05
1
-2
/
+2
*
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-7
/
+7
*
Show nbsps as a degree symbol to differeniate from normal spaces
Andy Shaw
2018-03-16
1
-2
/
+3
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-02
1
-3
/
+11
|
\
|
*
Update the Unicode BiDi algorithm to be compliant with Unicode 10
Lars Knoll
2018-02-28
1
-3
/
+11
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-16
1
-4
/
+4
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-4
/
+4
|
|
\
|
|
*
Do a static_cast in bit-blasts that are UB
Ville Voutilainen
2018-01-25
1
-4
/
+4
*
|
|
QTextEngine: micro optimize insertionPointsForLine
Anton Kudryavtsev
2018-02-15
1
-1
/
+2
|
/
/
*
|
QScriptItem: reduce boilerplate code
Marc Mutz
2017-03-29
1
-10
/
+7
|
/
*
Use harfbuzz feature to check for HarfBuzz
Lars Knoll
2016-11-24
1
-1
/
+1
*
Add qtguiglobal.h and qtguiglobal_p.h
Lars Knoll
2016-07-03
1
-1
/
+1
*
QtGui: mark more types as primitive/movable
Marc Mutz
2016-04-25
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-24
1
-1
/
+7
|
\
|
*
Disable unneeded ligatures when letter spacing is set
Eskil Abrahamsen Blomfeldt
2016-02-19
1
-1
/
+7
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
Optimize QTextEngine::findItem() usage cases
Konstantin Ritt
2015-11-23
1
-1
/
+1
*
Insert leading after each line, not before
Ulf Hermann
2015-10-09
1
-2
/
+1
*
Move min left/right bearing calculations to QFontEngine baseclass
Tor Arne Vestbø
2015-09-02
1
-0
/
+16
*
QTextEngine: don't hold ItemDecoration in QList
Marc Mutz
2015-07-13
1
-1
/
+3
*
QTextLayout: replace a use of an inefficient QList with QVector
Marc Mutz
2015-05-29
1
-4
/
+4
*
[QTextCursor] Better use of the cached whiteSpace attribute
Konstantin Ritt
2015-04-15
1
-1
/
+0
*
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
*
Fix menu mnemonic inside ligatures
Allan Sandfeld Jensen
2014-09-18
1
-2
/
+0
*
Decrease code duplication by reusing QTextEngine::findItem()
Konstantin Ritt
2014-07-08
1
-1
/
+0
*
Rename some QTextEngine members to reflect their meaning
Konstantin Ritt
2014-05-20
1
-10
/
+11
*
Minor code clean-up
Konstantin Ritt
2014-05-20
1
-4
/
+1
*
Minor optimization for QTextLineItemIterator
Konstantin Ritt
2014-05-16
1
-7
/
+5
*
Make QGlyphLayout consume one byte less per glyph
Konstantin Ritt
2014-03-03
1
-16
/
+9
*
Hide the justification algorithm implementation details
Konstantin Ritt
2014-03-03
1
-21
/
+7
*
Get rid of SpecialData::addFormatIndices
Konstantin Ritt
2014-02-06
1
-3
/
+3
*
QTextEngine: Make FontEngineCache inaccessible from outside
Konstantin Ritt
2014-01-31
1
-0
/
+2
*
Get rid of QGlyphLayout::advances_y
Konstantin Ritt
2014-01-30
1
-23
/
+14
*
Remove unimplemented constructor in QTextEngine
Eskil Abrahamsen Blomfeldt
2014-01-15
1
-1
/
+0
[next]