lyx_mirror/src/frontends
Abdelrazak Younes 4d7795d4d2 Reorganize window resizing so that no painting occurs during a resizeEvent(). This caused the crash on MacOSX because the splash image drawing was not finished before the resizeEvent() occurred because of scrollbar hiding.
* WorkArea::resizeBufferView(): delete redraw() call.

* GuiWorkArea:
  - need_resize_: new private member.
  - expose(): move pixmap painting code to new private updateScreen() method.
  - paintEvent(): resize the backing pixmap  if need be.
  - resizeEvent(): move the resizing code to paintEvent().


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16499 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-04 12:36:17 +00:00
..
controllers Fix strange bibtex problem by converting some more functions to use FileName 2006-12-27 10:56:11 +00:00
qt4 Reorganize window resizing so that no painting occurs during a resizeEvent(). This caused the crash on MacOSX because the splash image drawing was not finished before the resizeEvent() occurred because of scrollbar hiding. 2007-01-04 12:36:17 +00:00
Alert_pimpl.h
Alert.C
Alert.h
Application.C Really fix focus problem on new view. 2006-12-24 17:11:32 +00:00
Application.h * GuiApplication::x11EventFilter(): check for currentView() before using it. 2006-12-04 13:52:02 +00:00
ChangeLog
Clipboard.h Prepare for external/internal clipboard merging. 2007-01-03 08:53:54 +00:00
Dialogs.C
Dialogs.h
FileDialog.h
FontLoader.h
FontMetrics.h * enable font metrics cache for all platforms. 2006-12-04 10:09:22 +00:00
Gui.h
key_state.h
LyXKeySym.h Convert shortcut strings to unicode (required by Qt/Mac); restore 2006-12-13 14:13:01 +00:00
LyXKeySymFactory.h
LyXView.C add some assertions. 2007-01-02 10:36:34 +00:00
LyXView.h Fix focus on WorkArea after mini-buffer command. 2006-12-23 17:09:50 +00:00
Makefile.am
Menubar.h
mouse_state.h
NoGuiFontLoader.h
NoGuiFontMetrics.h fix compiler warning 2006-12-07 17:48:38 +00:00
Painter.C Button face-lift: stop shifting text under mouse 2006-12-07 16:26:17 +00:00
Painter.h Button face-lift: use mouse hover-buttons. 2006-12-04 04:31:18 +00:00
pch.h
Selection.h Remove isInternal() method. We don't use it and should not do so in the 2007-01-04 11:12:01 +00:00
Timeout.C
Timeout.h
Toolbars.C
Toolbars.h
WorkArea.C Reorganize window resizing so that no painting occurs during a resizeEvent(). This caused the crash on MacOSX because the splash image drawing was not finished before the resizeEvent() occurred because of scrollbar hiding. 2007-01-04 12:36:17 +00:00
WorkArea.h Partial Fix for Tab key press bug. It is now properly processed but the focus is not returned to the WorkArea afterward. 2006-12-20 21:28:05 +00:00