]> git.lyx.org Git - lyx.git/history - src/insets/Inset.cpp
Fix crash reported by keytest.
[lyx.git] / src / insets / Inset.cpp
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-09-19 Pavel SandaAdd support for feyn package and Diagram inset.
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-07 Vincent van RavesteijnFix bug #6751: Assert when changing number of columns...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-05-03 Vincent van RavesteijnAdd comment just as in GuiView.cpp.
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-16 Vincent van RavesteijnDo not set the enabling of the status flag if the getSt...
2010-04-16 Vincent van RavesteijnHandle LFUN_IN_MATHMACROTEMPLATE for non mathmacro...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-08 Richard HeckLine length.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-23 Abdelrazak YounesMigrate GuiBibitem to InsetParamsWidget.
2010-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2010-02-19 Abdelrazak YounesMigrate Branch dialog to InsetParamsWidget
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-15 Abdelrazak YounesAdd a new insetDisplayName() method that will be used...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jean-Marc Lasgouttesfix assertion in Inset::getLayout when there is no...
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-12-15 Richard HeckRemove last vestiges of pre-XHTMLStream implementation.
2009-11-19 Richard HeckInset::xhtml(XHTMLStream &, ...)
2009-07-23 Richard HeckImprove debugging info slightly.
2009-07-20 Richard HeckDisable this assertion for now, and replace it with
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-15 Richard HeckFix crash related to empty buffer_ argument.
2009-07-15 Jean-Marc Lasgouttesrevert r30531, which causes a crash when copying an...
2009-07-15 Jean-Marc Lasgouttescomment out assertion enabled in r30540. It triggered...
2009-07-14 Jean-Marc LasgouttesThis commit terminates the great InsetCollapsable shrin...
2009-07-14 Jean-Marc Lasgouttesmove InsetCollapsable::docbook to InsetText; move Inset...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Jean-Marc Lasgouttesnote to self: always compile before committing
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-13 Jürgen SpitzmüllerFinally make the label color of multiple index entries...
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
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 HeckBasic output routines for HTML.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMove handling of LFUN_MOUSE_RELEASE up to Inset and...
2009-04-10 Vincent van RavesteijnRemove last bits of LFUN_INSET_TOGGLE that is used...
2009-04-10 Vincent van Ravesteijn* Inset: Dispatch FuncRequest.
2009-04-09 Vincent van RavesteijnMove handling of LFUN_INSET_SETTINGS to Inset.cpp
2009-03-15 Richard HeckWhitespace.
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-06-18 Pavel SandaFix include orderings.
2008-06-06 Richard HeckPrevent a crash when destroying insets whose Buffers...
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-13 Jean-Marc LasgouttesFix Settings entry for space insets.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-23 Richard HeckHelp us out here.
2008-03-21 Richard HeckAnother attempt at 2178. This is a "minimal" patch...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 André Pönitzearder cleanup; cosmetics;
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
2008-03-08 Abdelrazak Younes* Inset::buffer(): assert when buffer_ is not set.
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2008-02-28 Abdelrazak Younes* Inset::buffer(): change to an ErrorException as this...
2008-02-28 Abdelrazak YounesFix crash on exit because of static dummy Buffer.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzremove Buffer & argument in functions realted to embedd...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-22 Stefan Schimanski* Inset::editing should be const
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-17 André Pönitzshuffle code around
2007-11-15 André Pönitzreduce line noise
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-16 Richard HeckRationalize lyxCode().
next