]> git.lyx.org Git - lyx.git/history - src/insets/InsetSpace.cpp
Unify QQaud strings.
[lyx.git] / src / insets / InsetSpace.cpp
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
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