Michael Gerz wrote:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Sat Oct 21 11:45:11 2006
New Revision: 15438
URL: http://www.lyx.org/trac/changeset/15438
Log:
My six month cleanup crusade is now paying off: LyX has now multiple
windows support!
Modified:
lyx-devel/trunk/lib/ui/stdmenus.ui
lyx-devel/trunk/src/LyXAction.C
lyx-devel/trunk/src/coordcache.h
lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.C
lyx-devel/trunk/src/lfuns.h
lyx-devel/trunk/src/lyx_main.C
lyx-devel/trunk/src/lyx_main.h
lyx-devel/trunk/src/lyxfunc.C
lyx-devel/trunk/src/text2.C
This patch is bigger than what you posted before! Is there some dirt in it?
Yes, and I reverted the debug code in text2.C already. Remains some
changes that I did not put on purpose but I would like to let anyway:
lyx-devel/trunk/src/coordcache.h: new empty() method very useful for
debugging.
lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.C: use repaint() instead
of update(). This should fix the screen update when scrolling under Linux.
Abdel.
Michael