]> git.lyx.org Git - lyx.git/history - src/insets
Fix bug #6744: Crash when copying an inset from a deleted section.
[lyx.git] / src / insets /
2010-05-23 Uwe StöhrInsetBox.cpp: fix #4776; the additional \makebox is...
2010-05-22 Enrico ForestieriFix bug #6712: LyX 2 does not restore encoding after...
2010-05-22 Uwe StöhrInsetRef.h: fix #6711
2010-05-22 Uwe StöhrInset***.h: fix typo in comment
2010-05-18 Jean-Marc Lasgouttesfix bugs #6696 and #6697
2010-05-10 Jean-Marc Lasgouttesfix warning
2010-05-05 Vincent van RavesteijnDisallow InsetMarginals in InsetTabulars.
2010-05-03 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-05-03 Vincent van RavesteijnAnother non-base class with a virtual destructor. Sorry...
2010-05-03 Vincent van RavesteijnThese should not raise the impression that children...
2010-05-03 Vincent van RavesteijnMake destructors virtual in base classes and only there.
2010-05-03 Vincent van RavesteijnAdd comment just as in GuiView.cpp.
2010-05-03 Vincent van RavesteijnWe want to check for the new value name instead for...
2010-05-01 Vincent van RavesteijnFix the assertion assert introduced in r34348 which...
2010-05-01 Enrico ForestieriAvoid compiler warning about unused parameter.
2010-04-30 Vincent van RavesteijnCompile fix for r34348.
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-30 Vincent van RavesteijnFix bug #6677: GUI button disappears in external templa...
2010-04-28 Pavel Sandatypo
2010-04-28 Pavel SandaUnify QQaud strings.
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
2010-04-25 Vincent van RavesteijnFix bug #6672 (part 1): Notes, Footnotes, and Marginals...
2010-04-23 Vincent van RavesteijnFix bug #6664: InsetInfo: lyxrc information broken.
2010-04-22 Vincent van RavesteijnFix bug #5543: InsetInfo gives wrong result for textcla...
2010-04-22 Peter Kümmelchange was committed by accident.
2010-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaLast bits.
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaDocFileName::unzippedFilename -> DocFileName::unzippedF...
2010-04-21 Pavel SandaDocFileName.outputFilename -> DocFileName.outputFileName
2010-04-21 Pavel SandaFileName.mangledFilename -> FileName.mangledFileName
2010-04-21 Pavel SandaFilename.relFilename -> Filename.relFileName
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-19 Vincent van RavesteijnFix more of bug #5446: Enable to copy the contents...
2010-04-18 Vincent van RavesteijnBetter(?) fix for bug #6659: InsetInfo context menu...
2010-04-18 Vincent van RavesteijnFix bug #6659: InsetInfo context menu disabled unless...
2010-04-17 Richard HeckDisable InsetInfo for VC when VC is not active.
2010-04-17 Richard HeckMessed this up, too.
2010-04-17 Richard HeckForgot this.
2010-04-17 Richard HeckSimplify VC output from InsetInfo.
2010-04-17 Richard HeckLyX version info for InsetInfo.
2010-04-16 Pavel SandaFix bug #6649 - fix texrow structure generated by Inset...
2010-04-16 Vincent van RavesteijnDo not set the enabling of the status flag if the getSt...
2010-04-16 Vincent van RavesteijnHandle LFUN_IN_MATHMACROTEMPLATE for non mathmacro...
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-13 Edwin Leuvencorrectly valign content of multirow cells
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-31 Pavel SandaNext headers
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-28 Pavel SandaFix gcc warnings. Vincent, is it correct ploader is...
2010-03-28 Pavel SandaAdd Preview to ERT context menu
2010-03-28 Vincent van RavesteijnIntroduce InsetPreview.
2010-03-27 Richard HeckUse rich text in XHTML output, too.
2010-03-22 Edwin Leuvensilence compiler warning
2010-03-21 Edwin Leuvencomments and housekeeping
2010-03-21 Uwe StöhrInsetTabular.cpp: remove FIXME as nothing needs to...
2010-03-20 Edwin Leuvenforgotten in r33799
2010-03-19 Edwin Leuvenfix the drawing for cells with a specified vertical...
2010-03-18 Edwin Leuvenrevert awful spaghetti (r33780)
2010-03-18 Richard HeckUse something simpler for the TOC links in XHTML. Some...
2010-03-18 Abdelrazak YounesFix gcc-4.4 warnings.
2010-03-17 Richard HeckIntroduce a RefPrefix tag for Style, InsetLayout, and...
2010-03-16 Uwe StöhrInsetTabular.cpp:
2010-03-16 Edwin Leuvencorrect cell line drawing for multirow cells
2010-03-16 Uwe StöhrInsetTabular.cpp/h: fix the drawing for cells with...
2010-03-16 Edwin Leuven- deleteRow did not properly change multirows
2010-03-16 Edwin Leuvenand also correctly draw selected multicolumn cells...
2010-03-16 Edwin Leuvencorrectly draw selected multirow cells
2010-03-15 Edwin Leuvenavoid invalidated indexes with multicol/row
2010-03-15 Vincent van RavesteijnRevert r33714: It causes bug #6588.
2010-03-14 Edwin Leuvenuse more flexible default for now...
2010-03-13 Edwin Leuvenincrement in the same way in ::draw, ::drawSelection...
2010-03-13 Edwin Leuvenfix some vertical alignment issues in tabular
2010-03-12 Uwe StöhrInsetXXX.cpp: remove unused include of MetricsInfo.h
2010-03-11 Vincent van RavesteijnFix the InsetBranchParams::read function after that...
2010-03-11 Vincent van RavesteijnFix bug #6563: Change tracking and moving labels
2010-03-11 Richard HeckFinish fixing the problem with "New Inset" in branches...
2010-03-10 Richard HeckFix part of a problem reported by Vincent.
2010-03-09 Jean-Marc LasgouttesCleanup InsetTabular::getStatus
2010-03-09 Jean-Marc LasgouttesRestore some sanaity in InsetInfo lfuns (bug #6580)
2010-03-09 Edwin Leuvensimplify
2010-03-09 Edwin Leuvenavoid crash when calling inset_modify with cursor not...
2010-03-08 Richard HeckUnused variable.
2010-03-08 Richard HeckLine length.
2010-03-08 Richard HeckIntroduce isBufferValid() method now, that returns...
2010-03-08 Richard Hecks/isBufferValid/isBufferLoaded/
2010-03-08 Richard HeckFix bug #6516. Under no circumstances do we want to...
2010-03-08 Richard HeckWhoops. Wrong version.
2010-03-08 Richard HeckMinor fixup.
2010-03-08 Richard HeckAdd sanity check. This partially fixes a crash related...
2010-03-08 Edwin Leuvenlil' cleanup
2010-03-08 Edwin Leuvenerratum to r33628
2010-03-07 Edwin Leuvenfix cursor position(ing)
2010-03-06 Vincent van RavesteijnFix bug #6580: Revert r29305, which was supposed to...
next