]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.cpp
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetBibtex.cpp
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 HeckOK, now here's a big one: XHTML output for InsetBibtex...
2009-06-11 Richard HeckIt is convenient for me to change this for use in XHTML...
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-01-16 Richard HeckRevert r27975 and 28105, as they are causing too many...
2009-01-11 Richard HeckFix the translation of macros like: \"u, which don...
2008-12-29 Richard HeckConvert LaTeX constructs to Unicode when reading BibTeX...
2008-11-19 Richard HeckWhitespace.
2008-11-16 Jean-Marc Lasgouttesrename [io]docfstream to [io]fdocstream
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-06-05 Richard HeckMore cache fixing. Similar fix as for InsetBibtex,...
2008-06-05 Richard HeckFix some of the BibTeX cache issues. We need to be...
2008-06-05 Richard HeckGive an error message here.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-29 Pavel SandaSome strings.
2008-04-30 Richard HeckCorrections, thanks to Bernhard.
2008-04-30 Richard HeckThat one isn't unexpected.
2008-04-30 Richard HeckCosmetics, and some error messages from the BibTeX...
2008-04-28 Jürgen SpitzmüllerImplement inset-edit in InsetBibtex and add a context...
2008-04-28 Jürgen Spitzmüller* InsetBibtex.cpp:
2008-04-28 Jürgen Spitzmüller* InsetBibtex.{cpp,h}:
2008-04-22 Richard HeckFix an old typo.
2008-04-22 Uwe StöhrInsetBibtex.cpp: compilation fix
2008-04-22 Richard HeckJust a little cosmetic thing.
2008-04-22 Richard HeckThis doesn't return a reference any more.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-04-18 Bo PengEmbedding: revert embedding options and extra_embedded_...
2008-03-29 Richard HeckEmbeddedFile::enable() should take a reference instead...
2008-03-29 Richard HeckI seem to have missed this crucial line before.
2008-03-29 Richard Hecks/createBibFiles/updateBibFiles/
2008-03-29 Bo PengRevert the addition of a static calcInzipName function...
2008-03-29 Richard HeckCosmetics, and simplify updateEmbeddedFile.
2008-03-29 Richard HeckImprove createBibFiles so it does not recreate the...
2008-03-29 Richard HeckA couple cosmetic changes. Move the unicode problem...
2008-03-29 Richard HeckMostly cosmetic changes.
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Richard HeckFix bug 4651. Bo, if you read this: Is there a cleaner...
2008-03-16 Bo PengEmbedding: paste an inset with an embedded file may...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-13 Bo PengEmbedding: move file validation from InsetBibtex to...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-02-28 Richard HeckFix oddity in bibtotoc handling.
2008-02-28 Uwe StöhrRichard, I have to revert r23332 to be able to compile...
2008-02-28 Richard HeckType safety sure will be nice.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
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-18 Abdelrazak Younesheader cleanup
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckProtect our data.
2008-02-14 Richard HeckDo not inherit from std::map.
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-01-12 Bo PengFix r22486, which causes an infinite loop when a bibtex...
2008-01-11 Bo PengMake bibtex works with embedded bib file
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2007-12-28 Jürgen SpitzmüllerSupport for \nocite* from Berhard Reiter. Increments...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak YounesThe original support::copy() was overwriting the target...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
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 lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-15 André Pönitzreduce line noise
2007-11-10 André Pönitzcosmetics
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
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-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-16 Richard HeckChange how InsetBibTeX does this check.
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
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-07-03 Bernhard RoiderFix uninitialized var introduced in http://www.lyx...
2007-07-02 Bernhard RoiderFix Bug 3947: BibTeX allows parentheses in the key...
2007-06-26 Jürgen SpitzmüllerFix bug 2753: LyX doesn't support paths and filenames...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
next