]> git.lyx.org Git - lyx.git/history - src
Fix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was always disabled, because
[lyx.git] / src /
2007-01-08 Georg BaumFix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was...
2007-01-08 Jürgen Spitzmüller* src/insets/insetcite.C (getNatbibLabel): correct...
2007-01-08 Abdelrazak YounesForgot this in revision 16606.
2007-01-08 Abdelrazak Younesproperly inline inMathed() and inTexted().
2007-01-08 Abdelrazak YounesDelay bibfileCache first update up until it is used.
2007-01-08 Jürgen Spitzmüller* src/frontends/qt4/QGraphicsDialog.C:
2007-01-08 Jean-Marc Lasgouttes * support/os_unix.C (canAutoOpen, autoOpenFile): on...
2007-01-08 Abdelrazak Younessame performance fix as rev. 16600.
2007-01-08 Abdelrazak Younesperformance fix.
2007-01-08 Abdelrazak Younesperformance fix, label updating have nothing to do...
2007-01-08 Abdelrazak Younesperformance fix/cleanup.
2007-01-08 Abdelrazak Younesperformance fix.
2007-01-08 Jürgen SpitzmüllerFix rest of bug 3068.
2007-01-08 Enrico ForestieriFix problem with filename encoding in python script...
2007-01-07 Bo PengResolve compiler warning unused parameter nr in src...
2007-01-07 Bo PengFix bug 3062, bookmark-goto x crashes lyx for invalid...
2007-01-07 Abdelrazak YounesAdd missing call to WorkArea::redraw(). Fix bug 3078
2007-01-07 Georg BaumDon't calculate outerfont twice
2007-01-07 Georg Baumavoid unneeded stream flushes
2007-01-07 Georg Baummore typos
2007-01-07 Michael Schmitt* src/changes.C:
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/ui/QGraphicsUi.ui:
2007-01-07 Georg BaumAdd some documentation
2007-01-07 Georg Baumfix typos
2007-01-07 Georg BaumCorrectly enable/disable all paste lfuns
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QTocDialog.C (updateGui):
2007-01-07 Georg BaumAdd comment
2007-01-07 Georg BaumTell X the selection status also after it is changed...
2007-01-07 Peter KümmelTOC dialog: fix scrollbar flickering when clicking...
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QBibtexDialog.C: sanitize button...
2007-01-07 Peter Kümmelfix: TOC dialog table content is not visible after...
2007-01-07 Michael Schmitt* src/text.C: fix endless loop in breakParagraph()
2007-01-07 Michael Schmitt* src/paragraph.C: hfillExpansion(): rewrite loop for...
2007-01-07 Michael Schmitt* src/paragraph.C: sanitize hfillExpansion()
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QCharacter.C:
2007-01-07 Jürgen SpitzmüllerFix bug 3068.
2007-01-07 Enrico ForestieriFix conversion of n-th roots to mathematica and octave...
2007-01-06 Abdelrazak Younesupdate comments.
2007-01-06 Michael Schmitt* src/frontends/qt4/ui/QCharacterUi.ui: fix resize...
2007-01-06 Georg BaumFix thinko: default paste method for plain text
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
next