]> git.lyx.org Git - lyx.git/history - src/frontends/controllers/ControlCitation.C
fix crash due to invalidated iterator
[lyx.git] / src / frontends / controllers / ControlCitation.C
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-05-20 Angus LeemingSane ordering of the files #included in the Qt frontend.
2004-05-19 Angus LeemingWrap most of the frontend code up inside namespace...
2004-05-14 Angus LeemingMove the biblio::CiteEngine enum into bufferparams...
2004-05-10 Angus LeemingClean up natbib, jurabib code as posted to the list...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-07 Jürgen SpitzmüllerAdd support for the jurabib package (www.jurabib.org...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-05 Angus LeemingAnother 49 #includes bite the dust.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-03-14 Angus Leeming* Give Dialog::Controller::initialiseParams a bool...
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-25 Angus LeemingHold on to your hats.
2003-02-18 André Pönitzfix bibkey writing, avoid a few copies, whitespace...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-10-21 Lars Gullik Bjønnesws fixes, formatting and some other small changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-08-15 Angus LeemingNothing but a changed email address (trying to factor...
2002-08-12 Angus Leeming* Constify Buffer::getLabelList.
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-10 Lars Gullik Bjønneshandle some tmpl files in a more sane way
2002-05-29 Lars Gullik BjønnesSwitch from SigC signals to boost::signals
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-01-25 Angus Leemingremove redundant // -*- C++ -*-
2002-01-16 Angus LeemingAdd the missing template instatiations!
2001-07-19 Angus LeemingMerge natbib branch into head
2001-06-13 Angus LeemingRemoved // -*- C++ -*- from all .C files!
2001-06-13 Angus LeemingAdded // -*- C++ -*- to the top of all files in control...
2001-04-26 Angus LeemingMove included files out of .h files and into .C files...
2001-04-03 Angus LeemingRemove some xforms cruft from BufferView.h BufferView_p...
2001-03-29 Angus Leemingsmall fixes.
2001-03-28 Angus LeemingController-view split of Graphics and Index popups.
2001-03-26 Angus LeemingFixed "can't create new inset" bug. Described dialogs...
2001-03-23 Angus LeemingImplemented controller-view split for FormError and...
2001-03-22 Angus LeemingReorganised, cleaned-up and improved documentation...
2001-03-21 Angus LeemingImplementation of controller-view split for FormCharacter.
2001-03-20 Angus Leemingsmall fix to ControlCitation
2001-03-16 Angus LeemingCompile fixes for DEC cxx, John's maths and keymap...
2001-03-15 Angus LeemingMerging BRANCH_MVC back into HEAD.