]> git.lyx.org Git - lyx.git/history - src/insets
partial fix for bug 6986: Use the right tex2lyx (at least if tex2lyx is installed)
[lyx.git] / src / insets /
2010-12-29 Vincent van RavesteijnFix bug #7198: Assertion when calling inset-modify...
2010-12-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-21 Enrico ForestieriAvoid const casts by making mutable the usermacros...
2010-12-20 Richard HeckSimplify InsetRef::forToc().
2010-12-20 Richard HeckGreyed out notes do produce output, which means that...
2010-12-20 Richard HeckAdd comment.
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-20 Vincent van RavesteijnFix bug #7166: Insets that shouldn't appear in the...
2010-12-20 Enrico ForestieriRefine fix for bug #7183.
2010-12-18 Abdelrazak Younesgreatly simplify and comment TeXEnvironment():
2010-12-17 Stephan Wittfix compiler warnings in pedantic mode: remove trailing...
2010-12-17 Vincent van RavesteijnFix bug #7176: Clicking TOC doesn't bring up outline
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-14 Richard HeckUse the layout defined label for the TOC, too.
2010-12-14 Richard HeckAbdel thinks we should just get rid of this.
2010-12-14 Richard HeckTrivial cleanup.
2010-12-14 Richard HeckAllow customization of label string for note insets...
2010-12-11 Enrico ForestieriFix bug #6538 (Figure: relative path changed to absolut...
2010-12-09 Richard HeckRemove support for viewing URLs from hyperlinks. This...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-12-07 Pavel SandaReplay r36748
2010-12-07 Pavel SandaRevert commits from 36745
2010-12-06 Stephan Witt#7026 substitute isDigit() by isDigitASCII() and ditch...
2010-12-04 Pavel SandaRevert r36654.
2010-12-04 Richard HeckRevert r36696: We can't collect BibTeX information...
2010-12-03 Abdelrazak Younestypos
2010-12-03 Abdelrazak YounesWork around bugs #6814 and #6949:
2010-12-03 Richard HeckSimplify some of the bibliography update code. There...
2010-12-03 Richard HeckProper fix now for bug #6846. The idea, due to JMarc...
2010-12-03 Vincent van RavesteijnFix bug #2100: No display equations allowed in a non...
2010-12-02 Vincent van RavesteijnFix bug #7130: Painting problem with closed Phantom...
2010-12-02 Richard HeckFix crash reported by keytest.
2010-12-02 Uwe StöhrExternalSupport.cpp: fix #4398 (omit the newline in...
2010-12-01 Vincent van RavesteijnHmm.. I don't think people do like this red color I...
2010-12-01 Vincent van RavesteijnFix the painting of the labels of InsetCaption insets.
2010-11-30 Vincent van RavesteijnReally fix bug #6908.
2010-11-30 Vincent van RavesteijnFix 'inset-toggle assign' for InsetBranch.
2010-11-30 Vincent van RavesteijnAutomatically append the InsetCollapsable context menu.
2010-11-29 Vincent van RavesteijnCompile fix: solve the merge conflicts in the correct...
2010-11-29 Vincent van RavesteijnFix bug #6642: Concatenate the context menus for: Inset...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-29 Vincent van RavesteijnProperly check for the value of an enum. Unexpected...
2010-11-29 Vincent van RavesteijnAdd missing cur.forceBufferUpdate() to LFUN_BRANCH_...
2010-11-29 Jean-Marc LasgouttesFix bug #6768: inset-toggle points cursor after inset
2010-11-29 Jean-Marc Lasgouttesfix #6930: ERT inset should not act on INSET_MODIFY...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-28 Jürgen Spitzmüller* InsetInclude.cpp:
2010-11-26 Richard HeckNot sure why I introduced this test at r28378, but...
2010-11-26 Richard HeckWe need to do the sanity check here, too, as we do in
2010-11-26 Richard HeckRemove obsolete comment.
2010-11-26 Vincent van RavesteijnFix bug #7077: Listings validator doesn't recognize...
2010-11-25 Uwe StöhrInsetTabular.cpp: fine-tune vertical table alignment...
2010-11-25 Uwe StöhrInsetTabular.cpp: comments
2010-11-25 Vincent van RavesteijnCosmetics, typos and comments.
2010-11-25 Vincent van RavesteijnReuse some code and simplify InsetTabular::cursorPos()
2010-11-25 Vincent van RavesteijnFix bug #7059: Display the vertical alignment of tables.
2010-11-25 Vincent van RavesteijnDisentangle InsetTabular::drawSelection and InsetTabula...
2010-11-25 Vincent van RavesteijnComment out code that does nothing. InsetTableCell...
2010-11-25 Vincent van RavesteijnMove SCRIPT_CODE to the end to make sure the numbering...
2010-11-25 Vincent van RavesteijnReorder InsetScript.h and add member groups.
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-11-23 Jürgen Spitzmüllerfurther xetex disambiguation: use the flavor where...
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-21 Georg Baumfix bug 3008: Add subscript/superscript inset for text
2010-11-21 Uwe StöhrInsetTabular.cpp: typo
2010-11-20 Uwe StöhrInsetTabular.cpp: fix #7055
2010-11-20 Uwe StöhrInsetTabular.cpp: correct alignment for multirows:
2010-11-20 Uwe StöhrInsetTabular.cpp: really fix #7007 this time
2010-11-20 Uwe StöhrInsetTabular.cpp: fix #7007
2010-11-19 Vincent van RavesteijnFix bug #7007: Horizontal table alignment display broken.
2010-11-18 Vincent van Ravesteijnset eol-style
2010-11-17 Richard HeckBetter way of doing these checks, suggested by Enrico.
2010-11-17 Richard HeckHadn't see this empty_docstring() thing before. Very...
2010-11-17 Richard HeckBe more careful here about isalpha and isalnum. Per...
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-11-17 Richard HeckSimplify some of the tooltip stuff now.
2010-11-17 Richard HeckOptimize InsetText::toolTipText() a bit. The old versio...
2010-11-16 Richard HeckFix crash reported by Enrico. Thinko or something in...
2010-11-12 Pavel SandaNext indices
2010-11-12 Jürgen Spitzmüller* revert r36189, since there is no consensus for this...
2010-11-10 Richard HeckFix a bug in getFormattedReference().
2010-11-08 Richard HeckFix bug in fallback reference output with refstyle...
2010-11-07 Pavel SandaSquash warning
2010-11-07 Uwe Stöhrstdinsets.inc, InsetERT.cpp: change "ERT" to "TeX"...
2010-11-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-11-01 Richard HeckPartially fix #5108.
2010-11-01 Richard HeckFix bug #6888.
2010-11-01 Uwe StöhrInsetTabular.cpp: multirows are always left-aligned...
2010-11-01 Uwe StöhrInsetTabular.cpp: typo
2010-11-01 Uwe StöhrInsetTabular.cpp: multirow cells are ALWAYS left aligne...
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #7003 that I accidentally introdu...
2010-11-01 Stephan Wittremove the translation context for vcs buffer info...
2010-11-01 Jürgen Spitzmüllerwhitespace
2010-11-01 Richard HeckHad to be a typo, right?
2010-11-01 Stephan Wittcorrect the gettext context for the format of the displ...
2010-11-01 Stephan Wittcorrect the gettext format of the displayed error messa...
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #7000
next