]> git.lyx.org Git - lyx.git/history - src/Text.h
Added Liviu Andronic, and modified generate_contributions.py to match what was in...
[lyx.git] / src / Text.h
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-05-04 Dov Feldsternvisual mode for bidi cursor movement --- at the word...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
2008-02-27 André PönitzAPI cosmetics
2008-02-26 Stefan Schimanski* getWord is const in fact
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-19 Richard HeckClean up a bit.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesUse InsetCode.
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-09-20 André PönitzRemove a few includes from Text.h
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 YounesAdd a FIXME for Text::font_ member.
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
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-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-31 Abdelrazak Younesdelete unused definition.
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-28 Abdelrazak YounesMerge the Row and RowMetrics class. Those classes were...
2007-08-18 Abdelrazak Younes* Text:
2007-08-15 Richard HeckAdd LFUN_PARAGRAPH_PARAMS (= paragraph-params), used...
2007-08-14 Abdelrazak YounesFix crash when the Outline dialog is opened on an empty...
2007-08-13 Alfredo Braunstein* DocIterator.h (forwardPosNoDescend): remove method
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-06-07 Stefan Schimanski* local_bidi.patch: The bidi object in the class Text...
2007-06-07 Stefan Schimanski* no_bidi_isboundary.patch: added isRTLBoundary as...
2007-06-04 Stefan Schimanski* indentation corrected
2007-06-04 Stefan Schimanski* Make the selection drawing algorithm in Text aware...
2007-06-04 Stefan Schimanski* Added another isRTL variant which takes a CursorSlice
2007-05-29 Stefan Schimanski1. switch LFUN_UP/DOWN handling to a structural approac...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-22 Georg Baumfix bug 1973 (hopefully)
2007-05-14 Jürgen Spitzmüllerfix bug 2758:
2007-04-29 André PönitzLyXText -> Text