]> git.lyx.org Git - lyx.git/history - src/tex2lyx/table.cpp
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / tex2lyx / table.cpp
2018-06-25 Juergen Spitzmuellertex2lyx: tabular width in longtable is now possible...
2018-06-24 Juergen Spitzmuellertex2lyx: Add support for multirow
2018-06-24 Juergen SpitzmuellerAdd support for tabularx/xltabular
2018-03-09 Juergen Spitzmuellertex2lyx: handle whitespace in table column declaration.
2018-02-24 Richard HeckFix bug #10937.
2015-12-10 Uwe StöhrInset files: add includes to compile with cxx11
2015-10-10 Georg BaumAdd missing intializations
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-06 Georg BaumMove global variable to preamble
2014-12-29 Georg BaumHandle unknown table column specifiers (bug #9311)
2013-02-04 Jean-Marc LasgouttesFix bug #5408: tex2lyx cannot handle verbatim code
2012-12-14 Jean-Marc LasgouttesWhitespace only
2012-06-21 Uwe Stöhrtex2lyx/table.cpp: please Vincent as discussed
2012-06-20 Uwe Stöhrtex2lyx/table.cpp: fix bug #8204, also OK for branch...
2012-05-06 Georg BaumImport table cells in turn environment.
2012-05-06 Georg BaumImport table cells in sideways environment.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumFix tex2lyx table output.
2012-03-25 Georg BaumRevert unwanted change.
2012-03-25 Georg BaumFix bug #6936.
2012-03-21 Uwe Stöhrfull support for table rotations; fileformat change
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-16 Uwe Stöhrsupport for table cell rotations; fileformat change
2011-12-18 Georg BaumMore sensible longtable caption handling (needed for...
2011-12-04 Georg BaumImprove longtable import (part of bug #7412).
2011-11-13 Georg BaumFix bug #4553: booktabs for tex2lyx
2011-11-12 Georg Baumtabular*
2011-11-06 Georg BaumImport optional argument of tabular (vertical alignment)
2011-10-16 Abdelrazak Younestex2lyx: disambiguate duplicate trim() function by...
2011-01-05 Georg BaumFix several false errors "stray '}' in text" that were...
2011-01-02 Georg BaumImprove tex2lyx roundtrip of test-insets.tex:
2010-12-27 Georg BaumIncrease tex2lyx output format to 334.
2010-12-27 Georg BaumIncrease tex2lyx output format to 322.
2010-12-12 Georg BaumIncrease tex2lyx output format to 277.
2010-12-12 Georg Baumincrease tex2lyx output format to 265
2008-11-16 Jean-Marc LasgouttesFirst serious step for utf8 file format format. tex2lyx...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-07 Richard HeckGet rid of the boost::shared_ptr's in TextClass.{h...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-04-26 Bo PengRename .C ==> .cpp for files in src/tex2lyx, part two