]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Avoid infinite loop
[lyx.git] / src / Text3.cpp
2018-09-19 Juergen SpitzmuellerAvoid infinite loop
2018-08-20 Juergen SpitzmuellerSo long, date-insert!
2018-08-18 Juergen SpitzmuellerInsetInfo: Move validateArgument() to params
2018-08-06 Juergen SpitzmuellerIntroduce InsetInfoParams
2018-08-05 Juergen SpitzmuellerAdd date-related info insets
2018-07-27 Scott KostyshakFix crash when selecting text with changes
2018-07-27 Juergen SpitzmuellerSort out problems with InsetInfo language settings
2018-07-22 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-07-05 Jean-Marc LasgouttesFixes to input method handling
2018-05-14 Jean-Marc LasgouttesImplement layout-toggle lfun
2018-05-14 Jean-Marc LasgouttesClean up code of LFUN_LAYOUT
2018-05-10 Scott KostyshakOnly show Accept/Reject Change options if relevant
2018-05-05 Richard Kimberly... Remove unused function.
2018-05-02 Richard Kimberly... Fix indentation.
2018-04-26 Richard Kimberly... Simplify some code now that we don't need it for indexes.
2018-04-26 Richard Kimberly... Restore implicit word selection for inset insertion.
2018-04-21 Richard HeckFix #6344.
2018-04-19 Scott KostyshakGreyedouts can be inserted in commands/description
2018-04-17 Richard HeckMove LFUN_UNICODE_INSERT to BufferView, per JMarc's...
2018-04-17 Richard HeckUse FuncRequest::getArg instead of splitting the argument
2018-03-22 Richard Kimberly... Fix bug #11084.
2018-02-24 Richard HeckFix bug #10926, and some for loops.
2018-02-08 Pavel SandaProper naming of LFUN_SET_GRAPHICS_GROUP.
2018-01-20 Juergen Spitzmuellerremove unnecessary braces
2018-01-13 Juergen SpitzmuellerWork around auto-bibitem insertion when separating...
2018-01-13 Juergen SpitzmuellerOnce more rework outline wrt environments.
2018-01-13 Juergen SpitzmuellerFix loop while separating
2018-01-12 Juergen SpitzmuellerComplement the movement handling of environments
2018-01-11 Juergen SpitzmuellerAmend 07665d1dca9
2018-01-11 Juergen SpitzmuellerHandle movement of environments better
2018-01-05 Jean-Marc LasgouttesUpdate buffer when an inset or an INFO inset has bee...
2018-01-04 Juergen SpitzmuellerDo note attempt to nest more than possible.
2018-01-03 Juergen SpitzmuellerDisable useless environment-split function at the core.
2017-12-31 Juergen SpitzmuellerAnother case where nesting needs to be preserved.
2017-12-31 Juergen SpitzmuellerUse real cursor pit, not the modified one.
2017-12-30 Juergen SpitzmuellerMaintain nesting when separating outer environment
2017-12-30 Juergen SpitzmuellerRevert "Fix environment-split when at pos 0 of a frame...
2017-12-30 Juergen SpitzmuellerFix environment-split when at pos 0 of a frame title.
2017-12-30 Juergen SpitzmuellerFix environment-split previous problem spotted by Joel
2017-12-29 Richard HeckMinor code simplification.
2017-12-29 Juergen SpitzmuellerAdd IsAutoNestedBy
2017-12-29 Juergen SpitzmuellerSome AutoNest polishment.
2017-12-28 Juergen SpitzmuellerImplement auto-nesting.
2017-12-28 Juergen SpitzmuellerIntroduce environment-split before
2017-12-28 Juergen SpitzmuellerIntroduce environment-split previous
2017-11-23 Jean-Marc LasgouttesHandle properly top/bottom of inset with mac-like curso...
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-10-11 Jean-Marc LasgouttesDo not forget to set cursor current font when selecting
2017-08-12 Juergen SpitzmuellerAdd missing break
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-05 Jean-Marc LasgouttesRename some macro-related insets
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-05-13 Guillaume MMSimplify before clean-up before following bugfix
2017-04-20 Günter Mildespecial character "allowbreak" (ZWSP), fileformat change
2017-04-06 Jean-Marc LasgouttesRevert "When selecting text with the mouse, inset selec...
2017-04-04 Uwe StöhrAdd support to cross out characters
2017-02-18 Guillaume MunchWhen selecting text with the mouse, inset selection...
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2016-12-29 Juergen SpitzmuellerFix two hyperlink-insert problems
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-12-24 Juergen SpitzmuellerSome new quote styles
2016-12-24 Juergen SpitzmuellerRestructure InsetQuotes for better extensibilty
2016-12-20 Juergen SpitzmuellerRename some quote-related params
2016-12-16 Juergen SpitzmuellerExtend quote-insert
2016-12-10 Juergen SpitzmuellerEnable InsetQuote in verbatim and Hebrew
2016-11-09 Jean-Marc LasgouttesMake insertInset use a temporary cut-and-paste area.
2016-10-20 Jean-Marc LasgouttesWhen breaking an empty paragraph reduces depth, set...
2016-08-29 Jean-Marc LasgouttesAmend b583fb26e89
2016-08-23 Jean-Marc LasgouttesReset anchor before selecting with S-button1
2016-06-27 Richard HeckThis patch does two closely related things.
2016-06-26 Georg BaumRemove using directives from headers
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT_PARAGRAPH in getStatus
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT in getStatus
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-03-30 Jean-Marc LasgouttesRename Caption:LongTableNoNumber to Caption:Unnumbered
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
next