]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Fix text frame drawing.
[lyx.git] / src / insets / InsetTabular.cpp
2007-09-04 Edwin Leuvenrename method
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-31 Abdelrazak YounesHack: full repaint of text inset in Tabular. This will...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-23 Alfredo Braunsteinmove forwardIdx to CursorSlice from DocIterator, as...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-14 Abdelrazak Younescosmetics
2007-08-14 Martin Vermeerfixing the 580 fix also for trunk
2007-08-13 Jean-Marc Lasgouttes * inset/InsetTabular.cpp (doDispatch): LFUN_MOUSE_PRES...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-12 José MatoxFix bug 518 (thanks to Jean Marc and Martin for the...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-10 Jean-Marc LasgouttesSyncronize with 1.5. This stuff was uncommitted in...
2007-08-10 Martin Vermeerfix bug 580: reading of some ill-formed tables
2007-07-27 Bo PengFix Bug 4053: Update other controls allows invalid...
2007-07-18 Abdelrazak YounesProperly fix bug 3258.
2007-07-17 Abdelrazak Younesfix std declaration.
2007-07-10 Jean-Marc Lasgouttesremove obsolete references to saveSelection
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-06-25 Alfredo BraunsteinFix one-by-some bug in tabular selection drawing by...
2007-06-07 Bo PengFix bug3782, crash with selection of table cells, joint...
2007-06-02 Bo PengFix bug 3363: mark buffer dirty after middle button...
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-13 Michael Schmittoutput changes by means of xcolor and soul
2007-05-12 Bernhard Roiderfix bug 2453
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-26 Uwe StöhrFile format change: Fix bug 1746 partly
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzmerge LyXTabular.{cpp,h} and insets/InsetTabular.{cpp...
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2