]> git.lyx.org Git - lyx.git/shortlog
lyx.git
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 Peter Kümmeladd Jose's TOC bug on FC6p
2007-01-04 Michael Schmitt* Status.15x: remove reports also listed in bugzilla...
2007-01-04 Bo PengChange menu item 'Paste External Clipboard/Selection...
2007-01-04 Peter Kümmeladd Juergen's setup
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... fix wrong commit.
2007-01-04 Georg Baumreenable assertion
2007-01-04 Abdelrazak... comment out assertion in order to compile without warning.
2007-01-04 Jean-Marc Lasgouttes * insetcollapsable.C (doDispatch): [LFUN_MOUSE_PRESS...
2007-01-04 Abdelrazak... delete unused variables.
2007-01-04 Abdelrazak... Reorganize 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 Schmitt * po/*.po: remerge (only one new message)
2007-01-03 Michael Schmittchange LYX_USER_DIR_1[234]x to LYX_USER_DIR_15x
2007-01-03 Jean-Marc LasgouttesGerman documentation update from Hartmut Haase
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... Prepare for external/internal clipboard merging.
2007-01-03 Abdelrazak... Factorise external pasting code.
2007-01-03 Abdelrazak... comment out debug statement.
2007-01-03 Bo PengScons: create libs directory for res file
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... add some assertions.
2007-01-02 Bo PengScons: allow use of different icons for lyx and tex2lyx
2007-01-02 Bo PengScons: fix a typo
2007-01-02 Bo PengScons: create an .rc file and link lyx.exe etc with...
2007-01-01 Bo PengStatus.15x: mark a bug as fixed
2007-01-01 Abdelrazak... Fix cursor navigation with UP arrows. I don't know...
2007-01-01 Georg Baumfix lyx2lyx conversion of multiple encoding files
2007-01-01 Abdelrazak... Transfer x2pos() and pos2x from LyXText to TextMetrics.
2007-01-01 Abdelrazak... delete unused variable.
2007-01-01 Abdelrazak... Compilation fix, again... sorry.
2007-01-01 Abdelrazak... Compilation fix.
2007-01-01 Abdelrazak... Transfer getColumnNearX from LyXText to TextMetrics.
2007-01-01 Abdelrazak... Following depm sanitization, the assertion was bogus...
2007-01-01 Abdelrazak... Recommit Peter's commit from rev 16444. svn commit...
2007-01-01 Abdelrazak... Transfer these methods from LyXText to TextMetrics:
2007-01-01 Abdelrazak... Fix crash when scrolling up using the arrow keys.
2006-12-31 Abdelrazak... update
2006-12-30 Peter Kümmelfix: The items in the treeview are editable, invoke...
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... delete unused variables.
2006-12-30 Abdelrazak... Sanitize the DEPM!
2006-12-30 Peter Kümmeladd more lyxerr output, don't use a reference (maybe...
2006-12-30 Peter Kümmelalso warnings as errors with /W3
2006-12-30 Edwin Leuvenremove unused vars
2006-12-30 Abdelrazak... remove 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... delete unused stuff.
2006-12-29 Abdelrazak... This 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 LasgouttesNew textclass
2006-12-29 Georg BaumChange default encoding of arabic to cp1256 because...
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 Jean-Marc LasgouttesFix description of LabelCounter
2006-12-29 Georg BaumFix LaTeX generation of files with inputenc == default.
2006-12-28 Georg Baumadd missing encoding declaration
2006-12-28 Michael Schmitt* Status.15x: remove invalid bug report (my MikTeX...
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 Michael Schmitt* lib/configure.py: fix typos ("Declear" => "Declare")
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
next