]> git.lyx.org Git - lyx.git/history - src
Fix up fafe3ea5d7.
[lyx.git] / src /
13 days ago Kornel BenkoCmake build: Add Qt?Xml modules to build.
13 days ago Richard Kimberly... Fix bug #13069.
13 days ago Juergen SpitzmuellerRemove unneeded cycle checks (#12954)
13 days ago Juergen SpitzmuellerOnly issue currentWorkareaChanged() if the work area...
13 days ago Juergen SpitzmuellerFixup [152811a27d242/lyxgit]
2024-06-22 Juergen Spitzmueller\cprotect amendment
2024-06-21 Jean-Marc LasgouttesredoParagraph: avoid extra cache accesses
2024-06-20 Jean-Marc LasgouttesRename DocumentCLass:plainInsetLayout() to InsetLayout...
2024-06-20 Jean-Marc LasgouttesFix cursor when undoing accept/reject all changes
2024-06-20 Jean-Marc LasgouttesAdd a constructor of UndoGroupHelper that uses a Cursor...
2024-06-20 Jean-Marc LasgouttesRemove useless cursor parameter to global undo actions
2024-06-20 Jean-Marc LasgouttesRemove trailing underscore on members x and y of Point...
2024-06-19 Jean-Marc LasgouttesAdd missing override keyword
2024-06-18 Jean-Marc LasgouttesMove DrawStrategy enum to update_flags.h.
2024-06-16 Scott KostyshakAdapt to deprecation of \DeclareCollectionInstance
2024-06-16 Juergen Spitzmuellermore indentation fixes
2024-06-16 Juergen SpitzmuellerGuiDocument: do not ask switch-back question on documen...
2024-06-16 Juergen SpitzmuellerFix indentation
2024-06-16 Juergen SpitzmuellerFix indentation
2024-06-15 Juergen SpitzmuellerPrevent division by zero
2024-06-14 Pavel SandaAdd comment from dev list.
2024-06-14 Daniel RamoellerFix depth bar optics
2024-06-13 Juergen Spitzmuellerupdate tex2lyx tests
2024-06-11 Udi FogielRemove hebrew letter document class
2024-06-11 Jean-Marc LasgouttesInsetMathMacoTemplate: recompute metrics on editXY too
2024-06-11 Jean-Marc LasgouttesAdd "full" drawing strategy
2024-06-10 Jean-Marc LasgouttesRemove debug code that is not very useful as it is.
2024-06-10 Alexander DunlapFindAdv: Omitting cursor advance at start of search...
2024-06-10 Udi FogielFix change tracking colors with RTL languages (#12923)
2024-06-10 Udi FogielFix greyedout with RTL languages (#8647)
2024-06-10 José MatosUpdate build time Python requirement to 2.8 (cmake...
2024-06-10 José MatosPython runtime detection requirement upgraded to 3.8
2024-06-10 Richard Kimberly... Brackets.
2024-06-09 Enrico ForestieriFix textstyle-update handling in mathed
2024-06-09 Juergen SpitzmuellerReturn false on invalid input in Font::fromString()
2024-06-09 Juergen Spitzmuellerrename function
2024-06-08 Juergen SpitzmuellerImplement InsetLayout::requiresPackage()
2024-06-07 Jean-Marc LasgouttesText::dispatch: ignore single par update when there...
2024-06-06 Jean-Marc LasgouttesFixup 7acfbe0fccc7: forgot to change one location
2024-06-06 Jean-Marc LasgouttesDo not draw appendix lines below en of document
2024-06-06 Jean-Marc LasgouttesFixup de5f63eeb: the code did not do what it was suppos...
2024-06-06 Juergen SpitzmuellerStrip quotes from PackageOptions. Amends a77c84a0b4d5
2024-06-04 Richard Kimberly... Use ranges
2024-06-03 Udi-Fogielavoid adding redundant preamble to double column hebrew...
2024-06-03 Juergen SpitzmuellerShow full inset context-menu when clicking on text...
2024-06-03 Kornel BenkoAdv. F&R: strange dialog text
2024-06-03 Richard Kimberly... Fix bug #13066
2024-06-03 Richard Kimberly... Fix table crash reported on Windows.
2024-06-03 Scott KostyshakWhitespace
2024-06-02 Juergen SpitzmuellerSupport half und full line parskip class options (...
2024-06-02 Richard Kimberly... Put new citation after selected item rather than at...
2024-06-01 Daniel RamoellerExtend tab context menu features
2024-06-01 Richard Kimberly... Fix bug #12934
2024-06-01 Richard Kimberly... Fix bug #11796.
2024-06-01 Richard Kimberly... Fix bug #8856.
2024-06-01 Richard Kimberly... Remove setBuffer call in Cursor::push.
2024-06-01 Richard Kimberly... Fix bug #12981
2024-06-01 Richard Kimberly... Fix bug #12981
2024-06-01 Juergen Spitzmuellerupdate tex2lyx tests
2024-06-01 Juergen SpitzmuellerAdd support for glue length in parskip (#12867)
2024-06-01 Juergen SpitzmuellerReset require_fresh_start_ after buffer has been viewed...
2024-05-31 Kornel BenkoAmend 6c3447c8: FindAdv: sometimes a space is added...
2024-05-29 Kornel BenkoFindAdv: sometimes a space is added on some math symbols
2024-05-24 Juergen SpitzmuellerInsetNote: pass on inset-modify lfuns addressed at...
2024-05-20 Thibaut CuvelierXHTML: in InsetGraphics, use the bounding box that...
2024-05-20 Juergen SpitzmuellerAddress Qt 6.7 deprecation warning
2024-05-20 Juergen SpitzmuellerInitialize is_long_tabular before updateIndexes() ...
2024-05-20 Juergen SpitzmuellerLimit the nopassthurchars case in beamer to URL
2024-05-20 Thibaut CuvelierXHTML: export paragraph IDs also for list items, but...
2024-05-20 Thibaut CuvelierXHTML: fix typo in comment.
2024-05-19 Thibaut CuvelierInsetGraphics: use the `scale` CSS property instead...
2024-05-19 Richard Kimberly... Return a reference, not a copy.
2024-05-18 Thibaut CuvelierInsetInfo: no need to output + explicitly in a shortcut...
2024-05-18 Thibaut CuvelierMake comment clearer.
2024-05-17 Scott KostyshakComment typo
2024-05-17 Jean-Marc LasgouttesFix up a4d9315b: handle metrics of not visible paragraphs
2024-05-16 Jean-Marc LasgouttesFix display of math hull inset in RTL context
2024-05-16 Juergen SpitzmuellerAmend 207eaeee9071cb
2024-05-15 Juergen Spitzmueller# and % need to be escaped in hyperref URL as well
2024-05-15 Scott KostyshakUpdate tex2lyx tests
2024-05-14 Juergen SpitzmuellerAmend a716fb96b53447
2024-05-14 Juergen SpitzmuellerNeedCProtect -1 also for InsetLayouts
2024-05-14 Juergen SpitzmuellerRevert false chunk
2024-05-14 Juergen SpitzmuellerWhitespace
2024-05-13 Juergen SpitzmuellerProperly escape backslash in URLs with hyperref (#13012)
2024-05-13 Juergen SpitzmuellerHandle URL escaping in beamer frames
2024-05-12 Juergen SpitzmuellerIntroduce NeedCProtect -1 layout option
2024-05-11 Juergen SpitzmuellerConsider CT in dash mechanism (#13062)
2024-05-09 Jean-Marc Lasgouttesone less place where metrics have to be recomputed
2024-05-09 Jean-Marc Lasgouttestypo
2024-05-07 Jean-Marc LasgouttesFixup 527984ed: fix initial screen size when using...
2024-05-03 Jean-Marc LasgouttesFix up 5577e877: remove logic error
2024-05-01 Jean-Marc LasgouttesFixup 2660df9b99b80: missing stuff after moving Lexer...
2024-04-30 Jean-Marc LasgouttesAvoid full metrics computation with Update:FitCursor
2024-04-29 Jean-Marc LasgouttesFix up 'Reduce metrics updates from 4 to 1 when loading...
2024-04-28 Scott KostyshakCMake: adapt to new location of Lexer
2024-04-28 Jean-Marc LasgouttesRemove unused #include
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-04-25 Jean-Marc LasgouttesSet buffer when creating a MathData from parts of anoth...
2024-04-25 Jean-Marc LasgouttesSet buffer_ correctly when inseting a math macro over...
next