]> git.lyx.org Git - features.git/history - src/insets/Inset.h
DocBook: merge code duplicates for HTML and CALS tables.
[features.git] / src / insets / Inset.h
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-07-13 Jean-Marc LasgouttesWhitespace
2021-07-12 Jean-Marc LasgouttesRevert "Add a move constructor to Inset"
2021-07-12 Jean-Marc LasgouttesAdd a move constructor to Inset
2021-04-13 Jean-Marc LasgouttesImprove the description of Inset::inheritFont()
2021-03-24 Jean-Marc LasgouttesMove getFont and getLabelFont from InsetCollapsible...
2021-01-10 Richard Kimberly... Fix bug #5972: Count words in citations (approximately).
2020-12-06 Yuriy SkalkoMore enums & includes refactoring
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-06 Yuriy SkalkoWhitespace & renaming
2020-10-29 Yuriy SkalkoUse nullptr
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-12 Enrico ForestieriSwitch font for multipar insets
2020-07-08 Thibaut CuvelierNew DocBook support
2020-07-04 Juergen SpitzmuellerPrevent outputting \maketitle within an inset embedded...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-23 Jean-Marc LasgouttesAllow row-breaking after some 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-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2020-01-15 Jean-Marc LasgouttesReplace the hardcoded TEXT_TO_INSET_OFFSET by tunable...
2020-01-12 Jean-Marc LasgouttesFixup b321bb1a: set changebar when inset contains changes
2019-12-28 Juergen SpitzmuellerCentralize code to markup deleted complex objects ...
2019-11-19 Juergen SpitzmuellerHandle paragraph direction switch in captions (with...
2019-08-05 Juergen SpitzmuellerFix text direction of references with XeTeX/bidi
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-04-30 Juergen Spitzmuellercprotect allows to place environments in fragile contexts.
2018-04-23 Juergen SpitzmuellerDo not require cprotect if we only have a cprotectible...
2018-04-13 Juergen SpitzmuellerAdd basic support for cprotect
2018-01-26 Juergen SpitzmuellerProperly communicate forced encodings
2018-01-21 Richard HeckIntroduce Inset::asInsetGraphics.
2017-12-19 Jean-Marc LasgouttesDo not draw inactive math corners when they have mathbg...
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-09-22 Juergen SpitzmuellerFix some spelling errors reported by Sven
2017-07-20 Jean-Marc LasgouttesTry to end the neverending fixIfBroken saga
2017-07-03 Richard HeckFix whitespace at EOL.
2017-06-12 Jean-Marc LasgouttesFix bad cursor positioning when entering an inset
2017-05-13 Guillaume MMSimplify before clean-up before following bugfix
2017-05-03 Jean-Marc LasgouttesShow properly on screen "indented" maths.
2017-03-31 Jean-Marc LasgouttesAnnotate destructors to please coverity
2017-03-23 Jean-Marc LasgouttesLinearize macros in box edit mode too.
2017-03-05 Guillaume MunchTabular::editXY should not touch the selection
2017-02-21 Jean-Marc LasgouttesRevert "Linearize macros in box edit mode too."
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-02-14 Jean-Marc LasgouttesLinearize macros in box edit mode too.
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-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Jean-Marc LasgouttesRe-implement math markers logic.
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Guillaume MunchRemove hardcoded values
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setPosCache
2016-12-06 Jean-Marc LasgouttesNow Inset::dimension is only an access to cache
2016-12-05 Jean-Marc LasgouttesIntroduce (Inset|InsetList|Paragraph)::resetBuffer
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
2016-07-03 Guillaume MunchBeautify ToolTips in work area
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2015-12-12 Richard HeckUse the much faster forOutliner also to get the tooltip...
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-10-02 Guillaume MunchAmend d5a5fbb8e (cosmetic)
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-04-04 Juergen SpitzmuellerUse local babel language switch in fixed width cells...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-02-10 Georg BaumFix conflicting inset font defaults (bug #8874)
2013-05-12 Lars Gullik BjønnesRemove ; from end of function definitions
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-11-28 Juergen SpitzmuellerPass local font to arguments and assure pass_thru is...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-03-15 Jürgen SpitzmüllerFollow-up to r37932: We do not need a skipOnSearch...
2011-03-15 Jürgen Spitzmüller* Inset.h: try to clarify isLetter() and isChar() a...
2011-03-15 Jürgen SpitzmüllerDo not hardcode specific insets, but use a variable...
2011-03-08 Jürgen Spitzmüller* Inset.h: fix typo in comment.
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-13 Vincent van RavesteijnRemove unused funcion Inset::scroll().
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
next