]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
use more flexible default for now...
[lyx.git] / src / insets / InsetTabular.cpp
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...
2009-11-02 Vincent van RavesteijnFix bug #6240: Adding table row causes exception that...
2009-11-02 Vincent van RavesteijnFix (partly) bug #5754: Caption inset not dissolved...
2009-08-18 Vincent van RavesteijnFix bug #6158: Crash when entering math in tabular.
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
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 Uwe Stöhrupdate author settings for the files I recently notably...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-12 Uwe StöhrInsetTabular.cpp: coding style
2009-07-12 Jürgen Spitzmüller* correct bug reference.
2009-07-12 Jürgen Spitzmüller* InsetTabular.cpp: fix bug 6057: longtable captions...
2009-07-11 Uwe Stöhr- GuiTabular.cpp: longtables cannot have a vertical...
2009-07-11 Uwe StöhrInsetTabular.cpp: whitespace again, sorry
2009-07-11 Uwe StöhrInsetTabular.cpp: whitespace
2009-07-11 Uwe StöhrInsetTabular.cpp:
2009-07-11 Uwe Stöhr- support for longtable alignment, fileformat change
2009-05-18 Jürgen Spitzmüller* InsetTabular.cpp (getStatus):
2009-05-17 Vincent van RavesteijnFix bug #4952: Multiple cells pasting fails if cells...
2009-05-17 Jürgen Spitzmüllerwhitespace and typo.
2009-05-12 Vincent van RavesteijnPrevent two more assertions due to non-absolute filenam...
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. For these...
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-03-01 Vincent van Ravesteijn* InsetTabular.cpp: Make sure the caption is inserted...
2009-02-14 Uwe StöhrInsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug...
2009-02-13 Uwe StöhrInsetTabular.cpp: Reverting r28472 and part of r28461...
2009-02-13 Uwe StöhrInsetTabular.cpp: I was over eager in r28442: there...
2009-02-12 Uwe StöhrInsetTabular.cpp: when there is no first header or...
2009-02-12 Uwe StöhrGuiTabular.cpp, InsetTabular.cpp: fix http://bugzilla...
2009-02-12 Uwe StöhrInsetTabular.cpp: output the caption for docbook accord...
2009-02-12 Uwe StöhrInsetTabular.cpp: output the caption for docbook
2009-02-12 Uwe StöhrInsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug...
2009-02-11 Uwe StöhrInsetTabular.cpp: partly reverting r28437, because...
2009-02-11 Uwe StöhrInsetTabular.cpp: Insert a caption, when a longtable...
2009-02-10 Uwe StöhrGuiTabular, InsetTabular: fix http://bugzilla.lyx.org...
2009-02-10 Vincent van RavesteijnFix bug 5753: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2009-02-09 Vincent van RavesteijnFix bug 5766: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnFix bug 5750: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-08 Vincent van RavesteijnFix bug 5604: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-07 Vincent van RavesteijnFix bug 1802: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-05 Vincent van Ravesteijn* InsetTabular.cpp cosmetics
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
2009-01-03 Vincent van RavesteijnAllow users to specify toolbar icons for commands with...
2008-12-22 Georg Baumfix potential problems detected by gcc
2008-11-19 Vincent van RavesteijnFix tabular cursor movement:
2008-11-18 Vincent van RavesteijnCorrect painting of a fully selected tabular cell.
2008-11-18 Vincent van RavesteijnFix bug #5536.
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
next