]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Fix left/right border UI when toggling formal
[lyx.git] / src / insets / InsetTabular.cpp
2019-04-01 Juergen SpitzmuellerFix left/right border UI when toggling formal
2019-04-01 Juergen SpitzmuellerFix booktabs bottom line with multirows
2019-03-20 Juergen SpitzmuellerAdd tabular-features set-inner-lines and fix set-all...
2018-09-10 Juergen SpitzmuellerFix RTL tabular output with bidi package (i.e., polyglo...
2018-09-10 Jean-Marc LasgouttesDraw top/bottom rules heavier for booktab
2018-09-09 Juergen SpitzmuellerAllow to change multiple columns' width at once
2018-09-09 Juergen SpitzmuellerWrap rotated cells with linebreaks in varwidth
2018-05-08 Scott KostyshakCenter longtable explicitly (#10690)
2018-04-18 Juergen SpitzmuellerAdd support for rotated longtabulars (via [pdf]lscape)
2018-02-09 Juergen SpitzmuellerReset cur.pit() when pasting into tables.
2017-11-20 Juergen SpitzmuellerLongtable: only output the caption contents in a captio...
2017-11-20 Juergen SpitzmuellerAllow footnotes in floating tables via tablefootnote...
2017-11-20 Juergen SpitzmuellerFix footnote output in tables outside floats and longta...
2017-11-20 Juergen SpitzmuellerDisable non-functional table rotation for longtables
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-08-12 Juergen SpitzmuellerRevert "Mark some intentional fall-throughs (in a way...
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-04 Scott KostyshakFix border when inserting column (#10538, #9306)
2017-04-08 Uwe StöhrInsetTabular.cpp: handle crossed-out text
2017-03-24 Jean-Marc LasgouttesTwo places where coverity urges us to limit string...
2017-03-05 Guillaume MunchTabular::editXY should not touch the selection
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2016-10-22 Guillaume MunchMove class definitions inside main class
2016-10-22 Juergen SpitzmuellerFix LaTeX output of fixed-width cells with decimal...
2016-09-23 Guillaume Munchexplicit operator bool
2016-07-31 Richard HeckFix output of table borders for XHTML. Fixes bug #10154.
2016-07-18 Jean-Marc LasgouttesRemove mutable variable InsetTabular::offset_valign_
2016-07-18 Jean-Marc LasgouttesGet rid of InsetTabular::first_visible_cell_
2016-07-04 Guillaume MunchRationalise includes
2016-06-30 Richard HeckOutput column width info for XHTML.
2016-06-21 Georg Baummore const correctness
2016-06-20 Georg Baumconst correctness
2016-06-20 Richard HeckFix bug #10153: There's a mechanism in XHTML output...
2016-06-09 Jean-Marc LasgouttesInitialize properly InsetTabular members in constructor
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT_PARAGRAPH in getStatus
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT in getStatus
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-28 Jean-Marc Lasgouttesamend 5b7be5eb (typo+spacing)
2016-05-28 Jean-Marc LasgouttesChange mouse cursor on tabular selection zones
2016-03-30 Jean-Marc LasgouttesRename Caption:LongTableNoNumber to Caption:Unnumbered
2016-02-09 Jean-Marc LasgouttesDo not record undo in the tabularFeatures helper
2016-02-03 Jean-Marc LasgouttesWhen selecting whole row, reset properly the pit()
2016-01-31 Guillaume Munchminor cleanup
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2015-11-17 Jean-Marc LasgouttesImplement toggling for longtabular and booktabs tabular...
2015-11-02 Jean-Marc LasgouttesDisable setting vertical lines when using a formal...
2015-11-02 Guillaume MunchFix bug #9813
2015-10-19 Guillaume MunchAdd cursor<->row correspondance tracking for tables...
2015-10-09 Stephan WittFix "dead store" warnings of Xcode analyze tool
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-09-12 Jean-Marc LasgouttesInitialize properly two members of InsetTabular
2015-07-25 Juergen SpitzmuellerDo not attempt to select an empty cell before inserting...
2015-05-25 Juergen SpitzmuellerFix logic in tabular dialog with decimal alignment
2015-04-04 Juergen SpitzmuellerUse local babel language switch in fixed width cells...
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-31 Jean-Marc LasgouttesGet rid of autoBreakRow, which is obsoleted by allowMul...
2015-03-31 Jean-Marc LasgouttesImprove the check for multiple paragraphs in Text:...
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-03-24 Jean-Marc LasgouttesFix consecutive merging of tabular cells
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2015-01-06 Vincent van RavesteijnInsetTabular.cpp: Remove commented code without a comment
2014-10-14 Alfredo Braunsteininsets/InsetTabular.cpp (doDispatch): fix to #9291...
2014-08-15 Richard HeckPossible fix for the mystery crash, which is bug #9049.
2014-07-26 Jean-Marc LasgouttesWhitespace
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcFix bad use of undo kind in Tabular inset.
2014-07-07 Georg BaumRemove unneeded swap() (thanks Jean-Marc)
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-07-05 Georg BaumFix Tabular::CellData::operator=()
2014-06-04 Richard HeckFlush stream more often to help figure out where the...
2014-05-31 Juergen SpitzmuellerRemove superfluous conversion
2014-05-31 Juergen SpitzmuellerWhitespace
2014-05-17 Scott KostyshakFix alignment rendering of multirow in LyX (#8976)
2014-04-21 Richard HeckFix two thinkos caught by the cppcheck script.
2014-04-21 Richard HeckTypos and style.
2014-03-02 Juergen SpitzmuellerFix crash after undo following replacement of a multice...
2014-02-26 Richard HeckTable cells are insets, but not from the point of view...
2014-02-25 Juergen SpitzmuellerFix caption counter in longtables (see #8993).
2014-02-24 Juergen SpitzmuellerAllow to unset header/footer in caption rows (#8990).
2014-02-23 Georg BaumFix bug #8992 without reintroducing #8933
2014-02-21 Scott KostyshakmoveColumn now also swaps column_info
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2014-02-08 Scott KostyshakRight border of multicol should be set if 1 column
2014-02-05 Vincent van RavesteijnFix wrong painting of lines right of multicol
2014-01-25 Juergen SpitzmuellerFix longtable captions (#8933)
2013-10-04 Jean-Marc LasgouttesFix bug #8859: crash on alignment of two cells in tabular
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
next