]> git.lyx.org Git - lyx.git/history - src/insets/inset.h
Rename insets/insetxxx to insets/InsetXxx, part 1
[lyx.git] / src / insets / inset.h
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 1
2007-04-22 Abdelrazak Younes* In the process of fixing the math background color...
2007-04-22 Abdelrazak YounesTrying to solve bug-2452, I optimized some of the most...
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
2006-11-23 Michael Schmitt * insets/inset.h:
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-09-09 Lars Gullik BjønnesAdd a virtual in the child as well.
2005-07-15 André Pönitzsend UpdatableInset down the way of the Dodo
2005-07-15 André Pönitzconmsolidate scrolling code
2005-01-05 Lars Gullik Bjønnesthe const patch
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-11-23 Lars Gullik Bjønnesclone NVI, other small stuff
2004-08-14 André Pönitzremove per-inset position cahce, use new external map...
2004-03-25 André Pönitzthe stuff from the sneak preview:
2004-01-30 André Pönitzmore IU
2004-01-26 André Pönitzmore IU
2004-01-20 André PönitzPart of IU.
2004-01-13 André Pönitzreplace LyXCursor by CursorSlice
2003-12-15 Jürgen SpitzmüllerThe uncontroversial part of Michael Schmitt's minipage...
2003-12-10 André Pönitz * inset.h:
2003-12-03 André Pönitzremove Inset::getParagraphs()
2003-12-02 André Pönitzmove 'Inline' state from InsetERT to InsetCollapsable
2003-12-01 André Pönitz * buffer.[Ch]:
2003-11-28 André Pönitzmove space above/below from Paragraph into a separate...
2003-11-27 Alfredo BraunsteinsetFont rework + some code simplification
2003-11-21 André PönitzMichael's open-close-patch
2003-11-13 André Pönitzno need for three calls to update() in a row...
2003-11-12 Martin VermeerThe Character Style and XML short element inset.
2003-11-10 André Pönitzsmall clenaup
2003-11-10 André Pönitzcoordinate cache IU
2003-11-10 André Pönitzfix 'click on first footnote in UserGuide' crash
2003-11-10 André Pönitzremove InsetOld::id
2003-11-10 André PönitzThe deed is done.
2003-11-07 Alfredo Braunsteinskip ert on spellchecking
2003-11-05 José MatoxRename ascii to plaintext and LatexRunParams to OutputP...
2003-11-04 André Pönitzcursor changes
2003-11-04 Alfredo Braunsteinremove dead spellcheck code
2003-11-03 André Pönitzremove Inset::id
2003-11-01 Alfredo Braunsteinprepare for global iterator's operator--
2003-10-31 José Matoxunify API for insets export
2003-10-27 André Pönitz * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INS...
2003-10-20 Martin VermeerRe-introduce display() for insets, fixing various bugs
2003-10-15 André Pönitzundo per inset. still a few crashes...
2003-10-14 André PönitzIn insets:
2003-10-13 Lars Gullik BjønnesDISPATCH -> dispatch_result
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-07 Martin VermeerThe Box patch
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-19 Angus LeemingFix InsetInclude properly. Data is now stored in an...
2003-09-18 Angus LeemingRename EnumLColor as LColor_color.
2003-09-18 Angus LeemingAdd an InsetOld::Code wrapper class, enabling #include...
2003-09-16 Angus LeemingRemove #include "LColor.h" from inset.h.
2003-09-15 Angus LeemingThe EnumLColor patch, free of macros.
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-08-28 Lars Gullik BjønnesUse Buffer const reference in most placees possible.
2003-08-26 André Pönitzremove InsetOld::par_owner & handling
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-17 Martin VermeerThe 'Branches' mega-patch.
2003-08-11 André Pönitzweekend stuff less the chunk John "*strongly* disagrees...
2003-08-07 André Pönitzmerge parts of InsetText and LyXText::dispatch
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-25 Asger Ottar AlstrupUndo cleaned up. It seems to work pretty well now.
2003-07-18 André Pönitztwo-phase-drawing for InsetText & InsetTabular
2003-07-17 André Pönitzremove Inset::update()
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-04 André Pönitzbit of undo
2003-06-03 John Levonclone() at long last !
2003-06-02 André PönitzIU for validate(). I guess that's in the 'don't ask...
2003-06-02 John Levonremove insetparent
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-28 Lars Gullik Bjønnesparlist-24-a.diff
2003-05-26 Lars Gullik Bjønnesget rid of same_id from function signatures
2003-05-24 Lars Gullik Bjønnesfix some small problems... kindo hackish...
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-22 Angus Leeming(Juergen) the new space inset.
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-05 André Pönitz replace getFirstParagraph() by getParagraphs()
2003-05-05 André Pönitz2003-05-05 Andr� P�nitz <poenitz@gmx.net>
2003-04-29 André Pönitzwhitespace + Inset::haveParagraphs
2003-03-22 John LevonDing dong, the CID is dead...
2003-03-20 John LevonMy patch from yesterday
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-13 André Pönitzthe environment insets. not active yet.
2003-03-12 John LevonThe inset newline patch I sent plus the requisite fixes...
2003-03-11 André Pönitzthe formal stuff for an HFill inset (not active yet)
2003-03-10 Angus LeemingStore an InsetBase & in MailInset.
2003-02-26 John LevonThe row-painter patch
2003-02-21 Angus LeemingReposition these BufferView access and caching methods...
2003-02-21 Angus Leeming* Split insetbib.[Ch] into insetbibitem.[Ch] and insetb...
next