]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Remove embedding stuff from InsetBibtex.
[lyx.git] / src / insets / InsetInclude.cpp
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-04-18 Bo PengEmbedding: clean up InsetInclude (hopefully)
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-29 Richard HeckEmbeddedFile::enable() should take a reference instead...
2008-03-29 Richard HeckMostly cosmetic changes., but getBibFilesCache should...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-27 Richard HeckActually, let's use the immediate parent's buffer.
2008-03-27 Richard HeckUse the method.
2008-03-27 Richard HeckDo not overwrite the parameters, just set the ones...
2008-03-26 Stefan Schimanski* use the buffer's path as the base path when computing...
2008-03-16 Richard HeckFix silly mistake uncovered by Helge.
2008-03-16 Bo PengEmbedding: paste an inset with an embedded file may...
2008-03-15 Bo PengEmbedding: when an inset with an embedded file is copie...
2008-03-13 Edwin Leuvenremove unused variable
2008-03-13 Bo PengEmbedding: prepare params()[embed] in GuiInclude rather...
2008-03-12 Bo PengEmbedding: adjust how parameters are passed from the...
2008-03-11 Bo Pengfix a typo
2008-03-11 Bo PengEmbed: fix a bug in initialize embedded file in InsetIn...
2008-03-11 Abdelrazak Younes* add "List of Graphics"
2008-03-11 Abdelrazak Younesadd "Embedded Files" to Navigator.
2008-03-11 Abdelrazak Younes* InsetInclude::addToToc(): show embedded status if...
2008-03-11 Abdelrazak Younes* add "Child Documents" navigate submenu.
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-07 Abdelrazak Younesfix memory leak
2008-03-07 Abdelrazak YounesInsetInclude: use InsetLabel instead of handling "label...
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-06 Abdelrazak YounesDelete child buffer at InsetInclude destruction.
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Richard HeckPer Abdel's suggestion that we focus on bug-fixing...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-15 Abdelrazak Younescosmetics
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-09 Bo PengEmbedding: fix a crash when extracting InsetInclude
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-05 Bo PengEmbedding: temporarily disable embedding for include...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak YounesThe original support::copy() was overwriting the target...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-30 Richard HeckComments.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-17 André Pönitzshuffle code around
2007-11-15 André Pönitzreduce line noise
2007-11-13 Richard HeckStupid mistake. Thanks TC.
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-15 Abdelrazak YounesFix child document labeling (const missing from overloa...
2007-08-15 Abdelrazak Younes* Buffer.cpp: load all child documents in one go where...
next