]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Text.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-07 Jean-Marc LasgouttesFix compilation with msvc 2019
2024-04-05 Jean-Marc LasgouttesAvoid full metrics computation when entering/leaving...
2024-04-05 Jean-Marc LasgouttesAvoid some full metrics computations related to math...
2024-03-28 Juergen SpitzmuellerDo not enter page break in heading (#13040)
2024-02-27 Jean-Marc Lasgouttesfixup 97cf2b6a: avoid leak
2024-02-27 Jean-Marc LasgouttesAvoid crash when inserting macro template in tabular...
2023-11-06 Jean-Marc LasgouttesFix word selection expansion when going to the left
2023-10-22 Juergen SpitzmuellerEnter table after insertion (#12101)
2023-10-21 Juergen SpitzmuellerDisable OUTLINE functions when min or max toclevel...
2023-10-21 Juergen SpitzmuellerLet OUTLINE functions jump from section to part if...
2023-09-16 Juergen SpitzmuellerFix change tracking glitch (#12912)
2023-09-13 Juergen SpitzmuellerFix result of deleteSpaces()
2023-08-30 Jean-Marc LasgouttesUpdate caret if needed when changing depth
2023-08-24 Juergen SpitzmuellerAmend 101363352c111
2023-08-06 Pavel SandaOur default for paste operation should preserve newlines.
2023-07-25 Juergen SpitzmuellerAdd AllowedInInsets and AllowedInLayouts InsetLayout...
2023-07-22 Pavel SandaFix application of PARAGRAPH_PARAMS* in selection.
2023-07-16 Jean-Marc LasgouttesWhen breaking a paragraph, do not reset depth
2023-07-06 Jean-Marc LasgouttesAdd optional parameter 'local' to outline-in/out
2023-06-27 Jean-Marc LasgouttesMake outline function work in an inset
2023-05-30 Daniel RamoellerSplit-inset fix
2023-05-27 Richard Kimberly... Fix indentation
2023-05-27 Richard Kimberly... Fix typo
2023-05-27 Daniel RamoellerFix bug #12772
2023-05-19 Juergen SpitzmuellerUse proper (inset) font for normalizing purposes
2023-05-04 Jean-Marc LasgouttesMerge files Text{,2,3}.cpp
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-08 Jean-Marc LasgouttesDisable completion when document is read-only.
2022-10-05 Jean-Marc LasgouttesCompletion: handle undo in insets' insertCompletion...
2022-05-17 Daniel RamoellerWord selection on mouse motion
2021-10-15 Jean-Marc LasgouttesImprove display of META_INSET in status bar.
2021-10-05 Yuriy SkalkoAmend d3c335a5d5
2021-03-02 Juergen SpitzmuellerConsider selection scope when DEPM after CT acceptance...
2021-02-09 Juergen SpitzmuellerStore the AuthorList in the cut stack
2021-02-03 Juergen SpitzmuellerAmend [b6c089afa4/lyxgit].
2021-02-02 Richard Kimberly... Use a static map so we don't have to reinitialize every...
2021-02-02 Richard Kimberly... Fix #12104
2020-12-29 Stephan WittAmend 18f7dce3d98 - avoid uninialized local variable...
2020-12-27 Juergen Spitzmuellerinset-split: consider that freeSpacing() doesn't DEPM
2020-12-24 Juergen SpitzmuellerImplement inset-split (only for text insets for now...
2020-12-10 Jean-Marc LasgouttesPreserve paragraph depth when dissolving.
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-10-25 Yuriy SkalkoSmall refactorings
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-09-29 Jean-Marc LasgouttesGet rid of helper Text::previousWord(), used only once
2020-09-14 Yuriy SkalkoShow custom text styles in status bar
2020-09-12 Stephan Witt#6401 correct cursor movement for word forward/backward...
2020-09-03 Jean-Marc LasgouttesFixup 2e784b2f: consider default layout too.
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-08-03 Richard Kimberly... Allow backspace, etc, to merge paragraphs even if they...
2020-07-10 Jean-Marc LasgouttesUse Common Number separator instead of European to...
2020-07-09 Juergen SpitzmuellerDo not attempt to mark par break in single-line insets
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-04-26 Richard Kimberly... Fix problem with c67b6be77 noted by JMarc.
2020-04-25 Richard Kimberly... Refactor code to avoid the problem fixed at the last...
2020-04-25 Richard Kimberly... Fix bug #11850.
2020-04-08 Richard Kimberly... Fix bug #11817.
2020-03-23 Juergen SpitzmuellerPaste some special chars as insets
2020-03-22 Juergen SpitzmuellerDon't omit ZERO WIDTH NON-JOINER on clipboard paste
2020-03-16 Richard Kimberly... Use ranges and fix nullptr warnings.
2020-01-13 Juergen SpitzmuellerAdd pref to keep ct markup on copy/paste
2020-01-13 Juergen SpitzmuellerWhitespace
2020-01-11 Juergen SpitzmuellerDo not track deletion of empty paragraph
2019-12-27 Juergen SpitzmuellerCorrectly handle deleted text on inset-dissolve
2019-12-06 Jean-Marc LasgouttesFixup e1be71da: do not enforce plain layout when dissolving
2019-09-11 Richard Kimberly... Constify
2019-09-11 Jean-Marc LasgouttesReset layout when inserting an inset over full paragraph(s)
2019-04-03 Jean-Marc LasgouttesPut end label on own row after display inset
2018-12-29 Juergen SpitzmuellerDo not consider deleted labels in ambiguity check
2018-07-22 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-07-22 Juergen SpitzmuellerConsider EuropeanNumberTerminator property when determi...
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...
next