]> git.lyx.org Git - lyx.git/history - src/mathed/InsetMathMBox.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / mathed / InsetMathMBox.cpp
2011-04-01 Richard HeckThe mode setting stuff wasn't working properly for...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2010-03-31 Richard HeckThis doesn't seem to be compiled even, but oh well.
2009-12-31 Richard HeckMBox is currently inactive, but in case it becomes...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-23 Stefan Schimanski* don't forget InsetMathMBox, which is only compiled...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-25 Stefan Schimanski* compile fix
2008-01-25 Jürgen Spitzmüller** Fix language switch issue introduced by the CJK...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-31 Abdelrazak Younescompil fix
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengFix a few rename inconsistencies discovered by JMarc...
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...