]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetTabular.cpp
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
2010-11-20 Uwe StöhrInsetTabular.cpp: fix #7055
2010-11-20 Uwe StöhrInsetTabular.cpp: correct alignment for multirows:
2010-11-20 Uwe StöhrInsetTabular.cpp: really fix #7007 this time
2010-11-20 Uwe StöhrInsetTabular.cpp: fix #7007
2010-11-19 Vincent van RavesteijnFix bug #7007: Horizontal table alignment display broken.
2010-11-07 Pavel SandaSquash warning
2010-11-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-01 Uwe StöhrInsetTabular.cpp: multirows are always left-aligned...
2010-11-01 Uwe StöhrInsetTabular.cpp: typo
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
next