]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Buffer.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-16 Jean-Marc LasgouttesSanitize cursors after a buffer has been reloaded
2024-04-05 Jean-Marc LasgouttesReduce metrics updates from 4 to 1 when loading file
2024-01-19 Juergen SpitzmuellerRestore parent after buffer reload (#13031)
2024-01-11 Richard Kimberly... Fix bug #13017.
2023-08-25 Richard Kimberly... Preview formatted references in the work area.
2023-07-28 Richard Kimberly... Whitespace
2023-07-27 Richard Kimberly... Fix bug #12819.
2023-07-26 Alexander DunlapDisplay equation/theorem numbers in insert cross refere...
2023-07-23 Jean-Marc LasgouttesImprove branch activatiion LFUNs
2023-05-03 Jean-Marc LasgouttesCode factoring: introduce BufferView::busy()
2023-04-13 Pavel Sandatypo
2023-04-13 Pavel Sandatypo
2023-04-02 Juergen SpitzmuellerRecord babel use for single par preview
2023-02-26 Pavel SandaFix #12678.
2023-01-11 Thibaut CuvelierLyXHTML: remove meta content-type, it is only for HTML5...
2023-01-07 Thibaut CuvelierLyXHTML: use a lower-case meta for generator, this...
2023-01-07 Thibaut CuvelierLyXHTML: add a missing space in the content-type annota...
2023-01-07 Thibaut CuvelierLyXHTML: don't explicitly mention that the style is...
2023-01-07 Thibaut CuvelierLyXHTML: remove the double specification of charset.
2023-01-07 Thibaut CuvelierLyXHTML: fix the content-type attribute, it must be...
2023-01-07 Thibaut CuvelierLyXHTML and DocBook: encode language codes as BCP47.
2022-12-25 Thibaut CuvelierDocBook: add a comment about the need for DocBook 5.2.
2022-12-25 Thibaut CuvelierLyXHTML: switch the doctype to (X)HTML5 and only output...
2022-12-25 Thibaut CuvelierLyXHTML: give the language in the root tag.
2022-12-19 Juergen SpitzmuellerImprove LaTeX version checking
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-20 Juergen SpitzmuellerRegenerate previews after zoom (#11919)
2022-11-04 Jean-Marc LasgouttesFix another use of unqualified std::move
2022-10-29 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-10-28 Jean-Marc Lasgouttesconstify
2022-10-26 Juergen SpitzmuellerSync with master
2022-09-14 Enrico ForestieriAmend f426470a
2022-08-13 Stephan WittImproved synctex support
2022-07-18 Jean-Marc LasgouttesWhen pasting as LaTeX, honor textclass and modules
2022-03-08 Jean-Marc LasgouttesupdateBuffer needs an undo group
2022-03-06 Juergen SpitzmuellerDo not try to access user_defined_bullet with nesting > 3
2022-03-05 Juergen SpitzmuellerUse a more transparent lexic for bullet label functions
2022-03-01 Thibaut CuvelierRename LATEX debug level to OUTFILE and use it for...
2022-02-28 Juergen SpitzmuellerStill more indentation fixes.
2022-02-19 Daniel RamöllerProperly show labels from broken references in Cross...
2022-02-06 Daniel RamoellerDisplay manually set itemize symbols
2022-01-28 Pavel SandaRevert 65b674ba4eff.
2021-11-25 Juergen SpitzmuellerFactor out Buffer::requestSpellcheck() function
2021-10-13 Thibaut CuvelierTypos and comment improvements.
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-05-24 Thibaut CuvelierDocBook: fix MathML prefix in root tag.
2021-04-09 Jean-Marc LasgouttesFixup f3a0e8ff: costly thinko
2021-04-03 Richard Kimberly... Polish
2021-04-03 Pavel SandaFix #4658: showing diff between original and emergency...
2021-03-06 Juergen SpitzmuellerMeet per-document spelling dictionaries (fixes #86...
2021-02-26 Richard Kimberly... Allow to call cap::switchBetweenClasses without an...
2021-02-18 Jean-Marc LasgouttesFix a crash when closing tabs
2021-01-30 Juergen SpitzmuellerFix a null pointer dereference spotted by coverity
2021-01-30 Juergen SpitzmuellerRevert "No need to set background color of a newly...
2021-01-29 Jean-Marc LasgouttesNo need to set background color of a newly created...
2021-01-29 Jean-Marc LasgouttesFixup f3a0e8ff: Reset needUpdate after buffer update
2021-01-28 Jean-Marc LasgouttesRun updateBuffer when adding/merging changes
2021-01-22 Juergen SpitzmuellerPrevent more local colors from leaking (#6626)
2021-01-21 Juergen SpitzmuellerPrevent branch background color from leaking out of...
2021-01-20 Juergen SpitzmuellerDo not rely on hardcoded color when determining boxbgcolor
2021-01-20 Juergen SpitzmuellerDo not rely on hardcoded color when determining notefon...
2021-01-19 Juergen SpitzmuellerConsider darkmode when inserting new branch
2021-01-18 Juergen SpitzmuellerAllow semantic colors in branches and use semantic...
2021-01-15 Kornel BenkoReplace calls from make_unique to lyx::make_unique
2021-01-14 Richard Kimberly... Fix bug #12068
2021-01-10 Richard Kimberly... Fix bug #5972: Count words in citations (approximately).
2021-01-06 Thibaut CuvelierWhen previewing a document, use the right kind of comment.
2021-01-04 Richard Kimberly... https
2020-12-30 Yuriy SkalkoFix C++20 compilation on systems where char_type is...
2020-12-06 Richard Kimberly... Renaming
2020-12-06 Richard Kimberly... Fix bug #12033.
2020-12-03 Jean-Marc LasgouttesDisable some Adv F&R widgets for read-only documents
2020-12-02 Yuriy SkalkoCleanup headers
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-28 Yuriy SkalkoMake InsetIterator compatible with range-based loops
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-11 Richard Kimberly... Revert "Improve structure of updateMacros"
2020-11-06 Yuriy SkalkoMacroData refactoring
2020-11-06 Yuriy SkalkoImprove structure of updateMacros
2020-11-06 Richard Kimberly... Remove dead comment
2020-11-02 Richard Kimberly... StepMasterCounter --> StepParentCounter
2020-11-02 Richard Kimberly... Remove 'slave' terminology from Counters.cpp.
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-11-01 Yuriy SkalkoUse const references
2020-11-01 Yuriy SkalkoSimplify with std::map::insert
2020-10-25 Yuriy SkalkoConstify
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-20 Thibaut CuvelierDocBook: fix file inclusion.
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-10-03 Kornel BenkoDo not use runparams.nice == true while exporting to...
2020-09-19 Thibaut CuvelierRevert "XHTML: remove DOCTYPE, as the document is then...
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
2020-09-19 Thibaut CuvelierXHTML: remove DOCTYPE, as the document is then understo...
2020-09-19 Thibaut CuvelierDocBook: fine tuning of new lines.
2020-09-11 Yuriy SkalkoRefactor runCommand
2020-08-29 Juergen SpitzmuellerLocalize format prettyName in some more places (#11954)
next