]> git.lyx.org Git - lyx.git/history - src/Paragraph.cpp
Update tex2lyx test files
[lyx.git] / src / Paragraph.cpp
2012-08-21 Juergen SpitzmuellerMake tipa shortcuts work for combining chars
2012-08-19 Juergen SpitzmuellerTIPA fixes
2012-08-05 Richard HeckWow, that last commit was dumb. So let's fix #8278...
2012-08-04 Richard HeckFix bug #8278, as suggested there by Ronen.
2012-07-23 Juergen SpitzmuellerWhitespace
2012-07-23 Juergen SpitzmuellerFix direction of brackets in Hebrew when using Polyglos...
2012-07-23 Juergen SpitzmuellerSuppress babel RTL commands when using polyglossia...
2012-07-18 Jean-Marc LasgouttesMake sure that undo is recorded when magic tricks are...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-26 Juergen SpitzmuellerFix macro termination in IPA inset if next character...
2012-04-29 Vincent van RavesteijnDo not show deleted text in the html title
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-10 Jürgen SpitzmüllerAdd "notermination" flag to unicodesymbols. This tells...
2012-03-10 Georg BaumUpdate tex2lyx to file format 427. InsetIPA is not...
2012-03-09 Jürgen SpitzmüllerConsider specifics for TIPAs T3 font encoding and allow...
2012-03-09 Jürgen Spitzmüller* implement possibility to use IPA shortcut notation...
2012-02-15 Georg BaumForgot that in r40694: There is no {} needed after...
2012-01-02 Stephan Witt#6760 add UI to configure the minimal length of a word...
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):
next