]> git.saurik.com Git - wxWidgets.git/commit
Some make corrections for HP and related,
authorRobert Roebling <robert@roebling.de>
Thu, 9 Mar 2000 13:24:34 +0000 (13:24 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 9 Mar 2000 13:24:34 +0000 (13:24 +0000)
commitb6fa52db667283fea7eaba7abe3dc48b8631f360
tree72b0977996285c6bd8c4a9e67971c4952cc39c32
parent6da3a3ef1f933c5a8ed746222bdce12990ce0aab
  Some make corrections for HP and related,
  Changed refresh order so that window-less widgets
    don't get overdrawn anymore,
  Prevent GTK from filtering our supposedly unneeded
    expose events,
  Block all expose calls if a resize is requested and
    do a full redraw then, thus removing flicker and
    behaving like wxMSW,
  Moved some doubled expose and draw code from GtkPizza
    to the respective callbacks in window.cpp,
  Set idle priority to a higher value (which should
    indicate a lower priority if I interpret glib.h
    correctly) but the desired side-effect didn't
    really show up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 files changed:
Makefile.in
configure.in
include/wx/gtk/win_gtk.h
include/wx/gtk/window.h
include/wx/gtk1/win_gtk.h
include/wx/gtk1/window.h
samples/caret/caret.cpp
samples/help/demo.cpp
samples/html/about/about.cpp
samples/html/test/test.cpp
src/generic/filedlgg.cpp
src/gtk/app.cpp
src/gtk/dcclient.cpp
src/gtk/frame.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/app.cpp
src/gtk1/dcclient.cpp
src/gtk1/frame.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp