OSDN Git Service

kde/Katie.git
2022-01-29 Ivailo Monevget rid of QLinkedList<T>
2022-01-29 Ivailo Monevuse QStdVector<T> instead of QVector<T> for metatype...
2022-01-28 Ivailo Monevuse std::unordered_map<T,T> for character and glyph...
2022-01-28 Ivailo Monevremove TODO in qvector header that will not be done...
2022-01-28 Ivailo Monevcompute load flags from QFontEngineFT::loadGlyph()
2022-01-28 Ivailo Monevcheaky font outlines cache
2022-01-28 Ivailo Monevhex encode the designer tool main window and toobar...
2022-01-28 Ivailo Monevnewly created FcPattern pointers have no properties
2022-01-28 Ivailo Monevgeneralized initializers and rvalue references are...
2022-01-28 Ivailo Monevremove redundant and internal Q_EXTERN_C definition
2022-01-28 Ivailo Monevavoid temporary in QX11PixmapData::fromImage()
2022-01-28 Ivailo Monevif device is sequential set the internal QIODevice...
2022-01-28 Ivailo Monevdo not reference the source image in qt_mask_image...
2022-01-28 Ivailo Monevuse format with alpha channel if Xrender is used in...
2022-01-28 Ivailo Monevremove redundant QX11Data::copyXImageToQImageWithMask...
2022-01-27 Ivailo Monevremove unused fontconfig pattern properties
2022-01-27 Ivailo Monevdrop support for multi-family font request
2022-01-27 Ivailo Monevrevert changes to text underlining for now
2022-01-27 Ivailo MonevMerge branch 'master' of ssh://github.com/fluxer/katie
2022-01-27 Ivailo Monevremove unused and internal QFontInfo methods
2022-01-27 Ivailo Monevremove unused pattern query in QFontDatabase constructor
2022-01-27 Ivailo Monevresult of QFontDatabase::pointSizes() and QFontDatabase...
2022-01-26 Ivailo Monevremove unused tryPatternLoad() function argument
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...
next