]> git.lyx.org Git - lyx.git/history - src/insets/InsetCaption.h
InsetInfo: enable inset dissolve
[lyx.git] / src / insets / InsetCaption.h
2017-07-03 Richard HeckFix whitespace at EOL.
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2016-10-17 Guillaume MunchChange tracking cue for InsetCaption
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchDo not show subfigures in the menu (bug #9759)
2015-06-18 Juergen SpitzmuellerForce local font switch in caption.
2014-03-05 Richard HeckSimplify, and delete unused routine.
2013-03-24 Richard HeckFix bug #8603: We want unabbreviated TOC entries here.
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-02-04 Juergen SpitzmuellerFix float label prefix (bug #8536)
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-11-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-24 Juergen SpitzmuellerMissing pieces for InsetLayout arguments
2011-03-28 Richard HeckThis "#if 0" code is very old, and obsolete.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
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-01 Vincent van RavesteijnFix the painting of the labels of InsetCaption insets.
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-14 Richard HeckAllow use of InsetLayout with InsetCaption.
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetCaption.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-06-19 Richard HeckFix captions, in accord with observations by Abdel...
2009-06-19 Richard HeckPolish some of the recent changes in accord with sugges...
2009-06-19 Richard HeckXHTML output for floats and captions.
2009-02-07 Jürgen SpitzmüllerBug 5562: Fix command line output of subfigure insets...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-04-10 Jürgen SpitzmüllerExtended tooltips for floats:
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-05 André Pönitzmake code look a bit more uniform
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-03-02 Jürgen Spitzmüller** subfig support **
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-15 Abdelrazak Younes* Inset: Prepare for an eventual merge of updateLabels...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak YounesFix List of Figures and Tables in the Outliner and...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-11-07 Abdelrazak YounesAdjust headers.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak Younesremove InsetCaption::drawSelection(): this was not...
2007-08-30 André Pönitzuse bald pointers in clone()
2007-08-27 Abdelrazak YounesRemove the wide() hack. This simplifies quite a few...
2007-08-12 Jean-Marc LasgouttesRewrite the label numbering code.
2007-06-22 Alfredo Braunsteinconst correctness
2007-06-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-01 Michael Schmitt"fix" bug #3332 (plain text export depends on the menu...
2007-04-30 Abdelrazak YounesFix bug 3186?
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename InsetBase to Inset
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