]> git.lyx.org Git - lyx.git/history - src
Added check for valid size to show().
[lyx.git] / src /
2007-04-03 Richard HeckAdded check for valid size to show().
2007-04-03 Abdelrazak YounesStill trying to solve the Toc panel crash with stdlib...
2007-04-03 Abdelrazak YounesFollowing r17706:
2007-04-03 Abdelrazak YounesSmall cleanup. updateDocLang() was basically a void...
2007-04-03 Georg Baumexplain why ownsClipbiard() does not work on Windows...
2007-04-03 Abdelrazak YounesSync with src/debug.C
2007-04-03 Georg BaumNormalize everything that comes from 'outside' (plain...
2007-04-03 Uwe StöhrQGraphicsDialog.C: fix bug that there is no image scale...
2007-04-02 Georg BaumUse new isAlphaASCII and isDigitASCII functions instead...
2007-04-02 Georg Baumremove unused stuff
2007-04-02 Abdelrazak YounesImplement Angus suggestion.
2007-04-02 Angus LeemingLYXERR compilation fix.
2007-04-01 Michael Schmitt * src/frontends/qt4/ui/QTabularUi.ui:
2007-04-01 Michael Schmittrestore the old LyX banner in preparation of the next...
2007-04-01 Abdelrazak YounesThe error message doesn't need to be translated.
2007-04-01 Abdelrazak YounesFix bug 3288:
2007-04-01 Michael SchmittWS changes
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 Abdelrazak YounesSome more cleanup and comments from Iwami and myself.
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 Michael Schmittremove redundant lyxerr.debugging checks; macro LYXERR...
2007-04-01 André Pönitzbetter fix for bug #17652
2007-04-01 André Pönitzavoid evalutation of lyxerr arguments unless really...
2007-04-01 Michael Schmittfix WS
2007-04-01 Abdelrazak Younescleanup headers.
2007-04-01 Abdelrazak YounesImproved input method support by M. Iwami. I fixed...
2007-03-31 Georg BaumDon't convert keystrokes to LaTeX accents, but insert...
2007-03-31 Peter Kümmelfix recursive repaint, detected by Qt 4.3
2007-03-31 Georg BaumFinish the transition to unicode of the kmap machinery...
2007-03-31 Georg BaumConvert the part of the keymap code that will not be...
2007-03-30 Jean-Marc Lasgouttes * src/text3.C (dispatch): revert previous fix to 3143
2007-03-30 André Pönitzfix #3130
2007-03-30 André Pönitzrevert 17649. This code was only a temporary mean to...
2007-03-30 André Pönitzfix 3396
2007-03-30 Abdelrazak Younesavoid recursive dump() in case of math parsing problem.
2007-03-30 Richard HeckFix for bug 3381, itself due to a bug in QT 4.2.3.
2007-03-30 André Pönitzenable LFUN_MATH_INSERT in text
2007-03-30 André PönitzWhitespace correction after rev 17639
2007-03-30 Richard HeckFix for bug 3109: http://bugzilla.lyx.org/show_bug...
2007-03-30 Richard HeckCompleted table on naming conventions for widgets
2007-03-29 Uwe Stöhrantialiasing for fonts by Stefan
2007-03-29 Uwe Stöhrbetter UI fix for bug 3364 from Richard
2007-03-29 André Pönitzmake up/down vuttons in command bar narrower
2007-03-29 André Pönitzremove a space
2007-03-29 André Pönitzfix mathed regression (pullArg was gone)
2007-03-29 Abdelrazak Younesremove unneeded declarations.
2007-03-29 Bo PengRestore old bookmark behaviors (stop using bookmark...
2007-03-28 Uwe StöhrFix bug 3364:
2007-03-28 Uwe Stöhrfix rev 17625
2007-03-28 Uwe Stöhrsmall adjustment to have the same button size for Brows...
2007-03-28 Abdelrazak YounesFix a bunch of focus proxy.
2007-03-28 Peter Kümmeldon't allow negative window positions on non-virtual...
2007-03-28 Abdelrazak YounesFix focus proxy.
2007-03-28 Abdelrazak YounesFix focus proxy.
2007-03-28 Abdelrazak YounesFix bug 3246 by Richard Heck:
2007-03-28 Abdelrazak YounesFix unreported bug related to 3246 by Richard Heck:
2007-03-28 Abdelrazak YounesFix bug 3356 by Bernhard Roider:
2007-03-28 Abdelrazak YounesFix bug 3143 by Richard Heck. Background information...
2007-03-28 Abdelrazak Younes* lyxtext.h: add comments to checkInsetHit() and editXY()
2007-03-28 Abdelrazak YounesRe-enable mouse hover detection over insets. This was...
2007-03-28 Jean-Marc Lasgouttes * src/encoding.C (latexChar,read):
2007-03-28 Abdelrazak Younes* LyXText::getPitNearY(): Make it const.
2007-03-28 Enrico ForestieriPresent to the eyes.
2007-03-28 Enrico ForestieriSmall refinement to subscript placement
2007-03-27 Michael Schmittfix typo: LateX => LaTeX
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/GuiWorkArea.C:
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/GuiWorkArea.[Ch]:
2007-03-27 Bo PengBufferView.C: remove unneeded comment
2007-03-27 André PönitzSome more debug information in case the cursor is ill
2007-03-27 André PönitzThis is supposed to fix #3189 basically by avoiding...
2007-03-27 Jean-Marc Lasgouttesfix uninitialized variable
2007-03-27 Abdelrazak YounesFix bug 3144 by Richard Heck (slightly modified by...
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/GuiWorkArea.[Ch]:
2007-03-27 Edwin Leuvenadjust layout
2007-03-27 Georg BaumConvert makeRelPath to docstring (from Michael Gerz)
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/BulletModule.C: remove unneeded...
2007-03-27 Jürgen Spitzmüller* src/frontends/qt4/BulletModule.C:
2007-03-27 Jürgen Spitzmüller* src/toc.C: whitespace
2007-03-27 Jürgen Spitzmüller* src/toc.C: allow upwards movement to first paragraph...
2007-03-26 Michael Schmitt * src/insets/insetcharstyle.C: fix bug #3252 (by M...
2007-03-26 Jürgen Spitzmüller* src/frontends/controllers/ControlAboutlyx.[Ch]:
2007-03-26 Bo PengCorrectly highlight comments in latexHighlighter
2007-03-26 Bo PenglatexHighlighter: handles multiline reg expression...
2007-03-26 Jürgen Spitzmüller* src/frontends/controllers/ControlAboutlyx.[Ch]:
2007-03-26 Jürgen Spitzmüller* src/frontends/qt4/QCharacter.C:
2007-03-26 Abdelrazak YounesFix bug 3293 by Bernhard Roider:
2007-03-26 Abdelrazak YounesFix bug 3258:
2007-03-26 Abdelrazak Younesfix MSVC warning.
2007-03-26 Georg BaumGet rid of LyXRC::font_norm_type, since it is no longer...
2007-03-26 Georg Baumremove lyxrc variables that where only used by xforms
2007-03-26 Georg Baumcompile fix
2007-03-26 Bo PengPresent to Abdel: Syntax highlighting for LaTeX Log...
2007-03-26 Enrico ForestieriAvoid random kerning values.
2007-03-25 Abdelrazak YounesFix crash in debug mode (MSVC) due to an assertion...
2007-03-25 Peter Kümmelcmake:
2007-03-25 Michael Schmitt * src/text.C: fix bug #2810
2007-03-25 Georg Baumadd some comments
2007-03-25 Georg BaumFix crash with included files
2007-03-25 Abdelrazak YounesAdd FIXME.
next