]> git.lyx.org Git - lyx.git/history - src/support
Fix bugs #6078 and #9364
[lyx.git] / src / support /
2015-09-25 Jean-Marc LasgouttesRemove support for precompiled headers for autotools
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-09-15 Guillaume MunchSupport for (std|boost)::make_shared
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-09-12 Jean-Marc LasgouttesIn fileLock, take in account the case where the file...
2015-09-12 Jean-MarcRestore lyxerr number format to decimal
2015-09-12 Jean-MarcMark dead code as dead
2015-09-12 Jean-MarcFix unreachable code
2015-07-22 Stephan WittUse the safer addName helper function to add the config...
2015-07-08 Jean-Marc LasgouttesSmall clean-up to debug support
2015-06-28 Georg BaumTest negative numbers as well
2015-06-28 Georg BaumMake it explicit that we need floating point abs
2015-06-26 Enrico ForestieriWas forgetting this
2015-06-26 Enrico ForestieriAmend c9d9309c
2015-06-26 Juergen SpitzmuellerFix formatFPnumber with negative doubles.
2015-06-23 Stephan Witt#7896 add support for symlink creation by the LyX binar...
2015-06-08 Jessica HamiltonAdd packaging support for Haiku
2015-05-20 Jean-Marc LasgouttesUse explicit macro to declare that we want to use C++11
2015-05-17 Georg BaumFix indentation
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-05-15 Georg BaumInstantiate trivial_string::c_str() explicitly
2015-05-14 Georg BaumFix MSVC build
2015-05-14 Georg BaumFix LaTeX length export of big numbers (bug 9416)
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-05-10 Georg BaumRemove gcc 3 traces
2015-05-08 Georg BaumFix build with GNU libstdc++ C++11 ABI
2015-04-04 Scott KostyshakSimplify code
2015-04-04 Scott KostyshakDetect when an external command crashes
2015-03-29 Georg Baumsupport tests do not need QtGui anymore
2015-03-25 Enrico ForestieriRemove the iconScaleFactor() method from src/support.
2015-03-23 Georg BaumFix compilation of tests
2015-03-18 Georg BaumImprove source code documentation
2015-03-16 Enrico ForestieriRefine fix for #9453
2015-03-15 Enrico ForestieriFix bug #9453
2015-03-13 Kornel BenkoCmake build: QtGui now needed also for filetools.cpp
2015-03-12 Enrico ForestieriPrefer svg icons.
2015-03-12 Enrico ForestieriUse the nominal theme's icon size for displaying the...
2015-03-12 Enrico ForestieriProperly name an uncompressed sgvz file.
2015-03-12 Enrico ForestieriMake sure a temporary file is always created in the...
2015-02-20 Jean-Marc LasgouttesFix memory leak in TImer class.
2015-02-09 Scott KostyshakCorrect the spelling of "occured" to "occurred"
2015-01-13 Vincent van RavesteijnConsoleApplication: Fix typos
2015-01-11 Georg BaumStart qt event loop for commandline usage
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-09 Georg BaumMove otexstream out of support
2015-01-08 Georg Baumremove duplicated include
2014-12-29 Georg Baumtex2lyx: Run configure.py if needed (bug #8539)
2014-12-29 Stephan Wittwhitespace again
2014-12-28 Stephan Wittwhitespace
2014-12-28 Georg BaumUse std::regex if possible
2014-12-28 Georg BaumGet rid of regex_constants::match_partial
2014-12-28 Georg BaumUse typedef for std::basic_string in trivstring
2014-12-28 Georg BaumAdd forgotten test to distribution
2014-12-27 Georg BaumDo not compile trivstring.cpp if not needed
2014-12-26 Enrico ForestieriFix building with cmake on cygwin.
2014-12-23 Georg BaumGet rid of tr1 support
2014-12-23 Stephan WittDrop runtime support for OS X 10.5 NSSpellChecker
2014-12-21 Georg BaumMake Format class almost thread-safe
2014-12-21 Georg BaumImprove C++11 support
2014-12-21 Georg BaumAdd missing using declarations
2014-12-21 Georg Baum::readlink() needs unistd.h
2014-12-21 Georg BaumImprove llvm libc++ detection
2014-12-07 Georg BaumTry to fix compilation on cygwin
2014-12-07 Georg BaumFix compilation without trivstring
2014-12-07 Georg BaumMake trivstring class ready for use
2014-12-07 Georg BaumFirst version of trivstring class (bug #9336)
2014-12-03 Georg BaumRemove unneeded typedef
2014-11-27 Enrico ForestieriFix bug #9342: LaTeX build get stuck for unconventional...
2014-11-19 Georg BaumFix viewer file paths on windows (bug #8892)
2014-11-16 Georg BaumFix typo
2014-11-09 Kornel BenkoCmake build: 'callstack printing' detection.
2014-10-27 Richard HeckImprove debugging output.
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2014-08-31 Kornel BenkoAdd cmake files to autoconf's dist
2014-08-27 Peter Kümmelprint callstack on assert
2014-08-26 Stephan WittMore careful NSAutoreleasePool management
2014-08-24 Stephan WittFSPathMakeRef is deprecated: use LSOpenFromURLSpec...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-19 Enrico ForestieriUpdate autotools for building with Qt5.
2014-07-16 Enrico ForestieriFix build on FreeBSD.
2014-07-12 Enrico ForestieriFix bug #9193: Spacing modification not exact
2014-07-11 Enrico ForestieriFix compatibility issue with 64-bit cygwin.
2014-07-11 Enrico ForestieriFix import of latex documents with scaled fonts.
2014-07-11 Enrico ForestieriFix make check.
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesImplement a better solution for painting of RTL text
2014-07-08 Jean-Marc LasgouttesDraw right-to-left text string-wise using Qt
2014-07-05 Jean-MarcFix typo spotted by cppcheck
2014-07-05 Georg BaumMake DocFileName::mangledFileName() threadsafe
2014-07-01 Georg BaumMake IconvProcessor::Impl noncopyable
2014-07-01 Georg BaumFix memory leak and assignment operator signature
2014-06-14 Peter KümmelOn Linux show in crash message box the backtrace
2014-06-12 Kornel BenkoCmake build: Symplify use of linking optional libraries...
2014-06-12 Kornel BenkoCmake build: Added magic library to some link commands.
2014-06-11 Enrico ForestieriMake binary file detection more robust.
2014-06-11 Enrico ForestieriSet the default locale at startup.
2014-06-09 Georg BaumFix thinko in loop detection
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-09 Georg BaumDon't double delete by making TempFile noncopyable
next