]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
HTML for math sizes.
[lyx.git] / src / Paragraph.cpp
2010-02-13 Jürgen SpitzmüllerAdd the spellcheck tag also to paragraph styles.
2010-02-13 Jürgen Spitzmüller* new InsetLayout tag to disallow spell checking. This...
2010-02-09 Jürgen Spitzmüller* support/lstring.{cpp,h}:
2010-02-09 Jürgen Spitzmüllerwhitespace.
2010-02-09 Jürgen Spitzmüllerthis was not intended to go in.
2010-02-09 Jürgen Spitzmüller* Paragraph.cpp (spellcheck):
2010-02-09 Jürgen Spitzmüller* store the full Language in WordLangTuple.
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-01-24 Jürgen Spitzmüllerrevert r30112 (#5988).
2010-01-21 Richard HeckKill a (public) magic boolean.
2010-01-20 Richard HeckDon't show deleted stuff in output.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-19 Richard HeckCollect the title for XHTML output, and use it.
2010-01-19 Richard HeckFix listings XHTML output: No paragraphs in there.
2010-01-18 Jürgen Spitzmüller* Add support for aspell language varieties.
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-12 Richard HeckFix TOC output of math insets.
2010-01-06 Abdelrazak YounesRevert part of r32766. This was a stupid change as...
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-12-18 Vincent van RavesteijnFix bug #6378: Word completion (in texted) should be...
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...
next