]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
prepare Qt 5.6 builds
[lyx.git] / src / Text3.cpp
2016-01-16 Enrico ForestieriDon't merge next paragraph when removing a separator...
2016-01-14 Enrico ForestieriInsert a plain separator instead of a parbreak one.
2016-01-13 Enrico ForestieriInsert a separator only when the paragraph is empty.
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2016-01-09 Enrico ForestieriAvoid inserting multiple consecutive parbreak separators.
2015-11-17 Jean-Marc LasgouttesDisable LFUN_LAYOUT when layout cannot be found
2015-10-05 Jean-Marc LasgouttesRemove PainterInfo argument to checkCursorScrollOffset
2015-09-13 Guillaume MunchMath commands used in text mode now always use the...
2015-08-26 Günter MildeNew lfun "accent-perispomeni".
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesReset properly the cursor font when leaving an inset...
2015-07-16 Stephan Witt#9496 add a check for requested thesaurus files if...
2015-07-16 Stephan Witt#9496 factor out getting language from LFUN args or...
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-06-07 Enrico ForestieriProperly fix #9602.
2015-06-07 Enrico ForestieriRevert 6bd9f885
2015-06-07 Enrico ForestieriFix bug #9602.
2015-06-07 Scott KostyshakRevert "Update previews after pasting (#6211)"
2015-06-03 Jean-Marc LasgouttesMake case-changing lfuns operate on full words by default
2015-05-28 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2015-05-28 Juergen SpitzmuellerDo AutoInsert of item arguments also on paragraph break.
2015-05-21 Juergen SpitzmuellerAdd InsertCotext tag also to InsetLayout argument ...
2015-05-20 Jean-Marc Lasgouttesremove bogus comment
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-05-10 Scott KostyshakFix pasting of PDF from clipboard
2015-05-09 Juergen SpitzmuellerAdd option to Argument to let it be inserted with a...
2015-04-22 Scott KostyshakAssert if unknown argument to internal paste
2015-04-21 Scott KostyshakUpdate previews after pasting (#6211)
2015-04-12 Juergen SpitzmuellerIssue a warning if thesaurus dir is not set up (as...
2015-04-03 Scott KostyshakFix selection at borders of insets (#9487)
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-31 Jean-Marc LasgouttesImprove the check for multiple paragraphs in Text:...
2015-03-27 Stephan Witt#9477 improved argument handling for LFUN_SPELLING_ADD...
2015-03-17 Jean-Marc LasgouttesToggle properly toolbar icons that set layout of a...
2015-03-01 Georg BaumReplace automatic logofication with insets
2015-02-25 Richard HeckAdd comment, so that does not happen again.
2015-02-25 Richard HeckPartially revert b627b870, which broke cursor movement.
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-02-15 Uwe Stöhrtext3.cpp: adapt a possible fix to current code
2015-02-08 Juergen SpitzmuellerAdd pref option to disable middle-mouse-button paste
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-03 Richard HeckCleanup of outliner moving code.
2014-11-27 Jean-Marc LasgouttesFix warnings reported by clang
2014-11-01 Jean-Marc LasgouttesReimplement inset-select-all in a generic way
2014-10-23 brokenclockAdd LFUN_SERVER_GET_STATISTICS command
2014-06-13 Scott KostyshakSelect word on double click even when at boundary
2014-06-08 Scott KostyshakCombine OutlineIn and OutlineOut blocks
2014-05-26 Enrico ForestieriAllow inserting a blank line also after a nested enviro...
2014-05-22 Enrico ForestieriSimplify the test for inserting a parbreak separator.
2014-05-22 Enrico ForestieriCorrect the check for a command.
2014-05-22 Enrico ForestieriFix potential crash.
2014-05-18 Enrico ForestieriDon't allow inserting two consecutive separators.
2014-05-18 Enrico ForestieriDisregard font properties changes when inserting a...
2014-05-18 Enrico ForestieriTake into account that a blank line is always output...
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckTypos and style.
2014-03-17 Jean-Marc LasgouttesRemove duplicate call to Cursor::selHandle
2014-03-14 Jean-Marc LasgouttesWhitespace only.
2014-03-07 Juergen SpitzmuellerEnable environment-split for standard classes (#9023)
2014-03-04 Jean-Marc LasgouttesBug #9005: various things that do not work as intended...
2014-02-23 Richard HeckForgot in previous commit to deal with case. As I'm...
2014-02-23 Richard HeckIf the selection is some sort of URL, then make it...
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2014-01-27 Juergen SpitzmuellerExtend environment-split to an 'outer' split function
2013-07-13 Georg BaumFix image pasting regression
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
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-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-02-09 Richard HeckRemove references to Counter LabelType from source...
2013-01-21 Jean-Marc LasgouttesConsider deleted text when inserting quote inset.
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-24 Juergen SpitzmuellerLFUN_ENVIRONMENT_SPLIT: simplification
2012-12-23 Juergen SpitzmuellerConvenience LFUN to split an environment
2012-12-17 Vincent van RavesteijnIntroduce Layout::args() and simplify code
2012-12-17 Juergen SpitzmuellerAutoInsert option also for flex insets
2012-12-16 Juergen SpitzmuellerOption to auto-insert a paragraph style option, particu...
2012-12-15 Juergen SpitzmuellerCorrectly handle environment sequences in TOC
2012-12-10 Juergen SpitzmuellerDisallow the insertion of multiplenon-item arguments...
2012-11-29 Juergen SpitzmuellerSupport for \item arguments
2012-11-24 Richard HeckSome minor cleanup of new InsetArguments stuff that...
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerAllow arguments in PassThru environments (bug #7646)
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerAllow arguments in PassThru environments (bug #7646)
2012-11-20 Juergen SpitzmuellerFix function disabling
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-03 Juergen SpitzmuellerRonen's patch for lfun language set
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-30 Juergen SpitzmuellerTrigger preview when inserting preview inset on selection
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2012-08-23 Juergen SpitzmuellerAdd support for some basic non-unicoded IPA macros
2012-07-21 Richard HeckAdd a FIXME about when the appendix should be enabled.
2012-06-07 Jean-Marc LasgouttesFix bug #8027: Edit->Paste Special->... does not replac...
2012-03-06 Jürgen SpitzmüllerImplement a native IPA inset (bug #2591) with instant...
2012-01-21 Jürgen SpitzmüllerFix crash when putting a float around multiple display...
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
next