]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
Compute and output numbers for numerical citations.
[lyx.git] / src / Buffer.cpp
2013-05-16 Julien RiouxCompute and output numbers for numerical citations.
2013-05-15 Georg BaumImplement forced local layouts
2013-04-29 Jean-Marc LasgouttesFix bug #8627: Command line switches to change branch...
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-25 Richard HeckSimplify code a bit: If we only accept CITE_CODE, there...
2013-04-22 Scott KostyshakFix ChkTeX error reporting (#8639)
2013-04-21 Georg BaumFix bug #8636
2013-04-21 Richard HeckFix bug found by Scott concerning copying XHTML to...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-04-12 Richard HeckRemove obsolete comment.
2013-04-01 Georg BaumDelete temp file after usage
2013-03-24 Richard HeckFix bug #8603: We want unabbreviated TOC entries here.
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-03-18 Richard HeckWe don't need to reset counters we aren't using.
2013-03-11 Richard HeckCreate a new DocumentClass for any cloned Buffer.
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-02-09 Richard HeckChange LabelType Top_Environment to LabelType Above...
2013-02-09 Richard HeckRemove references to Counter LabelType from source...
2013-02-06 Julien RiouxGenerate the citation labels before exporting to plain...
2013-02-06 Jean-Marc LasgouttesRename Path.h to PathChanger.h (actual name of the...
2013-02-03 Georg BaumDot not swallow log messages
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-13 Georg BaumAdd missing VCS updates after filename changes
2012-11-04 Pavel SandaAutosaving is now always threaded.
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse new T not new T()
2012-10-26 Lars Gullik BjønnesBuffer.cpp: drop unused <stack>
2012-10-05 Juergen SpitzmuellerRestore buffer parenthood if we exit already after...
2012-10-05 Juergen SpitzmuellerAdd master's perspective in children's source preview
2012-10-05 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-05 Juergen SpitzmuellerDo not let the children's buffer params leak into the...
2012-10-03 Juergen SpitzmuellerDo not let the parent interfere when I child document...
2012-09-20 Pavel SandaSimplify translation string.
2012-09-17 Scott KostyshakConstify some catches and others
2012-07-21 Richard HeckFix a long-standing FIXME by resetting only the counter...
2012-07-18 Jean-Marc LasgouttesDo not kill the undo stack when doing a Save As...
2012-07-15 Jean-Marc LasgouttesFix bug #5204: Undo removes text selection
2012-07-10 Richard HeckFix bug #8160 by updating the dtd for MathML.
2012-06-29 Jean-Marc LasgouttesFix to #8159: Undo doesn't restore environment depth...
2012-06-28 Juergen Spitzmuellerfix bug #8209: polyglossia commands ignored partial...
2012-06-08 Juergen SpitzmuellerWhitespace
2012-06-05 Richard HeckAllow LyX format to be written to View>Source window.
2012-06-05 Richard HeckMove TexRow stuff near where it is used.
2012-06-05 Jean-Marc LasgouttesRevert "Second tentative fix to #8159: Undo doesn't...
2012-06-05 Jean-Marc LasgouttesSecond tentative fix to #8159: Undo doesn't restore...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-22 Richard HeckAdd "nice" flag for converters, addressing final proble...
2012-05-19 Juergen SpitzmuellerIf a file is saved as, reset its master if it has any...
2012-05-14 Enrico ForestieriFix bug #7982: LyX does not work if working directory...
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
next