]> git.lyx.org Git - lyx.git/history - src/support
Update my email and status.
[lyx.git] / src / support /
2012-12-30 Georg BaumMake ASCII test more explicit.
2012-12-17 Vincent van RavesteijnAdd custom target to run tests
2012-12-17 Vincent van RavesteijnFix whitespace
2012-12-15 Vincent van RavesteijnCMake: Put projects into subdirs
2012-12-14 Kornel BenkoCmake build: Testing
2012-12-13 Stephan Wittuse correct format string for alert message
2012-12-13 Kornel BenkoCmake build: all tests
2012-11-23 Juergen SpitzmuellerDo not separate the shortcut from the label string
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-18 Pavel SandaComment some headers before I ditch them again.
2012-11-12 Uwe Stöhrunicode.cpp: make it compile again
2012-11-12 Pavel SandaTypeinfo needed in Ubuntu.
2012-11-12 Enrico ForestieriMake it compile again on systems that don't USE_WCHAR_T
2012-11-12 Pavel SandaLess headers in unicode.
2012-11-12 Pavel SandaLess headers in docstring.
2012-11-12 Pavel SandaMore headers from lstrings.
2012-11-12 Pavel SandaHeader no more needed.
2012-11-04 Pavel SandaLyX 2.1 will support only Qt>=4.5.
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-10-25 Lars Gullik BjønnesMore idiomatic way of checking if a shared_ptr has...
2012-10-24 Lars Gullik BjønnesMerge branch 'enable-cxx11'
2012-10-24 Lars Gullik Bjønnessupport/Messages.cpp: add space to not be taken as...
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.
next