]> git.lyx.org Git - lyx.git/history - src/Text2.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / Text2.cpp
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