]> git.lyx.org Git - lyx.git/history - src/Text.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Text.h
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2024-02-27 Jean-Marc LasgouttesAvoid crash when inserting macro template in tabular...
2023-08-30 Jean-Marc LasgouttesUpdate caret if needed when changing depth
2022-10-26 Juergen SpitzmuellerSync with master
2022-10-05 Jean-Marc LasgouttesCompletion: handle undo in insets' insertCompletion...
2022-05-17 Daniel RamoellerWord selection on mouse motion
2021-03-02 Juergen SpitzmuellerConsider selection scope when DEPM after CT acceptance...
2020-12-24 Juergen SpitzmuellerImplement inset-split (only for text insets for now...
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-19 Yuriy SkalkoReduce includes in header files
2020-10-12 Yuriy SkalkoConstify
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-09-29 Jean-Marc LasgouttesGet rid of helper Text::previousWord(), used only once
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2019-04-03 Jean-Marc LasgouttesPut end label on own row after display inset
2019-04-02 Jean-Marc LasgouttesPass a pit to Text::isRTL(), not a paragraph
2019-02-18 Jean-Marc LasgouttesDEPM: handle undo when deleting spaces
2018-12-26 Juergen SpitzmuellerGive textstyle-apply a history
2018-07-22 Jean-Marc LasgouttesImprove DEPM
2018-04-26 Richard Kimberly... Simplify some code now that we don't need it for indexes.
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-10-16 Richard HeckTypo.
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:
next