]> git.lyx.org Git - lyx.git/history - src/insets
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets /
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckSort table.
2008-02-22 Stefan Schimanski* stdlib-debug out of range fix
2008-02-22 Richard HeckMore headers.
2008-02-22 Richard HeckHeaders.
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Stefan Schimanski* typo
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Abdelrazak Younescompile fix
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-20 Richard HeckFix crash by setting Layout before calling InsetText...
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-15 Abdelrazak Younescosmetics
2008-02-15 Jürgen Spitzmüller* src/insets/InsetTabular.cpp:
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-15 Abdelrazak YounesInsetFoot::updateLabels(): fix potentially dangerous...
2008-02-15 Abdelrazak Younes* InsetXXX::addToToc(): properly use passed ParConstIte...
2008-02-15 Abdelrazak Younes* ParConstIterator::push_back(): new method for easier...
2008-02-15 Uwe StöhrInsetTabular.cpp: revert the \bottomline fix from the...
2008-02-15 Uwe StöhrInsetTabular.cpp: check for top and bottom lines, fixes...
2008-02-14 Abdelrazak YounesInsetNote::addToToc(): Stupid Bug fix causing crash...
2008-02-14 Abdelrazak YounesInsetText::draw() Painting tweaks; reduce the frame...
2008-02-14 Abdelrazak Younes* InsetNote::addToToc(): Prefix toc entries with note...
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckProtect our data.
2008-02-14 Richard HeckDo not inherit from std::map.
2008-02-14 Richard HeckFix previous commit.
2008-02-14 Richard HeckMake sure we write a valid file even if InsetFlex is...
2008-02-14 Richard HeckWarnings
2008-02-13 Abdelrazak YounesAdd list of Marginal Notes.
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2008-02-12 Dov Feldsternfix r22935, which was an attempt to fix a bug of mine...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-12 Richard HeckTranlatable strings.
2008-02-12 Martin VermeerTooltips for collapsables and branches
2008-02-11 Richard HeckBetter error messages.
2008-02-11 Abdelrazak YounesFix List of Figures and Tables in the Outliner and...
2008-02-11 Abdelrazak YounesAdd list of notes and list of footnotes to the outline...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-11 Abdelrazak YounesFix warning and probably a bug.
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-09 Stefan Schimanski* notifyCursorLeaves does not necessarily get a cursor...
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-02-05 Richard HeckMake right click open minimalistic insets. See bug...
2008-02-05 Stefan Schimanski* Do not keep pointers to data structures around if...
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-25 Jürgen Spitzmüller** Fix language switch issue introduced by the CJK...
2008-01-13 Uwe StöhrInsetBox.cpp: fix the LaTeX-output, fixes bug 2492...
2008-01-12 Bo PengFix r22486, which causes an infinite loop when a bibtex...
2008-01-11 Jürgen Spitzmüller*** Support for generic sideways floats ***
2008-01-11 Bo PengMake bibtex works with embedded bib file
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
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 InsetExternal...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-08 Pavel SandaRemove todo
2008-01-08 Bo PengEmbedding: display a pin at the top left corner of...
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-06 Bo PengMinor format fix
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2008-01-05 Bo PengEmbedding: temporarily disable embedding for include...
2008-01-05 Bo PengEmbedding: does not write inzipName option in InsetGrap...
2008-01-04 Jean-Marc Lasgouttestranslating empty strings is not a good idea
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: more unused parameters
2007-12-28 Jürgen SpitzmüllerSupport for \nocite* from Berhard Reiter. Increments...
2007-12-28 Jürgen SpitzmüllerFix multiple cell pasting on Windows and Mac (bug 4436):
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-26 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-25 Abdelrazak Younesfix warning.
2007-12-24 Stefan Schimanski* some warnings less
2007-12-22 Stefan Schimanski* Inset::editing should be const
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-21 Richard HeckImprove size of spaces.
2007-12-20 Richard HeckSupport for nocite, provided by Bernhard Reiter.
2007-12-19 Bo PengAdd buffer name/path/class to InsetInfo
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-16 Abdelrazak YounesCleanup the mess I introduced in rev 22165. This happen...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-14 Abdelrazak YounesThe original support::copy() was overwriting the target...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
next