]> git.lyx.org Git - lyx.git/history - src/insets/InsetInclude.cpp
Fix text frame drawing.
[lyx.git] / src / insets / InsetInclude.cpp
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