]> git.lyx.org Git - lyx.git/history - src/insets/InsetSpace.cpp
InsetInfo: enable inset dissolve
[lyx.git] / src / insets / InsetSpace.cpp
2018-07-23 Jean-Marc LasgouttesAesthetics: off-by-one in line drawing
2018-07-19 Jean-Marc LasgouttesIntroduce FontMetrics::xHeight
2018-01-05 Jean-Marc LasgouttesMove the inPixels(MetricsBase) help from Length to...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-12-06 Jean-Marc LasgouttesGet rid of Inset::setDimCache
2016-07-04 Guillaume MunchRationalise includes
2015-11-24 Jean-Marc LasgouttesFix length of hfills
2015-10-10 Georg BaumRemove unused variables
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-02-01 Georg BaumOops
2015-02-01 Georg BaumImprove InsetSpace docbook export
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2013-11-15 Juergen SpitzmuellerDo not reset custom space values if accessed via contex...
2013-07-13 Georg BaumFix wrong space symbols (#8729)
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-17 Georg Baummore work on spaces
2011-10-17 Georg BaumImprove InsetSpace plaintext and docbook output
2011-08-29 Uwe StöhrInsetSpace support for
2011-07-23 Pavel SandaAdd visible space. After long discussion the solution...
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-12-29 Vincent van RavesteijnFix bug #7198: Assertion when calling inset-modify...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-04-28 Pavel Sandatypo
2010-04-28 Pavel SandaUnify QQaud strings.
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-02-21 Abdelrazak YounesMigrate GuiHSPace to InsetParamsDialog.
2009-11-19 Richard HeckInsetQuote works again.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-21 Uwe Stöhrallow to use glue lengths in the HSpace dialog; file...
2009-07-18 Jürgen Spitzmüller* InsetSpace.cpp: prevent another (potential) null...
2009-07-16 Jürgen Spitzmüller* attempt to fix polytonic Greek (with mutli-accents...
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.
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 RavesteijnMake the insets accept LFUN_INSET_SETTINGS. These inset...
2009-01-10 Jürgen Spitzmüller* InsetSpace.cpp: typo.
2008-12-22 Georg Baumfix bug 2558: hspace support in math
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-09-12 Jean-Marc LasgouttesLength::inBP returns big postscript points, not pixel...
2008-07-14 Abdelrazak Younesadd const
2008-07-14 Abdelrazak YounesFix MSVC warning
2008-07-11 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-10 Uwe StöhrInsetSpace.cpp:
2008-07-10 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-10 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-09 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-07-09 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2008-05-30 Richard HeckFix remaining issues with InsetSpace. The identifier...
2008-05-30 Richard HeckFix some of the InsetSpace problems.
2008-05-30 Jürgen Spitzmüller* InsetSpace.cpp:
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-26 Jean-Marc Lasgouttesremove some useless workarounds in getStatus
2008-05-05 Jürgen Spitzmüller* InsetSpace drawing cosmetics, from Helge.
2008-04-30 Jürgen Spitzmüllersupport for rightarrowfill, leftarrowfill, upbracefill...
2008-04-05 André Pönitzlexer cosmetics
2008-04-05 André Pönitzuse simpler parser interface
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-28 André Pönitzsmall simplification
2008-03-28 André Pönitzone more mistake...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-23 Jürgen Spitzmüller* src/insets/InsetSpace.{cpp, h}:
2008-03-18 Jürgen Spitzmüller** add support for protected horizontal fill. FILE...
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-02-29 Richard HeckThese don't seem to be causing crashes at the moment...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-18 Abdelrazak Younesheader cleanup
2008-01-10 Jürgen Spitzmüller* src/insets/InsetCitation.{cpp,h}:
2007-12-26 Jürgen Spitzmüller* src/insets/InsetSpace.cpp:
2007-12-25 Abdelrazak Younesfix warning.
2007-12-21 Richard HeckImprove size of spaces.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
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-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-25 Abdelrazak YounesRemove remnant of the past.
2007-09-21 Abdelrazak Younes* Inset:
2007-08-30 André Pönitzuse bald pointers in clone()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
next