]> git.lyx.org Git - lyx.git/history - src/MetricsInfo.cpp
Avoid warnings with gcc 9
[lyx.git] / src / MetricsInfo.cpp
2019-10-25 Jean-Marc LasgouttesAvoid warnings with gcc 9
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-05-07 Daniel RamöllerPreferences shows current zoom instead of preference...
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchSome code factoring for changing mode.
2016-11-22 Guillaume MunchInsetMath: match the screen display with the EnsureMath...
2016-11-20 Guillaume MunchSimplify Changers interface
2016-11-20 Guillaume MunchCorrect computation of math font size
2016-11-17 Jean-Marc LasgouttesMerge branch 'betterspacing'
2016-11-17 Jean-Marc LasgouttesSkip drawing of markers in non-editable math data
2016-11-16 Jean-Marc LasgouttesOnly display a blue rectangle for editable empty insets
2016-10-25 Enrico ForestieriShow on screen font changes for text-in-math
2016-07-03 Guillaume MunchMatch code with comment
2016-06-15 Guillaume MunchFix compilation with gcc 4.6 part II
2016-06-13 Guillaume MunchRemove a conversion to_utf8() inside FontSetChanger
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-06-13 Guillaume MunchRefChanger
2015-05-06 Stephan Witt#9514 contents inside of LyX insets with spell check...
2015-03-05 Jean-Marc LasgouttesSome code factorization for the Change template
2010-09-09 Jean-Marc LasgouttesSanitize ColorChanger
2010-09-02 Jean-Marc LasgouttesMetricsInfo::textColor: helper function that helps...
2010-04-28 Enrico ForestieriIndex: src/mathed/InsetMathHull.cpp
2010-04-27 Enrico ForestieriChanging only the shape does not always work. For example,
2010-04-27 Enrico ForestieriIn mathed, also preserve the color when changing a...
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Abdelrazak Younesbug fix from Vincent.
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-27 Uwe StöhrMetricsInfo.cpp: compile fix
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-28 Abdelrazak Youneswhite space.
2007-10-28 Abdelrazak YounesRemove unneeded code and comment.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-08-30 Abdelrazak Younes* RowPainter: store PainterInfo reference instead of...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Bo PengRename .C ==> .cpp for files in src/