]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
This should do it for the delimiters.
[lyx.git] / src / Paragraph.cpp
2009-12-10 Richard HeckGenerate the magic label always. We'll need it other...
2009-12-10 Richard HeckDon't double-escape things.
2009-12-10 Richard HeckThis really gets the TOC working now. We auto-generate...
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-12-03 Richard HeckRemove obsolete comment.
2009-12-01 Richard HeckFix bug 5842: Add InPreamble tag for layouts.
2009-11-30 Richard HeckAdd a couple comments.
2009-11-30 Richard HeckRemove obsolete comment.
2009-11-30 Richard HeckDon't escape these.
2009-11-19 Richard HeckForgot this. Now the insets at least show up again.
2009-11-19 Richard HeckComments.
2009-11-19 Richard HeckRestore basic paragraph output for XHTML. The insets...
2009-11-17 Richard HeckUnnecessary argument.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Richard HeckTry to deal with one of the big problems here, namely...
2009-10-23 Jean-Marc LasgouttesParagraph::write: buffer normal characters into a docst...
2009-10-12 Jürgen SpitzmüllerAssure the author is encoded correctly in the LaTeX...
2009-09-16 Enrico ForestieriProperly reset the stream encoding after an environment...
2009-09-02 Tommaso CucinottaOutputParams.linelen now controls line-width also for...
2009-08-10 Abdelrazak YounesMove the inline spellchecking code from collectWords...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak Younesgcc compilation and warning fixes.
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-04 Vincent van RavesteijnSome small code simplications.
2009-08-04 Vincent van RavesteijnUniform naming of functions.
2009-08-04 Vincent van RavesteijnRemove some unnecessary negated logic.
2009-08-04 Vincent van RavesteijnHide some internals of Changes:
2009-08-04 Enrico ForestieriWhite space.
2009-08-04 Pavel SandaPlease Andre
2009-08-03 Enrico ForestieriProperly restore the file encoding after a LaTeX enviro...
2009-08-02 Abdelrazak YounesOptimization: don't do suggestion if we only want to...
2009-08-02 Abdelrazak YounesSpellChecker work:
2009-08-01 Vincent van RavesteijnAdd a pending space after math if it is not the last...
2009-07-25 Vincent van RavesteijnFix bug #4473: Incorrect LaTeX output for inter-word...
2009-07-23 Vincent van RavesteijnFix bug #6058: Change tracking not usable in version...
2009-07-18 Jürgen Spitzmüller* Paragraph.cpp: prevent null pointer.
2009-07-16 Jean-Marc Lasgouttesremove some explicit tests against ERT_CODE; more to...
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-16 Jürgen Spitzmüller* attempt to fix polytonic Greek (with mutli-accents...
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-12 Jean-Marc Lasgouttesremove the now unused Paragraph::translateIfPossible
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-06-23 Abdelrazak YounesParagraph::collectWords() and MenuDefinition::expandSpe...
2009-06-22 Abdelrazak YounesA word have a non zero size.
2009-06-22 Abdelrazak YounesMSVC: Add safety checks.
2009-06-22 Abdelrazak YounesSimplify Buffer::spellCheck() by using Paragraph::spell...
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2009-06-21 Abdelrazak YounesParagraph::isLetter(): Fix word selection in ERT. The...
2009-06-19 Jean-Marc Lasgouttesfix output of abnormally short lines in .lyx files
2009-06-18 Jean-Marc Lasgouttesget rid of the \use_alt_language pref, which was not...
2009-06-18 Jürgen Spitzmüller* Paragraph.cpp:
2009-06-15 Jürgen Spitzmüller* Paragraph.cpp:
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-06 Vincent van RavesteijnFix the output of a single dash in xhtml.
2009-06-05 Richard HeckOutput cosmetics, mostly. Get the newlines better.
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-25 Jürgen Spitzmüller* Allow manual setting of bibliography indendation
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-05-14 Vincent van RavesteijnFix bug #5390. Copy from a deleted section with change...
2009-05-06 Abdelrazak YounesSpellChecker context menu. Part of the continuous Spell...
2009-05-01 Abdelrazak YounesMove isLetter() logic to Paragraph::isLetter().
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-05-01 Abdelrazak YounesInitial support for continuous spell-checking. This...
2009-05-01 Abdelrazak YounesTransfer word locating code from Text to Paragraph.
2009-04-19 Jean-Marc LasgouttesSpeedup the expandLabel by avoiding the recursive part...
2008-12-20 Pavel SandaAdvSearch - next patch from Tommaso.
2008-12-10 Jürgen Spitzmüller* Paragraph.cpp: embrace ']' (fix bug 5610)
2008-11-29 Uwe StöhrParagraph.cpp: revert r27719 because this broke every...
2008-11-27 Jean-Marc Lasgoutteswhen validating a paragraph, skip insets that do not...
2008-11-21 Jürgen Spitzmüller* src/Language{.cpp,h}:
2008-11-18 Enrico ForestieriStyle
2008-11-18 Enrico ForestieriFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5489...
2008-11-16 Stephan Wittfix broken latex output range checking
2008-11-16 Stephan Wittuse correct type of variable in appendString change...
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-12 Jürgen Spitzmüller* Paragraph.cpp: typo.
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-11-03 Enrico ForestieriFixbug 5280
2008-11-03 Enrico ForestieriFix bug 5216
2008-10-31 Richard HeckThis was the wrong check.
2008-10-31 Richard HeckA (very) little constness.
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-19 Enrico ForestieriFix bug 5374
2008-10-19 Abdelrazak Younessome more small optimization.
2008-10-19 Abdelrazak YounesParagraph:
2008-10-08 Abdelrazak YounesOups...
2008-10-08 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5328
2008-10-06 Jean-Marc Lasgouttesfix misleading debug message
2008-09-30 Uwe Stöhradd support for TABs in Listings, fileformat change...
2008-09-30 Abdelrazak YounesAdd a "List of Changes" in the Navigator. The list...
2008-09-18 Jürgen SpitzmüllerFix bug 448:
2008-09-15 Abdelrazak YounesGraceful assertion in release mode.
2008-09-13 Abdelrazak Younesexit(10) was a bit extreme... replace with a Buffer...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
next