]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibitem.cpp
Update a bibitem label also when it is emptied.
[lyx.git] / src / insets / InsetBibitem.cpp
2011-12-03 Julien RiouxUpdate a bibitem label also when it is emptied.
2011-12-03 Julien RiouxRemove extra whitespace.
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-09 Uwe StöhrInsetBibitem.cpp: fix #5786
2010-09-15 Richard HeckPart of #6893.
2010-08-10 Richard Heckbuffer_ --> buffer()
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-08 Richard HeckUnused variable.
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-12-03 Richard HeckForgot this.
2009-12-03 Richard HeckRevert previous commit. Wrong fix.
2009-12-03 Richard HeckFix bibitem bug for XHTML.
2009-11-30 Richard HeckRestore XHTML output for InsetBibitem.
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-11 Richard HeckBug.
2009-06-11 Richard HeckIntroduce a field for keeping track of the citation...
2009-06-11 Richard HeckGet InsetBibitem working, and the output for LATEX_BIB_...
2009-05-23 Jürgen SpitzmüllerInsetBibitem.cpp: fix bibitemWidest.
2009-05-19 Uwe StöhrInsetBibitem.cpp: typo
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-15 Jean-Marc Lasgouttesmove the catInit call around
2008-08-10 Richard HeckFix silly bug that makes it impossible to change bibite...
2008-07-14 Jürgen Spitzmüller* src/insets/InsetBibItem.cpp:
2008-06-18 Pavel SandaFix include orderings.
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-06-05 Richard HeckForgot this bit.
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-17 Uwe Stöhrcompilation fixes
2008-03-04 Abdelrazak Younesadd missing break, should fix the remaining problem...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-02-29 Richard HeckFix InsetBibitem::clone.
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-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-14 Richard HeckDo not inherit from std::map.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-24 Abdelrazak Younes* InsetList: introducing find() and count()
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-16 Jean-Marc Lasgouttesremove annoying debug message
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 2: Use the new...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
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