]> git.lyx.org Git - lyx.git/history - src/insets/insetbase.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetbase.h
2005-12-17 Georg Baumpartial fix for bug 1973
2005-11-25 Jürgen Spitzmüllerfix bug 2089: Touching Navigate menu crashes Lyx when...
2005-11-17 Jürgen Spitzmüllerfirst step to sanitize forceDefaultParagraphs (part...
2005-11-10 Jürgen Spitzmüllerdocument the EDITABLE enum
2005-09-10 Jürgen Spitzmüllerimplement and use virtual bool neverIndent() (thereby...
2005-09-07 Jean-Marc LasgouttesJohn&JMarc's change tracking patch
2005-07-17 André Pönitzclean up
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzmake boundary property an iterator property instead...
2005-07-15 André Pönitzpartial fix for bug 622, cosmetic rest remains open
2005-07-14 André Pönitz open insets when selection is set there
2005-05-09 Georg Baumremove unneeded calls to BufferView::update() in insets
2005-04-22 Georg Baumimplement missing getStatus methods
2005-04-13 Georg Baumdisable open dialogs if applying them is not allowed
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-12-03 Lars Gullik Bjønnesremove all trace if idxUpDown2
2004-12-02 Jean-Marc Lasgouttesfix recent bug where too many lfuns got disabled;fix...
2004-11-30 Alfredo BraunsteinCoordBranch merge
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
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 André Pönitzmove around stuff, remove unneeded declarations etc
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-08-13 Jean-Marc Lasgouttesconstify the various incarnations of editXY
2004-04-13 André Pönitzfix the cursor-y problem in math
2004-04-13 André Pönitzmacro rework
2004-04-05 André Pönitzuse LCursor & in notifyCursorLeave
2004-04-03 Lars Gullik Bjønnessimple ws changes only
2004-03-30 Angus LeemingA slightly buggy lfun all-insets-toggle.
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-03-18 André Pönitzsplit LyXFunc::getStatus() into inset specific chunks
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-25 André Pönitzsome de-mathed-ification
2004-02-20 André Pönitz * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-02-13 André Pönitzmore IU as advertised
2004-02-02 André Pönitzremove cursor::drawSelection() plus some math reorganiz...
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-16 André Pönitzmathed uglyfication
2004-01-15 André Pönitzthe monster patch
2004-01-15 André Pönitzsome renaming + safety stuff
2004-01-13 André Pönitzsome integer type changes for inset unification
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-04 André Pönitzcursor changes
2003-10-29 Lars Gullik Bjønnesdispatchresult -> DispatchResult
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-18 Angus LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingUse the dispatch_result wrapper class DispatchResult...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-27 Martin VermeerAdded #include <memory> needed by gcc 2.95.2 at least.
2003-07-25 Lars Gullik Bjønnesthe clone auto_ptr patch
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-02 André PönitzIU for validate(). I guess that's in the 'don't ask...
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-03-10 Angus LeemingStore an InsetBase & in MailInset.
2003-02-18 André Pönitziu2: move localDispatch() to InsetBase
2003-02-17 André PönitzFirst step towards unified insets...