]> git.lyx.org Git - lyx.git/history - src/LaTeX.C
add comment
[lyx.git] / src / LaTeX.C
2007-01-19 Enrico ForestieriFix encoding of bibtex keys and files read from the...
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-10 Georg BaumAdd more precise comment
2007-01-10 Enrico ForestieriFix encoding problem when reading the latex log file
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-10 Georg BaumMake Enrico happy
2006-12-04 Georg Baummore unicode filenames
2006-12-04 Georg Baumremove unused member
2006-12-02 Michael Schmitt * src/LaTeX.C: fix compilation with gcc 3.3.5pre ...
2006-12-02 Georg Baummore unicode filenames
2006-12-01 Georg Baummore unicode filenames
2006-11-29 Georg Baumconvert some more filenames for unicode
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-19 Michael Schmitt * insets/insetbase.h:
2006-11-12 Georg BaumUnicode: Do the conversion of error messages to docstri...
2006-11-11 Michael Schmitt * src/LaTeX.C: beautification: use identical user...
2006-11-04 Georg BaumNew nomenclature inset from Ugras
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-07-24 Georg BaumFix bug 2616
2006-05-29 Jürgen Spitzmüller* src/LaTeX.C (run):
2006-05-29 Jürgen Spitzmüllerfix bug 2623:
2006-04-25 Georg Baum * src/LaTeX.C
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-03-29 Jean-Marc Lasgouttes * src/LaTeX.C
2005-02-23 Georg Baumfix bug 1824
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-12-15 Angus LeemingOS Abstraction of "HOME" and the null device.
2004-10-07 Martin VermeerImplement use of babel language in xindy.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-10-05 Angus LeemingHartmut's patch to make the indexing command (makeindex...
2004-04-20 Jean-Marc Lasgouttesfix bug 1526 (quote correctly file name for bibtex...
2004-03-29 Jürgen Spitzmüllercustomize bibtex call (bug 720)
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-10-17 Lars Gullik Bjønnesmake some more regexs static
2003-10-13 Lars Gullik Bjønnesmove some vars to smaller scope
2003-10-11 Lars Gullik BjønnesBug: 820
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip 320 #includes from the files in src.
2003-09-04 Angus LeemingMove #includes out of header files.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-07 Alfredo BraunsteinAdded new signals to Buffer, connect/disconnect to...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-04-04 Angus LeemingClean up interface a little
2003-03-30 John Levonmove BoostFormat and boost-inst
2003-03-07 Dekel TsurFix a bug where the DVI file was not updated due to...
2003-03-04 Lars Gullik Bjønnesws changes only
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John Levonconsolidate some code into one function
2003-01-06 Angus LeemingMinor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
2002-11-27 Lars Gullik Bjønnesthe string -> char patch
2002-11-24 Lars Gullik Bjønneshandle USE_BOOST_FORMAT
2002-11-21 Lars Gullik Bjønnesuse boost::format
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-11-04 Lars Gullik Bjønnessmall changes
2002-08-07 André Pönitzthe FuncRequest changes
2002-07-28 Lars Gullik BjønnesRename strip to rtrim
2002-07-28 Lars Gullik Bjønnesremove some unneeded version of functions from lstrings,
2002-07-20 John Levonfix dispatch calls as suggested by Herbert
2002-07-19 John Levonfix some dispatch calls
2002-06-13 Angus LeemingCompile fix.
2002-05-30 John Levonsrcdoc fixes + a little tidy or two
2002-05-25 Lars Gullik Bjønnesget rid of LRegex and LSubstring, use boost::regex...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-02-28 Angus LeemingAdd a missing #include <cstdio> for sscanf.
2002-02-28 Angus LeemingUpgrading of my xforms libs showed that lots of files...
2002-02-18 Angus LeemingSynching my tree with cvs.
2002-02-16 Angus LeemingWe don't currently use fork anywhere (or if we do it...
2001-11-29 Jean-Marc Lasgouttesrecreation patch from Ben ; page break patch from John...
2001-10-08 Jean-Marc Lasgouttesmore win32 port integration
2001-10-01 Jean-Marc Lasgouttesmore warnings go to /dev/null
2001-08-04 Lars Gullik Bjønnesmake sure the Xserver updates the input
2001-08-02 Lars Gullik Bjønnesmore latex conversion cases fixed, patch from Andre...
2001-07-29 Asger Ottar AlstrupMore header file include dependency work
2001-07-16 Lars Gullik BjønnesDispatch->dispatch, some trans work
2001-07-05 Dekel TsurParse rerun messages from latex packages.
2001-06-21 Jean-Marc Lasgouttesfix read problems on win32
2001-06-14 Lars Gullik Bjønnesfix some buggy constructs with stringstream
2001-05-30 Lars Gullik Bjønnesupdate copyright year
2001-05-27 Dekel TsurMake sure that the main .tex file is in the dependancy...
2001-05-03 Jean-Marc LasgouttesKayvan --export fix ; Angus toolbar fixes
2001-05-03 Jean-Marc Lasgouttesfix regexp in dependency tracking
2001-04-17 Lars Gullik Bjønnesthe rest read the ChangeLog, hope I remembered all
2001-04-12 Dekel TsurFix depfile bug
2001-04-04 Lars Gullik Bjønnesconstify vars
next