]> git.lyx.org Git - lyx.git/history - src/tabular.C
update Basque and Romanian l10n
[lyx.git] / src / tabular.C
2006-10-31 Michael Schmitt * src/tabular.C: remove change tracking FIXMEs; the...
2006-10-30 Abdelrazak YounesMove BufferView cached pointer out of LyXText:
2006-10-27 Edwin Leuvenhave row on 1 line when exporting to latex
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Michael Schmittchange tracking:
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-06 Michael SchmittChange tracking:
2006-09-27 Georg BaumImplement copying of rows and columns in tables
2006-08-23 Michael Schmittdrop linuxdoc support (part 4)
2006-07-03 Georg Baummerge booktabs branch
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-29 Georg Baumrevert my faulty fix of bug 2380 and use one by Jean...
2006-03-28 Georg BaumFix bug 2380:
2006-01-11 Jean-Marc Lasgouttesfix bug 2188
2005-12-29 Georg BaumDon't hardcode standard layout
2005-11-28 Georg Baumrestore 1.3 behaviour when changing tabular columns...
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-20 John Levonfix bug 1748
2005-07-17 José Matoxfix handling of one column tables
2005-07-17 André Pönitzfix bug 1815
2005-05-12 Martin VermeerFix tabular paste (and conflict markers in ChangeLog...
2005-05-05 Martin VermeerRemove obsolete comment
2005-01-27 Lars Gullik Bjønnesthe convert patch
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-03 José MatoxMove convertion code from the C++ source (where is...
2004-12-03 Georg Baumuse better index types for tabular rows, columns and...
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-02 José MatoxRemove mixed_content from output parameters.
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-16 José MatoxRemove space at end of line, when superfluous.
2004-08-16 Jean-Marc Lasgouttesget rid of ownerPar(), which was super slow; fix tabula...
2004-08-14 Jean-Marc Lasgouttessmall stuff
2004-08-14 Lars Gullik Bjønnessome nicer margins and some small cleanup
2004-08-13 José MatoxFix bug 1147.
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-21 Alfredo BraunsteinKayvan's patch (crash fix)
2004-02-20 André Pönitz * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzsome table work
2004-01-26 André Pönitzmore IU
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-10-31 José Matoxunify API for insets export
2003-10-10 André Pönitzfix a few of the tabular crashes
2003-10-09 André Pönitzreplace ParagraphList::iterator by lyx::paroffset_type...
2003-10-08 André Pönitz * lyxtext.h: make the paragraphs_ a pointer instead...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-10-06 André Pönitz * metricsinfo.C: initialize LyXFont before changiging...
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
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 LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-06 Angus LeemingRemove a couple of #includes from buffer.h
2003-09-06 Angus LeemingMove depth_type to support/types.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-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-14 John LevonMichael's UI patch v2
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-07-31 André Pönitzremove unused Paragraph::copyIntoMinibuffer
2003-07-31 André Pönitzremove InsetUpdatable::nodraw (premature...) optimization
2003-07-30 André Pönitzprevent crash when inserting minipage in table cell,
2003-07-28 Jean-Marc Lasgouttesfix writing of tabulars; output the real lyx version...
2003-07-26 José Matoxadd support for tables and figures (linuxdoc).
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-21 André Pönitzrowpainter.C: remove unused variables
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 André Pönitzmerge the two parts of Tabular::read()
2003-06-12 André Pönitzsome renamings plus whitespace.
2003-06-11 John Levonhopefully the last bleeding test
2003-06-11 John Levonapologies for the inconvenience, this damned thing !!
2003-06-11 John Levonmore ws (test)
2003-06-11 John Levonws fix (actually a test ...)
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-22 Lars Gullik Bjønnesparlist-16-a.diff
2003-05-13 André PönitzThe 'bformat' introduction
2003-04-28 André Pönitzpart of Lars' parlist-14-a.diff
2003-04-02 Lars Gullik Bjønnesparlist-a-1.diff
2003-03-29 John LevonStrip old tabular code. More Alert fixes
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-12 John LevonThe final parsing patch. Tested on a variety of weird...
2003-03-12 John LevonUse ParList iterator to insert lyxfile and read the...
2003-03-12 John Levonsplit out header parsing
2003-03-04 Lars Gullik Bjønnesadd ParagraphList::erase, make mergeParagraph take...
2003-03-02 Lars Gullik Bjønnesuse the par iterators a bit more, make paragraphs publi...
next