]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / Text.cpp
2007-10-24 Abdelrazak Younessmall optimization.
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-22 Abdelrazak Younes* Paragraph:
2007-10-20 André Pönitzmainly cosmetics
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 YounesMove Inset::Code to InsetCode.h
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-10-02 André Pönitzthe delegate patch
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-04 Alfredo Braunsteinrename Paragraph::isRightToLeftPar -> isRTL for the...
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-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-08-31 Abdelrazak YounesTransfer Paragraph::hfillExpansion() to ParagraphMetric...
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-28 Abdelrazak YounesMerge the Row and RowMetrics class. Those classes were...
2007-08-27 Abdelrazak Younes- Transfer rowpainter.cpp:paintTextInset() to TextMetri...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-18 Abdelrazak Younes* Text:
2007-08-18 Abdelrazak Younes* Layout.h
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-08-12 José MatoxIncrease the file format, now every \\begin_deeper...
2007-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-11 Abdelrazak YounesFix bug 3719: TOC skip-to points out of sync with document
2007-07-10 Jean-Marc Lasgouttesremove obsolete references to saveSelection
2007-07-09 Dov FeldsternFix bug 3889 (justification of Bidi text in the GUI)
2007-06-26 Alfredo BraunsteinFix to bug 3886
2007-06-26 Uwe Stöhr- Fileformat change: rename "arabic" to "arabic_arabtex"
2007-06-25 Alfredo Braunsteinwhitespace
2007-06-08 Stefan Schimanski* Magic to switch language of a space directly in front...
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* Make the selection drawing algorithm in Text aware...
2007-06-04 Stefan Schimanski* Added another isRTL variant which takes a CursorSlice
2007-05-31 José MatoxAdd support for Farsi (thanks to Mostafa Vahedi).
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-14 Jürgen Spitzmüllerfix bug 2758:
2007-05-08 Richard HeckFix for bug 2951. Adds default fn: prefix tolabels...
2007-04-30 Abdelrazak Younes* Inset and derivatives: insetName() -> name()
2007-04-29 André PönitzLyXText -> Text