]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
Revert part of 21965 which was debugging code.
[lyx.git] / src / Paragraph.cpp
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...
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-19 Richard HeckFix for bug 3650. Made changes to the Paragraph::checkB...
2007-05-17 José MatoxFix for a problem reported by some users, where cut...
2007-05-14 Jürgen Spitzmüllerfix bug 2758:
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-08 Michael Schmittchange tracking:
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
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-28 André Pönitzrename/merge LyXLength related stuff
2007-04-27 Abdelrazak YounesFix arabic character transformation by Mostafa Vahedi:
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 Jean-Marc Lasgouttesremove obsolete comment
2007-04-26 Bo PengRename .C ==> .cpp for files in src/