]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.h
Fix alignment rendering of multirow in LyX (#8976)
[lyx.git] / src / insets / InsetTabular.h
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
2009-07-13 Jean-Marc LasgouttesThe most important change in this changeset is that...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-11 Uwe Stöhr- GuiTabular.cpp: longtables cannot have a vertical...
2009-07-11 Uwe Stöhr- support for longtable alignment, fileformat change
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-02-10 Uwe StöhrGuiTabular, InsetTabular: fix http://bugzilla.lyx.org...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2009-01-03 Vincent van RavesteijnAllow users to specify toolbar icons for commands with...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-09-26 Uwe StöhrInsetTabular: make Slovak and Czech documents compilabl...
2008-09-15 Jürgen Spitzmüller* src/insets/InsetTabular.{cpp,h}:
2008-09-13 Jürgen Spitzmüller* Fix display of horizontal alignment in fixed width...
2008-09-10 Jürgen SpitzmüllerFix rest of bug 4886, following Richard's advices.
2008-09-09 Richard HeckFix bug 4886.
2008-08-09 Richard HeckMove isMultiCell() to Cursor, and use it.
2008-08-08 Richard HeckFix crash reported on the list involving multicell...
2008-08-08 Richard HeckFix layout bug. Pasting text into a cell tried to set...
2008-07-23 Abdelrazak YounesGod damn tabular dual head :-/
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-22 Jürgen Spitzmüller* src/insets/InsetTabular.h:
2008-07-22 Jürgen Spitzmüller* src/insets/InsetTabular.h:
2008-07-21 Richard HeckTry to fix a problem noted by Dov. There are design...
2008-07-16 Richard HeckComment.
2008-07-16 Richard HeckTry to fix bug 5015---at least the crash is gone--...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-05-04 Edwin Leuvenfix: http://bugzilla.lyx.org/show_bug.cgi?id=4688
2008-04-24 Edwin Leuventhis we don't use anymore
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 2: move functions...
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 1.
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
next