]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Fix crash after undo following replacement of a multicell selection (#8973).
[lyx.git] / src / insets / InsetTabular.cpp
2010-11-01 Uwe StöhrInsetTabular.cpp: multirow cells are ALWAYS left aligne...
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #7003 that I accidentally introdu...
2010-11-01 Jürgen Spitzmüllerwhitespace
2010-11-01 Richard HeckHad to be a typo, right?
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #7000
2010-11-01 Vincent van RavesteijnRemove unnecessary breaks.
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #6985 - we need to break after...
2010-10-30 Uwe StöhrInsetTabular.cpp: multirows inherit the width and the...
2010-10-30 Uwe StöhrInsetTabular.cpp; remove SET_SPECIAL_MULTIROW because...
2010-10-30 Jürgen Spitzmüller* InsetTabular.cpp:
2010-10-29 Jürgen Spitzmüllerfix #6998. Center alignment is the default, also with...
2010-10-29 Jürgen Spitzmüller* InsetTabular.cpp: simplification; no change in functi...
2010-10-29 Jürgen Spitzmüller* InsetTabular.cpp: simplification; no change in functi...
2010-10-29 Uwe StöhrInsetTabular: implement some SET/UNSET functions as...
2010-10-29 Uwe StöhrInsetTabular.cpp: fix #6585 also for wrapped floats...
2010-10-29 Uwe StöhrGuiTabular.cpp: fix #6585
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-26 Uwe StöhrInsetTabular.cpp: remove comment, we already discussed...
2010-10-25 Vincent van RavesteijnFix bug #1839: Ctrl+arrows don't move to next/prev...
2010-10-05 Uwe StöhrInsetTabular.cpp: fix #6907, patch by goriccardo
2010-09-02 Jean-Marc LasgouttesMetricsInfo::textColor: helper function that helps...
2010-08-14 Jürgen Spitzmüller* InsetTabular.cpp: do not attempt to access an empty...
2010-08-07 Uwe Stöhr- InsetTabular.cpp: floats must not be inserted to...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-14 Edwin Leuvenbit of cleanup to avoid ambiguities (in the sense of...
2010-06-13 Edwin LeuvencolumnWidth returns the col width of a cell, which...
2010-06-12 Edwin Leuvendo not use cells without decimals when calculating...
2010-06-08 Jean-Marc Lasgouttesfix warnings
2010-06-07 Edwin Leuvensimplify some conditions
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-06-04 Richard HeckRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
2010-05-05 Vincent van RavesteijnDisallow InsetMarginals in InsetTabulars.
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-13 Edwin Leuvencorrectly valign content of multirow cells
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-28 Vincent van RavesteijnIntroduce InsetPreview.
2010-03-22 Edwin Leuvensilence compiler warning
2010-03-21 Edwin Leuvencomments and housekeeping
2010-03-21 Uwe StöhrInsetTabular.cpp: remove FIXME as nothing needs to...
2010-03-20 Edwin Leuvenforgotten in r33799
2010-03-19 Edwin Leuvenfix the drawing for cells with a specified vertical...
2010-03-18 Edwin Leuvenrevert awful spaghetti (r33780)
2010-03-18 Abdelrazak YounesFix gcc-4.4 warnings.
2010-03-16 Uwe StöhrInsetTabular.cpp:
2010-03-16 Edwin Leuvencorrect cell line drawing for multirow cells
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-16 Edwin Leuvenand also correctly draw selected multicolumn cells...
2010-03-16 Edwin Leuvencorrectly draw selected multirow cells
2010-03-15 Edwin Leuvenavoid invalidated indexes with multicol/row
2010-03-14 Edwin Leuvenuse more flexible default for now...
2010-03-13 Edwin Leuvenincrement in the same way in ::draw, ::drawSelection...
2010-03-13 Edwin Leuvenfix some vertical alignment issues in tabular
2010-03-09 Jean-Marc LasgouttesCleanup InsetTabular::getStatus
2010-03-09 Edwin Leuvensimplify
2010-03-09 Edwin Leuvenavoid crash when calling inset_modify with cursor not...
2010-03-08 Edwin Leuvenlil' cleanup
2010-03-08 Edwin Leuvenerratum to r33628
2010-03-07 Edwin Leuvenfix cursor position(ing)
2010-03-05 Edwin Leuvenrename frenzy
2010-03-05 Uwe StöhrInsetTabular.cpp:
2010-03-04 Edwin Leuvenremove old "logic"
2010-03-04 Edwin Leuven - unset multicol (row) when setting multirow (col)
2010-03-04 Uwe StöhrInsetTabular.cpp: fix bug that LyX allowed to specify...
2010-03-04 Uwe StöhrInsetTabular.cpp: disallow the following cases:
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-23 Jean-Marc Lasgouttesfix compiler warnings
2010-02-19 Edwin Leuvenbit of clean up
2010-02-19 Abdelrazak YounesFix single table action (from toolbar).
2010-02-19 Abdelrazak Younesr33506: better fix for table borders.
2010-02-19 Abdelrazak YounesSimplify featureAsString()... I don't understand why...
2010-02-18 Abdelrazak YounesFix gcc warning.
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öhrsupport for multirows in tables:
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-28 Jürgen Spitzmüller* InsetTabular.cpp (addToToc):
2010-01-28 Jürgen Spitzmüller* InsetTabular.{cpp, h}:
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-17 Vincent van RavesteijnSet the current font when moving into a table or betwee...
2009-12-14 Richard HeckA little more CSS for tables.
2009-12-14 Richard HeckAdd some CSS for tables.
2009-12-14 Richard HeckFix multicolumn output.
2009-12-14 Richard HeckRemove dead code.
2009-12-14 Richard HeckInitial XHTML support for InsetTabular.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-25 Vincent van RavesteijnAccess the correct cell function.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-22 Vincent van RavesteijnMove the contents of a row into the caption when settin...
2009-11-22 Vincent van RavesteijnUnset all caption rows and dissolve all captions in...
2009-11-22 Vincent van RavesteijnBetter fix for bug #5754: Caption inset not dissolved...
2009-11-16 Vincent van RavesteijnFix bug #6240: Adding table row causes exception that...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesFix crash when copying an InsetTabular.
2009-11-03 Vincent van RavesteijnFix (again) bug #5754: Caption inset not dissolved...
next