Implemented MSW's paint region clipping, but
authorRobert Roebling <robert@roebling.de>
Mon, 21 Feb 2000 14:16:32 +0000 (14:16 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 21 Feb 2000 14:16:32 +0000 (14:16 +0000)
commit3d2d8da1d89c195cb44f95f267989118e205c7bf
treee04ff16a5bd22293273844d2cbcb46c34e71c35e
parent78066fbfd4a3bdccaedb2df3dee08eee5330e159
  Implemented MSW's paint region clipping, but
   it exposed some bug in GTK's guffaw stuff.
  Implmented GC pooling.
  Implemented Corrcet mixing of pain region clipping,
    user clipping and masked bitmap clipping.
  Minor other corrections.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/gtk/dcclient.h
include/wx/gtk1/dcclient.h
include/wx/stubs/frame.h
samples/drawing/drawing.cpp
samples/printing/printing.cpp
src/generic/listctrl.cpp
src/generic/plot.cpp
src/gtk/data.cpp
src/gtk/dcclient.cpp
src/gtk/dcmemory.cpp
src/gtk/window.cpp
src/gtk1/data.cpp
src/gtk1/dcclient.cpp
src/gtk1/dcmemory.cpp
src/gtk1/window.cpp