]> git.lyx.org Git - lyx.git/history - src/insets/InsetBox.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / insets / InsetBox.h
2015-11-23 Jean-Marc LasgouttesImplement on screen rendering of alignment in LR boxes.
2015-05-16 Uwe Stöhrsupport for colored boxes
2015-05-11 Uwe Stöhradd ability to change box line thickness and separation
2015-03-31 Jean-Marc LasgouttesImprove the check for multiple paragraphs in Text:...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-11-30 Juergen SpitzmuellerFix shaded box UI color (#7395) as good as it gets ATM
2011-10-29 Vincent van RavesteijnHeader file cleanups
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
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-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-07-03 Uwe Stöhr- new support for makebox; fileformat change
2010-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-07 Abdelrazak YounesERT and Box insets: simplify dialog creation and don...
2010-02-07 Abdelrazak YounesBox dialog: migrate to the new InsetDialog architecture...
2009-11-26 Richard HeckRestore XHTML for InsetBox.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-05 Jürgen Spitzmüller* InsetBox.h (allowParagraphCustomization):
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-03-27 Edwin Leuvenclean-up after andré ;-)
2008-03-27 André Pönitzremove InsetBoxMailer.
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
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-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-18 Bo PengInsetListings: change the interface of diaplay function...
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-28 André Pönitzrename/merge LyXLength related stuff
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