]> git.lyx.org Git - lyx.git/history - src
Don't paint misspelled mark if continuous spellchecking is disabled.
[lyx.git] / src /
2009-08-10 Abdelrazak YounesDon't paint misspelled mark if continuous spellchecking...
2009-08-10 Abdelrazak YounesText::dispatch(): the spellchecking code is now uneeded.
2009-08-10 Abdelrazak YounesMove the inline spellchecking code from collectWords...
2009-08-10 Abdelrazak Younesdelete unused code.
2009-08-10 Vincent van RavesteijnCorrect datatypes.
2009-08-10 Vincent van RavesteijnFix bug #3997: RTL paragraphs are painted slightly...
2009-08-10 Jean-Marc Lasgouttessmall simplification and speedup for InsetFoot::updateL...
2009-08-09 Richard HeckRemoved unused code.
2009-08-09 Richard HeckPartially fix bug 2972: The logic was all backwards...
2009-08-09 Abdelrazak Younesoutline(): avoid paragraph copying by using RandomAcces...
2009-08-09 Pavel SandaHopefully this works on other archs too.
2009-08-09 Abdelrazak Younesgcc compilation fix and introduce new splice method.
2009-08-09 Abdelrazak YounesRandomAccessList: new swap() method for swapping two...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesMove Text::insertStringAsLines and Text::insertStringAs...
2009-08-09 Abdelrazak YounesGet rid of some Paragraph::inInset() access.
2009-08-09 Abdelrazak Younesgcc compilation and warning fixes.
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak YounesGet rid of one instance of Paragraph::inInset().
2009-08-09 Abdelrazak YounesGet rid of Buffer::insertStringAsLines().
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak YounesText: move things to private.
2009-08-09 Abdelrazak YounesText: Get rid of BufferParams arguments.
2009-08-09 Abdelrazak YounesDocIterator::innerText(): reuse innerTextSlice()
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2009-08-09 Abdelrazak Younesreturn early.
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-09 Pavel SandaFix #6120. Selection not set when switching to a differ...
2009-08-09 Abdelrazak YounesFix memory leak.
2009-08-09 Abdelrazak YounesDelay Spellchecker intanciation until first use.
2009-08-09 Abdelrazak YounesFix hunspell suggestion call.
2009-08-08 Abdelrazak YounesCompile fix.
2009-08-08 Abdelrazak YounesMinimal support for hunspell. Spellchecking works but...
2009-08-08 Jürgen Spitzmüller* qt_helpers.cpp:
2009-08-08 Vincent van RavesteijnA slightly different work-around which also captures...
2009-08-08 Vincent van RavesteijnRevert previous commit.
2009-08-07 Vincent van RavesteijnFix part of bug #6127: Roundtrip Lyx->Latex->Lyx fails.
2009-08-07 Vincent van RavesteijnWork-around for bug #6034: Applying preferences confuse...
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-08-07 Vincent van RavesteijnFix bug #740 (part 2): Wish for added menu item: File...
2009-08-06 Vincent van RavesteijnFix typo for r30882.
2009-08-06 Vincent van RavesteijnFix bug #740: Wish for added menu item: File->Close...
2009-08-06 Vincent van RavesteijnFix bug #6125: Float positioning dialog enables invalid...
2009-08-06 Richard HeckBetter name for variable.
2009-08-06 Enrico ForestieriMacroData has a buffer_ member, so use this instead...
2009-08-06 Enrico ForestieriFix bug #6014: Assertion when pasting "\def" into 2...
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 Vincent van RavesteijnHide some internals of Changes:
2009-08-04 Vincent van RavesteijnFix the math output mess I caused in r30822.
2009-08-04 Enrico ForestieriWhite space.
2009-08-04 Pavel SandaPlease Andre
2009-08-03 Vincent van RavesteijnFix bug #6119: Keyboard map still shows up after deleting.
2009-08-03 Enrico ForestieriProperly restore the file encoding after a LaTeX enviro...
2009-08-03 Jean-Marc LasgouttesTry to implement properly recursive setBuffer. Normally...
2009-08-02 Vincent van Ravesteijn* PageLayoutUi: Squeeze warning.
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 RavesteijnImprove LaTeX output of arrays in math. Always output...
2009-08-01 Vincent van RavesteijnAdd a pending space after math if it is not the last...
2009-08-01 Vincent van RavesteijnSqueeze warning.
2009-08-01 Vincent van RavesteijnAdd const versions of Inset::asInsetMath.
2009-08-01 Vincent van RavesteijnRemove useless tooltip.
2009-08-01 Abdelrazak YounesFix MSVC warning
2009-08-01 Abdelrazak Younes* Pimpl AspellChecker internal salsa...
2009-08-01 Abdelrazak YounesCompile fix.
2009-08-01 Abdelrazak YounesI forgot to rename those in previous commit.
2009-08-01 Abdelrazak Younes* Rename HunspellSpellChecker to HunspellChecker and...
2009-08-01 Abdelrazak YounesFactorize some code in getStatus() for LFUN_DIALOG_SHOW.
2009-08-01 Abdelrazak YounesInsetText::fixParagraphsFont(): return early and save...
2009-08-01 Abdelrazak YounesFix an assertion with Inset::buffer():
2009-07-30 Vincent van RavesteijnFix bug #5796: Context menu of one inset asks status...
2009-07-30 Enrico ForestieriAvoid deferencing a null pointer.
2009-07-30 Enrico ForestieriSimpler fix for bug #5096: Language switch fails in...
2009-07-30 Enrico ForestieriRevert r30800, r30768, r30767, 30766, and r30627. Soon...
2009-07-28 Enrico ForestieriRefine fix for bug #5096: Language switch fails in...
2009-07-27 Vincent van Ravesteijn* inputMethodQuery: adjust comment.
2009-07-27 Vincent van RavesteijnFix bug #6108: Crash on menu key
2009-07-26 Vincent van RavesteijnFix bug #2969: Double labels appear on empty lines...
2009-07-26 Vincent van RavesteijnWork-around for bug #5957.
2009-07-26 Pavel Sanda/usr/bin/uic -tr lyx::qt_ ui/DelimiterUi.ui -o ui_Delim...
2009-07-25 Pavel Sandacosmetics
2009-07-25 Pavel SandaFix bug #6106. This can go to branch Juergen.
2009-07-25 Vincent van RavesteijnFix bug #4473: Incorrect LaTeX output for inter-word...
2009-07-25 Jürgen Spitzmüller* Text.cpp (dissolveInset):
2009-07-25 Jürgen Spitzmüller* LyXFunc.cpp:
2009-07-25 Enrico ForestieriThis should have gone in r30766.
2009-07-25 Enrico ForestieriMove bracket to the right place, as also suggested...
2009-07-24 Enrico ForestieriSmash another case of missing language switch and also...
2009-07-24 Vincent van RavesteijnFix bug #5061. Patches from Dov (a long time ago).
2009-07-24 Jürgen Spitzmüller* TocWidget.cpp: disable sort option for TOC (bug 5983).
2009-07-24 Jürgen Spitzmüller* paragraph_funcs.cpp: sanitize setLabelWidthStringToSe...
2009-07-23 Vincent van RavesteijnFix another gcc error for r30756.
2009-07-23 Vincent van RavesteijnFix a gcc error and warning for r30756.
next