]> git.lyx.org Git - lyx.git/history - src/insets/insetinclude.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetinclude.C
2007-01-10 Enrico ForestieriFix problem with non-ascii filenames in include inset
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-04 Georg Baummore unicode filenames
2006-12-02 Georg Baummore unicode filenames
2006-12-01 Georg Baummore unicode filenames
2006-11-28 Abdelrazak Younes* dimension.h: new operator!=() and operator=()
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-13 Georg BaumExtend the navigate menu to child docs
2006-11-11 Georg BaumUnicode: remove more utf8 roundtrips and faulty convers...
2006-11-09 Georg BaumDo not call InsetCommandParams::read in InsetInclude...
2006-10-21 José MatoxMore unicode fixes for docbook.
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-20 Georg BaumUse the new InsetCommandParams interface (inset part...
2006-10-19 Lars Gullik BjønnesOutput docbook as utf8. Probably quite a bit more work...
2006-10-19 Georg BaumUse UTF8 for LaTeX export.
2006-10-17 Georg BaumRework InsetCommandParams interface and file storage
2006-10-12 Georg BaumConvert labels to unicode
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-10-11 Abdelrazak YounesThis commit cleans up everything related to singleton...
2006-10-07 Georg BaumRename namespace Alert to lyx::frontend::Alert.
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-26 Abdelrazak YounesFree BufferView from LyXView!
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-10 Georg BaumFix return value of InsetInclude::plaintext
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-09-01 Georg Baumconvert lfun arguments to docstring
2006-08-23 Michael Schmittdrop linuxdoc support (part 1)
2006-07-14 Michael Schmittremove LFUN_INSET_DIALOG_SHOW
2006-05-19 Georg BaumPrevent automatic opening of child docs because of...
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-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-28 Georg BaumFix bug 2107:
2006-01-09 Georg Baumfix bug 2153
2005-08-02 Jean-Marc Lasgouttesfix error message (bug 1963)
2005-05-09 Georg Baumremove unneeded calls to BufferView::update() in insets
2005-04-22 Georg Baumimplement missing getStatus methods
2005-04-18 Angus LeemingIntroduce and use latex_path().
2005-03-21 Jean-Marc Lasgouttesfix button caching bug with includeinset
2005-01-31 Lars Gullik Bjønnesditch FileInfo -> use boost.filesystem
2005-01-06 Lars Gullik Bjønnesrename tostr.[Ch] to convert.[Ch]
2005-01-06 Lars Gullik Bjønnestostr -> convert and some bformat work
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-10-05 Angus LeemingWhitespace, only whitespace.
2004-08-14 Jean-Marc Lasgouttesfix the include inset; Angus, please doublecheck this
2004-07-24 Lars Gullik Bjønneschange "support/std_sstream.h" to <sstream>
2004-06-01 Georg Baumlast chunk of the fix for bug 1244 + overwrite checking
2004-04-19 Angus LeemingEnable the user to preview xfig figures (f.ex.) without...
2004-04-19 Angus LeemingRemove cached var from RenderPreview. Changes elsewhere...
2004-04-13 Angus LeemingRefactoring of renderer code to make inset code simpler.
2004-04-08 André Pönitzthe Paragraph::inInset() changes
2004-04-08 Jean-Marc LasgouttesGeorg\'s last patch for bug 605
2004-04-07 Angus LeemingPrevent crash when clicking on either the external...
2004-03-25 Angus LeemingGeorg's take on Bug 605.
2004-03-18 André PönitzThe Buffer::LyXText -> Buffer::InsetText patch
2004-02-25 Jean-Marc LasgouttesGeorg Baum\'s no-tempdir patch
2004-02-16 André Pönitz * insettabular.[Ch]: remove remains of the 'update...
2004-01-30 André Pönitzmore IU
2004-01-21 Jean-Marc Lasgouttesmove Buffer::nice to LaTeXFeatures
2004-01-20 André PönitzPart of IU.
2004-01-15 André Pönitzthe monster patch
2003-12-12 Angus LeemingEnable the InsetInclude dialog to be opened.
2003-12-11 Angus LeemingRemove a whole heap of redundant functions from classes...
2003-11-28 Angus LeemingSimplify the invocation of the Mailer::hide/showDialog...
2003-11-10 André Pönitzthe update/updateInset merge
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-03 Lars Gullik Bjønnesthe exception safety patch
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-22 Angus LeemingGive InsetExternal the ability to preview its contents.
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;'
next