]> git.lyx.org Git - lyx.git/history - src/Text2.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / Text2.cpp
2021-02-11 Jean-Marc LasgouttesDEPM: do not fix cursor pit if it was in a different...
2020-08-15 Juergen SpitzmuellerAmend 89d9334e03
2020-08-15 Juergen SpitzmuellerMaintain plain layout for separating paragraphs when...
2020-04-17 Jean-Marc LasgouttesDo not try to put cursor after space if no space was...
2019-02-15 Jean-Marc LasgouttesImprove DEPM when change tracking is on
2019-02-15 Jean-Marc LasgouttesFix position of cursor when DEPM is used in change...
2019-02-15 Jean-Marc LasgouttesFix DEPM at end of paragraph
2019-01-16 Jean-Marc LasgouttesAllow to type a space in front of another one
2018-12-21 Jean-Marc LasgouttesMake DEPM respect current cursor position.
2018-09-18 Jean-Marc LasgouttesImprove DEPM
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-14 Jean-Marc LasgouttesWhen entering an inset by cursor, reset boundary
2017-04-04 Uwe StöhrAdd support to cross out characters
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
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesReset cursor font when entring an inset with char-forwa...
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-05-27 Jean-Marc LasgouttesFix bad font toggling after the layout has been changed.
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-05-07 Jean-Marc LasgouttesRevert correctly cursor font after undo a font toggle
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-01 Jean-Marc LasgouttesRecord undo properly when changing multiple paragraphs...
2015-02-28 Jean-Marc LasgouttesRevert some other dubious "improvements" in b627b870
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-02-09 Scott KostyshakCorrect the spelling of "occured" to "occurred"
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-12 Alfredo BraunsteinText2.cpp (checkAndActivateInset, checkAndActivateInset...
2014-10-11 Alfredo BraunsteinWhitespace
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckTypos and style.
2013-05-25 Stephan WittOn Mac, moving down a paragraph should place the cursor...
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
2013-05-13 Richard HeckXHTML support for font shapes.
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-24 Richard HeckContinuing in this case invites disaster. So let's...
2012-12-22 Juergen SpitzmuellerThere is no good reason to disallow nesting of bibliography
2012-07-16 Jean-Marc LasgouttesFix bug #8242: undo fails for longest label width
2012-05-03 Jean-Marc LasgouttesRemove workaround that is not useful anymore
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...
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-11-18 Richard HeckFix bug #7873. Patch is sufficiently explanatory.
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-24 Uwe StöhrText2.cpp: forgot this in last commit
2010-08-24 Uwe Stöhrremove unused include of FuncRequest
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-12-05 Pavel SandaTypos, patch from Sven.
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 YounesMove Text::insertStringAsLines and Text::insertStringAs...
2009-08-09 Abdelrazak YounesGet rid of some Paragraph::inInset() access.
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak YounesGet rid of Buffer::insertStringAsLines().
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-07-23 Jürgen Spitzmüller* Text2.cpp (setParagraphs):
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
2009-05-25 Jürgen Spitzmüller* paragraph_funcs.{cpp,h}:
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2008-11-26 Vincent van RavesteijnConstify.
2008-11-26 Vincent van RavesteijnFix bug 5088:
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-25 Richard HeckAt least partially fix problem noted by Vincent. We...
2008-09-29 Jean-Marc Lasgouttesconstify
2008-09-13 Abdelrazak Younesrev26385: don't know why but some file were not committ...
2008-09-12 Abdelrazak YounesTest Paragraph::inInset() before using it. Fixes bug...
2008-08-15 Richard HeckOne more.
2008-08-15 Richard HeckAdd a comment about how to clean this up. This looks...
2008-08-14 Richard HeckDo the last commit the right way. The previous one...
2008-08-14 Richard HeckFix bug discussed in this thread: http://www.mail-archi...
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-05-07 Abdelrazak YounesFix part of bug 4836
2008-05-04 Dov Feldsternrefactoring visual cursor movement functions
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-11 Dov Feldsternvisual mode for bidi cursor movement --- in tables
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
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 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-24 Dov Feldsternfix a visual cursor edge-case:
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
next