]> git.lyx.org Git - lyx.git/history - src/paragraph_funcs.cpp
'using namespace std' instead of 'using std::xxx'
[lyx.git] / src / paragraph_funcs.cpp
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-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-21 André Pönitzcosmetics
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-29 André Pönitzcosmetics
2007-09-07 Jean-Marc LasgouttesFix bug 4212
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-06-26 Alfredo BraunsteinFix to bug 3886
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
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-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src/