]> git.lyx.org Git - lyx.git/history - src/bufferparams.C
* src/text2.C: deleteEmptyParagraphMechanism(): fix a crash in
[lyx.git] / src / bufferparams.C
2007-01-13 Georg BaumChange lyx2lyx conversion and LaTeX export of documents...
2007-01-03 Jean-Marc Lasgouttes * bufferparams.C (writeLaTeX):
2006-12-29 Georg BaumFix LaTeX generation of files with inputenc == default.
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-12-21 Georg Baumconvert author names and status messages to docstring
2006-12-10 Georg BaumFix ispell encoding for lyxrc.isp_use_input_encoding...
2006-11-13 Georg BaumAdd support for the esint package
2006-11-08 Georg Baumuse docstring for textclass preambles
2006-11-03 Georg BaumFix problem with non-ascii branch names by converting...
2006-10-26 Georg BaumRestore inputenc support
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Lars Gullik BjønnesChange (and fix) the bullets in itemize to be more...
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Asger Ottar Alstrup- UTF-8 works on Windows as well
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-10-06 Michael SchmittChange tracking:
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-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-04-09 Bo PengFirst patch for auto-cls-layout feature, from Bo Peng...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-24 Jean-Marc LasgouttesPartial fix to bug 2355.
2006-03-23 Georg BaumStore colors as rgb values in branches.
2006-03-10 Jürgen Spitzmüllerdefine \labelitemi with \def. Fixes LaTeX error if...
2006-02-05 Martin VermeerFix bug 2115 ("blueline bug")
2005-10-25 Jean-Marc Lasgouttesbug 2092: branches not propagated to child documents
2005-10-13 Jürgen Spitzmüllerfix bug 2090 (remove param \quotes_times). File format...
2005-07-17 José MatoxRemove the support for a4.sty, a4wide.sty and a4widemar...
2005-07-16 José MatoxFix bug 886 and others not reported related with the...
2005-02-12 Georg Baumprevent crash in BufferParams::readGraphicsDriver()
2005-01-24 Jürgen SpitzmüllerFix output of change tracked documents (also fixes...
2005-01-19 Angus LeemingAsger's exchanging of the class and struct keywords.
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2005-01-06 Jürgen Spitzmüllerfloat2string #4 (Spacing)
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-10-26 Angus LeemingWhitespace, nothing but whitespace.
2004-10-09 José MatoxFormat up to 237.
2004-10-05 José MatoxClean the code for reading and writing lyx files.
2004-08-23 José Matoxfix reading the author field.
2004-08-20 José MatoxRemove findToken from lyxlyex, first step to its comple...
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-08-14 José Matoxup to file format 236 and also fix Bug 421.
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-27 Jürgen Spitzmüllerfix off-by-one-error with paperpackage selection
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-05-13 Angus LeemingStore the citation engine in BufferParams as biblio...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-29 Jürgen Spitzmülleradd bibtopic support (bug 870).
2004-03-25 Martin VermeerNew LColor::setColor
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2003-12-14 Angus LeemingOverhaul the branches code.
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-15 Angus LeemingBeef up copied_ptr; use it rather than cow_ptr to store...
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-15 Angus LeemingReorder member initializers to avoid compiler warning.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
2003-09-09 Angus LeemingPragmatic pimpl-ing of BufferParams.
2003-09-06 Angus LeemingForward declare LatexRunParams in converter.h.
2003-09-05 Angus LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
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-08-17 Martin VermeerThe 'Branches' mega-patch.
2003-07-28 Lars Gullik Bjønnesmore compress support
2003-07-26 Jean-Marc Lasgouttesmove reading of bind files from lyxrc.C to kbmap.C...
2003-07-17 Alfredo Braunsteinmoved some converter/format functions to more appropria...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-05-23 Angus LeemingGet rid of the global use_babel variable.
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André PönitzThe 'bformat' introduction
2003-05-03 John Levonbug 809 from Michael, and some small changes to it
2003-03-12 John LevonFix the authorlist code, shouldn't crash now
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John Levonsplit out header parsing
2003-03-06 André PönitzJohn's AMS patch
2003-02-16 Jean-Marc Lasgouttesfix compilation bug
2003-02-16 Jean-Marc Lasgouttesoops again! hopefully this works now. Time to go to bed
2003-02-16 Jean-Marc Lasgouttesmove some code from buffer.C to bufferparams.c
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
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-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-02 Lars Gullik Bjønneslayout as string
2002-01-13 Lars Gullik Bjønnesbug 7
2001-12-28 Lars Gullik Bjønnes2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2001-11-29 André Pönitzreduction of header dependencies, part II (use new...
2001-11-07 Jean-Marc Lasgouttesmathed compilation fix
2001-09-17 Jean-Marc Lasgouttesone more helper method in Bufferparams
next