]> git.lyx.org Git - features.git/history - src/mathed/MathMacroTemplate.cpp
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / mathed / MathMacroTemplate.cpp
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-19 Stefan Schimanski* compile fix for trunk
2007-12-19 Stefan Schimanski* at least return a valid template on parse error,...
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-11-14 Stefan Schimanski * added forgotton undo call for LFUN_MATH_MACRO_REMOVE...
2007-11-05 André Pönitz#include cosmetics
2007-11-01 Stefan Schimanski* 1 off error, leading to a crash with only one optiona...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-24 Abdelrazak YounesPut MathData on a diet: transfer dimension cache to...
2007-09-23 Abdelrazak YounesPut mathed on a diet: transfer dimension cache from...
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename MathArray into MathData
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...