]> git.lyx.org Git - lyx.git/history - src
Work around bug 2859 by Bernhard R.:
[lyx.git] / src /
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...
2007-01-19 Jean-Marc Lasgouttes * lyx_main.C (readUIFile): when reading an include...
2007-01-19 Enrico ForestieriFix encoding of bibtex keys and files read from the...
2007-01-18 Michael Schmitt * insets/insetfloatlist.C:
2007-01-18 Michael Schmitt * LyXView.C:
2007-01-18 Abdelrazak YounesFix bug 3063, the problem was a recursive call to QRef...
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Georg Baumremove unneeded extra lyx:: namespace qualifier
2007-01-18 Abdelrazak YounesPartly revert revision 16744. Georg doesn't want to...
2007-01-18 Abdelrazak YounesConvert internal_path() to unicode (partially). Fix...
2007-01-18 Abdelrazak Younes* mover.h
2007-01-17 Georg BaumFix regression to 1.4.x: Additional vertical space...
2007-01-17 Georg Baumwhitespace
2007-01-17 Georg Baum * src/insets/insetbase.h
2007-01-17 Georg Baum * src/lyxlayout.h
2007-01-17 Georg Baum * src/output_latex.C
2007-01-17 Jean-Marc Lasgouttes * math_hullinset.C (numbered): clear the label when...
2007-01-17 Jürgen Spitzmüller* src/text3.C (doDispatch):
2007-01-17 Jean-Marc Lasgouttes * BufferView.C (mouseSetCursor): if the cursor was...
2007-01-17 Abdelrazak Younesreplace BufferView::reload() uses with LyXFunc::reloadB...
2007-01-17 Abdelrazak YounesFix bug 3093:
2007-01-17 Abdelrazak YounesTransfer the global converters and system_converters...
2007-01-17 Edwin Leuven* replace many toggled(bool) with changed() signals
2007-01-17 Abdelrazak YounesFix bug 3101 and 3108
2007-01-17 Bo PengUse getline() to read filenames with space in session.C
2007-01-17 Bo PengFix inline collapsable inset set focus crash
2007-01-16 Michael Schmitt* development/scons/scons_manifest.py:
2007-01-16 Michael Schmitt * src/paragraph.C: remove unused sgmlLineBreak()
2007-01-16 Enrico ForestieriPass input data to a CAS program through a file instead...
2007-01-16 Abdelrazak Younes* LyXView::updateInset(): schedule a redraw instead...
2007-01-16 Abdelrazak YounesCleanup declaration.
2007-01-16 Abdelrazak YounesFix compilation problem with gcc-3.3.4-11.
2007-01-16 Edwin Leuven* avoid signal triggered by setChecked(bool)
2007-01-16 Jürgen Spitzmüller* src/frontends/qt4/ui/QPrefCygwinPathUi.ui:
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-15 Abdelrazak YounesTranslate labels based on the paragraph language instea...
2007-01-15 Abdelrazak YounesFix bug 3058: changes in LyX's preferences aren't taken...
2007-01-14 Michael Schmitt* src/CutAndPaste.C:
2007-01-14 Georg Baumfix member initialization order (gcc warning)
2007-01-14 Michael Schmitt * src/buffer.C: save(): use correct filesystem encodin...
next