]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
Remove extra whitespace.
[lyx.git] / src / Paragraph.cpp
2011-11-13 Georg BaumFix bug #7663: Misparsing of description \item with...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-08-20 Stephan Wittcorrect spell check request for Paragraph::changeLanguage()
2011-08-20 Stephan Wittadd missing spell check requests for Paragraph::appendC...
2011-08-20 Stephan Wittcorrect implementation of "mark whole paragraph" for...
2011-06-22 Enrico ForestieriFix bug #7645 (stream encoding not properly reset after...
2011-06-20 Richard HeckFix bug #7634. Make sure we clear the tag deque if...
2011-04-08 Stephan Wittavoid the single dash (hard hyphen) or apostrophe enclo...
2011-04-03 Richard HeckThe mechanism for closing font tags at the end of a...
2011-04-03 Richard HeckRemove unused variable.
2011-04-02 Stephan Wittcorrect mark of misspelled word if it is the last of...
2011-03-29 Stephan Witt#6776 Remove cached misspelled marker for word delimiters
2011-03-20 Abdelrazak Younescoding style
2011-03-18 Jürgen Spitzmüller* InsetSpecialChar.cpp:
2011-03-16 Stephan Wittcorrect shift of spell results when erasing the last...
2011-03-15 Jürgen Spitzmüllerthinko.
2011-03-15 Jürgen SpitzmüllerFollow-up to r37932: We do not need a skipOnSearch...
2011-03-15 Jürgen SpitzmüllerDo not hardcode specific insets, but use a variable...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-02-27 Enrico ForestieriFix bug #7310 (Greek symbols inside ERT cause unreporte...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-12 Tommaso CucinottaWhen exporting to latex with a length that does not...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-30 Stephan WittisWordSeparator crashes when checking end-of-paragraph
2011-01-29 Stephan Wittrestore the correct behavior of suppression of misspell...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-28 Stephan Wittsave the correct last position of misspelled words...
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-07 Stephan Witt#7220 correct spell check state ranges for word splits
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.
next