]> git.lyx.org Git - lyx.git/history - src/support
Store ASCII data in std::string
[lyx.git] / src / support /
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
2014-06-09 Georg BaumImprove file saving strategy
2014-06-09 Georg BaumFix typo
2014-06-05 Enrico ForestieriFix bug #9146.
2014-05-20 Scott KostyshakFix a GCC warning: comparing signed vs. unsigned
2014-05-19 Enrico ForestieriFix compilation after afc34c7a
2014-05-19 Georg BaumFix bug 9030 except for windows
2014-05-18 Enrico ForestieriExtend the otexstream class to also report about paragr...
2014-05-14 Scott KostyshakCentralize substitution of python commands
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-05-06 Jean-Marc LasgouttesTurn an error message into a Debug::LOCALE warning
2014-04-30 Stephan Wittimprove language flag for Objective-C compiler call
2014-04-29 Georg BaumFix C++11 test
2014-04-22 Vincent van Ravesteijncmake: Objective-C compilation support with clang and...
2014-04-22 Benjamin PiwowarskiRevert "Objective-C compililation support with cmake...
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-04-21 Richard HeckTypo.
2014-04-21 Benjamin PiwowarskiAvoids const_cast in configure_command by using mutable
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-04-21 Benjamin PiwowarskiFix problem with python and change of PATH
2014-04-21 Benjamin PiwowarskiCMake: specific modules for Qt5
2014-04-21 Benjamin PiwowarskiObjective-C compililation support with cmake and C++11
2014-04-19 Stephan WittApple recommends the use of drain instead of calling...
2014-03-29 Benjamin PiwowarskiFix problem with python and change of PATH
2014-03-27 Pavel SandaSquash gcc warning.
2014-03-19 Vincent van RavesteijnAdd a comment for the special code on Windows
2014-03-19 Vincent van RavesteijnDo not use QProcess::startDetached on Windows
2014-03-13 Georg BaumFix wrong comment (thanks Enrico)
2014-03-10 Georg BaumAdd comments about putenv() usage
2014-03-05 Benjamin PiwowarskiUpdates to AppleScript support, and documentaoin for it.
2014-03-04 Georg BaumFix compilation with libc++
2014-02-23 Richard HeckForgot in previous commit to deal with case. As I'm...
2014-02-23 Richard HeckIf the selection is some sort of URL, then make it...
2014-02-19 Stephan Wittadd -fobjc-exceptions for compiling linkback sources...
2014-01-05 Kornel BenkoRemove warning
2013-11-20 Kornel BenkoImplement file locking and apply to configure
2013-10-13 Enrico ForestieriDitch the quote_python flag.
2013-10-11 Jean-Marc LasgouttesImplement reading of mo files with bad byte endianness
2013-10-10 Georg BaumMake encoding conversions thread safe
2013-10-08 Georg BaumRemove questionable Mutex copy code
2013-09-29 Vincent van RavesteijnMerge: Remove tex2lyx defines to allow for newer automake
2013-09-29 Jean-Marc LasgouttesRemove dependency on NO_LAYOUT_CSS #define in Layout.cpp
2013-09-09 Vincent van RavesteijnFix bug #8830: Compile error with disabled NLS
2013-09-09 Jean-Marc LasgouttesFix compilation on Solaris 11.1 (bug #8783)
2013-07-20 Stephan Wittadd frameworks to linker flags for Mac OS X
2013-07-16 Scott KostyshakPrevent zombie processes (#8774)
2013-06-04 Jean-Marc LasgouttesMove a Qt workaround to the Qt frontend.
2013-06-02 Vincent van RavesteijnCorrectly find the gmo files in build dir
next