]> git.lyx.org Git - lyx.git/history - src/insets/InsetBranch.cpp
Fix quotation marks in PDF TOC
[lyx.git] / src / insets / InsetBranch.cpp
2008-12-12 Jean-Marc Lasgouttes1/ call InsetCollapsable::validate instead of InsetText...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-25 Richard HeckStyle.
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-09-21 André Pönitzcosmetics
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-05-31 André Pönitzfix my color cache "improvements"
2008-05-30 Abdelrazak YounesAdd list of branches.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-27 Richard HeckSimplify things just a little bit.
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
2008-04-05 André Pönitzuse simpler parser interface
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
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önitzReplace the text class shared ptr by good old index...
2008-02-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-12 Martin VermeerTooltips for collapsables and branches
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 std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 Abdelrazak Younesremove unneeded init() method.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-20 André Pönitzmainly cosmetics
2007-09-02 Martin VermeerFinal touch on minimalistic branches
2007-09-01 Martin Vermeersmall cleanup collapsable; label fix branch
2007-09-01 Martin VermeerUse Minimalistic for branches
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-06-12 Jean-Marc LasgouttesRemove background_color_ in Insets: it takes a lot...
2007-06-11 Jürgen Spitzmüller* src/insets/insetBranch.cpp (doDispatch):
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André PönitzLyXText -> Text
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-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