]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.h
Fix some bugs in the bibinfo caching mechanism. Comments to follow.
[lyx.git] / src / insets / InsetTabular.h
2010-06-14 Edwin Leuvenbit of cleanup to avoid ambiguities (in the sense of...
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-05-03 Vincent van RavesteijnThese should not raise the impression that children...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-03-19 Edwin Leuvenfix the drawing for cells with a specified vertical...
2010-03-18 Edwin Leuvenrevert awful spaghetti (r33780)
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-15 Edwin Leuvenavoid invalidated indexes with multicol/row
2010-03-08 Edwin Leuvenlil' cleanup
2010-03-05 Edwin Leuvenrename frenzy
2010-03-04 Edwin Leuvenremove old "logic"
2010-03-04 Edwin Leuven - unset multicol (row) when setting multirow (col)
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-19 Edwin Leuvenbit of clean up
2010-02-19 Abdelrazak Younesr33506: better fix for table borders.
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öhrInsetTabular.h:
2010-02-11 Uwe Stöhrsupport for multirows in tables:
2010-01-28 Jürgen Spitzmüller* InsetTabular.{cpp, h}:
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-14 Richard HeckInitial XHTML support for InsetTabular.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Vincent van Ravesteijn* InsetTabular.h: Whitespace.
2009-10-25 Pavel SandaFix warnings
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
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 Jean-Marc LasgouttesThe most important change in this changeset is that...
2009-07-13 Jean-Marc Lasgouttesremove BufferParams parameter from Inset::accept/reject...
2009-07-11 Uwe Stöhr- GuiTabular.cpp: longtables cannot have a vertical...
2009-07-11 Uwe Stöhr- support for longtable alignment, fileformat change
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-02-10 Uwe StöhrGuiTabular, InsetTabular: fix http://bugzilla.lyx.org...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2009-01-03 Vincent van RavesteijnAllow users to specify toolbar icons for commands with...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-09-26 Uwe StöhrInsetTabular: make Slovak and Czech documents compilabl...
2008-09-15 Jürgen Spitzmüller* src/insets/InsetTabular.{cpp,h}:
2008-09-13 Jürgen Spitzmüller* Fix display of horizontal alignment in fixed width...
2008-09-10 Jürgen SpitzmüllerFix rest of bug 4886, following Richard's advices.
2008-09-09 Richard HeckFix bug 4886.
2008-08-09 Richard HeckMove isMultiCell() to Cursor, and use it.
2008-08-08 Richard HeckFix crash reported on the list involving multicell...
2008-08-08 Richard HeckFix layout bug. Pasting text into a cell tried to set...
2008-07-23 Abdelrazak YounesGod damn tabular dual head :-/
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-22 Jürgen Spitzmüller* src/insets/InsetTabular.h:
2008-07-22 Jürgen Spitzmüller* src/insets/InsetTabular.h:
2008-07-21 Richard HeckTry to fix a problem noted by Dov. There are design...
2008-07-16 Richard HeckComment.
2008-07-16 Richard HeckTry to fix bug 5015---at least the crash is gone--...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-05-04 Edwin Leuvenfix: http://bugzilla.lyx.org/show_bug.cgi?id=4688
2008-04-24 Edwin Leuventhis we don't use anymore
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 2: move functions...
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 1.
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-03-28 Abdelrazak YounesAdd tabular context menu. Feel free to enhance/modify...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Edwin Leuvenmake selecting several rows/col more convenient
2008-03-25 Edwin Leuvenmore border tweaks
2008-03-25 Edwin Leuvenrename some methods
2008-03-24 Edwin Leuvenremove cruft (simplify code)
2008-03-23 Edwin Leuvensimplify logic
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-21 Edwin Leuvenremove unused code
2008-03-21 Richard HeckPrepare for InsetTableCell.
2008-03-20 Edwin Leuven* new function to set border around selection
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-18 Edwin LeuvenFree line setting in tabulars. FILE FORMAT CHANGE.
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-03-05 André Pönitzmake code look a bit more uniform
2008-02-27 André Pönitzs/cellstruct/CellData/g
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-01 Abdelrazak YounesFix bug 4147.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-06 André Pönitznext one
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 André PönitzRemove a few includes from Text.h
2007-09-04 Edwin Leuvenrename method
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-07-18 Abdelrazak YounesProperly fix bug 3258.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-12 Bernhard Roiderfix bug 2453
next