]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Account for old versions of Pygments
[lyx.git] / src / insets / InsetInclude.cpp
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaLast bits.
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-08 Richard HeckFix bug #6516. Under no circumstances do we want to...
2010-03-08 Richard HeckWhoops. Wrong version.
2010-03-08 Richard HeckMinor fixup.
2010-03-08 Richard HeckAdd sanity check. This partially fixes a crash related...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-30 Vincent van RavesteijnFix a crash when the child document is already closed.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-10 Jürgen Spitzmüller* InsetInclude{.cpp, h}:
2010-01-09 Abdelrazak YounesFix multipart document background compilation. I am...
2009-12-10 Richard HeckCosmetic repairs to my updateLabels() changes, thanks...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetInclude.
2009-11-22 Vincent van RavesteijnFix bug #4360: Instant preview does not render formulas...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-10-19 Enrico ForestieriThe current buffer is the master of an included file...
2009-10-18 Enrico ForestieriRestore the master language at the end of an included...
2009-10-11 Jürgen Spitzmüller* InsetInclude.cpp:
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-05 Jürgen Spitzmüller* InsetInclude.cpp: typo spotted by Jean-Pierre Chrétien.
2009-06-29 Jean-Marc Lasgouttesadd onoff support for "inset-modify changetype xxx...
2009-06-19 Richard HeckNot sure how that happened.
2009-06-19 Richard HeckXHTML output for InsetInclude.
2009-06-19 Richard HeckFix warning.
2009-06-19 Richard HeckClean up a bit.
2009-06-19 Richard HeckWhitespace.
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-04-22 Vincent van Ravesteijn* Revert the noise.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-19 Jürgen SpitzmüllerImplement a warning dialog with a "Do not show this...
2009-03-26 Vincent van RavesteijnSome cleanup in InsetInclude:
2009-03-25 Richard HeckCache the location of an InsetInclude's associated...
2009-03-12 Richard HeckUse an enum to make things a little clearer here.
2009-02-19 Vincent van RavesteijnFix bug 5787-part_2 (Labels in Listings Children Don...
2009-02-19 Vincent van RavesteijnFix a crash when removing the label of an included...
2009-02-19 Richard HeckPatch from Bo. Fixes problem with labels in child docs...
2009-02-12 Richard HeckNext step: LayoutModuleList is now a thin wrapper aroun...
2009-01-11 Pavel SandaAdd comment
2009-01-11 Richard Heckr28101 for trunk, courtesy of Bo.
2008-11-24 Richard HeckFix most of bug 5539.
2008-11-24 Richard HeckMake getChildBuffer() and loadIfNeeded() methods rather...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-14 Richard HeckChange some vectors to lists. This is preparatory for...
2008-09-30 Jürgen Spitzmüller* InsetInclude.cpp:
2008-07-29 Abdelrazak YounesBufferList::getBuffer(): migrate to FileName.
2008-07-20 Abdelrazak YounesMove child document closing from InsetInclude dtor...
2008-06-18 Pavel SandaFix include orderings.
2008-06-01 Bo PengChange inset label from ": filename" to "Program Listin...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-23 Abdelrazak YounesPotential bugfix.
2008-05-20 Abdelrazak Younes- Fix crash with clicking on second Listings iten in...
2008-05-20 Abdelrazak YounesDelay the Toc update of child documents until we update...
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-27 Jürgen Spitzmüller* implement "inset-edit" in InsetInclude.
2008-04-27 Jürgen SpitzmüllerImplement basic context menu for include insets.
2008-04-25 Richard HeckImplement a cache for BibTeX data. There was a cache...
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
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...
next