]> git.lyx.org Git - lyx.git/history - src/insets/InsetTabular.cpp
Remove TextClassPtr without losing the type safety it provided.
[lyx.git] / src / insets / InsetTabular.cpp
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
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-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-15 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2008-02-15 Uwe StöhrInsetTabular.cpp: revert the \bottomline fix from the...
2008-02-15 Uwe StöhrInsetTabular.cpp: check for top and bottom lines, fixes...
2008-02-12 Dov Feldsternfix r22935, which was an attempt to fix a bug of mine...
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-11 Abdelrazak YounesFix warning and probably a bug.
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-22 Jürgen Spitzmüller* src/insets/InsetTabular.cpp (doDispatch):
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Abdelrazak YounesFix bug 4147.
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesInset::translate() -> lyx::insetCode()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-10-06 André Pönitznext one
2007-10-03 André Pönitzand this...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-09-27 Uwe StöhrGuiBox: fix bug 3242 http://bugzilla.lyx.org/show_bug...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Richard HeckChange LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibl...
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-05 Abdelrazak YounesFix tabular text y-positioning
2007-09-05 Martin VermeerRenaming CharStyle -> Flex, finishing touch
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