]> git.lyx.org Git - lyx.git/history - src/insets/InsetRef.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetRef.cpp
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-26 Richard HeckTruncate long cross-references and show the whole thing...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-20 Richard HeckIntroduce a "formatted counter" for use with formatted...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-31 Richard HeckWhitespace.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckFix silly omission.
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-25 Richard HeckUse that again.
2009-11-14 Richard HeckGet XHTML output for InsetRef working, again in a fairl...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-09-09 Vincent van RavesteijnRevert r31219.
2009-08-24 Tommaso CucinottaThis fix suppresses the "BROKEN:" tag on references...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-09 Abdelrazak YounesGeneral support for InsetCommand context menu. For...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak Younesdoubly stupid bug fix.
2008-02-27 Abdelrazak Younesstupid bug fix.
2008-02-27 Abdelrazak YounesInsetRef::addTocToc(): add an entry for the referenced...
2008-02-27 Abdelrazak YounesBug fix: Adjustment for multiple reference to the same...
2008-02-27 Abdelrazak YounesHe he he, something I've been dreaming of for a long...
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-04-26 André Pönitzrename LCursor->Cursor
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