]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Add outliner section for broken refs and citations
[lyx.git] / src / Text3.cpp
2020-03-11 Scott Kostyshakoutline-up/down: preserve cursor's position
2020-03-06 Juergen SpitzmuellerAccount for changes in insets when checking changes...
2020-02-18 Stephan WittAdd missing initialization for local variable.
2020-02-18 Stephan WittRemove useless assignments to a local variables never...
2020-02-02 Scott KostyshakRemove a finishUndo() after a recordUndo()
2020-01-13 Juergen SpitzmuellerFix backspace deletion of selected items with change...
2019-10-26 Jean-Marc LasgouttesRemove some useless expressions
2019-09-12 Richard Kimberly... Fix bug #11619.
2019-09-11 Jean-Marc LasgouttesReset layout when inserting an inset over full paragraph(s)
2019-08-31 Scott KostyshakEnable change tracking if paragraph break change
2019-06-02 Juergen SpitzmuellerAdd InsertOnNewline argument tag
2019-06-02 Juergen SpitzmuellerAllow for auto-inserting multiple arguments
2019-06-02 Juergen SpitzmuellerEnable AutoInsert with post arguments
2019-04-16 Kornel BenkoSelect the whole paragraph with tripple-left-click
2019-04-07 Juergen Spitzmuellertabular-style-insert: add rows also for 1x and 2x tables
2019-04-02 Jean-Marc LasgouttesPass a pit to Text::isRTL(), not a paragraph
2019-03-26 Juergen SpitzmuellerAdd TableStyle layout tag
2019-03-26 Juergen SpitzmuellerAdd tablestyle buffer param
2019-03-26 Juergen SpitzmuellerIntroducing table templates
2019-03-22 Jean-Marc LasgouttesFix fonts used by sub/superscript in text
2019-03-12 Jean-Marc LasgouttesRevert "Let tm be a reference here as elsewhere"
2019-02-18 Jean-Marc LasgouttesLet tm be a reference here as elsewhere
2018-12-29 Juergen SpitzmuellerDo not auto-insert separator for keepempty layouts
2018-12-28 Scott KostyshakFix assertion when checking if change in selection
2018-12-27 Juergen SpitzmuellerLFUN_TEXTSTYLE_UPDATE: Do not force any unspecified...
2018-12-27 Juergen SpitzmuellerDisable LFUN_FONT_DEFAULT if there's noting to reset.
2018-12-26 Kornel BenkoAmend 154b4fde
2018-12-26 Juergen SpitzmuellerGive textstyle-apply a history
2018-11-15 Kornel BenkoFindAdv: Added lyx-function search-ignore
2018-09-20 Juergen Spitzmuellerinfo-insert without arg is valid
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.
next