]> git.lyx.org Git - lyx.git/history - src
InsetTabular.cpp: output the caption for docbook
[lyx.git] / src /
2009-02-12 Uwe StöhrInsetTabular.cpp: output the caption for docbook
2009-02-12 Uwe StöhrInsetTabular.cpp: fix http://bugzilla.lyx.org/show_bug...
2009-02-11 Richard HeckMove some code around in an effort to make information...
2009-02-11 Richard HeckCosmetics.
2009-02-11 Richard HeckAuthor info.
2009-02-11 Richard HeckCosmetics.
2009-02-11 Richard HeckAccess private data directly.
2009-02-11 Richard HeckUse the typedef.
2009-02-11 Richard HeckCosmetics.
2009-02-11 Richard HeckLet's have a little more info.
2009-02-11 Jean-Marc Lasgouttescompilation fix on openbsd (bug 5650)
2009-02-11 Jean-Marc Lasgouttesfix compilation with external boost
2009-02-11 Uwe StöhrInsetTabular.cpp: partly reverting r28437, because...
2009-02-11 Uwe StöhrInsetTabular.cpp: Insert a caption, when a longtable...
2009-02-10 Jean-Marc LasgouttesFix bug 5666: assertion when an inset is outside of...
2009-02-10 Uwe StöhrGuiTabular, InsetTabular: fix http://bugzilla.lyx.org...
2009-02-10 Jürgen Spitzmüller* TocWidget.cpp:
2009-02-10 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5082
2009-02-10 Vincent van RavesteijnFix bug 5753: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-02-09 Vincent van RavesteijnFix bug 5711: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnReplace the PainterInfo::erased_ member by a proper...
2009-02-09 Vincent van RavesteijnFix bug 5629: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnAdd a new member to FontInfo denoting the color to...
2009-02-09 Vincent van RavesteijnUse the new Color class (see r28420) in the Painter...
2009-02-09 Vincent van RavesteijnAdd a new Color class. This class makes it possible...
2009-02-09 Vincent van RavesteijnFix bug 5766: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Vincent van RavesteijnAdd a comment for r28404.
2009-02-09 Vincent van RavesteijnFix bug 5750: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-09 Uwe StöhrGuiTabular.cpp: a whitespace fix
2009-02-08 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5767
2009-02-08 Vincent van RavesteijnPrevent assertion when closing LyX with GuiTabular...
2009-02-08 Vincent van RavesteijnFix bug 5604: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-08 Vincent van RavesteijnFix bug 5764: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-08 Vincent van RavesteijnFix bug 5573. http://bugzilla.lyx.org/show_bug.cgi...
2009-02-08 Vincent van Ravesteijn* MathAutoCorrect: kill compiler warning.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2009-02-08 Vincent van RavesteijnReverse unwanted commits.
2009-02-08 Vincent van Ravesteijn* InsetMathNest.cpp: Cosmetics.
2009-02-07 Vincent van RavesteijnFix bug 1802: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-07 Jürgen SpitzmüllerBug 5562: Fix command line output of subfigure insets...
2009-02-06 Jean-Marc LasgouttesMove the half baked code that guesses whether to defaul...
2009-02-06 Richard HeckThanks, Pavel...
2009-02-06 Richard HeckMove some stuff from InsetFlex to InsetCollapsable...
2009-02-06 Richard HeckIntroduce the InToc tag for InsetLayout.
2009-02-05 Vincent van Ravesteijn* InsetTabular.cpp cosmetics
2009-02-05 Richard HeckThis routine does even less. Bye bye.
2009-02-05 Richard HeckThis routine actually turns out to do nothing: The...
2009-02-05 Uwe Stöhr- stdmenus.inc: Phantom can contain other things as...
2009-02-05 Vincent van RavesteijnAllow commands with parameters in InsetMathGrid. For...
2009-02-05 Uwe StöhrColor.cpp: use a bit darker gray color for phantom...
2009-02-04 Pavel Sandanext bit
2009-02-04 Georg BaumPartial fix of bug 1476:
2009-02-04 Pavel Sanda* Doxy.
2009-02-04 Jean-Marc Lasgouttesfix undo bug with phantom inset
2009-02-04 Richard HeckConstness.
2009-02-04 Jean-Marc Lasgouttessome cleanups to the phantom inset. Undo still broken...
2009-02-04 Jean-Marc LasgouttesOops! forgot to set a sane layout (bug 4859 again)
2009-02-04 Jean-Marc Lasgouttesavoid creating empty paragraph list also in the case...
2009-02-04 Jean-Marc Lasgouttesavoid a crash on empty documents (bug 4859)
2009-02-04 Jean-Marc Lasgouttesfix faulty documentation
2009-02-03 Vincent van RavesteijnFix bug 5736: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-03 Richard HeckMove a couple routines from InsetFlex to InsetCollapsab...
2009-02-03 Richard HeckTypo.
2009-02-03 Jürgen Spitzmüllersome InsetPhantom fixes.
2009-02-03 Jürgen Spitzmüller* InsetPhantom.cpp (toolTip):
2009-02-02 Vincent van RavesteijnFix bug 5731. http://bugzilla.lyx.org/show_bug.cgi...
2009-02-02 Jürgen Spitzmüllerplease Jean-Marc.
2009-02-02 Jürgen Spitzmüller* InsetMathHull (numbered):
2009-02-02 Jean-Marc Lasgouttesdisable math functions in places like ERT insets (bug...
2009-02-01 Pavel Sandamore robust version
2009-02-01 Pavel SandaSquash warning
2009-02-01 Pavel SandaVCS: constify, thanks Andre
2009-02-01 Uwe StöhrInsetPhantom.cpp: don't draw a frame around phantom...
2009-02-01 Uwe Stöhr- InsetPhantom.h: remove unneeded declarations
2009-02-01 Uwe StöhrInsetPhantom.cpp: metrics fix for the horizontal arrow
2009-01-31 Pavel SandaVCS: add GUI notification
2009-01-31 Pavel SandaVCS: adjust internal structure
2009-01-31 Pavel SandaVCS: add svn locking mechanism
2009-01-30 Pavel SandaBetter safe than sorry
2009-01-30 Pavel Sandatypo
2009-01-30 Jean-Marc LasgouttesAdd a new command line parameter -e that sets the defau...
2009-01-30 Jean-Marc Lasgouttesnow that tex2lyx reads the files as utf8, file names...
2009-01-30 Uwe StöhrFuncCode.h: whitespace
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
2009-01-28 Pavel Sandacosmetics
2009-01-28 Pavel Sanda* lfun doxy
2009-01-27 Jürgen Spitzmüller* LyXFileDialog.cpp:
2009-01-25 Uwe Stöhrrevert r28281
2009-01-25 Uwe Stöhrremove the no longer used GuiNote
2009-01-25 Jürgen Spitzmüller* GuiApplication.cpp:
2009-01-25 Pavel SandaFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5627
2009-01-24 Jürgen Spitzmüller* GuiViewSource.cpp:
2009-01-21 Pavel SandaEnhance variables for Convertes - add input and origina...
2009-01-20 Pavel SandaWhen more windows are opened ensureBufferClean tries...
2009-01-20 Uwe StöhrLyXFunc.cpp: whitespace
2009-01-20 Uwe StöhrFuncCode.h: correct comment character
2009-01-19 Uwe StöhrInsetNote.cpp: fix comment typo
2009-01-18 Vincent van RavesteijnUI Command Buffer improvements.
2009-01-18 Vincent van RavesteijnAdjust the comment for r28242.
next