OSDN Git Service

kde/Katie.git
2022-01-27 Ivailo Monevresult of QFontDatabase::pointSizes() and QFontDatabase...
2022-01-26 Ivailo Monevreplace qt_addPatternProps() with its body
2022-01-26 Ivailo Monevdrop support for non-local font filepaths
2022-01-26 Ivailo Monevremove unused QFreetypeFace::addGlyphToPath() argument
2022-01-26 Ivailo Monevguard against QTextCodecCleanup recreation in QTextCode...
2022-01-26 Ivailo Monevdrop accessibility support [ci reset]
2022-01-26 Ivailo Monevremove unused QT_FPOS_T definition
2022-01-25 Ivailo Monevcorrect condition for assert in tst_QAbstractSpinBox...
2022-01-25 Ivailo Monevget rid of the subject to race condition Q_GLOBAL_STATI...
2022-01-25 Ivailo Monevget rid of QT_BEGIN_INCLUDE_NAMESPACE and QT_END_INCLUD...
2022-01-24 Ivailo Monevreplace some QFreetypeFace methods with their body
2022-01-24 Ivailo Monevreturn changed copy of properties from QFontEngineFT...
2022-01-24 Ivailo Monevremove unused QFreetypeFace::xsize and QFreetypeFace...
2022-01-23 Ivailo Monevreturn standard point sizes from QFontDatabase::pointSi...
2022-01-23 Ivailo Monevstyle argument of QFontDatabase::pointSizes() is optional
2022-01-23 Ivailo Monevremove unused font pattern property
2022-01-23 Ivailo MonevQFontDatabase does not have enums for it to get declare...
2022-01-23 Ivailo Monevuse QPointF instead of QTransform as argument for QFont...
2022-01-23 Ivailo Monevadjust QFontEngineFT::boundingBox() to the changes...
2022-01-23 Ivailo MonevQFont::HintingPreference documentation correction
2022-01-23 Ivailo Monevmark warning cases in QFont as unlikely
2022-01-22 Ivailo Monevremove comment for generateItem() function
2022-01-22 Ivailo Monevmove debug messages where they make sense in tryPattern...
2022-01-21 Ivailo Monevfix script detection for surrogates in text engine
2022-01-21 Ivailo Monevdebug build type fix
2022-01-21 Ivailo Monevreplace QGlyphLayout::spaceNeededForGlyphLayout() with...
2022-01-21 Ivailo Monevremove unused QVarLengthGlyphLayoutArray::resize()...
2022-01-21 Ivailo Monevreduce the allocations for glyph arrays
2022-01-21 Ivailo Monevoptimize QPainterPath::addText()
2022-01-21 Ivailo Monevconvert text engine item generator to static function
2022-01-21 Ivailo Monevremove plastique and motif styles [ci reset]
2022-01-21 Ivailo Monevremove redundant condition check in QFreetypeFace const...
2022-01-20 Ivailo Monevremove bogus hack in Itemizer::generate()
2022-01-20 Ivailo Monevrevert some changes for the sake of compatibility ...
2022-01-20 Ivailo Monevuse only special character to find font for scripts
2022-01-20 Ivailo Monevinclude foundries in the result of QFontDatabase::famil...
2022-01-19 Ivailo Monevinitialize variable in qt_FcPatternToQFontDef() function
2022-01-19 Ivailo Monevorder fonts in database based on score
2022-01-19 Ivailo Monevinitialize variable in QFontEngineFT constructor
2022-01-19 Ivailo Monevinitialize QX11Data::fc_hint_style member regardless...
2022-01-19 Ivailo Monevremove unused getXDefault() function
2022-01-19 Ivailo Monevremove now redundant font style strategy property ...
2022-01-19 Ivailo Monevcompletely drop support for bitmap fonts [ci reset]
2022-01-19 Ivailo Monevjustification space is always zero for outlines now
2022-01-19 Ivailo Monevremove noop harfbuzz bits
2022-01-18 Ivailo Monevremove disabled debug messages related to QFontDatabase
2022-01-18 Ivailo Monevreplace calcLineBreaks() function with its body
2022-01-18 Ivailo Monevremove unused Qt::TextJustificationForced enum [ci...
2022-01-18 Ivailo Monevmark warning cases in QTextLayout as unlikely
2022-01-18 Ivailo Monevconst-ify variable in QFontMetrics constructor
2022-01-18 Ivailo Monevremove unused unicode tables data
2022-01-18 Ivailo Monevprioritize normal, book, roman and non-italic styles
2022-01-18 Ivailo Monevcompare weight in QtFontFamily less than operator
2022-01-17 Ivailo Monevremove unused harfbuzz code
2022-01-17 Ivailo Monevdo not assume fonts have normal/regular style
2022-01-17 Ivailo Monevtest font resolution with foundry
2022-01-17 Ivailo Monevremove unused harfbuzz offsets related code
2022-01-17 Ivailo Monevremove redundant QGlyphLayout::advances_y member
2022-01-17 Ivailo Monevupdate comment about glyph_metrics_t struct
2022-01-17 Ivailo Monevensure width is not affected by negative outline contou...
2022-01-17 Ivailo Monevtest text eliding with fixed pitch font
2022-01-17 Ivailo Monevcompare point size member in QFontDef operator methods
2022-01-17 Ivailo Monevcorrect warning message in qt_elided_text() function
2022-01-17 Ivailo Monevresolve font family alias to existing one if possible...
2022-01-17 Ivailo Monevadd font family resolution test
2022-01-17 Ivailo Monevread settings file before truncating it in QSettingsPri...
2022-01-16 Ivailo Monevtest text eliding with all standard font sizes
2022-01-16 Ivailo Monevopen file exclusively for read/write in QSettingsPrivat...
2022-01-16 Ivailo Monevdo not round font pixel size in QFontDatabase::load()
2022-01-16 Ivailo Monevpass the size of the QByteArray object to QString const...
2022-01-16 Ivailo Monevmerge any changes to settings files written by other...
2022-01-16 Ivailo Monevenable effects frame based on effects checkbox state...
2022-01-16 Ivailo Monevtypo
2022-01-16 Ivailo Monevremove now redundant check in isStyleMatch() function
2022-01-16 Ivailo Monevdo not attempt to resolve font family alias if fontconf...
2022-01-16 Ivailo Monevmove regular/normal font styles to the top to prioritiz...
2022-01-16 Ivailo Monevmatch regular as normal font style and vice versa
2022-01-16 Ivailo Monevsubstitute regular with normal style for compatibility...
2022-01-16 Ivailo Monevreimplement text eliding, drop support for multi-string...
2022-01-15 Ivailo Monevremove redundant QFontMetrics::width() argument and...
2022-01-15 Ivailo Monevde-duplicate code in QTextEngine::fontEngine()
2022-01-15 Ivailo Monevhandle inherited script in QPainterPath::addText()
2022-01-14 Ivailo Moneveffectively revert 56e3d126d0603a6469db2c6a4f636dfb5d319a60
2022-01-12 Ivailo Monevremove unused QTextEngine::boundingBox() method
2022-01-12 Ivailo MonevQFont and QFontDatabase documentation corrections ...
2022-01-11 Ivailo Monevremove pre-edit area support test
2022-01-11 Ivailo Monevfix QTextCursor build
2022-01-11 Ivailo Monevdrop QTextLayout pre-edit support
2022-01-11 Ivailo Monevremove redundant QTextCursor::MoveOperation enums ...
2022-01-11 Ivailo Monevremove redundant QTextLayout cursor positioning methods
2022-01-11 Ivailo Monevformat qharfbuzz source file
2022-01-11 Ivailo Monevremove redundant harfbuzz attribute assignment in calcL...
2022-01-11 Ivailo Monevremove redundant harfbuzz font metric enum
2022-01-11 Ivailo Monevfix debug message in QTextEngine::width()
2022-01-11 Ivailo Monevassume all freefonts are standard in QFontSubset::toType1()
2022-01-11 Ivailo Monevfix overallocation of POINTBLOCK data
2022-01-10 Ivailo Monevpass QRegionPrivate as pointer to QRegionPrivate::conta...
2022-01-10 Ivailo Monevstatic analyzer warning fix
2022-01-10 Ivailo Monevstatic analyzer warning fix
2022-01-10 Ivailo Monevcompiler warning fix
next