]> git.lyx.org Git - lyx.git/shortlog
lyx.git
2016-06-12 Richard HeckAdd comments to fix coverity #23505 and 23507.
2016-06-12 Richard HeckAdd comment to fix coverity #111935.
2016-06-12 Richard HeckFix coverity issue #127197.
2016-06-12 Richard HeckAdd comment about coverity #102061.
2016-06-12 Richard HeckAdd a check to please coverity.
2016-06-12 Richard HeckFix a number of other uninitialized members.
2016-06-12 Richard HeckAdd comment to fix coverity #23438.
2016-06-12 Richard HeckInitialize a bunch of uninitialized members. It does...
2016-06-12 Richard HeckAdd some comments to fix coverity #23386.
2016-06-12 Richard HeckFalse positive on coverity #23366.
2016-06-12 Richard HeckAdd a LATTEST, just in case this ever causes a problem.
2016-06-12 Richard HeckCheck to make sure we have a preview loader.
2016-06-12 Richard HeckAdd comment fixing coverity #23351.
2016-06-12 Richard HeckAdd comment about coverity #23335.
2016-06-12 Richard HeckAdd comment to fix coverity #23308
2016-06-12 Richard HeckMake sure we have a buffer in VC_COMPARE.
2016-06-12 Richard HeckAdd comment for coverity, fixing #23307.
2016-06-12 Richard HeckMark a number of coverity false positives.
2016-06-11 Scott KostyshakAdd a comment and FIXME that lualatex can make DVI
2016-06-11 Pavel Sanda* Math.lyx : add few maxima examples to ch. 23.1.
2016-06-11 Georg BaumImprove comments and add missing decoding call
2016-06-11 Günter Mildefix #10199 Non-encodable characters with XeTeX and...
2016-06-11 Kornel BenkoCmake build: Correct wrong comment
2016-06-11 Kornel BenkoCmake build: Determine availability of 'std::regex...
2016-06-11 Georg BaumSome python 3 fixes for lyx2lyx
2016-06-11 Georg BaumFix linking with std::regex and included boost
2016-06-11 Stephan WittAdd missing includes after change to boost signals2
2016-06-11 Georg BaumDo not try to build an empty boost lib
2016-06-11 Georg BaumSkip boost linking test if not needed
2016-06-11 Georg BaumGet rid of boost signals in multithreading test
2016-06-11 Richard HeckFix silly error outputting math sizes. Fixes bug #10129.
2016-06-11 Guillaume MunchFix bug #10119
2016-06-11 Guillaume MunchClarify Qt requirements for 2.3
2016-06-11 Guillaume MunchAdd missing header
2016-06-10 Richard HeckRestore last selected label when using the "go to label...
2016-06-10 Kornel BenkoCmake build: Finetune some destination data paths on...
2016-06-10 Jean-Marc LasgouttesAllow to disable std::regex manually with autoconf
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Georg BaumRerun extract.sh to get rid of more boost
2016-06-09 Guillaume MunchExercise: simplify the definition of IconvProcessor
2016-06-09 Guillaume MunchRemove non-copyable idioms
2016-06-09 Guillaume MunchMissing headers
2016-06-09 Jean-Marc LasgouttesInitialize GuiDocument:biblioChanged_ in constructor
2016-06-09 Jean-Marc LasgouttesInitialize correctly SystemcallPrivate in constructor
2016-06-09 Jean-Marc LasgouttesInitialize bool member of Package in default constructor
2016-06-09 Jean-Marc LasgouttesInitialize properly InsetTabular members in constructor
2016-06-09 Jean-Marc LasgouttesInitialize Parse::theCatCode_ in constructor
2016-06-09 Jean-Marc LasgouttesInitialize FindAndReplaceOptions in default constructor
2016-06-09 Jean-Marc LasgouttesInitialize correctly GuiErrorList::from_master_ in...
2016-06-09 Jean-Marc LasgouttesInitialize InsetExteralParams::preview_mode in constructor
2016-06-09 Jean-Marc LasgouttesInitialize GuiSendto::format_ in constructor
2016-06-09 Jean-Marc LasgouttesAlways initialize InsetQuote language in constructor
2016-06-09 Jean-Marc LasgouttesInitialize some GuiTabular members in constructor
2016-06-09 Jean-Marc LasgouttesInitialize ScopeBuffer::buffer member in constructor
2016-06-09 Jean-Marc LasgouttesInitialize LyXModule::available_ in constructor
2016-06-09 Guillaume MunchReplace boost::tuple with std::tuple
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 MunchAutotools: restore deprecation warning
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
2016-06-09 Guillaume Munchunique_ptr and make_unique
2016-06-09 Jean-Marc LasgouttesInitialize all MathMacroTemplate members in constructors
2016-06-09 Jean-Marc LasgouttesPlease Coverity (code should be equivalent)
2016-06-09 Jean-Marc LasgouttesAnnotate source code to please coverity
2016-06-09 Jean-Marc LasgouttesFix right_boundary properly after a row is shortened
2016-06-09 Pavel SandaImprove build for FreeBSD.
2016-06-09 Uwe StöhrWin installer: new version with Qt 5.6.1
2016-06-08 Georg BaumAdd missing backslashes
2016-06-08 Georg BaumMake scripts python3 compatible
2016-06-08 Georg BaumMake configure.py python3 compatible
2016-06-08 Georg BaumMake commented code python3 compatible
2016-06-08 Kornel BenkoCmake build: Check for QPA_XCB when QT_USES_X11 is...
2016-06-07 Georg BaumMention C++11 requirement in INSTALL
2016-06-07 Georg BaumWe do not use the provided MSVC proj files
2016-06-07 Georg BaumRemove boost::typeof
2016-06-07 Georg BaumUpdate boost to version 1.61
2016-06-07 Georg BaumRemove unneeded files from extract.sh
2016-06-07 Georg BaumRemove zombie noncopyable.hpp dependency
2016-06-07 Georg BaumRequire a C++11 compiler
2016-06-07 Kornel BenkoCmake build: Correct some installation paths
2016-06-07 Richard HeckFix bug #10194: Space missing in UI.
2016-06-06 Richard HeckFix some problems with the preamble in th eKoma-script...
2016-06-06 Georg BaumFix cppcheck initialization warnings
2016-06-06 Georg BaumRethrow excepction instead of a copy
2016-06-06 Georg BaumRemove duplicated if clause
2016-06-06 Scott KostyshakStart a fresh RELEASE-NOTES
2016-06-06 Kornel BenkoCmake build: Refactor determination of destination...
2016-06-05 Kornel BenkoCmake build: Set new installation paths
2016-06-05 Georg BaumFix encoding for computer modern fonts
2016-06-05 Georg BaumMake generate_symbols_list.py python3 compatible
2016-06-05 Kornel BenkoCmake build: Allow user defined suffix for program...
2016-06-05 Georg BaumImplement gcc version check for cmake
2016-06-05 Georg BaumRequire at least gcc 4.3
2016-06-05 Georg BaumFix svgz output path
2016-06-05 Georg BaumMerge generate_symbols_* scripts
2016-06-05 Georg BaumUpdate image template docs to current format
2016-06-05 Georg BaumPrepare generate_symbols* for python3
2016-06-05 Georg BaumLook for svgz images as well
2016-06-05 Scott Kostyshakconfigure: Add export format for 2.2.x
2016-06-04 Georg BaumAdjust generate_symbols* to db363ab1
next