]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
Added Liviu Andronic, and modified generate_contributions.py to match what was in...
[lyx.git] / src / Paragraph.cpp
2008-08-13 Jean-Marc Lasgouttesfix warning
2008-08-07 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5132
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-30 Abdelrazak YounesParagraph: Add a partial copy ctor that will get used...
2008-07-23 Abdelrazak YounesEnsure that the Buffer pointer is correctly set with...
2008-07-22 Enrico ForestieriDon't use the \textgreek macro when the latex encoding...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-04 Jürgen Spitzmüller* src/Paragraph.cpp: correct comment.
2008-07-04 Jürgen Spitzmüller* Paragraph.cpp:
2008-07-04 Jürgen Spitzmüller* Paragraph.cpp:
2008-07-03 Jürgen Spitzmüller* src/Paragraph.cpp (latexSpecialTypewriter):
2008-07-01 Jürgen Spitzmüller* Paragraph.cpp: fix typo.
2008-07-01 Jean-Marc Lasgouttes * LyXRC.cpp:
2008-06-24 Jean-Marc LasgouttesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=3580
2008-06-21 Jürgen Spitzmüller* Paragraph.cpp (latexSurrogatePair):
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-05-31 Enrico ForestieriFix bug 3938
2008-05-22 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4650
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-05-22 Abdelrazak Younesforward port rev 24877. Even if trunk is not affected...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-07 André Pönitzcosmetics, maily s/NULL/0/g as hinted by Joost
2008-03-21 André Pönitzcosmetics
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 Richard HeckMore intelligible comment.
2008-03-15 Richard HeckStill trying to fix bug 2178. Will this do it? I do...
2008-03-11 Richard HeckTry again to fix bug 2178.
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-07 Richard HeckDid not need to change this.
2008-03-06 Richard HeckAbdel is right.
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-04 Stefan Schimanski* remove some garbage from the "buffer in inset" change
2008-02-28 Richard HeckFix types.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* update the words of a paragraph when the cursor leaves.
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
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önitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-20 Abdelrazak Younescosmetics
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak Youneswarning fix.
2008-02-09 André Pönitzsome refactoring.
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-28 Jean-Marc Lasgouttesrevert erroneous commit
2008-01-28 Jean-Marc Lasgouttes * src/Text.cpp (changeCase): do not set the selection...
2008-01-14 Abdelrazak Younessimplify ucs4 to utf8 conversion.
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2008-01-12 André Pönitzcosmetics
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
2007-12-30 Enrico ForestieriUse a less verbose form for warnings in the view source...
2007-12-24 Jürgen Spitzmüller* src/Buffer.cpp:
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-18 Bo PengUse ErrorList to handle encoding error
2007-12-17 Jürgen Spitzmüller* src/output_latex.{cpp,h}:
2007-12-14 Jean-Marc Lasgouttes * fix out-of-vector addressing when typesetting UserGuide.
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 lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-08 Jürgen SpitzmüllerSanitize CJK support (fix bug 3561, 4349 and 4337):
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 Uwe StöhrParagraph.cpp: revert r21801 because it broke the LaTeX...
2007-11-26 Abdelrazak YounesParagraph::latexInset(): return early for the NEWLINE_C...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-24 Uwe StöhrParagraph.cpp: remove unneeded include
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-03 Dov FeldsternForce latin-only InsetCollapsables into LTR environment...
2007-11-03 Martin VermeerApply \protect more selectively for special phrases
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-31 Abdelrazak YounesFix some gcc warnings.
2007-10-29 Abdelrazak Younes* FontList:
2007-10-28 Abdelrazak YounesForbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-26 Martin VermeerFix ERT blanks doubling bug
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-24 Enrico ForestieriSmall tweaks
2007-10-24 Abdelrazak Younesdelete unused code.
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-24 Abdelrazak Younesbug fix.
2007-10-24 Abdelrazak Younesget rid of useless Paragraph::Private::size().
2007-10-24 Abdelrazak YounesParagraph::appendString(): use docstring::append().
2007-10-24 Abdelrazak YounesParagraph::Private: change TextContainer to docstring...
2007-10-24 Abdelrazak YounesIntroducing Paragraph::find().
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
next