]> git.saurik.com Git - wxWidgets.git/commit - include/wx/utils.h
Updates to memcheck
authorRobert Roebling <robert@roebling.de>
Fri, 11 Sep 1998 09:05:26 +0000 (09:05 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 11 Sep 1998 09:05:26 +0000 (09:05 +0000)
commite55ad60e195f1007db921b2a73a3cac98ed9df65
tree529ab853b223016e361f92be7a258718e76ae14b
parent384b4373c7ce592248284787a97fa2909821e906
  Updates to memcheck
  Corrected and beautified memory (output)
  Fixed a few memory leaks
  Fixed resizing in in wxRadioBox
  Added many wxFAIL and wxASSERT
  Corrected other wxFAIL (removed from ..::Ok())
  Added wxBrush::Set..() functions
  Added CopyOnWrite support in GDI objects (Unshare)
  Disabled all occurences of WXDEBUG_NEW
  made clean, recompiled with mem_chcking on

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
46 files changed:
TODO.txt
configure
configure.in
include/wx/gtk/accel.h
include/wx/gtk/brush.h
include/wx/gtk/pen.h
include/wx/gtk1/accel.h
include/wx/gtk1/brush.h
include/wx/gtk1/pen.h
include/wx/hash.h
include/wx/memory.h
include/wx/object.h
include/wx/utils.h
samples/dnd/dnd.cpp
samples/memcheck/memcheck.cpp
setup/setup.hin
src/common/gdicmn.cpp
src/common/hash.cpp
src/common/memory.cpp
src/common/object.cpp
src/generic/listctrl.cpp
src/generic/treectrl.cpp
src/gtk/accel.cpp
src/gtk/app.cpp
src/gtk/bitmap.cpp
src/gtk/brush.cpp
src/gtk/colour.cpp
src/gtk/font.cpp
src/gtk/frame.cpp
src/gtk/pen.cpp
src/gtk/radiobox.cpp
src/gtk/window.cpp
src/gtk1/accel.cpp
src/gtk1/app.cpp
src/gtk1/bitmap.cpp
src/gtk1/brush.cpp
src/gtk1/colour.cpp
src/gtk1/font.cpp
src/gtk1/frame.cpp
src/gtk1/pen.cpp
src/gtk1/radiobox.cpp
src/gtk1/window.cpp
user/wxFile/dirctrl.cpp
user/wxFile/filectrl.cpp
user/wxFile/wxFile.cpp
wx-config.in