]> git.lyx.org Git - lyx.git/history - src/paragraph_funcs.cpp
Comment.
[lyx.git] / src / paragraph_funcs.cpp
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-26 Richard HeckSimplify and fix a bug.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
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/