]> git.lyx.org Git - lyx.git/history - src/insets/insettabular.C
Implement copying of rows and columns in tables
[lyx.git] / src / insets / insettabular.C
2006-09-27 Georg BaumImplement copying of rows and columns in tables
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-21 Jean-Marc Lasgouttes * lyxfunc.C (getStatus): fix handling of LFUN_RUNCHKTE...
2006-09-20 Jean-Marc Lasgouttes * insettabular.C (cutSelection): reset cursor when...
2006-09-19 Jürgen SpitzmüllerCleanup fix for bug 2382:
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange editMessage to return a docstring, change functi...
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-08 Jean-Marc LasgouttesImprove Inset dissolve capability (bug 2201).
2006-09-03 Jürgen Spitzmüllerfix getStatus of LFUN_DISSOLVE_INSET:
2006-09-03 Georg BaumFix clipboard/selection encoding
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-23 Michael Schmittdrop linuxdoc support (part 2)
2006-07-17 Martin Vermeer Fix "inset in tabular cell sticks out over cell border...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-10 Georg BaumSplit clipboard and X selection
2006-07-03 Lars Gullik BjønnesFirst part of r14315 from the younes branch:
2006-07-03 Georg Baummerge booktabs branch
2006-06-26 Jürgen Spitzmüller* src/insets/insettabular.C (doDispatch): set cursor...
2006-06-20 Martin Vermeer * insettabular.C (drawSelection): revision of previous...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-06-18 Martin Vermeer * insettabular.C (drawSelection): initialize cell...
2006-05-22 Jürgen Spitzmüller* insettabular.C (doDispatch):
2006-05-22 Jürgen Spitzmüller* insettabular.C (doDispatch):
2006-05-22 Jürgen Spitzmüller* insettabular.C (doDispatch):
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-04-15 Jürgen SpitzmüllerDon't jump back to cursor on inset clicking:
2006-04-13 Jürgen Spitzmüller* src/insets/insettabular (doDispatch): use insertAscii...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-30 Martin Vermeer A more general way of setting paragraphs in an inset...
2006-03-29 Georg Baumrevert my faulty fix of bug 2380 and use one by Jean...
2006-03-28 Jürgen Spitzmüllersrc/insets/insettabular (doDispatch, insertAsciiString...
2006-03-28 Georg BaumFix bug 2380:
2006-03-17 Jürgen Spitzmüller(getStatus): add extra condition for PASTE to reflect...
2006-03-11 Jürgen Spitzmüllerfix coordinate miscalculation in tabular (bug 2006)
2006-01-19 Jean-Marc Lasgouttescleanup some debug messages
2006-01-11 Jean-Marc Lasgouttesfix bug 2188
2005-11-28 Georg Baumrestore 1.3 behaviour when changing tabular columns...
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-10-24 Jean-Marc Lasgouttesbug 2066: C-i for opening/closing insets only works...
2005-10-21 Jean-Marc Lasgouttesfix bug 2101: Any character followed by Right Arrow...
2005-09-19 Jürgen Spitzmüllerfix bug 1845 (setAutoBreakRow asserts)
2005-09-16 Martin VermeerFix bug 1765 (multicol cell width display)
2005-09-15 Jürgen Spitzmüllerfix undo in tabular cells (bug 1937, bug 1986)
2005-09-08 Jürgen Spitzmüllerdon't force tabular cell alignment to BLOCK when switch...
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-09-06 Jürgen Spitzmüllerfix bug 1919 (table cells won't accept normal text...
2005-08-07 Martin VermeerFix Helge's ERT-in-tabular bug
2005-07-28 Jürgen SpitzmüllerDisable newlines and paragraph breaks in non-fixed...
2005-07-18 André Pönitzsome (yet unfinished) up/down work
2005-07-18 André Pönitz3 more percents...
2005-07-18 André Pönitz~4% speedup by inlining a few one-line accessors
2005-07-18 Jürgen VignaFix cursor UP/DOWN movements in tabulars
2005-07-17 André Pönitzfix bug 1815
2005-07-16 André Pönitzsome more inlining
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzfix clicking into nested tables
2005-07-15 André Pönitzwork on inset scrolling
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzsome consolidation of inset scrolling
2005-07-15 André Pönitzconmsolidate scrolling code
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-07-06 Georg BaumDon't store row and col in cursor, add some documentati...
2005-06-27 Jürgen Spitzmüllerfix calculation of tabular cell dimensions (bug 1801)
2005-06-16 Jürgen Spitzmüllerdisable LFUN_TABULAR_INSERT when multiple cells are...
2005-05-12 Martin VermeerFix tabular paste (and conflict markers in ChangeLog...
2005-04-26 Angus LeemingWhitespace, only whitespace.
2005-04-23 Jürgen Spitzmüllerfix longtabular ui (bug 1860)
2005-04-15 Georg Baumfyx the previous getStatus patch: enable the tabular...
2005-04-13 Georg Baumdisable open dialogs if applying them is not allowed
2005-03-21 Alfredo Braunsteinfix crash in table selection
2005-03-21 Jürgen Spitzmüllerfix tabulator keys in tabular (bug 1836)
2005-03-21 Alfredo Braunsteincosmetic bugfix in selection of tables
2005-03-17 Jürgen Spitzmüllerfix LFUN_CUT and LFUN_PASTE in insettabular (bug 1799...
2005-03-17 Jürgen Spitzmüllersome tabular fixes for the problems reported by Helge
2005-03-13 Martin VermeerMulti-cell select font change bug fix
2005-02-08 Lars Gullik Bjønnesdociterator dont inherit from std::vector and updates
2005-01-31 Angus LeemingAsger's commentary, const-correct and bug-squashing...
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-18 Asger Ottar Alstrup- Add missing STL includes for correctness - gcc is...
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-12-15 Georg Baumre-enable SET_ALL_LINES in tabulars (from J�rgen)
2004-12-06 Alfredo Braunsteinassorted tabular fixes (selection and scroll)
2004-12-03 Georg Baumuse better index types for tabular rows, columns and...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-24 Alfredo Braunsteinpar->pit renaming
2004-11-24 Georg Baumfix tabular multicolumn handling
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-11-18 Georg Baumdetermine current cell in the tabular controller instea...
2004-11-02 José MatoxRemove mixed_content from output parameters.
2004-10-23 André Pönitzfix further crashs due to invalid cursor positions
2004-10-23 André Pönitzfix crash after removing a table row (again due to...
2004-10-23 André Pönitzfix tabular crash after cutting a selection (cursor...
2004-10-05 José Matoxreplace nextToken by more appropriate lex methods.
2004-10-05 Angus LeemingWhitespace, only whitespace.
next