]> git.lyx.org Git - lyx.git/history - src/insets/InsetFloat.h
Do not repeatedly call main_font_encoding()
[lyx.git] / src / insets / InsetFloat.h
2021-04-13 Jean-Marc LasgouttesImprove the description of Inset::inheritFont()
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2019-12-28 Juergen SpitzmuellerCentralize code to markup deleted complex objects ...
2019-11-19 Juergen SpitzmuellerHandle paragraph direction switch in captions (with...
2019-09-15 Jean-Marc LasgouttesMany small code cleanups suggested by cppcheck
2018-05-11 Juergen SpitzmuellerImplement InsetFloat::contentAlignment()
2018-05-10 Juergen SpitzmuellerAdd support for global float alignment
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-10-17 Guillaume MunchSome compilers are worried that a struct is not the...
2016-10-16 Guillaume MunchUse otexstringstream for the captions of InsetCaptionables
2015-10-19 Guillaume MunchAdd cursor<->row correspondance tracking for tables...
2015-09-15 Guillaume MunchNew class InsetCaptionable
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
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...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-10 Abdelrazak Younes* InsetFloat:
2010-02-09 Abdelrazak YounesLink fix, sorry.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetFloat.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-06-19 Richard HeckMove these, too, so they can be used in InsetListings...
2009-06-19 Richard HeckMove getCaptionInset() to InsetCollapsable, so it can...
2009-06-19 Richard HeckXHTML output for floats and captions.
2009-06-19 Richard HeckFactor out some code for later use (and to remove dupli...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-05 Jean-Marc LasgouttesFix bug 5407
2008-11-03 Jean-Marc Lasgouttesoops! r27229 was wrong
2008-11-03 Jean-Marc Lasgouttesrevert r27209
2008-08-19 Jürgen Spitzmüller* src/insets/InsetFloat{.cpp,h}:
2008-05-31 Pavel SandaOne more.
2008-04-10 Jürgen SpitzmüllerExtended tooltips for floats:
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
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-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2007-12-24 Stefan Schimanski* some warnings less
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
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-05 Bo PengaddToToc, pass parent ParConstIterator, fix bug 3711
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-29 André PönitzRemove InsetOld
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2