]> git.lyx.org Git - lyx.git/history - src/insets/insetbibitem.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetbibitem.C
2006-10-22 André Pönitzsome compile fixes, more to be expected
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-14 Abdelrazak Younesrevert change from previous commit and remove the FontM...
2006-10-14 Abdelrazak YounesFix crash on LateX export.
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-09 Jürgen SpitzmüllerFix bug 2744:
2006-10-07 Abdelrazak YounesThis commit is a big rework of the FontLoader/FontMetri...
2006-09-26 Abdelrazak Younesdelete unneeded BufferView.h declaration.
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2005-05-17 Georg Baumfix bug 1879 (first part, not completely fixed yet)
2005-05-05 Martin VermeerMake LyX source look a little less like the human genome
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...