]> git.lyx.org Git - lyx.git/history - src/Buffer.h
prepare Qt 5.6 builds
[lyx.git] / src / Buffer.h
2016-01-10 Georg BaumDo not apply \origin at existing files
2015-11-15 Richard HeckSimplify use of Buffer::getBackupName().
2015-11-11 Richard HeckFix bug #9554: When we save a file that was not origina...
2015-09-12 Guillaume MunchImprovements to the display of the source.
2015-05-16 Enrico ForestieriCorrectly load documents moved elsewhere after save.
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-05-05 Enrico ForestieriDon't update paths of non-existing files
2015-05-05 Scott KostyshakDo a fresh compile for preview after error (#9061)
2015-05-03 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2015-05-03 Enrico ForestieriUpdate paths of included files when saving to a differe...
2015-03-20 Scott KostyshakAssert if successful export but no output file
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-17 Georg BaumDocument Buffer::preview()
2014-11-16 Georg BaumMake doExport() helper private
2014-10-18 Stephan Witt #9130 Text in main work area isn't rendered with high...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-03-13 Juergen SpitzmuellerInclude child's own authors when using BufferParams...
2013-10-04 Jean-Marc LasgouttesRevert "Do not kill the undo stack when doing a Save...
2013-05-16 Pavel SandaSlowly going through the suggestion made by our headers...
2013-04-25 Richard HeckSimplify code a bit: If we only accept CITE_CODE, there...
2013-04-21 Richard HeckFix bug found by Scott concerning copying XHTML to...
2013-04-19 Uwe Stöhrfix some more typos spotted by Yuri
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-03-18 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-03-18 Richard HeckAllowing direct, read-write access to the references...
2013-02-06 Julien RiouxGenerate the citation labels before exporting to plain...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-15 Georg BaumImplement extractFromVC() for CVS and SVN.
2012-10-05 Juergen SpitzmuellerAdd master's perspective in children's source preview
2012-09-12 Scott KostyshakTypos
2012-07-18 Jean-Marc LasgouttesDo not kill the undo stack when doing a Save As...
2012-05-19 Juergen SpitzmuellerIf a file is saved as, reset its master if it has any...
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-23 Richard HeckDon't output extra body tags with included files.
2012-01-12 Stephan Witt#7789 unify and fix buffer statistics
2011-12-06 Richard HeckMath output flavor was not set when viewing source...
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-11-20 Richard HeckNew attempt to fix Pavel's crash, this modifies r40205...
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-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 RavesteijnSimplify the public interface of Buffer::doExport
2011-10-27 Vincent van RavesteijnRemove the unused default parameter of Buffer::doExport().
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
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-24 Vincent van RavesteijnMake the Buffer class non-copyable, otherwise LyX crash...
2011-07-12 Abdelrazak Younesgcc compile fix.
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2011-06-20 Richard HeckRemove unused optional variable.
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 problem first reported by Diego: If you try to...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. 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-02-13 Enrico ForestieriComplete integration of texrow with otexstream and...
2010-12-29 Jürgen Spitzmüllerfix some typos. Patch by Yuri Chornoivan.
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-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
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 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-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-18 Vincent van RavesteijnBuffer::saveCheckSum() can be private.
2010-11-18 Vincent van RavesteijnBuffer::setFileName() can now be private. The only...
2010-11-17 Vincent van RavesteijnBuffer::moveAutosaveFile can be private.
2010-11-17 Vincent van RavesteijnBuffer::getAutosaveFileName() can now be private as...
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-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
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 Vincent van RavesteijnBuffer: Rename function names:
2010-10-26 Vincent van RavesteijnBuffer: Make Buffer::readFile() private.
2010-10-26 Vincent van RavesteijnBuffer.h: Cleanup, Sorting, and Improvements:
2010-10-25 Vincent van RavesteijnMerge readFile and readFile; and readFile and readString.
2010-10-25 Vincent van RavesteijnBuffer.cpp:
2010-10-25 Vincent van RavesteijnCentralize the generation of the emergency and autosave...
2010-10-25 Vincent van RavesteijnRefactor Buffer.cpp: loadLyXFile():
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
next