]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.h
Fix bug #12795
[lyx.git] / src / insets / InsetTabular.h
2023-03-16 Richard Kimberly... Fix bug #12707
2023-01-09 Thibaut CuvelierLyXHTML: avoid using v/align HTML attributes in tables...
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-11 Juergen SpitzmuellerNeed cellvarwidth also in left-aligned cells if they...
2022-10-05 Jean-Marc LasgouttesCompletion: handle undo in insets' insertCompletion...
2022-09-01 Thibaut CuvelierInsetTabular: fix a typo
2022-09-01 Thibaut CuvelierInsetTabular: move more helper methods to private
2022-09-01 Thibaut CuvelierInsetTabular: replace a Boolean parameter to choose...
2022-09-01 Thibaut CuvelierInsetTabular: move XML helper methods to private
2022-09-01 Thibaut CuvelierDocBook: amend 50374e38e1
2022-04-02 Thibaut CuvelierXHTML/CALS tables: create helper functions to share...
2022-04-02 Thibaut CuvelierXHTML tables: fix borders and implement booktabs.
2022-04-02 Thibaut CuvelierXHTML/DocBook: merge code paths to generate a row in...
2022-04-01 Thibaut CuvelierDocBook: merge code duplicates for HTML and CALS tables.
2022-04-01 Thibaut CuvelierXHTML/DocBook: merge code duplicates for horizontal...
2022-04-01 Thibaut CuvelierXHTML/DocBook: merge code duplicates for vertical align...
2022-03-13 Daniel RamoellerAdd toggle feature for all, outer and inner borders
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-04-13 Jean-Marc LasgouttesImprove the description of Inset::inheritFont()
2021-01-29 Juergen SpitzmuellerCosmetics
2021-01-29 Juergen SpitzmuellerDo not output \maketitle in table cells if the table...
2021-01-25 Juergen SpitzmuellerAllow to move multiple (selected) columns/rows (#9045)
2021-01-23 Juergen SpitzmuellerFix metrics of varwidth cells (#12089)
2021-01-23 Juergen SpitzmuellerSupport non-default styles in multirow
2021-01-21 Juergen SpitzmuellerDo not paint change mark for individual table cell...
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-07 Richard Kimberly... Use 'delete' for unimplemented constructors.
2020-10-07 Richard Kimberly... Use explicit default syntax (C++11).
2020-10-06 Richard Kimberly... Explicit InsetTableCell copy constructor
2020-10-05 Yuriy SkalkoAmend efc0877f
2020-10-03 Yuriy SkalkoAmend efc0877f
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-08-12 Enrico ForestieriSwitch font for multipar insets
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-08-02 Juergen SpitzmuellerNext attempt at correctly setting fonts in insets depen...
2020-07-15 Thibaut CuvelierAdd support for CALS tables in DocBook.
2020-07-08 Richard Kimberly... Whitespace
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-29 Juergen SpitzmuellerImplement proper pasting from multiple table cells...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-22 Jean-Marc LasgouttesUse new rowFlags() values to remove some inset hardcoding.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2020-01-14 Juergen SpitzmuellerAccount for bidi (swapped columns) when calculation...
2020-01-14 Juergen SpitzmuellerDo not output deleted rows columns if show changes...
2020-01-14 Juergen SpitzmuellerRecord change author and time for tracked columns/rows
2020-01-13 Jean-Marc LasgouttesImplement isChanged for tabular inset.
2020-01-11 Juergen SpitzmuellerImplement change tracking of column/row addition/deletion
2019-09-17 Jean-Marc LasgouttesMake some constructors explicit
2019-08-14 Juergen SpitzmuellerDeactivate active - in tables with \cline or \cmidrule
2019-04-03 Juergen Spitzmuellerbooktabs: support for \cmidrule trimming
2019-04-01 Juergen SpitzmuellerFix left/right border UI when toggling formal
2019-04-01 Juergen SpitzmuellerAdd option to reset to default booktabs lines
2018-12-28 Juergen SpitzmuellerAdd tabular-features set-inner-lines and fix set-all...
2018-07-02 Juergen SpitzmuellerAttempt to reflect tabular width in workarea
2018-07-01 Juergen SpitzmuellerSupport varwidth's V tabular column type
2018-06-30 Juergen SpitzmuellerWrap rotated cells with linebreaks in varwidth
2018-06-24 Juergen SpitzmuellerAdd support for tabularx/xltabular
2018-02-27 Juergen SpitzmuellerFix RTL tabular output with bidi package (i.e., polyglo...
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
next