]> git.lyx.org Git - lyx.git/history - src/ParagraphMetrics.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / ParagraphMetrics.cpp
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-13 Pavel SandaSelection painting in Insets (courtesy of fishing industry)
2008-09-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-09-14 Abdelrazak YounesPatch by Vincent that solves a number of problems relat...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-21 André Pönitzcosmetics
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-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 André Pönitzsome refactoring.
2008-01-14 Abdelrazak Younesheader cleanup
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
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-18 Abdelrazak Younesuse sizeof instead of hardcoded value.
2007-11-18 Abdelrazak YounesParagraphMetrics::computeRowSignature(): Fix crc comput...
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-24 Abdelrazak Younescompil fix, sorry.
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-09-29 André Pönitzcosmetics
2007-09-21 Abdelrazak Younes* Inset:
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-29 Abdelrazak YounesEnable use of Row::changed()
2007-08-29 Abdelrazak YounesTransfer ParagraphMetrics::rowChangeStatus() to Row...
2007-08-28 Abdelrazak YounesTake Track-Change into account when calculating row...
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-27 Abdelrazak YounesGather ParagraphMetrics initialization in ParagraphMetr...
2007-08-18 Abdelrazak Younes* Text:
2007-08-18 Abdelrazak Younes* Layout.h
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 Bo PengRename .C ==> .cpp for files in src/