]> git.lyx.org Git - lyx.git/history - src/insets/insetert.C
the monster patch
[lyx.git] / src / insets / insetert.C
2004-01-15 André Pönitzthe monster patch
2003-12-12 André PönitzMichael Schmitt's collapse status patch
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-12-10 Angus LeemingUse the new lyxlex interface in InsetERT.
2003-12-10 André Pönitz * inset.h:
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-03 Martin VermeerFix label text updating bug reported by Kayvan.
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 Martin VermeerPlace inset content on the button when collapsed
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-21 André Pönitzfix some compiler warnings
2003-11-21 André PönitzMichael's open-close-patch
2003-11-10 André Pönitzthe update/updateInset merge
2003-11-10 André PönitzThe deed is done.
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinthe spellcheck cleanup
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-03 Lars Gullik BjønnesChange DispatchResult semantics a bit.
2003-11-01 Lars Gullik Bjønnesmore dispatchresult changes
2003-10-31 José Matoxunify API for insets export
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-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-16 Angus LeemingMake all of InsetCollapsable's member variables (save...
2003-09-16 Angus LeemingRemove unused LColor::color framecolor variable from...
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
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-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-26 André PönitzMartin's fullRow patch
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-08-05 André Pönitzremove "deep update"
2003-08-04 André Pönitzsimpler InsetText:: local updating
2003-08-03 Jean-Marc Lasgouttesdo not add ellipsis to closed inset label unless necessary
2003-07-30 Martin Vermeerfactor out the detection of clicking on the inset butto...
2003-07-28 José Matox\layout -> \begin_layout and missing \end_layout
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-07-23 Angus LeemingThe inset mailers' inset2string function now requires...
2003-07-18 André Pönitzremove unneeded Inset::getMaxWidth(
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzremove Inset::update()
2003-07-14 André Pönitzslimmer row painter interface
2003-07-14 André Pönitz * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-27 André Pönitzrename fullRebreak() to partialRebreak() and implement
2003-06-18 Lars Gullik Bjønnesbnext-2.diff + some more boost::next stuff
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-07 John Levonminimal ERT spacing patch (first patch sent to list...
2003-06-03 John Levonclone() at long last !
2003-06-02 André PönitzIU of drawing phase one without 'semantic changes'...
2003-05-30 André PönitzIU for second phase of two-phase drawing
2003-05-28 Lars Gullik Bjønnesremove commented same_id functions, and also remove...
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 LeemingPass struct LatexRunParams around a bit...
2003-05-21 Lars Gullik Bjønnesiterators-2.diff + some whitespace changes
2003-05-19 André Pönitzthe ascent/descent/width -> dimensions() change
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-04-16 Lars Gullik Bjønnesprepare for further work and a parlist thingie
2003-04-02 Lars Gullik Bjønnesparlist-a-1.diff
2003-04-01 Lars Gullik Bjønnesrowlist8
2003-03-29 Lars Gullik Bjønnesrowlist2
2003-03-29 John Levonmore Alert fixes
2003-03-22 John LevonDing dong, the CID is dead...
2003-03-20 John LevonMy patch from yesterday
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 Lars Gullik BjønnesRemove the BufferView* arg from almost all LyXText...
2003-03-17 John Levonpaint cleanups as sent to list
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-11 André Pönitzactivate the new InsetHFill,
2003-03-10 Angus LeemingRewrite the MailInset as suggested to Andr��.
2003-03-07 Angus Leemingport the minipage dialog to the new scheme. Various...
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-26 John LevonThe row-painter patch
2003-02-25 Angus LeemingHold on to your hats.
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2003-01-23 John LevonMichael's text fixes
2002-09-25 Angus LeemingCopyright notices
2002-09-06 Lars Gullik Bjønnesremove all INHERIT_LANG and INHERIT_LANGUAGE commented...
2002-08-19 André Pönitzuse the new mouse LFUNs
2002-08-13 André Pönitzthe lfun3 patches (overall cleanup and "localizing...
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-10 Lars Gullik Bjønnesa new paragraph function
2002-08-07 André Pönitzthe FuncRequest changes
2002-08-06 John LevonRemove LYX_LAYOUT_DEFAULT - it is very very old, even...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
next