]> git.lyx.org Git - lyx.git/history - src/insets/insetbibitem.C
the convert patch
[lyx.git] / src / insets / insetbibitem.C
2005-01-27 Lars Gullik Bjønnesthe convert patch
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-08-14 José Matoxup to file format 236 and also fix Bug 421.
2004-04-05 Angus LeemingWrap all #warning calls inside #ifdef WITH_WARNINGS...
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-04 André Pönitzcursor changes
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-03 Lars Gullik Bjønnesthe exception safety patch
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-29 Lars Gullik Bjønnesmake dispatch_result_t ctor of DispatchResult explicit
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-21 André Pönitzsmall stuff, whitespace & consistent naming
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingDefine a wrapper LyXFont_size for LyXFont::FONT_SIZE.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-06 Angus LeemingMove depth_type to support/types.h.
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-27 Alfredo BraunsteinAdd In nsetOld * argument to updateInset to rebreak...
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-05 André Pönitzremove "deep update"
2003-07-28 Angus LeemingKill ChangeCitationsIfUnique; various small bits 'n...
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzprepare passing down max text widths...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-03 John Levonclone() at long last !
2003-05-28 Lars Gullik Bjønnesparlist-24-a.diff
2003-05-27 Lars Gullik Bjønnesparlist-23-a,diff
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
2003-05-13 André Pönitznon-templated tostr in separate files
2003-03-25 Angus LeemingSatisfy JMarc and Lar's desire for LFUN_INSET_INSERT
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-10 Angus LeemingRewrite the MailInset as suggested to Andr��.
2003-03-07 Angus Leemingrewrite localDispatch as a switch
2003-03-04 Angus LeemingLFUN_INSET_MODIFY
2003-02-27 Angus LeemingCollapse all those LFUN_XYZ_APPLY to a single LFUN_INSE...
2003-02-26 Angus LeemingAdd locaDispatch methods to various inset classes....
2003-02-25 Angus LeemingHold on to your hats.
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...