]> git.lyx.org Git - lyx.git/history - src/insets/insetinclude.C
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insetinclude.C
2003-10-17 Lars Gullik Bjønnesthe dispatch patch
2003-10-14 Angus LeemingTurn LyX into a singleton class. Kill the BufferView...
2003-10-14 Angus LeemingOnly draw the preview when previews are activated.
2003-10-13 Angus LeemingRemove a couple of #includes.
2003-10-13 Lars Gullik Bjønnesdo not call InsetOld::localDispatch
2003-10-12 Angus LeemingMinimise the use of the BufferView cache. The only...
2003-10-10 Angus LeemingA little further clean-up.
2003-10-10 Angus LeemingRenderButton, RenderGraphic and RenderPreview now have...
2003-10-09 Angus LeemingTowards saner generation of previews code. Yeah, I...
2003-10-09 Angus LeemingRemove the inset and view member functions from Preview...
2003-10-09 Angus LeemingDon't use the cached BufferView to get the Buffer when...
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 LeemingPass Buffer arg to Inset::getLabelList, Inset::fillWith...
2003-09-18 Angus LeemingGet rid of the InsetInclude::Params::flag variable.
2003-09-18 Angus LeemingEnable previewing of Include insets within insets withi...
2003-09-16 Angus LeemingFix crash when cutting and pasting include insets with...
2003-09-16 Angus LeemingSmall clean-up of the PreviewedInset interface.
2003-09-15 Lars Gullik BjønnesGet rid of lyxstring, remove usage of STRCONV.
2003-09-09 Angus LeemingReplace 'using namespace abc;' with 'using abc::xyz;'
2003-09-09 Lars Gullik BjønnesChange Assert to BOOST_ASSERT.
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 LeemingChanges due to the removal of using directives from...
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-09-05 Angus LeemingStrip out redundant includes (193 of 'em).
2003-09-04 Martin VermeerThe mouse box patch for button-style insets
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-07-26 José MatoxRename arguments of makeLaTeXFile to a sane scheme.
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-21 Angus LeemingFinish the migration from namespace grfx to lyx::graphics.
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-30 Lars Gullik Bjønnesintroduce namespace lyx::support
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-20 Alfredo Braunsteintake several functions out of BufferList, and split...
2003-06-16 André PönitzIU of clone() and getLabelList()
2003-06-12 Angus LeemingReplace InsetButton and ButtonInset with a ButtonRender...
2003-06-04 André Pönitzbit of undo
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 John Levonfix bug 1055, bug 1143, bug 1144
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-05-13 André PönitzSTRCONV() all over the place
2003-05-13 André Pönitznon-templated tostr in separate files
2003-05-13 André PönitzThe 'bformat' introduction
2003-04-24 Lars Gullik BjønnesBug: 1074
2003-03-19 John Levonremove unused methods
2003-03-19 John LevonThe markDirty() and fitCursor() changes
2003-03-17 John Levonpaint cleanups as sent to list
2003-03-10 Angus LeemingRewrite the MailInset as suggested to Andr��.
2003-03-10 Angus LeemingCure warning message about a missing '\end_inset' when...
2003-03-09 Angus LeemingRemove the 'gross hack' of calling inset->edit when...
2003-03-07 Angus Leeming* Remove LFUN_REF_INSERT.
2003-03-07 Angus Leemingport the minipage dialog to the new scheme. Various...
2003-03-05 Angus LeemingMove the float dialog to the new scheme.
2003-03-05 Angus LeemingMove the include dialog to the new scheme
2003-02-26 Angus LeemingStrip out the caching of the BufferView by PreviewedIns...
2003-02-26 Angus LeemingAlfredo's patch to get rid of insets in the graphics...
2003-02-25 Angus Leeming(Alfredo) strip BufferView out of the graphics code.
2003-02-21 Allan Raeensure child document loading also works when under...
2003-02-18 André Pönitzfix bibkey writing, avoid a few copies, whitespace...
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-04 John Levonunbork insetinclude
2002-11-04 Lars Gullik BjønnesSTRCONV
2002-09-25 Angus LeemingCopyright notices
2002-09-09 John Levonremove noload/don't typeset
2002-08-13 Angus Leeming* LyXView: the accessor methods now return a reference...
2002-08-09 Angus LeemingLaTeX can now find \input insets where the file has...
2002-08-06 Angus LeemingAdd a monitor to the previewed image of a \input-ed...
2002-08-02 Angus LeemingChange the LyX file format, adding a "preview" flag...
2002-08-02 Angus LeemingCache the BufferView as a weak_ptr; get rid of those...
2002-08-01 Angus LeemingPreviews for \input insets.
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-06-24 Lars Gullik Bjønneslayout as layout
2002-06-18 Lars Gullik Bjønnes*duck*
2002-06-05 Jean-Marc Lasgouttesfix external templates; fix bug 423
2002-05-26 John Levonstatic_cast-based key/mouse-state. Kill insetKeyPress.
2002-05-23 John Levonguii2
2002-03-21 Lars Gullik Bjønnesws cleanup
2002-03-05 José MatoxFor linuxdoc and docbook:
2002-03-04 José MatoxFix to deal with the pernicious mixed content model...
2002-03-02 Lars Gullik Bjønneslayout as string
2002-02-20 José MatoxFix graphics and file inclusion in docbook, with cleane...
2002-02-18 José MatoxSmall fixes for docbook.
2002-02-16 Lars Gullik Bjønnesto much stuff for my liking...
2002-01-16 Allan Raemissing ;
2002-01-16 José MatoxSmall fixes:
next