]> git.lyx.org Git - lyx.git/history - src/LaTeX.C
move everything into namespace lyx
[lyx.git] / src / LaTeX.C
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
2001-02-16 Dekel TsurDo not run bibtex when not necessary
2001-02-03 Dekel Tsur- Fix the bug that bibtex was not always run when needed.
2001-01-25 Jean-Marc LasgouttesAdd using directive
2001-01-23 Dekel TsurSupport for multiple bibliographies
2001-01-20 Dekel TsurHandle the \@input macro in aux files.
2000-12-19 Lars Gullik Bjønnesnow fix the KP_ stuff, simplify keysym handling in...
2000-11-08 Lars Gullik Bjønneschanges read the dirr and changelog, something should...
2000-11-06 Lars Gullik Bjønnesmake to compilation with gcc 2.96 better handle (/...
2000-10-02 Allan RaeKayvan and Dekel's patch + some small fixes to xforms/
2000-09-26 Lars Gullik Bjønnesget rid of dead code, some new functions constify varia...
2000-08-30 Lars Gullik Bjønnesthe export patch from Dekel
2000-07-04 Lars Gullik Bjønnesmore changes, read the Changelog
2000-06-08 Lars Gullik Bjønnessome small stuff before the meeting begins for real
2000-05-31 Lars Gullik Bjønnesfix to the lyxstring bug, better searching for dep...
2000-05-11 Jean-Marc LasgouttesRemove the optional bool argument to ChangeExtension().
2000-05-04 Jean-Marc Lasgouttesclear()->erase() ; lots of using directives for cxx
2000-04-28 Lars Gullik Bjønnesa couple of small fixes + a fix for the error in bibtex...
next