]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibitem.cpp
Bug.
[lyx.git] / src / insets / InsetBibitem.cpp
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