]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Do not allow completion when there is an active selection
[lyx.git] / src / Text.cpp
2018-07-03 Jean-Marc LasgouttesDo not allow completion when there is an active selection
2018-06-26 Richard Kimberly... update assertion.
2018-05-06 Juergen SpitzmuellerAdd \nospellcheck font property
2018-05-04 Richard Kimberly... Note.
2018-04-21 Richard HeckFix for #10624.
2018-04-03 Richard HeckFix bug #11102.
2018-03-07 Jean-Marc LasgouttesAdd cell number to current state in devel mode
2018-02-24 Richard HeckFix bug #10924.
2017-12-24 Juergen SpitzmuellerIntroduce "inherit" encoding for latex_language
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-07-24 Jean-Marc LasgouttesMake "devel mode" configurable at run time
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-11 Jean-Marc LasgouttesDo not record undo when typing two spaces has been...
2017-06-23 Jean-Marc LasgouttesFixup 9c92494e1a486: avoid crash in Inset::dissolve()
2017-06-15 Jean-Marc LasgouttesAvoid memory reuse problems with inset-dissolve
2017-04-04 Uwe StöhrAdd support to cross out characters
2017-02-25 Enrico ForestieriAllow inserting consecutive dashes
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImplement AddToToc for paragraph layouts
2017-01-01 Juergen SpitzmuellerMerge branch 'biblatex2' of git.lyx.org:features into...
2016-12-31 Guillaume MunchConvert a pointer to a reference
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-10-20 Jean-Marc LasgouttesWhen breaking an empty paragraph reduces depth, set...
2016-08-24 Jean-Marc LasgouttesDo not set layout for no-op paragraph break
2016-07-05 Jean-Marc LasgouttesRecord undo when deleting end of paragraph in change...
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2016-06-06 Georg BaumFix cppcheck initialization warnings
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesRename badly named variable
2016-05-29 Jean-Marc LasgouttesMove one Text::setCursor instance to CursorSlice
2016-05-29 Jean-Marc LasgouttesVariables of type pit_type should be named pit, not par
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesRemove support/metahash.h
2016-05-29 Guillaume MunchGuiChanges: provide feedback when there are no more...
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-02-26 Jean-Marc LasgouttesDo not merge consecutive hyphens in LyX-Code
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2016-01-03 Scott KostyshakDo not initialize a var to a val that's never used
2015-11-18 Guillaume MunchFix bug #9854 "Dataloss after git merge with change...
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-06-03 Jean-Marc LasgouttesMake case-changing lfuns operate on full words by default
2015-05-28 Richard HeckThe way this was done here is inconsistent with how...
2015-05-17 Georg BaumFix indentation
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-05-09 Juergen SpitzmuellerWhitespace
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-31 Jean-Marc LasgouttesGet rid of autoBreakRow, which is obsoleted by allowMul...
2015-03-31 Jean-Marc LasgouttesImprove the check for multiple paragraphs in Text:...
2015-03-16 Jean-Marc LasgouttesImprove undo of consecutive insertions/deletions
2015-03-01 Georg BaumReplace automatic logofication with insets
2015-02-28 Jean-Marc LasgouttesRevert some other dubious "improvements" in b627b870
2015-02-26 Georg BaumFix hyphen conversion in passThru insets
2015-02-24 Georg BaumFix plaintext output of dashes (bug #3647)
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-14 Alfredo BraunsteinRewrite of change-related helpers
2014-05-19 Georg BaumUgly fix for bug #9102
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckTypos and style.
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-04-21 Jean-Marc LasgouttesDo not store Languages objects in completion words...
2014-03-09 Georg BaumPrevent the most important case of bug #9012
2014-03-08 Georg BaumRemove dead code + whitespace
2013-12-01 Richard HeckFix bug #8727: Text::breakParagraph() was always settin...
2013-05-25 Stephan WittOn Mac, moving down a paragraph should place the cursor...
2013-05-02 Jean-Marc LasgouttesMore llvm/clang warnings
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-25 Jean-Marc LasgouttesFix bug #8633: change tracking: paragraph break is...
2013-02-04 Juergen SpitzmuellerFix float label prefix (bug #8536)
2013-01-22 Julien RiouxSeparation of the various names for encodings.
2012-12-15 Juergen SpitzmuellerCorrectly handle environment sequences in TOC
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-09-19 Juergen SpitzmuellerDo not propose existing labels
2012-08-23 Juergen SpitzmuellerAdd support for some basic non-unicoded IPA macros
2012-07-16 Jean-Marc LasgouttesFix bug #8242: undo fails for longest label width
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-14 unknownFix bug #7641: Freeze when removing itemized first...
2012-01-16 Richard HeckFix bug #7774. It should be fine to show the complete...
2012-01-16 Richard HeckChange minimum value in forToc().
2011-11-20 Peter Kümmelprepare switch to switch-case in when parsing tex files
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-09-24 Richard HeckFix bug #3821 by allowing insertStringAs* to reset...
2011-06-29 Richard HeckAdd a sanity check to prevent the crash noted in #7654.
2011-06-08 Richard HeckFix stupid duplicate from r38981.
2011-06-08 Richard HeckFix bug #7517. This restores some code removed when...
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-09 Richard HeckFix for bug #7319. This is an attempt to fix the bug...
2011-05-09 Richard HeckWe need to do the update here simply because of the...
2011-01-12 Richard HeckRemove obsolete comments.
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
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-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-05 Vincent van RavesteijnFix bug #6058: Change tracking and versioning.
next