]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
reorder initializers to avoid warning
[lyx.git] / src / Buffer.cpp
2011-07-12 Jean-Marc Lasgouttesreorder initializers to avoid warning
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2011-06-20 Richard HeckRemove unused optional variable.
2011-06-20 Richard HeckFix problem with bibliography indentation reported...
2011-06-12 Richard HeckModify r38980 in response to Vincent's comments.
2011-06-08 Richard HeckFix problem with static error list.
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-26 Richard HeckFix bug reported on user list. Children included more...
2011-05-26 Richard HeckWe were already using it here. Why wasn't I warned?
2011-05-26 Richard HeckFix problem first reported by Diego: If you try to...
2011-05-16 Richard HeckCheck the return status of Lexer::setFile().
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-05-07 Richard HeckFix bug #7499. The problem here is that there was no...
2011-05-07 Richard HeckInitial work to fix bug involving embedded macros and
2011-05-05 Richard HeckStart the clean up of the updateMacros() calls by movin...
2011-05-05 Richard HeckFix bug #7525: We need to make sure we have an up to...
2011-04-25 Richard HeckForgot this part of r38496. See
2011-04-13 Peter Kümmel#7407, home_dir could be a static function and also...
2011-04-02 Richard HeckFix crash part of bug #7416. The export status was...
2011-03-31 Richard HeckGiven how we are using this exclusion list, it makes...
2011-03-30 Julien Riouxexclude latex and pdflatex formats from the converter
2011-03-10 Enrico ForestieriWhen an error occurs inside an inset, the content rathe...
2011-03-04 Tommaso CucinottaFix bug when retrieving allRelatives() of a buffer...
2011-03-04 Enrico ForestieriAs improbable as it may be, an error could occur in...
2011-03-04 Enrico ForestieriFix bug #7331 (No error highlighting in child documents)
2011-02-28 Enrico ForestieriInitializing the gui_ member of the cloned buffer has...
2011-02-28 Enrico ForestieriFix bug #7324 (Latex export silently fails with uncodab...
2011-02-20 Stephan Witt#7299 correct Buffer::saveCheckSum() method for new...
2011-02-15 Richard HeckIntroduce BufferParam to control whether CSS is output...
2011-02-14 Enrico ForestieriAlso catch the endl manipulator for automatic line...
2011-02-13 Enrico ForestieriComplete integration of texrow with otexstream and...
2011-02-13 Pavel SandaFew typos
2011-02-12 Enrico ForestieriFix bug #7186 (Forward Search not working for Child...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-09 Pavel SandaCosmetic change of .lyx headers. We output now only...
2011-02-03 Edwin Leuvensupport for tabular*
2011-02-03 Jürgen Spitzmüller* Allow to set language package on a per-document basis...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-28 Pavel Sanda.lyx as symlinks killed when saving because of #6587...
2011-01-27 Jean-Marc LasgouttesFix default buffer output format for literate documents.
2011-01-22 Peter Kümmelmake a copy of Converters because this function is...
2011-01-13 Enrico ForestieriFix bug #7231 (Math macro arguments miss braces when...
2011-01-09 Abdelrazak YounesClear undo/redo stack when reloading buffer. This fixes...
2010-12-29 Jürgen Spitzmüllerfix some typos. Patch by Yuri Chornoivan.
2010-12-28 Enrico ForestieriFix bug #7194 (Crash closing master while child documen...
2010-12-26 Pavel SandaWhitespace
2010-12-21 Enrico ForestieriAvoid const casts by making mutable the usermacros...
2010-12-20 Enrico ForestieriRefine fix for bug #7183.
2010-12-18 Enrico ForestieriFix bug #7183 (User math macros defined in child docume...
2010-12-12 Jürgen Spitzmüller* Buffer.cpp (doExport): rebuild the Graph to fix a...
2010-12-10 Jürgen SpitzmüllerAdd the option to select the output format in Source...
2010-12-07 Jürgen Spitzmüller* Follow Vincent's advice to keep constness. Thanks...
2010-12-07 Jürgen Spitzmüller* Use default output flavor for View Source.
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Richard HeckMark the cache valid once we have been through updateBu...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
2010-12-03 Richard HeckTowards a proper fix for bug #6846, this just disentang...
2010-12-03 Richard HeckSlight re-organization.
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-29 Vincent van RavesteijnRemove unused #include.
2010-11-28 Jürgen Spitzmüller* Buffer.cpp (makeLaTeXFile):
2010-11-28 Jürgen Spitzmüllerwhitespace only.
2010-11-27 Jürgen SpitzmüllerAllow to use XeTeX and LuaTeX with tex fonts.
2010-11-27 Pavel SandaKill leading blankspaces in new strings, its weird...
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 HeckFix bug #2607.
2010-11-26 Jürgen SpitzmüllerImplement GUI for LuaTeX. File format change due to...
2010-11-26 Vincent van RavesteijnDo not overwrite read-only files. We now move the file...
2010-11-26 Vincent van RavesteijnFix bug #7035: Read-only status and compressed status...
2010-11-25 Vincent van RavesteijnFix also the other occurence of the strange language...
2010-11-25 Pavel SandaThis message looked strange.
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-11-23 Jürgen Spitzmüller* Buffer.cpp: correctly set the flavor.
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-18 Vincent van RavesteijnCall Buffer::saveCheckSum() from Buffer::setFileName...
2010-11-18 Vincent van RavesteijnBuffer::setFileName() can now be private. The only...
2010-11-17 Vincent van RavesteijnCorrect bug number and typo.
2010-11-17 Vincent van RavesteijnGeneralize Buffer::autoSave() for both the threaded...
2010-11-07 Vincent van RavesteijnMove the buffer related part from GuiView::renameBuffer...
2010-11-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-05 Vincent van RavesteijnClarify comment.
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-11-05 Vincent van RavesteijnFix bug #6058: Change tracking and versioning.
2010-11-01 Stephan Wittfirst step to cure the VCS load problem
2010-10-30 Stephan Wittafter successfuly load of autosave or emergency file...
2010-10-29 Vincent van RavesteijnRemove saveCheckSum from Buffer::reload again. Now...
2010-10-29 Vincent van RavesteijnCentralize preview generation/deletion code to Buffer...
2010-10-29 Vincent van RavesteijnRelay the ReadStatus all the way up to the GUI also...
2010-10-28 Richard HeckMove saveCheckSum() call to Buffer::readFile(). Also...
2010-10-26 Kornel BenkoMake it compilable, missing parentheses
2010-10-26 Vincent van RavesteijnLet's add one step of security more here.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
next