]> git.lyx.org Git - lyx.git/history - src/Text2.cpp
refactoring visual cursor movement functions
[lyx.git] / src / Text2.cpp
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
2007-05-30 Stefan Schimanski* help future developers reading my code and wondering...
2007-05-30 Stefan Schimanski* put debug variables into #ifdef 0 block. Good that...
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-29 Jürgen SpitzmüllerFix bug 2555:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-27 Stefan Schimanski* depending on "front" the last position is a valid...
2007-05-22 Georg Baumfix bug 1973 (hopefully)
2007-05-17 José MatoxFix a crash which occurs when RTL flag is turned on.
2007-05-17 Richard Heck[Bugs 3461 and 3630] Allow real_current_font to be...
2007-05-16 Abdelrazak YounesFix cursor movement inside insets within RTL mode.
2007-05-15 Abdelrazak Younesrev 18350: forgot this.
2007-05-15 Abdelrazak Younesrev 18350: forgot this.
2007-05-14 Bernhard Roideradd comments and rtl support for cursor positioning...
2007-05-13 Bernhard Roiderfix cursor movement (up/down) problem at the end of...
2007-05-01 Michael Schmitt * src/Text2.cpp: fix error message (do not refer to...
2007-04-29 André PönitzLyXText -> Text