]> git.lyx.org Git - lyx.git/history - src/tex2lyx/Context.cpp
Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>.
[lyx.git] / src / tex2lyx / Context.cpp
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-09-29 André Pönitzcompile fix
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two