]> git.lyx.org Git - lyx.git/history - src/TextClass.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / TextClass.h
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2021-01-14 Richard Kimberly... Fix bug #12068
2020-10-19 Yuriy SkalkoReduce includes in header files
2020-10-19 Yuriy SkalkoRemove redundant `const &` for primitive types
2020-10-16 Yuriy SkalkoConst refactor
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-09-29 Richard Kimberly... Fix minor annoyance with previous commit.
2020-07-08 Thibaut CuvelierNew DocBook support
2020-05-04 Richard Kimberly... Fix a number of issues that were stopping compilation...
2020-05-04 Richard Kimberly... s/requires_/required_/ for code consistency
2020-02-28 Richard Kimberly... Apparently, "requires" is a keyword in C++2a.
2019-08-07 Juergen SpitzmuellerUse generic paper size names rather than LaTeXisms...
2019-08-06 Juergen SpitzmuellerAdd FontSizeFormat textclass option
2019-08-06 Juergen SpitzmuellerAdd textclass options for paper size selection and...
2019-07-08 Juergen SpitzmuellerAdd TextClass option BibInToc
2019-03-26 Juergen SpitzmuellerAdd TableStyle layout tag
2018-05-27 Juergen Spitzmuellerdisambiguate function name
2018-05-21 Juergen SpitzmuellerAllow for cite engine and format definitions/modificati...
2018-05-20 Juergen SpitzmuellerSimplify cite engines code
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-09-01 Juergen SpitzmuellerAdd special chain for Modules with OutputFormat for...
2017-07-03 Richard HeckFix whitespace at EOL.
2017-03-01 Enrico ForestieriAllow Input of local includes from local layout files
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchCollect the outliner names for the children's tocs
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-07 Juergen SpitzmuellerDynamically set final punctuation of bib entries
2017-01-07 Juergen SpitzmuellerNew tag MaxCiteNames
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerDifferentiate InsetCite
2017-01-01 Juergen SpitzmuellerAdd a CiteFramework tag
2017-01-01 Juergen SpitzmuellerRework default bibliography style UI
2017-01-01 Juergen SpitzmuellerDisentangle CiteEngines and Modules
2016-12-31 Juergen SpitzmuellerAdd a CiteFramework tag
2016-12-31 Juergen SpitzmuellerRework default bibliography style UI
2016-12-31 Juergen SpitzmuellerDisentangle CiteEngines and Modules
2016-12-30 Juergen SpitzmuellerDisentangle CiteEngines and Modules
2016-07-31 Guillaume MunchEnable to specify the target format for converting...
2016-03-27 Richard HeckFix problem reported by Kornel in this thread:
2016-01-06 Peter Kümmelfix merged build
2015-12-13 Guillaume MunchLayout format update: AddToToc, IsTocCaption, OutlinerName
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-12 Richard HeckUpdate comments.
2014-02-09 Juergen SpitzmuellerDo not issue module warnings when just cloning a buffer...
2013-08-30 Richard HeckComments only.
2013-05-23 Richard HeckAdd support for package options in layout files. E.g.:
2013-05-20 Pavel SandaHeader cleanup cont.
2013-05-15 Georg BaumImplement forced local layouts
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-02-12 Richard HeckAdd "NoInsetLayout" tag for Uwe. Fixes bug #8545.
2012-10-09 Juergen SpitzmuellerIntroduce textclass categories
2012-07-21 Richard HeckFix a long-standing FIXME by resetting only the counter...
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2011-12-06 Richard HeckNew layout tags specifically for CSS information.
2011-12-03 Julien RiouxRemove extra whitespace.
2011-06-08 Richard HeckFix bug #7517. This restores some code removed when...
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-08 Richard HeckFix bug #7500: There is presently no way in the GUI...
2010-07-18 Richard HeckFix problem reported by Vincent, that absence of python...
2010-04-18 Richard HeckA final bit of cleanup with the TextClass reading funct...
2010-03-29 Richard HeckIntroduce a simple macro facility for citation formats...
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-25 Richard HeckImprove yet further the error reporting when we try...
2010-03-23 Richard HeckStyle.
2010-03-22 Richard HeckFix bug #3686, by collecting information about missing...
2010-01-14 Richard HeckRevert r33039, which did not work at all.
2010-01-14 Richard HeckMinor InsetLayout cleanup.
2010-01-12 Richard HeckNew layout tag for specifying the style used for TOCs...
2009-12-10 Richard HeckStyle.
2009-06-05 Richard HeckSeparate HTML preamble information. This could be used...
2009-06-05 Richard HeckLayout infrastructure for HTML output.
2009-05-28 Jean-Marc LasgouttesAllow literate documents other than noweb to work out...
2009-04-10 Jürgen Spitzmüller* new per-document default output format. File format...
2009-02-17 Georg BaumBetter fix for bug 1476 (following an idea by Jean...
2009-02-11 Richard HeckMove some code around in an effort to make information...
2008-12-16 Richard HeckCurrently, a second InsetLayout declaration of a given...
2008-10-23 Richard HeckThis patch introduces ProvidesModule and ExcludesModule...
2008-10-07 Richard HeckThe default modules should be kept in order.
2008-10-06 Richard HeckFix bug 5316 properly. The fix is to make the routine...
2008-08-01 Richard HeckA bit more empty-->plain. I've also changed createEmpty...
2008-08-01 Richard HeckMore empty-->plain changes.
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-28 Richard HeckAdd CopyStyle tag for InsetLayout, per request of Steve...
2008-07-25 Richard HeckAdd UseModule tag for layout files. This allows the...
2008-07-15 Richard HeckSome minor upgrades to r25555. Moved addLayoutIfNeeded...
2008-07-11 Richard Heck'Default'-->'Empty' in Bo's recent commit. Default...
2008-07-11 Bo PengImprove the local layout feature by better handling...
next