]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiFontMetrics.h
Account for old versions of Pygments
[lyx.git] / src / frontends / qt4 / GuiFontMetrics.h
2017-06-15 Jean-Marc LasgouttesUse the same code for editable and non-editable buttons
2017-02-20 Guillaume MunchIntroduce support/Cache.h
2016-12-19 Jean-Marc LasgouttesAdd caching for the QTextLayout objects we use
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2015-12-16 Jean-Marc LasgouttesDo not use a static variable as QTextLayout cache
2015-11-17 Jean-Marc LasgouttesUse a QCache for string metrics
2015-09-08 Jean-Marc LasgouttesUse QFontMetrics information for underlines (and friend...
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-20 Jean-Marc LasgouttesDo not break row elements at spaces
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesFix positionning of cursor
2014-06-25 Jean-Marc LasgouttesImplement real string width computation
2014-05-07 Jean-Marc LasgouttesRely on Qt to handle small caps text
2012-01-07 Lars Gullik BjønnesAvoid narrowing in array initializator
2007-09-05 André Pönitzthe fun begins....
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-13 Abdelrazak YounesOptimisation: don't search twice the hash tables.
2007-05-31 Abdelrazak YounesThis commit allows to support the full unicode range...
2007-03-21 Enrico ForestieriCache char right bearings
2007-02-26 Abdelrazak Younes* support/qstring_helpers.h: erase ucs4_to_qstring...
2006-12-04 Abdelrazak Younes* enable font metrics cache for all platforms.
2006-12-02 Abdelrazak Younesupdate comments.
2006-12-02 Abdelrazak Younes* qt_helpers.h:
2006-12-01 Abdelrazak YounesCharMetrics: use short int instead of int. This halves...
2006-12-01 Abdelrazak Younes* GuiFontMetrics
2006-12-01 Abdelrazak YounesThis commit fixes the following bug:
2006-10-28 Abdelrazak Younesdelete unused code and comment.
2006-10-27 Abdelrazak Younesreplace the map based width cache with an array based...
2006-10-27 Abdelrazak Younes* GuiFontMetrics: new metrics(QString) method
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...