]> git.lyx.org Git - lyx.git/history - src/BufferParams.cpp
Initialize BibTeXInfo modifier to zero, always.
[lyx.git] / src / BufferParams.cpp
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-12 Richard HeckRemove useless test and add comment.
2013-04-02 Uwe StöhrBufferParams.cpp: fix bug #6813
2013-03-31 Georg BaumFix most important case of bug #8205
2013-03-24 Vincent van RavesteijnDo not sort formats in BufferParams::exportableFormats
2013-03-01 Juergen SpitzmuellerImprove math packages GUI
2013-02-27 Kornel BenkoAdded "cancel" to the GUI handled list of LaTeX packages.
2013-02-18 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-02-18 Julien RiouxUse the LyX name of encodings instead of the LaTeX...
2012-12-28 Georg BaumFix bug #8464: stackrel with subscript.
2012-12-22 Enrico ForestieriFix bug #8467: "Corrupted NFSS tables" error when Cyril...
2012-12-15 Georg BaumAdd support for stmaryrd.sty (bug #8434)
2012-12-05 Richard HeckDisentangle moduleCanBeAdded for ordinary layout module...
2012-12-05 Richard HeckMinor formatting stuff.
2012-12-02 Juergen SpitzmuellerFix greyedout notes UI color (#6682) as good as it...
2012-11-30 Juergen SpitzmuellerFix shaded box UI color (#7395) as good as it gets ATM
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-09-24 Juergen Spitzmuellerproperly validate unicode-math
2012-09-24 Juergen SpitzmuellerVery basic support for unicode-math
2012-09-22 Vincent van RavesteijnFix bug #6389: Make columns RTL in RTL document
2012-09-22 Juergen SpitzmuellerBasic UI for math (TeX) fonts
2012-09-22 Juergen SpitzmuellerNo need to pass these
2012-09-19 Juergen SpitzmuellerImplement Provides tag to LaTeXFonts
2012-08-18 Juergen SpitzmuellerFactor out duplicated code
2012-08-18 Juergen SpitzmuellerIssue a warning if a LaTeX font is not available
2012-08-16 Juergen SpitzmuellerClean up LaTeX font handling (#4999)
2012-07-23 Juergen SpitzmuellerRework language package detection
2012-07-23 Juergen SpitzmuellerFix thinko
2012-07-23 Juergen SpitzmuellerFixes to the language package call
2012-07-01 Juergen SpitzmuellerSet the appropriate quote style when switching the...
2012-07-01 Juergen SpitzmuellerWhitespace
2012-06-30 Juergen SpitzmuellerProperly escape splitindex shortcut and try to encode...
2012-06-25 Vincent van RavesteijnBufferParams: Remove superfluous '\n'
2012-06-23 Juergen Spitzmuellerfix bug #8211: \setotherlanguage not set for non-babel...
2012-06-21 Uwe Stöhrdrop support for ArmTeX as its non-standard armscii8...
2012-06-09 Juergen SpitzmuellerLet getOutputFlavor return the correct flavors for...
2012-06-09 Juergen Spitzmuellersome less language hardcoding
2012-06-08 Juergen Spitzmuelleravoid empty class options
2012-06-08 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-08 Juergen SpitzmuellerDo not hardcode polyglossia-only languages
2012-06-08 Uwe Stöhr- support a bunch of new languages (fileformat change)
2012-06-05 Richard HeckAllow LyX format to be written to View>Source window.
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-05-29 Juergen SpitzmuellerLoad bibtopic after hyperref (bug #8005)
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-06 Georg BaumDisentangle amsmath and amssymb loading.
2012-03-09 Richard HeckShow backends rather than formats in the View>Source...
2012-03-09 Richard HeckChange the backends() routine so it only gives us backe...
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2012-01-09 Julien RiouxBuffer param \cite_engine_type (authoryear|numerical).
2012-01-08 Georg BaumFix bug #7013: Wrong paper size passed to dvips
2012-01-05 Georg BaumLoad mathtools.sty automatically (bug #7949) and make...
2012-01-03 Georg BaumSecond step towards a more generic package off/auto...
2012-01-03 Georg BaumFirst step towards a more generic package off/auto...
2011-12-12 Julien RiouxAdd a document-wide default bibliography style \biblio_...
2011-12-08 Georg BaumBeautify output of \usepckage statements (each statemen...
2011-12-07 Richard HeckFix bug #5805 and similar requests. Adds a document...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-11-23 Richard HeckWhitespace.
2011-10-30 Richard HeckFix the outstanding part of #7764, which involves sorti...
2011-10-27 Vincent van RavesteijnRemove the prefence default_papersize
2011-10-18 Georg BaumGeneralize the esintoramsmath requirement:
2011-09-22 Richard HeckTypo.
2011-08-10 Uwe Stöhr- UI support for the LaTeX-package undertilde, fileform...
2011-08-10 Uwe Stöhrnew export flavor "DVILUATEX", fixes bug #7713, patch...
2011-05-23 Jürgen Spitzmüller* BufferParams.cpp: font name can be non-ASCII! (bug...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-05-08 Tommaso CucinottaStill addressing #6560: instead of cloning the BufferPa...
2011-05-08 Richard HeckFix bug #7500: There is presently no way in the GUI...
2011-03-23 Jürgen Spitzmüllertry to clarify a comment.
2011-02-16 Richard HeckFix typo.
2011-02-15 Richard HeckIntroduce BufferParam to control whether CSS is output...
2011-02-13 Enrico ForestieriComplete integration of texrow with otexstream and...
2011-02-09 Jürgen Spitzmüller* BufferParams.cpp: do not load luainputenc if inputenc...
2011-02-09 Jürgen Spitzmüllerforgot this in previous revision.
2011-02-03 Enrico ForestieriDon't pass the letterpaper option to the geometry packa...
2011-02-03 Jürgen Spitzmüller* Allow to set language package on a per-document basis...
2011-02-01 Jürgen Spitzmüller* BufferParams.{cpp,h}:
2011-01-28 Pavel SandaBug #7095: Support fix-cm.sty
2010-12-26 Pavel SandaChange message, section number can easily change.
2010-12-13 Jürgen SpitzmüllerLoad the package breakurl with hyperref in DVI output...
2010-12-12 Jürgen Spitzmüller* BufferParams.cpp (loadFonts):
2010-12-11 Jürgen Spitzmüller* BufferParams.cpp: fix cut'n'paste error.
2010-12-08 Jürgen Spitzmüller* resolve conflicts of XeTeX with AMS by loading all...
2010-12-08 Jürgen Spitzmüllermake i18npreamble work with polyglossia.
2010-11-29 Jürgen Spitzmüller* BufferParams.cpp: use polyglossia only with nonTeXFonts.
2010-11-28 Jürgen Spitzmüller* Use the package luainputenc if LuaTeX is used as...
2010-11-27 Jürgen SpitzmüllerAllow to use XeTeX and LuaTeX with tex fonts.
2010-11-26 Richard HeckFinal batch of BufferParam renaming.
2010-11-26 Richard HeckRename a bunch of BufferParams to conform to our usual...
2010-11-26 Richard HeckBegin renaming some BufferParams to conform to our...
2010-11-26 Jürgen SpitzmüllerImplement GUI for LuaTeX. File format change due to...
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-11-23 Jürgen Spitzmüllerfurther xetex disambiguation: use the flavor where...
2010-11-23 Jürgen Spitzmüllermore xetex-disambibuation: here, the flavor really...
2010-11-23 Jürgen SpitzmüllerTry to disambibuate the use of "xetex". Here, we actual...
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-20 Jürgen Spitzmüller* XeTeX: OldStyleNumbers argument must be specified...
next