]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Implement LFUN_SPELLING_REMOVE (patch from switt)
[lyx.git] / src / Text3.cpp
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.
2009-06-23 Jean-Marc Lasgouttesfix assertion when inserting math inset
2009-06-23 Abdelrazak YounesReally spellcheck continuously.
2009-05-22 Jürgen SpitzmüllerA GUI for nomencl settings. Adds the possibility to...
2009-05-14 Vincent van RavesteijnFix bug #5888. Yes, I do shame.
2009-05-09 Richard HeckStyle.
2009-05-09 Vincent van RavesteijnFix bug #5930: Crash when undoing info-insert in math...
2009-05-09 Vincent van RavesteijnFix bug #5435: DEPM is not executed when leaving an...
2009-05-09 Jürgen Spitzmüller* disable some invalid insets in description items...
2009-05-09 Richard HeckFix outliner crash reported by Vincent.
2009-05-08 Jürgen SpitzmüllerCompile fix.
2009-05-08 Jürgen Spitzmüller* also enable LFUN_BRANCH_INSERT if we have branches...
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Vincent van RavesteijnFixing small bugs of r29518.
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-05-03 Vincent van RavesteijnCosmetics.
2009-05-03 Vincent van RavesteijnIntroduce new LFUN_SECTION_SELECT. When this lfun is...
2009-05-03 Vincent van RavesteijnAdd the emf and wmf graphics format as parameters to...
2009-05-01 Vincent van RavesteijnAdd accept/reject change to the edit context menu.
2009-04-17 Jürgen SpitzmüllerNew inset dialog for InsetPrintIndex (only used with...
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-04-09 Vincent van RavesteijnMove handling of LFUN_INSET_SETTINGS to Inset.cpp
2009-03-27 Jürgen SpitzmüllerFix bug 5827 (validate date-insert argument):
2009-03-26 Vincent van RavesteijnFix bug 5526: screen-recenter LFUN doesn't work
2009-03-16 Richard HeckFix bug 5782.
2009-03-16 Jean-Marc Lasgouttesimplement new lfuns inset-begin/end and their -select...
2009-02-13 Pavel SandaIntroduce jump-back navigation through bookmark 0
2009-02-03 Vincent van RavesteijnFix bug 5736: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-02 Jean-Marc Lasgouttesdisable math functions in places like ERT insets (bug...
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
2009-01-14 Jean-Marc LasgouttesFix bug 4741: Pasting with middle mouse button into...
2009-01-04 Vincent van RavesteijnFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5560.
2008-12-22 Pavel SandaLine length
2008-12-22 Jürgen Spitzmüller* Text3.cpp:
2008-12-21 Pavel SandaSort order
2008-12-21 Pavel SandaFix first insert of external material & instant preview.
2008-11-26 Richard HeckMake LFUN_FONT_ITAL actually do something.
next