]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Implement inset-split (only for text insets for now) (#10260)
[lyx.git] / src / Text3.cpp
2020-12-24 Juergen SpitzmuellerImplement inset-split (only for text insets for now...
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor InsetQuotes.h enums
2020-11-29 Yuriy SkalkoInclude standard <regex>
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-11-01 Yuriy SkalkoUse const references
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-17 Jean-Marc LasgouttesReset caret size when inserting text over a selection
2020-10-12 Yuriy SkalkoConstify
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-10-01 Jean-Marc LasgouttesFixup 7d965319: reset cursor font at a finer level
2020-10-01 Jean-Marc LasgouttesFix bug where cursor size is not reset correctly.
2020-09-07 Jean-Marc LasgouttesFixup e1be71da5: avoid duplication of layout
2020-07-07 Pavel SandaAdd required elements in the layouts to support DocBook.
2020-06-25 Juergen SpitzmuellerConsider nesting level when autonesting
2020-05-14 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-05-13 Jean-Marc LasgouttesRevert "Get rid of lyx::next uses for RandomAccessList"
2020-05-12 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-03-26 Scott KostyshakFix assertion from setCursor() in outline-down/up
2020-03-16 Richard Kimberly... Use ranges and fix nullptr warnings.
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
next