]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
GuiToc::initialiseParams(): Fix list type parsing
[lyx.git] / src / Paragraph.cpp
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...
2007-10-23 Martin VermeerImprove verbatim for RTL
2007-10-23 Abdelrazak Younes* Paragraph: erase unused some method and move some...
2007-10-23 Abdelrazak Younes* Paragraph:latex(): de-spaghettization step 2: split...
2007-10-22 Abdelrazak Younes* Paragraph: reserve memory by chunks of 100 chars...
2007-10-22 Abdelrazak YounesIntroducing FontList::setRange()
2007-10-22 Abdelrazak Younes* Paragraph:
2007-10-21 André Pönitzcosmetics
2007-10-20 Martin VermeerVerbatim for URL inset, \protect for special phrases...
2007-10-20 Bo Pengmake trunk compile with gcc4
2007-10-20 Abdelrazak Younescleanups: split Paragraph::Private::simpleTeXSpecialCha...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-19 Abdelrazak YounesIntroducing FontList::validate()
2007-10-19 Abdelrazak Younessmall simplification (and optimization).
2007-10-19 Abdelrazak YounesIntroducing FontList::hasChangeInRange()
2007-10-19 Abdelrazak Younes* Paragraph::highestFontInRange(): Transfer some more...
2007-10-19 Abdelrazak Younesincremental cleanup
2007-10-19 Abdelrazak YounesIntroducing FontList.
2007-10-19 Jean-Marc Lasgouttescompilation and warning fix
2007-10-19 Abdelrazak Younes* Paragraph: Cosmetics and cleanups, remove uneeded...
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-15 Enrico ForestieriBetter safe than sorry...
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Enrico ForestieriClarify comments.
2007-10-13 Abdelrazak YounesUse InsetCode.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-12 Enrico ForestieriAdd support for greek and cyrillic chars such that...
2007-10-03 Richard HeckXXXX --> ??
2007-10-03 Richard HeckFix bug 4232: Crash on bad counter name.
2007-09-29 André Pönitzcosmetics
2007-09-10 Jürgen Spitzmüller* src/Paragraph.cpp (getLabelWidthString):
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak Younesheader cleanup.
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-18 Abdelrazak Younescosmetics.
2007-08-18 Abdelrazak Younes* Paragraph::getFontSettings(): small optimisation...
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-06 Richard HeckMake LYX_ALIGN_LAYOUT always be an available layout...
2007-07-21 Michael Schmitt * src/OutputParams.h:
2007-07-20 Dov FeldsternCorrectly generate latex for font/language/encoding...
2007-07-12 Jean-Marc Lasgouttes * Paragraph.cpp (simpleTeXOnePar): fix bug with size...
2007-07-11 Jürgen SpitzmüllerPatch by Richard Heck:
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-09 Michael Schmitt * src/Author.h:
2007-07-05 Dov FeldsternFix "default" encoding to match "auto" encoding except...
2007-07-05 Dov FeldsternSet a newly created inset's font/language to the curren...
2007-06-28 Richard HeckFix some issues with the paragraph settings dialog...
next