]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Proper camel case for FileName.absFilename
[lyx.git] / src / insets / InsetInclude.cpp
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...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-08-13 Abdelrazak YounesI forget this in rev 19515.
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-07-10 Abdelrazak YounesThis patch revert part of the code changed in revision...
2007-06-26 Jürgen SpitzmüllerFix bug 2753: LyX doesn't support paths and filenames...
2007-06-22 Alfredo Braunsteinconst correctness (missed this)
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-06 Bo PengUpdate Toc when navigation menu is trigged.
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-26 Richard HeckChange related to 18445: buffer.fileName() uses .absFil...
2007-05-26 Richard HeckMake logic clearer, with help from Lars.
2007-05-26 Michael Schmitt * src/insets/InsetInclude.cpp: formatting (in response...
2007-05-24 Bo PengUse a new internal structure for InsetListingsParams...
2007-05-24 Richard HeckForgot to restore this before committing 18494. This...
2007-05-24 Richard HeckFix stupid use of "or".
2007-05-24 Richard HeckFix for bugs 2199 and 3667. Most of the changes were...
2007-05-24 Bo PengIncrease listings counter for InsetInclude with lstinpu...
2007-05-23 Bo PengAllow listing the lyx file itself, fix bug 3707
2007-05-23 Jean-Marc LasgouttesFix bug 3301 (selecting buttons (e.g. a citation) with...
2007-05-21 Richard HeckPartial fix for bug 1474 (crashes on recursive includes...
2007-05-18 Jürgen SpitzmüllerFix for bug 3637, joint work of Bo Peng and myself:
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2