]> git.lyx.org Git - lyx.git/history - src/support
Cmake build:
[lyx.git] / src / support /
2012-10-21 Kornel BenkoCmake build:
2012-10-21 Kornel BenkoCmake tests:
2012-10-16 Stephan Wittadd QT_QTGUI_LIBRARY to link libraries of check program...
2012-10-16 Kornel BenkoCmake build: support tests
2012-10-14 Stephan Wittcorrect format for unsigned long argument, remoteCloseL...
2012-10-14 Stephan Wittadd missing argument for log message
2012-10-14 Stephan Wittcorrect unsigned integer compare operations
2012-10-12 Vincent van Ravesteijnsupport/tests: Fix compilation on Windows
2012-10-05 Kornel BenkoAdded check for support tests in cmake build.
2012-10-05 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-05 Jean-Marc LasgouttesFix make check target
2012-09-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-09-25 Stephan WittC++ style to avoid compiler warning for non-NLS impleme...
2012-09-23 Stephan Wittavoid deprecated functions on Mac - use Qt instead
2012-09-23 Stephan Wittremove unnecessary Carbon include
2012-09-23 Stephan Wittcorrect Messages class implementation for non-NLS
2012-09-17 Scott KostyshakConstify some catches and others
2012-09-12 Scott KostyshakTypos
2012-09-08 Jean-Marc LasgouttesTracking correctly available translations (take 2)
2012-08-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-08-19 Stephan WittPatch from Benjamin Piwowar - see ticket #8185:
2012-08-17 Juergen Spitzmuellertypo
2012-07-15 Jean-Marc LasgouttesTypo introduced in commit 16fd47ad.
2012-07-15 Pavel SandaAdd comment in lstrings.h
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2012-06-29 Juergen SpitzmuellerAdd some more characters that need to be escaped in...
2012-06-11 Jean-Marc LasgouttesMake debug messages more readable
2012-06-06 Richard HeckTypo.
2012-06-05 Jean-Marc LasgouttesTypos
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-05-06 Pavel SandaStrip gecos on Unix systems on user name only.
2012-05-03 Vincent van RavesteijnAlways require a mask to get a temporary filename
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-10 Georg BaumTranslations for listings insets
2012-03-22 Lars Gullik BjønnesSetup .gitignore for generated files
2012-03-11 Stephan Witt#7855 subversion 1.7.x support: use svn info to check...
2012-03-02 Jürgen SpitzmüllerWork around qt bug that prevents the glyph LATIN CAPITA...
2012-02-21 Georg BaumMake guessFormatFromContents() a bit more private,...
2012-02-21 Georg BaumUse libmagic for file format detection if available.
2012-02-19 Enrico ForestieriOn *nix, a proper forward definition of docstring is...
2012-02-18 Enrico ForestieriFix bug #8032 (timeout when using the Sweave module)
2012-02-15 Georg BaumMove readBB_from_PSFile() out of support (no code change),
2012-01-22 Georg BaumFix converters with input redirection, such as the...
2012-01-12 Georg Baumget rid of dead code and silly function
2012-01-07 Georg BaumQuick fix bug #4267.
2011-12-18 Peter Kümmelcleanup before unsubscribing
2011-12-06 Peter Kümmeltimeout_min is platform independent
2011-11-29 Stephan Wittcorrect capitalization of AppKit framework - for case...
2011-11-20 Peter Kümmelprepare switch to switch-case in when parsing tex files
2011-11-06 Jean-Marc LasgouttesFix shortenng of file names in MakeDisplayPath: it...
2011-11-06 Georg BaumFix bug #4213: Change tracking support for tex2lyx.
2011-10-31 Georg BaumReplace a half-baked attempt to remove \lyxdot from...
2011-10-31 Enrico ForestieriProperly account for output redirection with QProcess.
2011-10-28 Enrico ForestieriCompile fix for *nix...
2011-10-28 Enrico ForestieriDetect the correct version of python at runtime and...
2011-10-23 Enrico ForestieriThinking about it, it is better to always convert to...
2011-10-23 Enrico ForestieriAs stated in r39928, conversion on the fly only works...
2011-10-23 Enrico ForestieriRestore r39921, as a simple solution exists.
2011-10-23 Enrico ForestieriRevert r39921. This would not work because proper facet...
2011-10-22 Enrico ForestieriFix typo.
2011-10-22 Enrico ForestieriAlso account for possible encoding changes embedded...
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
2011-10-09 Enrico ForestieriAvoid unnecessary spaces with the Windows shell.
2011-10-08 Enrico ForestieriNo need for the more expensive to_utf8() here.
2011-10-08 Enrico ForestieriFix bug #7800 (Lyx cannot create dvi with Russian)
2011-09-25 Enrico ForestieriMake sure to check command for emptiness, instead of...
2011-09-25 Enrico ForestieriApparently, the env program does not strip quotes aroun...
2011-09-25 Enrico ForestieriThe second argument of Systemcall::startscript is suppo...
2011-09-25 Enrico ForestieriAdjust the simple parser in ForkedCalls.cpp to also...
2011-09-25 Enrico ForestieriManage the setting of the latex environment for Systemc...
2011-09-24 Enrico ForestieriDo not change, even if temporarily, the environment...
2011-09-24 Enrico ForestieriFix typo.
2011-09-24 Enrico ForestieriAlso set TEXINPUTS when launching ForkedCall processes.
2011-09-19 Tommaso CucinottaAdded support for natively zipped file formats that...
2011-09-07 Enrico ForestieriLeave alone the header and add the include where it...
2011-09-03 Enrico ForestieriFix compile error with gcc 4.5.3 when using the include...
2011-08-28 Enrico ForestieriProtect against autorun commands on Windows (see also...
2011-08-28 Enrico ForestieriAllow batch files with QProcess.
2011-08-23 Enrico ForestieriOn Windows, also fix call to octave (related to bug...
2011-08-22 Enrico ForestieriFix #7715 (Lyx 2.0.0 doesn't work with Mathematica...
2011-08-05 Enrico ForestieriFix bug #253 (Incorrect protection of closing quotation...
2011-07-17 John C. McCabe-DanstedFix bug #7467: build failure on GNU/Hurd, which doesn...
2011-06-14 Enrico ForestieriDon't rely on Qt for setting an environment variable.
2011-05-21 Kornel BenkoRevert the not needed part for 'Run in place', as it...
2011-05-21 Kornel Benko1.) Run in place feature: If everything fails, try...
2011-05-14 Peter Kümmelimprove function name
2011-05-14 Peter Kümmelrun in-place: don't speculate where the lyx binary...
2011-05-14 Peter Kümmelcmake: sorry for the noise, seems may source dir was...
2011-05-12 Peter Kümmelcmake on mac: build with external libintl, find gettext...
2011-05-10 Peter Kümmelcmake: move CMakeLists.txt into source dir (multiple...
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-05-06 Kornel Benko1.) Corrected internal compilation for Libintl
2011-05-04 Enrico ForestieriSee r37176. Let's keep this a Windows only "feature".
2011-04-25 Peter Kümmelmove call stack code, add TODOs
2011-04-21 Peter Kümmeldemangle names of call stack, thx to JM for the <cxxabi...
2011-04-13 Peter Kümmel#7407, home_dir could be a static function and also...
2011-04-12 Peter Kümmeladd comment about backtrace requirement
2011-04-11 Georg BaumFix bug #7402. Many thanks to Vincent who found the...
2011-04-11 Peter Kümmeladd debug function which prints the callstack to stderr...
2011-04-10 Jürgen Spitzmüller* Messages.cpp (get):
next