]> git.lyx.org Git - lyx.git/history - src
* src/ParagraphMetrics.C: compile fix (missing include).
[lyx.git] / src /
2007-01-06 Jürgen Spitzmüller* src/ParagraphMetrics.C: compile fix (missing include).
2007-01-06 Georg Baumfix compile error:
2007-01-06 Abdelrazak YounesAdd ticks to the slider.
2007-01-06 Abdelrazak YounesSafeguard: don't do things that could trigger a paintin...
2007-01-06 Abdelrazak YounesThis commit fixes the singlePar optimization which...
2007-01-05 Bo Pengsrc/support/unlink.C: Fix an #include error
2007-01-05 Georg BaumFix bug 3067: Special column attributes can contain...
2007-01-05 Abdelrazak YounesThe bug-fix in revision 16531 introduced another bug...
2007-01-05 Georg BaumFix and document middle mouse button paste. This is...
2007-01-05 Georg BaumAbdel, get yourself a decent file system!
2007-01-05 Abdelrazak YounesFix screen update when deleting insets:
2007-01-05 Georg BaumThe uncontroversal part of the selection fix: Always...
2007-01-05 Abdelrazak YounesFix bug bug 3064 and 3065:
2007-01-05 Georg BaumDon't query cur.selection() twice
2007-01-05 Georg Baum * src/frontends/qt4/GuiSelection.C
2007-01-05 Georg BaumFix another selection bug
2007-01-05 Georg Baum * src/BufferView.C
2007-01-04 Michael Schmitt* src/text.C: check end-of-par BEFORE you accept/reject...
2007-01-04 Michael Schmitt* src/text.C: first step to sanitize accept/rejectChange
2007-01-04 Michael Schmitt* src/dociterator.h: fix typo in comment
2007-01-04 Michael Schmitt* src/BufferView.C: fix typo in comment
2007-01-04 Michael Schmitt* src/frontends/qt4/QTocDialog.C: fix formatting of...
2007-01-04 Peter Kümmelundo partly 16444/16452
2007-01-04 Peter Kümmelundo partly 16441
2007-01-04 Jean-Marc LasgouttesMake the shortcuts work correctly with the mac.
2007-01-04 Georg BaumAdd some documentation. Yes I know that some functions...
2007-01-04 Georg Baumremove declaration of nonexisting function selPaste()
2007-01-04 Georg Baumremove declaration of nonexisting function selCut()
2007-01-04 Georg Baum * src/frontends/qt4/GuiApplication.C
2007-01-04 Georg BaumDon't test twice for selection()
2007-01-04 Abdelrazak Younesfix wrong commit.
2007-01-04 Georg Baumreenable assertion
2007-01-04 Abdelrazak Younescomment out assertion in order to compile without warning.
2007-01-04 Jean-Marc Lasgouttes * insetcollapsable.C (doDispatch): [LFUN_MOUSE_PRESS...
2007-01-04 Abdelrazak Younesdelete unused variables.
2007-01-04 Abdelrazak YounesReorganize window resizing so that no painting occurs...
2007-01-04 Georg BaumLet LFUN_PASTE always paste the most recent clipboard...
2007-01-04 Georg BaumRemove isInternal() method. We don't use it and should...
2007-01-04 Jean-Marc Lasgouttes * GuiApplication.C (GuiApplication): make sure that...
2007-01-04 Georg Baum * src/insets/insettabular.C
2007-01-04 Georg BaumGet rid of InsetTabular::hasPasteBuffer. I verified...
2007-01-04 Georg Baumforgot the break
2007-01-04 Georg Baum * src/insets/insettabular.C
2007-01-04 Georg Baum * src/mathed/InsetMathNest.C
2007-01-04 Georg Baum * src/CutAndPaste.C
2007-01-04 Georg Baumremove double declaration of cutSelection
2007-01-04 Georg Baumremove obsolete comment
2007-01-04 Georg Baumformatting
2007-01-04 Georg BaumFix documentation of Selection::get(): The X selection...
2007-01-03 Bo PengFix crashes caused by invalid last_inset_ due to keyboa...
2007-01-03 Michael Schmitt* src/frontends/qt4/QToc.C: fix formatting
2007-01-03 Michael Schmitt* src/frontends/qt4/QMathMatrixDialog.C:
2007-01-03 Michael Schmittchange LYX_USER_DIR_1[234]x to LYX_USER_DIR_15x
2007-01-03 Jean-Marc Lasgouttes * src/MenuBackend.[Ch]: the specialMenu is now a real...
2007-01-03 Jean-Marc Lasgouttes * bufferparams.C (writeLaTeX):
2007-01-03 Abdelrazak YounesPrepare for external/internal clipboard merging.
2007-01-03 Abdelrazak YounesFactorise external pasting code.
2007-01-03 Abdelrazak Younescomment out debug statement.
2007-01-02 Georg BaumImplement more detailed iconv error messages for better...
2007-01-02 Georg Baum * src/support/unicode.C
2007-01-02 Georg BaumFix bug 3052: Always start a new paragraph after a...
2007-01-02 Georg Baummerge identical code from if/else branches to a single...
2007-01-02 Abdelrazak Younesadd some assertions.
2007-01-01 Abdelrazak YounesFix cursor navigation with UP arrows. I don't know...
2007-01-01 Abdelrazak YounesTransfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak Younesdelete unused variable.
2007-01-01 Abdelrazak YounesCompilation fix, again... sorry.
2007-01-01 Abdelrazak YounesCompilation fix.
2007-01-01 Abdelrazak YounesTransfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak YounesFollowing depm sanitization, the assertion was bogus...
2007-01-01 Abdelrazak YounesRecommit Peter's commit from rev 16444. svn commit...
2007-01-01 Abdelrazak YounesTransfer these methods from LyXText to TextMetrics:
2007-01-01 Abdelrazak YounesFix crash when scrolling up using the arrow keys.
2006-12-30 Peter Kümmeldisable editing in the toc dialog
2006-12-30 Peter Kümmelremove some msvc warnings
2006-12-30 Peter Kümmelmake out-of-bound access impossible
2006-12-30 Abdelrazak Younesdelete unused variables.
2006-12-30 Abdelrazak YounesSanitize the DEPM!
2006-12-30 Peter Kümmeladd more lyxerr output, don't use a reference (maybe...
2006-12-30 Edwin Leuvenremove unused vars
2006-12-30 Abdelrazak Younesremove duplicate methods moved to TextMetrics.C.
2006-12-30 Peter Kümmelwe've never used Q_FOREACH
2006-12-30 Peter Kümmelundo last acedential checkin
2006-12-30 Peter Kümmelwe've never used Q_FOREACH
2006-12-30 Abdelrazak Younesdelete unused stuff.
2006-12-29 Abdelrazak YounesThis commit do the Model/View separation of the LyXText...
2006-12-29 Jean-Marc Lasgouttes * cursor.C (popRight): place cursor at the right spot:
2006-12-29 Jean-Marc Lasgouttes * insetcollapsable.C (hasFixedWidth): new virtual...
2006-12-29 Jean-Marc Lasgouttes * InsetMathNest.C (handleFont): avoid crash on undo...
2006-12-29 Georg BaumFix LaTeX generation of files with inputenc == default.
2006-12-28 Georg Baumadd missing encoding declaration
2006-12-28 Georg BaumAdd some more LaTeX encodings, fix thailatex and displa...
2006-12-28 Georg BaumAdd LyX 1.4.x format for export
2006-12-28 Georg Baumfix comments
2006-12-28 Georg Baumfix typo
2006-12-28 Georg Baumremove obsolete comment
2006-12-28 Georg Baumremove useless in_ert variable
2006-12-28 Georg Baum * src/support/unicode.C
2006-12-28 Bo PengFix a crash caused by cur.text() != this for collapsabl...
2006-12-27 Jürgen Spitzmüller* src/mathed/InsetMathNest.C (do_dispatch):
next