]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
Properly mark a buffer as internal
[lyx.git] / src / Buffer.cpp
2012-05-06 Vincent van RavesteijnProperly mark a buffer as internal
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-28 Richard HeckAllow viewing full file of plaintext source.
2012-04-28 Richard HeckRe-organize logic of getSourceCode() routine, so we...
2012-04-23 Richard HeckDon't output extra body tags with included files.
2012-04-11 Enrico ForestieriUse the right latex backend when a converter needs...
2012-04-08 Vincent van RavesteijnFix a copy-paste error introduced in b754fb02
2012-04-03 Richard HeckMerge branch 'master' of git.lyx.org:lyx
2012-04-03 Richard HeckClear local layout before reading BufferParams. Otherwi...
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-17 Vincent van RavesteijnClear the error list from previous errors
2012-03-09 Richard HeckShow backends rather than formats in the View>Source...
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2012-01-13 Richard Heck Fix crash reported on list when renaming a child...
2012-01-12 Stephan Witt#7789 unify and fix buffer statistics
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...
next