]> git.lyx.org Git - lyx.git/history - src/insets
Do not overwrite read-only files. We now move the file to the backup directory and...
[lyx.git] / src / insets /
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
2010-11-01 Vincent van RavesteijnRemove unnecessary breaks.
2010-11-01 Uwe StöhrInsetTabular.cpp: fix #6985 - we need to break after...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-31 Vincent van RavesteijnRemove some unneeded includes from some header files.
2010-10-30 Uwe StöhrInsetTabular.cpp: multirows inherit the width and the...
2010-10-30 Uwe StöhrInsetTabular.cpp; remove SET_SPECIAL_MULTIROW because...
2010-10-30 Jürgen Spitzmüller* InsetTabular.cpp:
2010-10-29 Richard HeckBit of cleanup around the Format view and edit code.
2010-10-29 Richard HeckConstness.
2010-10-29 Jürgen Spitzmüllerfix #6998. Center alignment is the default, also with...
2010-10-29 Richard HeckThis has to be delayed, since otherwise it provides...
2010-10-29 Richard HeckFix prettyref output.
2010-10-29 Jürgen Spitzmüller* InsetTabular.cpp: simplification; no change in functi...
2010-10-29 Jürgen Spitzmüller* InsetTabular.cpp: simplification; no change in functi...
2010-10-29 Uwe StöhrInsetTabular: implement some SET/UNSET functions as...
2010-10-29 Uwe StöhrInsetTabular.cpp: fix #6585 also for wrapped floats...
2010-10-29 Uwe StöhrGuiTabular.cpp: fix #6585
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-28 Richard HeckComments mostly.
2010-10-28 Richard HeckChange the way we output formatted references under...
2010-10-27 Vincent van RavesteijnRemove InsetRef::isLatex. This no longer needed as...
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-26 Uwe StöhrInsetTabular.cpp: remove comment, we already discussed...
2010-10-26 Vincent van RavesteijnProper implementatiom of isInToc()
2010-10-25 Vincent van RavesteijnWe don't want InsetCommand to have a function updateCom...
2010-10-25 Uwe StöhrInsetCommand.h: revert my last commit - makes it worse...
2010-10-25 Uwe StöhrInsetCommand.h: reintroduce updateCommand from r35840...
2010-10-25 Vincent van RavesteijnInsetCommand.h: Reorder and add comments.
2010-10-25 Vincent van RavesteijnCorrect toc to floatlist
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-10-25 Stephan Wittavoid warnings for unused parameters
2010-10-25 Vincent van RavesteijnFix bug #1839: Ctrl+arrows don't move to next/prev...
2010-10-24 Pavel Sandagcc spits out million warnings
2010-10-24 Vincent van RavesteijnAdd virtual bool Inset::clickable(..) to be used to...
2010-10-24 Vincent van RavesteijnImplement mouse hovering for InsetExternal.
2010-10-24 Vincent van RavesteijnsetMouseHover() functions can be const.
2010-10-21 Richard HeckMake this a switch.
2010-10-21 Richard HeckFix bug #6962. I hadn't see how these were being escaped.
2010-10-21 Jürgen Spitzmüller* InsetCommandParams.cpp (prepareCommand):
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-14 Richard HeckNeed ifthen for this, too.
2010-10-13 Richard HeckAdd ResetsFont tag to InsetLayout, toward fixing bug...
2010-10-13 Richard HeckRefstyle support. The user can now choose between prett...
2010-10-12 Richard HeckCustomize getLayout for InsetFlex and change how we...
2010-10-12 Richard Heckstyle
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2010-10-11 Uwe StöhrInsetBibtex.cpp:
next