]> git.lyx.org Git - lyx.git/history - src/MetricsInfo.cpp
Revert "Fix display of a math hull inset in a tight inset"
[lyx.git] / src / MetricsInfo.cpp
2024-03-22 Jean-Marc LasgouttesRevert "Fix display of a math hull inset in a tight...
2023-11-06 Enrico ForestieriAllow using the text properties dialog in mathed
2023-11-02 Enrico ForestieriInherit outer font in text-in-math environments
2023-11-02 Enrico ForestieriRevert "Inherit outer font in text-in-math environments"
2023-11-01 Enrico ForestieriInherit outer font in text-in-math environments
2023-07-14 Jean-Marc LasgouttesFix display of a math hull inset in a tight inset
2022-11-16 Jean-Marc LasgouttesFix compilation with gcc 4.9
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-21 Jean-Marc LasgouttesAlways qualify calls to std::move()
2021-07-09 Jean-Marc LasgouttesRework display of numbers in margins of hull insets
2021-05-31 Jean-Marc LasgouttesPrevent insets in table cells from expanding artificial...
2021-03-04 Enrico ForestieriFix bug #9601
2020-11-12 Yuriy SkalkoSimplify Changers
2020-10-25 Yuriy SkalkoMove include of own header to the top. Fix dependencies
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-08-25 Jean-Marc LasgouttesAdd space before display math that starts a paragraph
2020-06-05 Jean-Marc LasgouttesFixup 74540c98: handle selection for label background
2020-01-14 Jean-Marc LasgouttesRename PainterMetrics::change_ to change
2019-10-21 Jean-Marc LasgouttesMark insets with invalid buffer() in red in devel-mode.
2019-07-15 Jean-Marc LasgouttesAdd support for amsmath's smallmatrix
2019-07-14 Jean-Marc LasgouttesDraw display math numbering outside of inset
2019-06-14 Jean-Marc LasgouttesRename LM_ST_* to *_STYLE and FONT_SIZE_* to *_SIZE
2019-06-14 Jean-Marc LasgouttesRevert "Rename LM_TC_* to FONT_STYLE_*"
2019-06-14 Jean-Marc LasgouttesRename LM_TC_* to FONT_STYLE_*
2019-06-12 Jean-Marc LasgouttesAvoid warnings with gcc 9
2019-06-07 Jean-Marc LasgouttesRevert "Remove unneeded std::move"
2019-06-06 Jean-Marc LasgouttesRemove unneeded std::move
2019-03-22 Jean-Marc LasgouttesTreat math style a bit more like other font features
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
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/