]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Sort and format comments
[lyx.git] / src / insets / InsetInclude.cpp
2024-02-10 Richard Kimberly... Fix display of counters for included listings.
2024-01-17 Juergen SpitzmuellerOnly strip outer braces in listings options
2022-05-14 Juergen SpitzmuellerMerge branch 'master' into features/indexmacros
2022-05-09 Kornel BenkoFindAdv: Use private variable for_search
2022-04-12 Kornel BenkoFind: Renamend for_searchAdv to for_serach in src/Outpu...
2022-03-01 Thibaut CuvelierRename LATEX debug level to OUTFILE and use it for...
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-01-22 Kornel BenkoFindAdv: Make search for text in deleted regions config...
2021-01-19 Jean-Marc LasgouttesCleanup button handling in InsetInclude
2021-01-19 Jean-Marc LasgouttesRemove RenderButton::button_box_, which is unused.
2021-01-10 Richard Kimberly... Fix problem with display of include insets with non...
2021-01-07 Juergen SpitzmuellerHint to deleted included file in ct output (#11809)
2020-12-28 Yuriy SkalkoFix C++20 warning on implicit capture of this via [=]
2020-12-05 Richard Kimberly... Change name in source files
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-28 Yuriy SkalkoCleanup included headers
2020-11-25 Scott KostyshakCatch exception if LaTeX fails for child preview
2020-11-21 Yuriy SkalkoUse range-based loops
2020-10-30 Thibaut CuvelierDocBook: add DocBookSection parameter for styles that...
2020-10-20 Thibaut CuvelierDocBook: fix file inclusion.
2020-09-10 Daniel RamöllerShow child documents in outline with their paths.
2020-07-31 Thibaut CuvelierDocBook: actually include files that are not properly...
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-05-13 Richard Kimberly... Remove include no longer needed
2020-04-26 Richard Kimberly... Remove method that is now unneeded.
2020-04-26 Richard Kimberly... Try to fix bug #6505.
2020-04-25 Richard Kimberly... Return early from the short path.
2020-04-25 Richard Kimberly... Fix warnings.
2020-04-18 Juergen Spitzmuellerfix comment
2020-04-17 Juergen SpitzmuellerReset failedtoload_ bool when include inset params...
2020-04-06 Juergen SpitzmuellerFix indentation
2020-03-14 Juergen SpitzmuellerColor broken citations, xrefs, and includes
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-12-26 Jean-Marc LasgouttesDo not check again and again for non existing files
2019-12-16 Scott KostyshakRemove execute permission from two source files
2019-12-10 Scott KostyshakFix crash due to encoding issues with child doc
2019-09-15 Jean-Marc LasgouttesMany small code cleanups suggested by cppcheck
2019-09-12 Richard Kimberly... Fix bug #11636.
2019-09-12 Richard Kimberly... Revert last two commits, which we pushed accidentally.
2019-09-12 Richard Kimberly... Whoops, forgot this part
2019-09-12 Richard Kimberly... Constify, largely for debugging purposes
2019-07-11 Richard Kimberly... Fix bug #11612.
2019-07-11 Richard Kimberly... Shorten labels.
2019-04-27 Richard Kimberly... Make Ctrl-Mouse open an included file for editing.
2019-04-27 Richard Kimberly... Simplify a bit.
2019-03-18 Günter MildeFix #11520 Wrong inpute encoding when master and child...
2019-03-18 Günter MildeWarn user, if input encodings of master and child docum...
2019-03-12 Juergen SpitzmuellerWarn if included file does not exist
2019-02-27 Kornel BenkoFindAdv: Do not use data from included listing if in...
2019-02-05 Enrico ForestieriUse braces for listings caption
2019-02-04 Enrico ForestieriFix bug #11484
2018-09-28 Richard Kimberly... Allow 'module in child not used in master' warning...
2018-09-12 Jean-Marc LasgouttesRevert "Use new display() values to remove some inset...
2018-09-12 Jean-Marc LasgouttesUse new display() values to remove some inset hardcoding.
2018-05-04 Juergen Spitzmuellercprotect include inset
2018-04-16 Richard HeckWhitespace.
2018-04-16 Richard HeckFix some problems with background cancellation.
2018-03-17 Juergen Spitzmuellerstrip braces from minted caption
2018-02-23 Juergen SpitzmuellerAdd literal param to InsetInclude
2018-02-19 Juergen Spitzmuellerescape label in included listings
2017-11-07 Richard HeckAttempt to fix bug 9158 using updateBuffer.
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2017-09-27 Juergen SpitzmuellerWhitespace cosmetics
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-26 Enrico ForestieriAccount for old versions of Pygments
2017-06-10 Enrico ForestieriAllow captions also on non-floating minted listings
2017-06-08 Enrico ForestieriExtend minted support to listings as child documents
2017-06-06 Enrico ForestieriFix bug #9101
2017-05-24 Jean-Marc LasgouttesLet command inset honor inheritFont() on screen
2017-05-24 Jean-Marc LasgouttesRevert "Add possibility for command inset to inherit...
2017-05-16 Guillaume MMFix the computation of broken InsetRef status between...
2017-04-07 Jean-Marc LasgouttesAvoid using buffer() which might throw an exception
2017-03-31 Jean-Marc LasgouttesFollowup to e10db6c7: handle InsetCitation too.
2017-03-31 Jean-Marc LasgouttesAnnotate destructors to please coverity
2017-03-28 Jean-Marc LasgouttesAdd possibility for command inset to inherit enclosing...
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-03-11 Scott KostyshakChange a warning to an error if missing include
2017-03-10 Guillaume MunchReplace FileMonitor with FileMonitor2 in RenderPreview
2017-01-26 Guillaume MunchFix wrong DocIterator argument
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2017-01-14 Guillaume MunchCollect the outliner names for the children's tocs
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImprove the list of equations
2016-12-29 Scott KostyshakWarn if child has diff non-Tex font settings
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-09-02 Scott KostyshakExit with error if child exits with error (#10188)
2016-07-04 Guillaume MunchRationalise includes
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2015-11-05 Günter MildeFix encoding-setting of child document with LuaTeX...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-06-02 Juergen SpitzmuellerFix preview of included files in child documents (bug...
2015-05-17 Georg BaumFix indentation
next