]> git.lyx.org Git - lyx.git/history - src/insets/insetbibtex.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetbibtex.C
2007-01-05 Georg BaumFix bug 3067: Special column attributes can contain...
2006-12-27 Georg BaumFix strange bibtex problem by converting some more...
2006-12-17 Georg BaumConvert most of the bibtex machinery to docstring.
2006-12-15 Edwin Leuvengeorg baum:
2006-12-01 Georg Baummore unicode filenames
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2006-11-18 Georg BaumSplit FileName into FileName and DocFileName. FileName...
2006-11-14 Georg Baumadd clarifying comment
2006-11-14 Peter Kümmeldon't pass temporary string objects as parameters
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-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-04-15 Jürgen SpitzmüllerMuch better performance when using natbib (bug 2460):
2006-04-10 Bo PengUpdate on view-source feature (r13610), from Bo Peng...
2006-04-08 Lars Gullik Bjønnes * filetools.[Ch]: Make functions that start with a...
2006-04-08 André Pönitzsupport/textutils.h:
2006-04-01 Georg BaumFix bug 2186 (from Bo Peng):
2006-01-09 Georg Baumfix bug 2153
2005-11-18 Georg Baumfix bibtex inset in included files
2005-07-14 Angus LeemingForward port the name-mangling code from 1.3.x.
2005-06-25 Jürgen Spitzmüllerreintroduce LFUN_BIBDB_ADD and LFUN BIBDB_DEL (bug...
2005-05-17 Georg Baumfix bug 1879 (first part, not completely fixed yet)
2005-05-08 Georg BaumAnother set of text changes from Michael, approved...
2005-04-18 Angus LeemingIntroduce and use latex_path().
2004-11-24 Lars Gullik Bjønnesrename priv_dispatch to doDispatch
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-04-29 Angus LeemingWhitespace.
2004-04-20 Jean-Marc Lasgouttesanother fix related to bug 605; fix toggling of optarg...
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-29 Jürgen Spitzmülleradd bibtopic support (bug 870).
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-12-02 André Pönitzset new text width on workarea resize
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
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-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Lars Gullik Bjønnesfix some namespace issues for gcc 3.4
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Angus LeemingGet rid of trailing whitespace 'noise' in future patche...
2003-09-09 Angus LeemingPimpl Buffer.
2003-09-09 Angus LeemingMake buffer's member variables private; use accessor...
2003-09-08 Angus LeemingRemoved all redundant using directives from the source.
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-04 Martin VermeerThe mouse box patch for button-style insets
2003-09-03 Angus LeemingRevert, revert, revert. Sorry about that, y'all.
2003-09-03 Angus Leemingsrc/support/ChangeLog
2003-09-02 John Levonremove cursor.i[xy]
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 André PönitzMartin's fullRow patch
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-28 Angus LeemingKill ChangeCitationsIfUnique; various small bits 'n...
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-23 Angus LeemingThe free_spacing patch and fix to the mess that Rob...
2003-05-22 Angus LeemingPurely mechanical: move fragile into LatexRunParams.
2003-05-22 Angus LeemingThe 'nice' changes.
2003-05-22 Angus LeemingPass struct LatexRunParams around a bit...
2003-05-16 André Pönitzedit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
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...