]> git.saurik.com Git - wxWidgets.git/commit
Added missing test in wxObject::Ref() for already
authorRobert Roebling <robert@roebling.de>
Mon, 4 Feb 2002 18:01:21 +0000 (18:01 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 4 Feb 2002 18:01:21 +0000 (18:01 +0000)
commitc89f5c02b1ecc6098b21b39b01509dd387c1cb34
treee22cbdac4e7c486365642e526786b2ac3a6718d5
parenta407ff6ae8668b8f37b139a9420bcc041fa8adc1
  Added missing test in wxObject::Ref() for already
    equal objects (same m_refData).
  Implemented new ref counting for wxBrush, wxPen
    and wxColour (in addition to wxRegion). Also
    inlined some more functions and implemented
    real comparisons.
  Corrected refresh code to update GTK's window-less
    widgets if overdrawn after a wxWindow::Refresh().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
docs/gtk/changes.txt
include/wx/gtk/brush.h
include/wx/gtk/colour.h
include/wx/gtk/pen.h
include/wx/gtk/region.h
include/wx/gtk1/brush.h
include/wx/gtk1/colour.h
include/wx/gtk1/pen.h
include/wx/gtk1/region.h
src/common/object.cpp
src/gtk/brush.cpp
src/gtk/colour.cpp
src/gtk/pen.cpp
src/gtk/region.cpp
src/gtk/window.cpp
src/gtk1/brush.cpp
src/gtk1/colour.cpp
src/gtk1/pen.cpp
src/gtk1/region.cpp
src/gtk1/window.cpp