]> git.lyx.org Git - lyx.git/history - src/output_latex.C
fix compiler warnings about unused parameter
[lyx.git] / src / output_latex.C
2007-01-17 Georg BaumFix regression to 1.4.x: Additional vertical space...
2007-01-17 Georg Baumwhitespace
2007-01-17 Georg Baum * src/insets/insetbase.h
2007-01-17 Georg Baum * src/output_latex.C
2007-01-13 Georg BaumChange lyx2lyx conversion and LaTeX export of documents...
2007-01-09 Georg BaumMake the output of \inputencoding commands (and the...
2007-01-07 Georg BaumDon't calculate outerfont twice
2007-01-07 Georg Baumavoid unneeded stream flushes
2007-01-07 Georg Baumfix typos
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-10-29 Peter Kümmeladd comment about ugly construct
2006-10-29 Georg BaumAdd comment explaining the encoding change
2006-10-27 Peter Kümmeldon't trigger the copy ctor because it's private on...
2006-10-26 Georg BaumCompile fix for older gcc's.
2006-10-26 Georg BaumRestore inputenc support
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-19 Asger Ottar Alstrup- UTF-8 works on Windows as well
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-12 Martin VermeerSupport for optional arguments for environments. No...
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-04-09 Bo Pengview-source feature, from Bo Peng <ben.bob@gmail.com>
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2005-07-15 Lars Gullik Bjønnesavoid deref of past the end iter
2005-01-23 Angus LeemingAdd the bibitemWidest declaration to insetbibitem.h.
2005-01-20 Angus LeemingPrevent crash when outputting latex file.
2004-11-26 Angus LeemingWhitespace, only whitespace.
2004-11-19 Jean-Marc Lasgouttesallow more than one optional inset
2004-11-15 Jean-Marc Lasgouttespropagate the need_protect property to optional insets...
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-09-28 Jean-Marc Lasgouttesmake sure language commands are the outermost ones...
2004-05-17 Georg Baumremove now unnecessary const casts
2004-04-22 Jean-Marc Lasgouttesfix arabtex-related problems (bug 1225 and bug 1404)
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-03-11 André Pönitzrevert Buffer LyxText->InsetText commit
2004-03-11 André Pönitzthe Buffer::text -> inset change
2004-02-11 André Pönitzbug + spped fixes + small stuff
2004-01-26 André Pönitzmore IU
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-25 Martin VermeerIntroducing a number of tags parametrizing various
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...