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
dev
old/5.0
old/5.1
old/5.2
tqtc/lts-6.5
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
/
platformsupport
/
fontdatabases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep web fontdata alive as long as CG uses it
Allan Sandfeld Jensen
2013-11-14
1
-4
/
+13
*
QRawFont::fromFont does not get antialias setting from fontconfig
Allan Sandfeld Jensen
2013-09-09
1
-0
/
+8
*
Windows font database: Resolve aliases for extra fonts.
Friedemann Kleint
2013-07-11
1
-1
/
+4
*
Speed up font database loading with fontconfig
Lars Knoll
2013-07-06
1
-89
/
+7
*
Further followup to Q_OS_MACX changes.
Jake Petroules
2013-06-24
2
-5
/
+5
*
mark private dependencies as such
Oswald Buddenhagen
2013-05-20
1
-2
/
+2
*
remove redundant QT statements
Oswald Buddenhagen
2013-05-20
1
-1
/
+0
*
Fix QFontConfigDatabase crash
Rafael Roquetto
2013-05-01
1
-2
/
+2
*
Read correct font hinting config on Gnome/Unity
Eskil Abrahamsen Blomfeldt
2013-04-22
1
-0
/
+19
*
QFontConfigDatabase: Fix performance regression
Konstantin Ritt
2013-04-16
1
-2
/
+16
*
QFontEngine: Fix cache_cost might be not initialized
Konstantin Ritt
2013-04-14
1
-0
/
+2
*
QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 locales
Konstantin Ritt
2013-04-11
2
-3
/
+3
*
Fix QFontconfigDatabase unable to fallback to a localized family
Konstantin Ritt
2013-04-11
1
-0
/
+5
*
QFontConfigDatabase: fix fallbacksForFamily() for CJK languages
Konstantin Ritt
2013-04-01
1
-4
/
+4
*
FontConfig: Correctly report Symbol writing system support
Eskil Abrahamsen Blomfeldt
2013-03-26
1
-0
/
+23
*
Make sure that we #include qconfig.h before testing for features.
Thiago Macieira
2013-03-19
1
-0
/
+2
*
Hide Harfbuzz from the outer world
Konstantin Ritt
2013-03-13
1
-2
/
+0
*
Get rid of qt_determine_writing_systems_from_truetype_bits()
Konstantin Ritt
2013-03-12
2
-126
/
+1
*
Fix selection of fonts that require OpenType features
Konstantin Ritt
2013-03-04
2
-4
/
+2
*
iOS: Add required public dependencies of the CoreText font database
Tor Arne Vestbø
2013-02-27
1
-0
/
+8
*
iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.h
Tor Arne Vestbø
2013-02-26
1
-0
/
+2
*
Reintroduce use of CTFontCopyDefaultCascadeListForLanguages on Mac OS
Tor Arne Vestbø
2013-02-21
1
-2
/
+2
*
Introduce macros for simplifying platform checks on Mac OS and iOS
Tor Arne Vestbø
2013-02-18
1
-2
/
+2
*
Remove ifdefs for supporting Mac OS <= 10.5
Tor Arne Vestbø
2013-02-18
2
-9
/
+0
*
Manually add Emoji font to fallback list on Mac OS
Tor Arne Vestbø
2013-02-16
1
-0
/
+6
*
Don't assume CTFontCopyDefaultCascadeListForLanguages is available on 10.8
Tor Arne Vestbø
2013-02-14
1
-3
/
+2
*
Add support for color glyphs (Emoji) on Mac OS X and iOS
Tor Arne Vestbø
2013-02-13
2
-22
/
+44
*
Use CTFontCopyDefaultCascadeListForLanguages for font fallback if available
Tor Arne Vestbø
2013-02-12
2
-68
/
+129
*
Don't use the fallback list to decide if the CoreText font db was populated
Tor Arne Vestbø
2013-02-12
1
-1
/
+5
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Use path-based text when painter has negative scale on raster/coretext
Tor Arne Vestbø
2013-01-24
1
-1
/
+7
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-22
11
-11
/
+11
|
\
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
11
-11
/
+11
*
|
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-16
2
-2
/
+26
|
\
|
|
*
Fix crash when trying to create paths for color-glyphs (Emoji) on Mac
Tor Arne Vestbø
2013-01-14
2
-2
/
+26
*
|
CoreText: Add support for providing scaled glyphs to the glyph-cache
Tor Arne Vestbø
2013-01-15
2
-2
/
+11
*
|
Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformations
Tor Arne Vestbø
2013-01-10
2
-3
/
+3
*
|
Merge branch 'stable' into dev
Frederik Gladhorn
2013-01-04
4
-8
/
+12
|
\
|
|
*
Fix styleName support in QPA font database
Jiang Jiang
2012-12-14
3
-7
/
+12
|
*
properly syncqt-ize harfbuzz headers
Oswald Buddenhagen
2012-12-04
1
-1
/
+0
*
|
Skip FcCharSetHasChar() call
Konstantin Ritt
2013-01-02
1
-1
/
+1
*
|
Update Qt internals to use QChar::Script
Konstantin Ritt
2012-12-21
6
-64
/
+107
|
/
*
default to Regular font with FontConfig
Michał Sawicz
2012-11-23
1
-5
/
+5
*
Fix transformed text on Mac OS X
Eskil Abrahamsen Blomfeldt
2012-11-23
2
-0
/
+7
*
Mac: fix invalid context in imageForGlyph
Teemu Katajisto
2012-11-21
1
-1
/
+1
*
exclude 3rdparty from lupdate
Oswald Buddenhagen
2012-11-20
1
-0
/
+2
*
Fix for compiling with clang with c++11.
Erik Verbruggen
2012-11-06
1
-1
/
+1
*
Cocoa: make text subpixel rendering check to work for non-Apple displays
Teemu Katajisto
2012-11-03
1
-16
/
+38
*
Mac: Correct writingSystem check value for Chinese
Liang Qi
2012-10-30
1
-2
/
+2
*
Cocoa: fix coretext memory leaks
Teemu Katajisto
2012-10-19
2
-0
/
+3
[next]