]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
listerrors.lyx : Update a link.
[lyx.git] / src / Text3.cpp
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-11-22 Richard HeckDidn't mean to include this.
2011-11-22 Richard HeckFix bug #7905. We don't want to move out of the inset...
2011-10-29 Tommaso CucinottaAdding the capability to paste as simple unformatted...
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-09-23 Stephan Witt#7778 avoid toggle of languages when LFUN_LANGUAGE...
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-04-01 Stephan Wittimprove the method naming for "mark new word position...
2011-03-09 Stephan Wittavoid the automatic word selection for language change...
2011-02-02 Richard HeckJust some renaming, preparatory to disentangling two...
2011-02-02 Stephan Wittremove duplicate check for current selection
2011-02-02 Richard HeckFix #7274.
2011-02-02 Stephan Wittapply change of languange to the word under cursor...
2011-01-29 Stephan Wittrestore the correct behavior of suppression of misspell...
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-13 Richard HeckFix #7238.
2011-01-03 Vincent van RavesteijnFix bug #7125: Insertion of a math macro cannot be...
2011-01-02 Vincent van RavesteijnFix bug #7200: Crash when replacing newline by InsetQuote.
2010-12-29 Stephan Wittfix typo: double semicolon at line end of code
2010-12-28 Stephan Wittmore careful check for mathed to normal text change...
2010-12-27 Stephan Wittfix a crash when moving cursor from text to a math...
2010-12-22 Stephan Wittfix for #7081: the painting of misspelled marker is...
2010-12-20 Stephan Wittfix typo: duplicate semicolon at line end of code
2010-12-04 Georg Baumfix remaining bits of bug #6709
2010-11-23 Georg BaumFix inserting subscript/superscript with nonempty selec...
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-17 Richard HeckFixed bug #7037. Don't need these updateBuffer() calls.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-25 Vincent van RavesteijnFix bug #1839: Ctrl+arrows don't move to next/prev...
2010-10-18 Vincent van RavesteijnFix bug #6869: Crash when unindenting empty lines in...
2010-10-14 Richard HeckI am basically trying here to get rid of random calls to
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-12 Abdelrazak Younes* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT...
2010-09-12 Abdelrazak YounesGet rid of LFUN_LINE_INSERT: we use LFUN_INSET_INSERT...
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-08-05 Jean-Marc LasgouttesImplement LFUN_SPELLING_REMOVE (patch from switt)
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-06-04 Richard HeckRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-04-16 Vincent van Ravesteijn* FuncStatus: unify naming of functions.
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-28 Vincent van RavesteijnIntroduce InsetPreview.
2010-03-28 Vincent van RavesteijnUse LASSERT instead of BOOST_ASSERT.
2010-03-05 Richard HeckDisable lists of floats we don't know how to generate.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jürgen Spitzmüller* store the full Language in WordLangTuple.
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-26 Vincent van RavesteijnFix bug #6477: LFUN_OUTLINE_* don't work anymore.
2010-01-19 Jürgen Spitzmüller* ADD LFUN_SPELLING_ADD and LFUN_SPELLING_IGNORE (bug...
2010-01-15 Pavel SandaKill LFUN_OUTLINE_DRAGMOVE.
2010-01-03 Vincent van RavesteijnFix bug #6426: Language not set correctly when insertin...
2009-12-18 Vincent van RavesteijnFix second part of bug #6400: After selecting a word...
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-10-29 Vincent van RavesteijnThese shouldn't be there as they have nothing to do...
2009-10-29 Vincent van RavesteijnText3.cpp: fix unintended fall-throughs.
2009-10-26 Vincent van RavesteijnMove (part of) LFUN_DISSOLVE_INSET into InsetText.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-23 Abdelrazak YounesHeader cleanup.
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-12 Abdelrazak YounesMove LFUN status check to where they belong.
2009-08-22 Vincent van RavesteijnFix bug #5991: Select function in environments.
2009-08-22 Vincent van RavesteijnFix inset-begin and inset-end. Now, if the cursor was...
2009-08-15 Uwe StöhrText3.cpp: fix crash reported in #6133, patch from...
2009-08-10 Abdelrazak YounesText::dispatch(): the spellchecking code is now uneeded.
2009-08-09 Abdelrazak Younesoutline(): avoid paragraph copying by using RandomAcces...
2009-08-09 Abdelrazak YounesRandomAccessList: new swap() method for swapping two...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
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 YounesNow that Text knows its owner, use the associated Buffe...
2009-08-04 Vincent van RavesteijnSome small code simplications.
2009-07-21 Vincent van RavesteijnFix #6045: Possible to insert table floats to figure...
2009-07-18 Vincent van RavesteijnIn r30560, the setLayout function was removed from...
2009-07-16 Pavel SandaKill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH...
2009-07-16 Richard HeckGive inset codes to all the math insets, so we get...
2009-07-16 Jean-Marc Lasgouttesremove some explicit tests against ERT_CODE; more to...
2009-07-14 Jean-Marc Lasgouttesdefine InsetText::insetAllowed properly and rely on...
2009-07-14 Jean-Marc Lasgoutteslogic was reversed
2009-07-14 Jean-Marc Lasgouttesmove more functions from InsetCollapsable::getStatus...
2009-07-14 Jean-Marc Lasgouttesmove tab-insert/delete from InsetCollapsable to Text
2009-07-14 Jean-Marc LasgouttesMove special handling of paste function from InsetColla...
2009-07-14 Jean-Marc Lasgouttesreplace gratuitously complicated code by sane one,...
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
2009-07-12 Uwe Stöhrsupport for matrix decoration in the MathMatrix dialog;
2009-06-30 Vincent van RavesteijnCosmetics, squeeze some warnings, remove unused code.
2009-06-28 Jürgen SpitzmüllerImplement LFUN_OUTLINE_DRAGMOVE.
next