]> git.lyx.org Git - lyx.git/history - src/insets/InsetBibtex.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetBibtex.cpp
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
2007-04-26 Bo PengRename files in src/support, step one.
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