]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiFontMetrics.cpp
Add missing initialization
[lyx.git] / src / frontends / qt4 / GuiFontMetrics.cpp
2017-02-21 Jean-Marc LasgouttesMove comment
2017-02-20 Guillaume MunchIntroduce support/Cache.h
2017-02-20 Jean-Marc LasgouttesBetter handling for negative position in pos2x
2017-01-20 Enrico ForestieriAdd clarifying comment
2017-01-20 Jean-Marc LasgouttesFix metrics of math characters with 0 width
2016-12-19 Jean-Marc LasgouttesAdd caching for the QTextLayout objects we use
2016-12-06 Jean-Marc LasgouttesHandle negative values gracefully.
2016-11-06 Guillaume MunchAlways prefer breaking at word boundaries
2016-11-06 Guillaume MunchOn-screen justification: stretch in proportion with...
2016-11-03 Jean-Marc LasgouttesQString only uses UTF-16, not UCS-4
2016-10-24 Jean-Marc LasgouttesWork around issues with Qt5 and Arabic text
2016-03-03 Jean-Marc LasgouttesAvoid endless loop when the window is too narrow
2016-02-04 Jean-Marc LasgouttesAllow breaking a row element at a leading/trailing...
2015-12-16 Jean-Marc LasgouttesDo not use a static variable as QTextLayout cache
2015-12-09 Jean-Marc LasgouttesRemember the last used QTextLayout object
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
2015-01-14 Jean-Marc LasgouttesSquash warnings reported by gcc 4.9
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesFix positionning of cursor
2014-07-08 Jean-Marc LasgouttesRemove support for LyXRC::force_paint_single_char
2014-06-25 Jean-Marc LasgouttesImplement real string width computation
2014-05-07 Jean-Marc LasgouttesRely on Qt to handle small caps text
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-12-15 Georg BaumAdd support for stmaryrd.sty (bug #8434)
2010-12-29 Vincent van RavesteijnFix bug #7187: Font painting problems with emulated...
2010-11-17 Richard HeckWe don't generally use "static" this way in the LyX...
2008-09-08 Pavel SandaCoding style
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-02 Abdelrazak YounesHopefully fix monolithic build.
2008-02-14 Abdelrazak Younesfactorize code between GuiFontMetrics::rectText() and...
2008-02-14 Abdelrazak Younes* buttonText(): painting tweaks.
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-13 André Pönitzremove #includes; cosmetics
2007-11-08 André Pönitzshuffle stuff around
2007-10-08 Abdelrazak YounesAdd a FIXME and a hint for implementation of surrogate...
2007-08-13 Abdelrazak YounesOptimisation: don't search twice the hash tables.
2007-05-31 Abdelrazak YounesPut again the (slightly edited) caution warning from...
2007-05-31 Abdelrazak YounesThis commit allows to support the full unicode range...
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...