]> git.lyx.org Git - lyx.git/history - src/Text.cpp
Update my email and status.
[lyx.git] / src / Text.cpp
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-28 Abdelrazak YounesFontIterator is only used in TextMetrics.
2008-03-26 Jürgen SpitzmüllerMerge the two linebreak insets into one.
2008-03-25 Jürgen SpitzmüllerMerge the diverse newpage insets into one.
2008-03-17 Jürgen Spitzmüller*** File Format Change: UI and enhancement for InsetSpa...
2008-03-15 Stefan Schimanski* moved text completion logic into Text class
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 Stefan Schimanski* some more unused buffer parameters
2008-02-28 Richard HeckHmm.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
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-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-19 Richard HeckClean up a bit.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-13 Abdelrazak YounesFix crash when deleting outlined insets while the outli...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-01-28 Jean-Marc Lasgouttes * src/Text.cpp (changeCase): do not set the selection...
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-18 Jürgen SpitzmüllerFix bug 2913: "mark-on" broken.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 Abdelrazak Younes- Get rid of unneeded time_type typedef.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-15 André Pönitzreduce line noise
2007-11-10 Jürgen Spitzmüller* src/Text.cpp:
2007-11-07 Abdelrazak YounesAdjust headers.
2007-11-07 Jürgen Spitzmüller* src/Text.cpp (getPossibleLabel):
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
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 Younessmall simplification.
2007-10-24 Abdelrazak YounesIntroducing Paragraph::changeCase().
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...
next