]> git.lyx.org Git - lyx.git/history - src
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src /
2016-06-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2016-06-26 Juergen SpitzmuellerFix indentation
2016-06-26 Enrico ForestieriTweak output from maxima
2016-06-25 Georg Baumremove unused declaration
2016-06-25 Richard HeckFix for previous commit: We come right back through...
2016-06-25 Scott KostyshakWhitespace
2016-06-25 Richard HeckFix bug #8814: Ask for place to export a file if it...
2016-06-21 Richard HeckBy default, charstyles should not permit layout changes...
2016-06-21 Georg Baummore const correctness
2016-06-21 Richard HeckRemove "only", which is not really necessary.
2016-06-21 Richard HeckFix bug #10213 as discussed there: We now display the...
2016-06-20 Georg Baumconst correctness
2016-06-20 Richard HeckFix bug #10153: There's a mechanism in XHTML output...
2016-06-19 Georg BaumRemove external date inset
2016-06-19 Stephan WittAlways present Qt version info in LyX About dialog...
2016-06-18 Richard HeckFix typo, and also check if string is null.
2016-06-18 Richard HeckBe a bit more careful about setting and restoring the...
2016-06-16 Georg BaumDo not distribute built sources
2016-06-16 Georg BaumRemove obsolete comments
2016-06-16 Georg BaumRemove InsetMathXYArrow
2016-06-16 Georg BaumAmend 10b4a471853
2016-06-16 Georg BaumExpose python 3 support to some testing
2016-06-15 Guillaume MunchMake latex highlighter colors compatible with dark...
2016-06-15 Guillaume MunchFix compilation with gcc 4.6 part II
2016-06-14 Richard HeckWhitespace.
2016-06-14 Richard HeckReplace coverity comment with assertion.
2016-06-14 Guillaume MunchFix compilation with gcc 4.6
2016-06-14 Guillaume MunchFix bug #10195
2016-06-14 Guillaume Munchamend 6144bbfb
2016-06-13 Guillaume Munchamend e2bc7ffa
2016-06-13 Guillaume MunchRemove a conversion to_utf8() inside FontSetChanger
2016-06-13 Guillaume MunchScrollbarParameters: clean-up and document
2016-06-13 Guillaume MunchFix computation of scroll value
2016-06-13 Guillaume MunchSimplify the TexRow information for mathed output
2016-06-13 Guillaume MunchDo not include MetricsInfo.h in MathStream.h
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-06-13 Guillaume MunchRefChanger
2016-06-13 Guillaume MunchShortcutOverride again
2016-06-12 Guillaume MunchRemove that pesky broken window that pops up with Qt5...
2016-06-12 Guillaume MunchAdd perf comment
2016-06-12 Guillaume MunchToc: clean-up
2016-06-12 Guillaume MunchReplace foreach with for
2016-06-12 Guillaume Munchclimits
2016-06-12 Stephan WittUse iostream instead of sstream and move it from header...
2016-06-12 Richard HeckWhen we use InPremable styles, we want to write as...
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 Günter Mildefix #10199 Non-encodable characters with XeTeX and...
2016-06-11 Stephan WittAdd missing includes after change to boost signals2
2016-06-11 Richard HeckFix silly error outputting math sizes. Fixes bug #10129.
2016-06-11 Guillaume MunchFix bug #10119
2016-06-11 Guillaume MunchAdd missing header
2016-06-10 Richard HeckRestore last selected label when using the "go to label...
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
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 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-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.
next