]> git.lyx.org Git - lyx.git/history - src
Fix 3188, update the labels at each Caption insertion.
[lyx.git] / src /
2007-01-31 Abdelrazak YounesFix 3188, update the labels at each Caption insertion.
2007-01-31 Abdelrazak YounesFix bug 3170:
2007-01-31 Bo PengSession: restore toolbars in the right order and location
2007-01-31 Uwe Stöhrnew \lyxline difinition, fixes also bug 1988:
2007-01-30 Peter Kümmelprepare lyxerr for using
2007-01-30 Bo PengSlightly better toolbar session restoration, from Jurgen
2007-01-30 Abdelrazak YounesFix bug 3177:
2007-01-30 Abdelrazak YounesThe caption inset patch by Georg, Martin and myself.
2007-01-30 Jean-Marc Lasgouttesfix typo reported by John McCabe-Dansted
2007-01-29 Peter Kümmelrevert tab patch
2007-01-29 José MatoxFix bug 2841
2007-01-29 Peter KümmelBerhard's tab patch: crash after saving new buffer...
2007-01-29 Peter KümmelBerhard's tab patch: immediatly show saved filename
2007-01-29 Georg BaumRevert unwanted stuff from last commit
2007-01-29 Georg BaumFix LyX paste from system clipboard when the file forma...
2007-01-29 Georg Baumfix another crash
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/QLToolbar.C: whitespace only
2007-01-29 Jürgen Spitzmüller* src/frontends/qt4/GuiView.[Ch]:
2007-01-29 Abdelrazak Younesfix typo in commit 16925
2007-01-29 Abdelrazak YounesFix bug 3142 (LyX crashes when using mouse wheel)
2007-01-29 Georg BaumDo not attempt to output characters of empty paragraphs
2007-01-29 Jürgen Spitzmüller* src/encoding.C: add forgotten header
2007-01-29 Georg Baumadd forgotten header
2007-01-28 Abdelrazak YounesFix this bug:
2007-01-28 Georg BaumAdd machinery to output arbitrary unicode characters...
2007-01-28 Bo PengFix Bug3171: update bookmark after saveCursor
2007-01-28 Abdelrazak YounesFix focus bug 3153.
2007-01-28 Georg BaumAdd two FIXMEs for Michael
2007-01-28 Georg Baum * src/text.C
2007-01-28 Bo PengFix confirm overwrite asked twice, from Bernhard
2007-01-28 Georg BaumSmall optimization for the unicodesymbols patch
2007-01-27 Bo PengBUG3127 Toolbar display: restore all toolbars to differ...
2007-01-27 Georg BaumFix bug 2182: LyX should default unknown classes to...
2007-01-27 Georg BaumFix bug 3145: not possible to copy stuff from dialogs...
2007-01-27 Michael Schmitt * frontends/qt4/GuiView.C: fix localization
2007-01-27 Abdelrazak YounesPrepare for advanced mouse click selections.
2007-01-27 Abdelrazak YounesLimit the work-around in rev. 16874 to Windows.
2007-01-27 Abdelrazak YounesFix bug 3138 (http://bugzilla.lyx.org/show_bug.cgi...
2007-01-26 Abdelrazak YounesAllows editing when the Prefs dialog is opened; fix...
2007-01-26 Abdelrazak YounesWork around bug 2859 by Bernhard R.:
2007-01-26 Abdelrazak YounesMSVC warning (signed/unsigned).
2007-01-26 Bo PengFix compiling errors caused by LyXText::ChangeOp::ACCEPT
2007-01-25 Michael Schmitt * src/text2.C: deleteEmptyParagraphMechanism(): fix...
2007-01-25 Michael Schmitt* src/lyxtext.h:
2007-01-25 Michael Schmitt* src/lyxtext.h: add enum ChangeOp (ACCEPT/REJECT)...
2007-01-25 Georg BaumReal fix from Bernhard Roider
2007-01-25 Georg Baumadd comment
2007-01-25 Abdelrazak YounesFix bug 3135 by Bernhard Roider:
2007-01-25 Abdelrazak YounesFix this bug:
2007-01-25 Abdelrazak YounesAvoid errorList copy.
2007-01-25 Abdelrazak Younes* QErrorList::update_contents(): avoid touching the...
2007-01-25 Enrico ForestieriFix compiler warning about multi-character constant
2007-01-24 Abdelrazak YounesRemove buggy and redundant BufferView::update() calls.
2007-01-24 Abdelrazak YounesFix screen update after CT bug.
2007-01-24 Georg Baumfix compiler warnings about unused parameter
2007-01-24 Abdelrazak YounesSmall formatting and comment cleanup.
2007-01-24 Abdelrazak Younesget rid of MSVC warning (signed/unsigned comparison)
2007-01-24 Georg Baumcompile fix: std::exception does only have a default...
2007-01-24 Abdelrazak YounesDisplay error/warning dialogs if possible.
2007-01-24 Georg BaumWe use char_type, not size_t for storing UCS4 characters.
2007-01-24 Georg Baumwhitespace
2007-01-23 Michael Schmitt* src/lyxtext.h:
2007-01-23 Abdelrazak Younesrevert last change
2007-01-23 Abdelrazak Younesrevert last change
2007-01-23 Abdelrazak YounesWrite the warnings and errors both to lyxerr and to...
2007-01-23 Abdelrazak YounesReplace lyxerr based warnings and errors with Alert...
2007-01-23 Michael Schmitt * src/text.C: implement rejectChange() as the inverse...
2007-01-23 Abdelrazak YounesReplace lyxerr based warnings and errors with Alert...
2007-01-23 Abdelrazak YounesWith this commit, errors and warnings can use message...
2007-01-22 Abdelrazak YounesFix inverse DVI search as reported on the french list.
2007-01-22 Jean-Marc Lasgouttes * src/LyXAction.C: mark goto-clear-bookmark as working...
2007-01-22 Abdelrazak YounesCleanup Action class: The mother should be the main...
2007-01-22 Enrico ForestieriFix encoding of converters path and arguments
2007-01-21 Georg BaumCompile fix.
2007-01-21 Georg BaumFrom Bernhard Roider:
2007-01-21 Michael Schmitt * src/text.C: acceptChange(): complete rewrite; there...
2007-01-21 Michael Schmitt * src/paragraph.h:
2007-01-21 Abdelrazak Younesadd comment.
2007-01-21 Abdelrazak YounesFix crash when breaking paragraph and Change tracking...
2007-01-21 Michael Schmitt * src/output_plaintext.C: partially revert r16780
2007-01-20 Michael Schmitt * src/MenuBackend.C: Import plain text: align
2007-01-20 Georg Baumcount correctly
2007-01-20 Georg BaumSome renaming (has been discussed a long time ago)
2007-01-20 Michael Schmitt * src/text.C: move forward when logically deleting...
2007-01-20 Michael Schmitt * src/output_plaintext.C: fix line break handling;
2007-01-20 Michael Schmitt * src/output_plaintext.C: remove cryptic comment;
2007-01-20 Michael Schmitt * src/output_plaintext.C: save two *.po entries;
2007-01-20 Michael Schmitt * src/output_plaintext.C: fix line breaks in plain...
2007-01-20 Michael Schmitt * src/paragraph_pimpl.C: check for linelen == 0 in...
2007-01-20 Michael Schmitt * output_plaintext.C: cosmetics in comment: line lengt...
2007-01-20 Georg Baumwhitespace
2007-01-20 Abdelrazak YounesFix typo.
2007-01-20 Abdelrazak YounesFix cursor navigation in math.
2007-01-20 Abdelrazak YounesPreparePrepare for independent decoration drawing and...
2007-01-20 Abdelrazak YounesPrepare for independent decoration drawing.
2007-01-19 Peter Kümmelcoding style: fix crash on buffer-switching (2 tabs...
2007-01-19 Peter Kümmelfix crash on buffer-switching (2 tabs) + toc-clicking
2007-01-19 Jean-Marc Lasgouttes * insetbranch.C (textString): implement, so that branc...
2007-01-19 Jean-Marc Lasgouttes * insets/insetbase.h (textString): Simplify the signature
2007-01-19 Jean-Marc Lasgouttes * output_plaintext.C (asciiParagraph): output things...
next