]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
BufferParams: rename formula_indent to math_indent etc. as requested
[lyx.git] / src / Buffer.cpp
2017-04-13 Uwe StöhrBufferParams: rename formula_indent to math_indent...
2017-04-06 Uwe StöhrBufferParams.cpp; initialize formula_indentation with...
2017-04-06 Scott KostyshakRemove "Bummer" from the "Save failed!" message
2017-03-31 Jean-Marc LasgouttesHandle exception thrown by Buffer::emergencyWrite
2017-03-28 Enrico ForestieriAccount for unicode chars in tempdir path on Windows
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-03-11 Scott KostyshakWhen catching exception, give error on STDERR
2017-03-10 Guillaume MunchDisable edition when external modifications are detected
2017-03-10 Guillaume MunchClean-up
2017-03-10 Guillaume MunchWhitespace
2017-03-10 Guillaume MunchImplement real-time detection of external modifications
2017-03-10 Guillaume Munchbuffer-export default
2017-03-08 Scott KostyshakImplement '*' in "buffer-export <FORMAT> <DEST>"
2017-03-05 Guillaume Munchbuffer-export * synonymous to buffer-export
2017-03-01 Jean-Marc LasgouttesInitialize properly TextEntry variable
2017-03-01 Jean-Marc LasgouttesInitialize properly a class member
2017-02-27 Guillaume Munchbuffer-export without argument exports the default...
2017-02-04 Juergen SpitzmuellerSupport for multiple bibliographies
2017-01-26 Guillaume MunchUpdate child's TocBackend as well
2017-01-14 Juergen SpitzmuellerAllow new buffer params to be reset to empty
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Richard HeckFix DocBook DTD identifier for XML output.
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerBiblatex support
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-02 Juergen SpitzmuellerExtend the Bibfiles cache
2016-12-02 Jean-Marc LasgouttesRewrite handling of macro nesting in math rows
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-10-31 Juergen SpitzmuellerUse Buffer::validate() when previewing single paragraph
2016-10-27 Juergen SpitzmuellerIssue an error message if conflicting languages are...
2016-10-23 Enrico ForestieriOn export, mark the start of the first paragraph
2016-10-22 Guillaume MunchImprovement to the reverse-search algorithm
2016-10-22 Guillaume MunchMove class definitions inside main class
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-10-21 Richard HeckThese two routines are now redundant.
2016-10-16 Guillaume MunchTexRow for InPreamble
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-10-14 Juergen SpitzmuellerNew layout tags for better counter handling
2016-10-01 Scott KostyshakInitialize a member variable before it is used
2016-09-23 Guillaume MunchReverse search: select a whole row
2016-09-23 Guillaume MunchRemove option to disable texrow
2016-09-23 Guillaume MunchTexRow: clean up and simplify
2016-09-21 Jean-Marc LasgouttesMake *-lyxformat-* backup files use .lyx~ extension
2016-07-31 Richard HeckAdd 'dir="auto"' to the body tag for XHTML export....
2016-07-10 Richard HeckSimplify logic a bit. (This was meant to be part of...
2016-07-10 Richard HeckFix thinko in Buffer::preview. It is possible for this...
2016-07-04 Guillaume MunchRationalise includes
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-06-12 Richard HeckAdd a LATTEST, just in case this ever causes a problem.
2016-06-11 Günter Mildefix #10199 Non-encodable characters with XeTeX and...
2016-06-09 Jean-Marc LasgouttesInitialize ScopeBuffer::buffer member in constructor
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Guillaume Munchtypo
2016-05-29 Guillaume MunchAutomatically show the review toolbar if the document...
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2016-03-27 Richard HeckMore informative name for backups of files from older...
2016-01-12 Guillaume MunchAdd \save_transient_properties parameter (#9841)
2016-01-10 Georg BaumDo not apply \origin at existing files
2016-01-05 Richard HeckRewrite the BufferList::releaseChild method so that...
2015-11-15 Richard HeckWe need to show the error message in the case in which...
2015-11-15 Richard HeckSimplify use of Buffer::getBackupName().
2015-11-13 Richard HeckFix stupid error in cc83dfa887.
2015-11-13 Günter MildeUpdate comments after solving #9740.
2015-11-11 Richard HeckFix bug #9554: When we save a file that was not origina...
2015-11-10 Günter MildeFix 480937a103708a651/lyxgit. See also #9740.
2015-11-10 Guillaume MunchMove tmpdir error message to stderr
2015-11-07 Richard HeckMove LFUN_CHANGES_TRACK and LFUN_CHANGES_OUTPUT to...
2015-11-03 Günter MildeFixme for the partial patch for #9740 (XeTeX with TeX...
2015-11-02 Jean-Marc LasgouttesFix compilation with clang++ 3.6.2.
2015-10-29 Scott KostyshakDisable "Show Output Anyway" button if empty file
2015-10-25 Günter MildeFix the partial patch for #9740 (XeTeX with TeX fonts...
2015-10-25 Günter MildeFix the partial patch for #9740 (XeTeX with TeX fonts).
2015-10-20 Günter MildePartial fix for #9740 "XeTeX/LuaTeX with TeX fonts...
2015-10-01 Guillaume MunchImprovements to cursor highlighting in the source panel
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-12 Guillaume MunchImprovements to the display of the source.
2015-09-08 Enrico ForestieriTake into account symbolic links
2015-09-04 Georg BaumRemove unneeded second slash
2015-08-19 Scott KostyshakRefresh file cache before checking existence
2015-05-28 Stephan WittRemove leftover from printing support.
2015-05-27 Richard HeckRemove printing support from LyX.
2015-05-17 Richard HeckFix bug #9544: Mark file clean after we write it.
2015-05-17 Georg BaumFix indentation
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-08 Stephan Witt#9514 improved document iterator for correct check...
next