]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetInclude.cpp
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-14 Richard HeckFix export of new LaTeX formats: xetex and luatex....
2011-03-30 Julien Riouxfix inclusion of literate child documents after r38118
2011-03-29 Jürgen Spitzmüller* InsetInclude.cpp: another follow-up to r38025: do...
2011-03-25 Jürgen Spitzmüller* correctly handle childs with pdflatex.
2011-03-24 Julien Riouxhandle 'literate' lyx child documents (lilypond and...
2011-03-07 Enrico ForestieriFix bug #7343 (No warning for missing child documents)
2011-02-28 Enrico ForestieriFix #7326 (Latex export of child docs silently fails...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-21 Enrico ForestieriAvoid const casts by making mutable the usermacros...
2010-12-20 Enrico ForestieriRefine fix for bug #7183.
2010-12-18 Abdelrazak Younesgreatly simplify and comment TeXEnvironment():
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-28 Jürgen Spitzmüller* InsetInclude.cpp:
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-09-27 Uwe StöhrInsetGraphics.cpp and InsetInclude.cpp: whitespace...
2010-09-27 Uwe Stöhrfiletools.cpp: introduce a new method to be able to...
2010-08-10 Richard Heckbuffer_ --> buffer()
2010-08-10 Richard HeckloadIfNeeded() returns a pointer to the loaded child...
2010-08-10 Richard HeckFix some bugs in the bibinfo caching mechanism. Comment...
2010-08-09 Richard HeckMissing invalidations of bibfile cache.
2010-08-09 Richard HeckRevert r35106.
2010-08-09 Richard HeckDon't need this argument, since it was only ever called...
2010-08-09 Richard HeckMore work toward speeding up the bibfile caching stuff.
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.
next