]> git.lyx.org Git - lyx.git/history - src/insets/InsetCaption.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetCaption.cpp
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak Younes* ParConstIterator::push_back(): new method for easier...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak YounesFix List of Figures and Tables in the Outliner and...
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-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-07 Abdelrazak YounesAdjust headers.
2007-11-03 André Pönitzremove unneeded @includes from BufferView.h
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-21 André Pönitzcosmetics
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-09-24 Jürgen SpitzmüllerFix bug 4182, partially:
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak Younesremove InsetCaption::drawSelection(): this was not...
2007-09-17 Abdelrazak YounesCleanup the TEXT_TO_INSET_OFFSET mess. This correction...
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-05 Abdelrazak YounesFix caption text y-positioning
2007-08-31 Alfredo Braunsteinfix two metrics bug + remove an extra metrics call
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-06-22 Alfredo Braunsteinconst correctness
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-30 Abdelrazak YounesFix bug 3186?
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LCursor->Cursor
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