]> git.lyx.org Git - lyx.git/history - src/paragraph_funcs.cpp
fix a couple warnings after the number localization patch
[lyx.git] / src / paragraph_funcs.cpp
2009-05-25 Jürgen Spitzmüller* paragraph_funcs.{cpp,h}:
2009-05-14 Vincent van RavesteijnFix bug #5390. Copy from a deleted section with change...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5423
2008-10-19 Abdelrazak YounesParagraph:
2008-10-08 Abdelrazak Younesfix memory leak.
2008-10-08 Abdelrazak YounesmoveItem(): simplify a bit more and clarify comment.
2008-10-08 Abdelrazak YounesmoveItem(): simplify
2008-10-08 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5328
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-09-13 Abdelrazak YounesFix silly bug spotted by Vincent in r26372
2008-09-12 Abdelrazak YounesbreakParagraphConservative(): don't forget to set the...
2008-09-12 Abdelrazak YounesGet rid of Paragraph::insetAllowed()
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzcosmetics/#include cleanup
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/