]> git.lyx.org Git - lyx.git/history - src/Text2.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / Text2.cpp
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-24 Uwe StöhrText2.cpp: forgot this in last commit
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
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-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-12-05 Pavel SandaTypos, patch from Sven.
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesMove Text::insertStringAsLines and Text::insertStringAs...
2009-08-09 Abdelrazak YounesGet rid of some Paragraph::inInset() access.
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak YounesGet rid of Buffer::insertStringAsLines().
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2009-07-23 Jürgen Spitzmüller* Text2.cpp (setParagraphs):
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
2009-05-25 Jürgen Spitzmüller* paragraph_funcs.{cpp,h}:
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-26 Vincent van RavesteijnConstify.
2008-11-26 Vincent van RavesteijnFix bug 5088:
2008-11-17 André Pönitzadd Buffer * member to DocIterator
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 Richard HeckAt least partially fix problem noted by Vincent. We...
2008-09-29 Jean-Marc Lasgouttesconstify
2008-09-13 Abdelrazak Younesrev26385: don't know why but some file were not committ...
2008-09-12 Abdelrazak YounesTest Paragraph::inInset() before using it. Fixes bug...
2008-08-15 Richard HeckOne more.
2008-08-15 Richard HeckAdd a comment about how to clean this up. This looks...
2008-08-14 Richard HeckDo the last commit the right way. The previous one...
2008-08-14 Richard HeckFix bug discussed in this thread: http://www.mail-archi...
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-05-07 Abdelrazak YounesFix part of bug 4836
2008-05-04 Dov Feldsternrefactoring visual cursor movement functions
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-24 Dov Feldsternfix a visual cursor edge-case:
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Abdelrazak YounesText::setCursor(): make sure an update is asked if...
2008-02-18 Abdelrazak Younescosmetics.
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-09 André Pönitzsome refactoring.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-01 André Pönitzcosmetics
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-22 Abdelrazak Younesfix MSVC warning.
2007-11-16 Jean-Marc Lasgouttes * src/Text2.cpp (deleteEmptyParagraphMechanism): do...
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-30 Dov FeldsternFix LFUN_LANGUAGE bug due to Font/Language separation...
2007-10-28 Abdelrazak YounesForbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesRemove mostly unused function.
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-02 André Pönitzthe delegate patch
2007-09-29 André Pönitzcosmetics
2007-09-24 Dov FeldsternUpon exiting an inset, set the font back to what it...
2007-09-07 Jean-Marc LasgouttesSmall tweak to r20121
2007-09-07 Jean-Marc LasgouttesFix bug 4212
2007-09-02 Abdelrazak Younes* TextMetrics: getDisplayFont() and isRTLBoundary(...
2007-09-02 Abdelrazak Younes* Text: Move some more stuff from Text to TextMetrics:
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak Younesheader cleanup.
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-29 Jürgen Spitzmüller* src/Text2.cpp:
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Alfredo Braunsteinsimplify setInsetFont, removing a potential bug (an...
2007-08-15 Richard HeckAdd LFUN_PARAGRAPH_PARAMS (= paragraph-params), used...
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-06 Richard HeckMake LYX_ALIGN_LAYOUT always be an available layout...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-06-28 Richard HeckFix some issues with the paragraph settings dialog...
2007-06-15 Dov FeldsternWhen inserting an inset use the current font.
2007-06-07 Stefan Schimanski* safe Text::setCurrentFont which does not use Text...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-06-04 Stefan Schimanski* stay in front of insets/segment on RTL/LTR boundary
next