]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Remove unneeded swap() (thanks Jean-Marc)
[lyx.git] / src / insets / InsetTabular.cpp
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...
2013-01-21 Scott KostyshakImplement move row/column in tabular inset
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-29 Juergen SpitzmuellerDisable CAPTION_INSERT in tables except for longtable...
2012-12-12 Scott KostyshakKeep outer tabular borders when delete row/column
2012-12-12 Scott KostyshakFix a bug when selecting a cell in InsetTabular
2012-12-12 Scott KostyshakFix another selection bug in InsetTabular
2012-12-12 Scott KostyshakFix a selection bug in InsetTabular
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2012-09-12 Uwe StöhrInsetTabular: fix resetting reset decimal alignment
2012-09-11 Uwe StöhrFix UI for decimal table alignment (bug #8285)
2012-07-23 Juergen SpitzmuellerSuppress babel RTL commands when using polyglossia...
2012-05-31 Pavel SandaFix #8180: Page break on current row can't be unchecked.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-21 Uwe Stöhrfull support for table rotations; fileformat change
2012-03-21 Uwe Stöhrstep 1
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-19 Uwe StöhrInsetTabular.cpp: code optimization; there is no need...
2012-03-17 Vincent van RavesteijnFix bug #8083: Fix the selection of cells below multirows
2012-03-16 Uwe Stöhrsupport for table cell rotations; fileformat change
2012-01-22 Vincent van RavesteijnReuse the same code for the append* and copy* functions
2012-01-22 Vincent van RavesteijnUnify the parameters of the [append/copy][row/column...
2012-01-22 Vincent van RavesteijnFix bug #7644: Crash when copying table column or row
2011-12-19 Georg BaumEnsure that head/foot cannot be unset as long is the...
2011-12-18 Georg BaumMore sensible longtable caption handling (needed for...
2011-12-06 Richard HeckNew methods in LaTeXFeatures specifically for collectio...
2011-12-05 Vincent van RavesteijnFix bug #7755: Unknown tabular feature "from-dialog"
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-07 Lars Gullik BjønnesFixup for bug removal in GCC 4.7
2011-09-29 Uwe StöhrInsetTabular.cpp: whitespace only
2011-09-25 Jürgen Spitzmüller* Fix merging of cells (multicolumn, multirow) when...
2011-09-25 Jürgen SpitzmüllerAs for setMultiRow, check border status _before_ mergin...
2011-09-23 Jürgen SpitzmüllerFix bottom border allocation when setting a multirow.
2011-09-23 Jürgen Spitzmüller* InsetTabular.cpp: fix logic of multirow top/bottom...
2011-08-05 Richard HeckFix bug #7535 by adding a bounds check. There is still...
2011-05-11 Richard HeckFix multirow output for XHTML.
2011-05-11 Richard HeckFix bug #7547. We need to check whether we are in a...
2011-05-09 Edwin Leuvenensure that latex output for decimally aligned columns...
2011-04-26 Richard HeckFix bug #7490.
2011-04-25 Richard HeckFix crash when there are text insets in a table cell...
2011-04-25 Richard HeckJust whitespace and a comment.
2011-04-01 Richard HeckClean up XHTML output a bit.
2011-04-01 Richard HeckPrettify tabular output.
2011-03-15 Edwin Leuvenfitcursor in r37929 was not enough for side scrolling...
2011-03-15 Edwin Leuvenupdate when cursor leaves screen while navigating large...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
2011-02-17 Jürgen Spitzmüller* InsetTabular.cpp:
2011-02-16 Vincent van RavesteijnFix bug #7308: Table settings dialog broken.
2011-02-16 Vincent van RavesteijnRevert r37704. It enabled SET_TABULAR_WIDTH for all...
2011-02-16 Enrico ForestieriDon't disable apply button if one (or more) of vertical...
2011-02-15 Jürgen Spitzmüller* src/InsetTabular.cpp: revert r36415.
2011-02-14 Enrico ForestieriDue to the increased accuracy of line counting and...
2011-02-11 Jürgen Spitzmüller* InsetTabular.cpp: multirow does not allow paragraph...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-02-03 Edwin Leuvensupport for tabular*
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-13 Richard HeckProper longtable support for XHTML output. This fixes...
2011-01-13 Richard HeckThese do sometimes get called when we do not know wheth...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2011-01-03 Vincent van RavesteijnFix bug #7050: Assert when using DecimalAlignment in...
2010-12-11 Enrico ForestieriFix bug #6538 (Figure: relative path changed to absolut...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-03 Vincent van RavesteijnFix bug #2100: No display equations allowed in a non...
2010-11-29 Vincent van RavesteijnCompile fix: solve the merge conflicts in the correct...
2010-11-29 Vincent van RavesteijnFix bug #6642: Concatenate the context menus for: Inset...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-25 Uwe StöhrInsetTabular.cpp: fine-tune vertical table alignment...
2010-11-25 Uwe StöhrInsetTabular.cpp: comments
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-25 Vincent van RavesteijnReuse some code and simplify InsetTabular::cursorPos()
2010-11-25 Vincent van RavesteijnFix bug #7059: Display the vertical alignment of tables.
2010-11-25 Vincent van RavesteijnDisentangle InsetTabular::drawSelection and InsetTabula...
2010-11-25 Vincent van RavesteijnComment out code that does nothing. InsetTableCell...
2010-11-21 Uwe StöhrInsetTabular.cpp: typo
next