]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.h
Fix trailing whitespace in cpp files.
[lyx.git] / src / insets / InsetTabular.h
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-07-31 Richard HeckFix output of table borders for XHTML. Fixes bug #10154.
2016-07-18 Jean-Marc LasgouttesTypo
2016-07-18 Jean-Marc LasgouttesSome things did not need to be mutable after all
2016-07-18 Jean-Marc LasgouttesRemove mutable variable InsetTabular::offset_valign_
2016-07-18 Jean-Marc LasgouttesGet rid of InsetTabular::first_visible_cell_
2016-06-26 Georg BaumRemove using directives from headers
2016-06-21 Georg Baummore const correctness
2016-06-20 Georg Baumconst correctness
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-05-28 Jean-Marc Lasgouttesamend 5b7be5eb (typo+spacing)
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
2016-05-28 Jean-Marc LasgouttesChange mouse cursor on tabular selection zones
2016-02-09 Jean-Marc LasgouttesDo not record undo in the tabularFeatures helper
2016-01-27 Guillaume MunchNew LFUN tabular-feature (#9794)
2015-11-17 Jean-Marc LasgouttesImplement toggling for longtabular and booktabs tabular...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-12 Jean-Marc LasgouttesInitialize properly two members of InsetTabular
2015-04-04 Juergen SpitzmuellerUse local babel language switch in fixed width cells...
2015-03-31 Jean-Marc LasgouttesImprove the check for multiple paragraphs in Text:...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2014-08-15 Richard HeckPossible fix for the mystery crash, which is bug #9049.
2014-08-09 Richard HeckAdd some comments about the behavior of cellInset and...
2014-07-26 Jean-Marc LasgouttesWhitespace
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
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-05-17 Scott KostyshakFix alignment rendering of multirow in LyX (#8976)
2014-02-26 Richard HeckTable cells are insets, but not from the point of view...
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
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-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öhragain some things which cherry pick did not catch,...
2012-03-21 Uwe Stöhrstep 1
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
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...
2011-12-18 Georg BaumMore sensible longtable caption handling (needed for...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
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-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2011-02-13 Vincent van RavesteijnRemove unused funcion Inset::scroll().
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-12 Richard HeckInset::addToToc() can and should be const. It wasn...
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 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-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-30 Uwe StöhrInsetTabular.cpp; remove SET_SPECIAL_MULTIROW because...
2010-10-29 Uwe StöhrInsetTabular: implement some SET/UNSET functions as...
2010-09-02 Jean-Marc LasgouttesMetricsInfo::textColor: helper function that helps...
2010-09-02 Jean-Marc LasgouttesHeader cleanup (remove uneeded declarations)
2010-06-14 Edwin Leuvenbit of cleanup to avoid ambiguities (in the sense of...
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-05-03 Vincent van RavesteijnThese should not raise the impression that children...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-03-19 Edwin Leuvenfix the drawing for cells with a specified vertical...
2010-03-18 Edwin Leuvenrevert awful spaghetti (r33780)
2010-03-16 Uwe StöhrInsetTabular.cpp/h: fix the drawing for cells with...
2010-03-16 Edwin Leuven- deleteRow did not properly change multirows
2010-03-15 Edwin Leuvenavoid invalidated indexes with multicol/row
2010-03-08 Edwin Leuvenlil' cleanup
2010-03-05 Edwin Leuvenrename frenzy
2010-03-04 Edwin Leuvenremove old "logic"
2010-03-04 Edwin Leuven - unset multicol (row) when setting multirow (col)
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-19 Edwin Leuvenbit of clean up
2010-02-19 Abdelrazak Younesr33506: better fix for table borders.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-12 Edwin Leuvendelete unused variable, fix multicolumn and some clean up
2010-02-11 Uwe StöhrInsetTabular.h:
2010-02-11 Uwe Stöhrsupport for multirows in tables:
2010-01-28 Jürgen Spitzmüller* InsetTabular.{cpp, h}:
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-14 Richard HeckInitial XHTML support for InsetTabular.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Vincent van Ravesteijn* InsetTabular.h: Whitespace.
2009-10-25 Pavel SandaFix warnings
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
next