]> git.lyx.org Git - features.git/history - src/insets/InsetTabular.cpp
Get rid of spelling and language marks in info inset
[features.git] / src / insets / InsetTabular.cpp
2021-12-07 Jean-Marc LasgouttesMerge branch 'breakrows'
2021-12-07 Jean-Marc LasgouttesImplement Row::Element::row_flags
2021-10-08 Scott KostyshakMinor refactor of previous commit
2021-10-08 Daniel RamoellerDisable LFUN for last column/row deletion
2021-10-01 Juergen SpitzmuellerFix \cline calculation when last column has decimal...
2021-09-30 Yuriy SkalkoRemove useless casts reported by GCC with -Wuseless...
2021-05-31 Jean-Marc LasgouttesPrevent insets in table cells from expanding artificial...
2021-03-12 Juergen SpitzmuellerFix ct in table cell pasting
2021-03-12 Juergen SpitzmuellerFix copy of multi-cells in table (#12196)
2021-02-17 Thibaut CuvelierDocBook: force paragraphs in HTML cells to allow for...
2021-02-17 Thibaut CuvelierDocBook: spurious spaces in table attributes.
2021-02-17 Thibaut CuvelierDocBook: TODO is outdated, table type is checked within...
2021-02-11 Juergen SpitzmuellerCorrectly handle internal clipboard in cell paste
2021-02-11 Juergen SpitzmuellerProperly fix broken cursor (part of #12134)
2021-02-08 Richard Kimberly... Do not show completion cursor if completion is inactive
2021-01-30 Daniel RamoellerPreserve multirow/-column content on deletion of subrow...
2021-01-30 Juergen SpitzmuellerRecent multirow finally allows multiple paragraphs
2021-01-29 Juergen SpitzmuellerSet proper multirow size in X table columns
2021-01-26 Juergen SpitzmuellerSome minor polishment
2021-01-26 Juergen SpitzmuellerFix copy-paste error (#12092)
2021-01-25 Juergen SpitzmuellerAllow to move multiple (selected) columns/rows (#9045)
2021-01-25 Juergen SpitzmuellerFix alignment missetting with multirows (#10826)
2021-01-24 Juergen SpitzmuellerFix on-screen vertical alignment in some table cells...
2021-01-23 Juergen SpitzmuellerFix metrics of varwidth cells (#12089)
2021-01-23 Juergen SpitzmuellerSupport non-default styles in multirow
2021-01-23 Juergen SpitzmuellerAllow paragraph and line breaks in multirow (#12083)
2021-01-23 Juergen SpitzmuellerFix status of tabular function
2021-01-22 Juergen SpitzmuellerFormat incremented to 605: Extended variable table...
2021-01-08 Jean-Marc LasgouttesMove handling of LFUN_COPY to BufferView
2020-12-24 Juergen SpitzmuellerImplement inset-split (only for text insets for now...
2020-12-02 Yuriy SkalkoCleanup headers
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-28 Yuriy SkalkoMake InsetIterator compatible with range-based loops
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-01 Yuriy SkalkoUse const references
2020-10-16 Yuriy SkalkoMove Author.h, Format.h from BufferParams.h
2020-10-07 Richard Kimberly... Use explicit default syntax (C++11).
2020-10-06 Richard Kimberly... Fix some warnings
2020-10-06 Richard Kimberly... Explicit InsetTableCell copy constructor
2020-10-05 Yuriy SkalkoRefactoring
2020-08-12 Enrico ForestieriSwitch font for multipar insets
2020-08-02 Thibaut CuvelierDocBook: avoid generating empty paragraphs instead...
2020-07-15 Thibaut CuvelierAdd support for CALS tables in DocBook.
2020-07-15 Thibaut CuvelierDocBook: add support for LYX_ALIGN_BLOCK and LYX_ALIGN_...
2020-07-12 Jean-Marc LasgouttesRevert "Improve handling of top and bottom margin"
2020-07-12 Jean-Marc LasgouttesImprove handling of top and bottom margin
2020-07-08 Richard Kimberly... Whitespace
2020-07-08 Thibaut CuvelierNew DocBook support
2020-07-07 Pavel SandaAdd required elements in the layouts to support DocBook.
2020-06-29 Juergen SpitzmuellerFix c&p of tabular data between different LyX instances...
2020-06-29 Juergen SpitzmuellerResize table if needed on multi-cell paste
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-18 Jean-Marc LasgouttesPass BufferParams by address
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-06-07 Juergen SpitzmuellerDo not track row/column deletion in paste_tabular
2020-05-01 Richard Kimberly... Fix typo.
2020-03-21 Juergen SpitzmuellerProperly resolve tracked changes when pasting multiple...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2020-02-12 Stephan WittMake cell index of tabular local for column loop.
2020-01-16 Juergen SpitzmuellerRemove terminating linebreak
2020-01-15 Jean-Marc LasgouttesReplace the hardcoded TEXT_TO_INSET_OFFSET by tunable...
2020-01-15 Juergen SpitzmuellerImprove comments
2020-01-15 Juergen SpitzmuellerCross out ct-deleted tabular rows/columns in workarea
2020-01-14 Juergen SpitzmuellerWhitespace
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 SpitzmuellerSet changed status for changed column/row cells in...
2020-01-14 Juergen SpitzmuellerSome polishment.
2020-01-14 Juergen SpitzmuellerRecord change author and time for tracked columns/rows
2020-01-13 Juergen SpitzmuellerColor lines of added/deleted rows/columns
2020-01-13 Jean-Marc LasgouttesImplement isChanged for tabular inset.
2020-01-11 Juergen SpitzmuellerImplement change tracking of column/row addition/deletion
2019-12-29 Juergen SpitzmuellerImplement (basic) ct for tabular-feature delete-row...
2019-12-29 Juergen SpitzmuellerRemove obsolete FIXMEs
2019-12-27 Juergen SpitzmuellerHandle change-accept and change-reject in multi-cell...
2019-12-06 Jean-Marc LasgouttesDisable inset-dissolve in table cells
2019-11-17 Juergen SpitzmuellerAlways use local font switches in table cells.
2019-09-15 Jean-Marc LasgouttesFix cut-n-paste error
2019-08-14 Juergen SpitzmuellerDeactivate active - in tables with \cline or \cmidrule
2019-08-14 Juergen SpitzmuellerFix cline/cmidrule calculation once more
2019-08-13 Juergen Spitzmuellerfix midrule calculation
2019-07-22 Juergen SpitzmuellerLocalize the default decimal separator
2019-07-11 Juergen SpitzmuellerFactor out test for bidi package (= XeTeX + polyglossia)
2019-07-10 Juergen SpitzmuellerLuaTeX (luabidi) does not swap table columns
2019-05-31 Kornel BenkoOmit floating point exception
2019-05-31 Juergen SpitzmuellerFix toprule with booktabs/longtable and captions
2019-04-23 Juergen SpitzmuellerAppend rows and columns if necessary when pasting into...
2019-04-22 Juergen SpitzmuellerAmend cf1c506d644
2019-04-22 Juergen SpitzmuellerHandle plain text/html rows/columns in tabular LFUN_PASTE
2019-04-04 Juergen SpitzmuellerDisable TABLUAR_STYLE_INSERT with TABULAR_INSERT
2019-04-03 Juergen Spitzmuellerbooktabs trimming: fix some thinkos
2019-04-03 Juergen SpitzmuellerFix cmidline trimming with multicolumns
2019-04-03 Juergen Spitzmuellerbooktabs: support for \cmidrule trimming
2019-04-01 Juergen Spitzmuellerreset.formal-default: no need to fiddle with left/right...
2019-04-01 Juergen SpitzmuellerFix left/right border UI when toggling formal
2019-04-01 Juergen SpitzmuellerAdd option to reset to default booktabs lines
2019-04-01 Juergen SpitzmuellerFix booktabs bottom line with multirows
2018-12-28 Juergen SpitzmuellerAdd tabular-features set-inner-lines and fix set-all...
next