]> git.lyx.org Git - lyx.git/history - src/Text3.cpp
Add known citation packages to LaTeXFeatures:
[lyx.git] / src / Text3.cpp
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-24 Juergen SpitzmuellerLFUN_ENVIRONMENT_SPLIT: simplification
2012-12-23 Juergen SpitzmuellerConvenience LFUN to split an environment
2012-12-17 Vincent van RavesteijnIntroduce Layout::args() and simplify code
2012-12-17 Juergen SpitzmuellerAutoInsert option also for flex insets
2012-12-16 Juergen SpitzmuellerOption to auto-insert a paragraph style option, particu...
2012-12-15 Juergen SpitzmuellerCorrectly handle environment sequences in TOC
2012-12-10 Juergen SpitzmuellerDisallow the insertion of multiplenon-item arguments...
2012-11-29 Juergen SpitzmuellerSupport for \item arguments
2012-11-24 Richard HeckSome minor cleanup of new InsetArguments stuff that...
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerAllow arguments in PassThru environments (bug #7646)
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerAllow arguments in PassThru environments (bug #7646)
2012-11-20 Juergen SpitzmuellerFix function disabling
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-03 Juergen SpitzmuellerRonen's patch for lfun language set
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-30 Juergen SpitzmuellerTrigger preview when inserting preview inset on selection
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2012-08-23 Juergen SpitzmuellerAdd support for some basic non-unicoded IPA macros
2012-07-21 Richard HeckAdd a FIXME about when the appendix should be enabled.
2012-06-07 Jean-Marc LasgouttesFix bug #8027: Edit->Paste Special->... does not replac...
2012-03-06 Jürgen SpitzmüllerImplement a native IPA inset (bug #2591) with instant...
2012-01-21 Jürgen SpitzmüllerFix crash when putting a float around multiple display...
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.
next