]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
Fix bug #7212: Paragraph::forToc has to include the labelString.
[lyx.git] / src / Paragraph.cpp
2011-01-06 Vincent van RavesteijnFix bug #7212: Paragraph::forToc has to include the...
2011-01-02 Stephan Witt#7201 return "correct" wrong spelled word when before...
2010-12-22 Stephan Wittcheaper empty range for getRange result on mismatch
2010-12-22 Stephan Wittfix for #7081: the painting of misspelled marker is...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Vincent van RavesteijnFix bug #7166: Insets that shouldn't appear in the...
2010-12-16 Stephan Wittremove superfluous semicolons at the end of namespaces
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-11-28 Richard HeckAllow InPreamble to be used with Paragraph-type environ...
2010-11-28 Georg BaumFix bug #6853 (Short titles ignored when InPreamble...
2010-11-26 Richard HeckComment.
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-23 Jürgen Spitzmüllerfurther xetex disambiguation: use the flavor where...
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-22 Tommaso CucinottaIgnore ligature breaks and hyphenations during simple...
2010-11-17 Vincent van RavesteijnSqueeze warnings on msvc express 2010.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-10-12 Stephan Witt#6945 correct refresh range maximum on char erase
2010-09-29 Stephan Wittadd missing spell check request on early return for...
2010-09-29 Stephan Witt#6917 correct spell check for deleted text in change...
2010-09-20 Stephan Wittmore constness, thanks Abdel
2010-09-19 Stephan Wittreplace the map of the speller state with a vector
2010-09-19 Stephan Wittcorrect the second try for misspelled words to catch...
2010-09-17 Stephan Wittmake a second try for misspelled words to catch abbrevi...
2010-09-16 Stephan Wittdon't copy internal state of spell checker in copy... 2.0.0alpha6
2010-09-14 Abdelrazak Younesgcc compile fix.
2010-09-14 Abdelrazak Youneswhitespace
2010-09-14 Stephan Wittreduce nesting levels in markMisspelledWords; simplify...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-26 Stephan Wittadd setMisspelled() wrapper to check arguments and...
2010-08-07 Jean-Marc LasgouttesClean-up the code with respect to PassThru insets and...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
2010-07-13 Richard HeckRevert last commit. I was confusing two things.
2010-07-13 Richard HeckEnhance LyX by fixing #6760. New preference to set...
2010-06-15 Richard HeckParagraph::latex() always returned false. So remove...
2010-06-15 Richard HeckFix InPreamble. I must have committed an incomplete...
2010-06-09 Richard Heck...this value. As the comment says, this is the value...
2010-06-09 Richard HeckMore minor cleanup, while looking for...
2010-06-09 Richard HeckMinor cleanup.
2010-06-05 Edwin Leuvenget rid of some missing enum warnings after r34598
2010-04-16 Pavel SandaSimplify texrow
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...
next