]> git.lyx.org Git - lyx.git/history - src/Text.h
Update it.po
[lyx.git] / src / Text.h
2017-07-24 Jean-Marc LasgouttesMake "devel mode" configurable at run time
2017-07-03 Richard HeckFix whitespace at EOL.
2017-02-18 Guillaume MunchGeneralise the deletion protection mechanism from math...
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Guillaume MunchImplement AddToToc for paragraph layouts
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesMove one Text::setCursor instance to CursorSlice
2016-05-29 Jean-Marc LasgouttesVariables of type pit_type should be named pit, not par
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-06-03 Jean-Marc LasgouttesMake case-changing lfuns operate on full words by default
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-31 Jean-Marc LasgouttesGet rid of autoBreakRow, which is obsoleted by allowMul...
2015-03-16 Jean-Marc LasgouttesImprove undo of consecutive insertions/deletions
2014-04-29 Georg BaumWhitespace fixes
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2012-12-15 Juergen SpitzmuellerCorrectly handle environment sequences in TOC
2012-07-16 Jean-Marc LasgouttesFix bug #8242: undo fails for longest label width
2012-05-14 unknownFix bug #7641: Freeze when removing itemized first...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-13 Richard HeckAddress bug 7975 by changing how toggling works, as...
2012-01-16 Richard HeckFix bug #7774. It should be fine to show the complete...
2011-09-24 Richard HeckFix bug #3821 by allowing insertStringAs* to reset...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-06-01 Vincent van RavesteijnFix bug #6744: Crash when copying an inset from a delet...
2010-03-10 Vincent van RavesteijnAdd a comment.
2010-01-05 Abdelrazak YounesCleanup a bit the pargraph ids generation in order...
2009-10-02 Abdelrazak YounesWe cannot use a static int as there are usually multipl...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak Younesgcc compilation and warning fixes.
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak YounesText: move things to private.
2009-08-09 Abdelrazak YounesText: Get rid of BufferParams arguments.
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-09 Abdelrazak YounesGeneral cleanup: Text is (or should be) nothing more...
2009-02-07 Vincent van RavesteijnFix bug 1802: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-04 Jean-Marc Lasgouttesfix faulty documentation
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-14 Jürgen Spitzmüllerdisable some lfuns inside description/list items (bug...
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
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