]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
listerrors.lyx : Update a link.
[lyx.git] / src / Buffer.cpp
2011-12-06 Richard HeckActivate ability to write CSS to a separate file. There...
2011-12-06 Richard HeckCollect CSS information in a string before writing...
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-12-06 Richard HeckMath output flavor was not set when viewing source...
2011-12-04 Richard HeckNeed to save a pointer to this list, too.
2011-12-04 Richard HeckWe need to create the clone list here, even though...
2011-12-03 Richard HeckFix #7923: Don't clone all the children on autosave.
2011-12-03 Julien RiouxRemove the .aux and .bbl files when we switch the citat...
2011-12-03 Julien RiouxRemove extra whitespace.
2011-12-02 Richard HeckDeal with the part of #7872 involving changes of branch...
2011-11-20 Richard HeckAdd assertion to check for memory leaks and remove...
2011-11-20 Richard HeckNew attempt to fix Pavel's crash, this modifies r40205...
2011-11-18 Richard HeckFix bug #7872: Mark Buffer dirty after changing branch...
2011-11-17 Richard HeckMake sure we aren't trying to reuse the global variable...
2011-11-17 Richard HeckFix crash reported by Pavel. Multiply included children...
2011-11-17 Richard HeckRevert previous patch to get a decent log message.
2011-11-17 Richard HeckMerge branch 'PavelCrash2'
2011-11-17 Richard HeckSimplify code slightly.
2011-11-17 Richard HeckMinor cleanup.
2011-11-02 Richard HeckFix bug reported on user list: <title> not escaped.
2011-10-30 Vincent van RavesteijnCorrectly message that the export is cancelled
2011-10-30 Vincent van RavesteijnBuffer: Make setExportStatus a private member
2011-10-30 Vincent van RavesteijnLet all doExport calls have the same behaviour
2011-10-29 Richard HeckInitial work for view source improvements.
2011-10-29 Richard HeckImprove argument handling for the source generation...
2011-10-29 Richard HeckFix bug #7777. We need a loader when exporting no matte...
2011-10-27 Vincent van RavesteijnReturn ExportStatus from Buffer to GuiView
2011-10-27 Vincent van RavesteijnLet Buffer::preview return an error value
2011-10-27 Vincent van RavesteijnLet Buffer::doExport return an error value
2011-10-27 Vincent van RavesteijnRemove result_file from debug output because it is...
2011-10-27 Vincent van RavesteijnSimplify the public interface of Buffer::doExport
2011-10-26 Vincent van RavesteijnFix bug #7793: LyX leaves behind autosave files
2011-10-23 Georg BaumTie file formats of LyX and tex2lyx, since there are...
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
2011-10-07 Stephan Wittavoid compiler warning regarding operator precedence
2011-10-06 Tommaso CucinottaFixed bug when exporting to custom location under non...
2011-10-06 Stephan Witt#2511 implementation of spell check of the current...
2011-09-15 Richard HeckTypo.
2011-09-15 Richard HeckGet default font color and background color working...
2011-09-15 Tommaso CucinottaAdded -E option to specify export format and destinatio...
2011-08-29 Enrico ForestieriFix bug #6170 (Latex Compiler error when lyx file is...
2011-08-29 Uwe StöhrInsetSpace support for
2011-08-23 Stephan Witt#7740 Add undo for change of text language with LFUN_BU...
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-07-23 Pavel SandaAdd visible space. After long discussion the solution...
2011-07-18 Richard HeckFix recursive include check.
2011-07-16 Richard HeckAdd check for recursive includes.
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...
next