fix warnings about conversion to bool, closes #14381
[wxWidgets.git] / src / gtk / region.cpp
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2011-11-25  Paul Cornettcheck for self-assignment in operator=
2011-11-25  Paul Cornettcopy array with memcpy rather than a loop
2011-11-25  Paul Cornettuse int instead of size_t for a couple member variables
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2006-11-01  Robert Roebling Fix warning.
2006-10-31  Robert Roebling Commited region iterator fix.
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-16  Włodzimierz SkibaInclude wx/region.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Vadim Zeitlinfix Union(empty rect) bug
2002-08-15  Vadim Zeitlinfixed (and slightly cleant up) wxGTK compilation
2002-08-13  Robert Roebling New GTK 2.0 Update() code.
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Robert Roebling Corrected wrong use of delete in region code.
2002-05-04  Vadim Zeitlinno changes (0 -> NULL)
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Robert Roebling Big wxRegion clean up.
2002-02-04  Robert Roebling Ref counting fixes and compile fixes.
2002-02-03  Vadim Zeitlincompilation fix
2002-02-03  Vadim Zeitlinfixed wxRegion::Offset() to not modify the shared regions
2002-01-30  Robert Roebling Added wxRegion::Offset(x,y)
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-28  Julian SmartFixed some compilos. Things that still need fixing...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-13  Julian SmartMore GTK+ 1.3.1 fixes
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-07-19  Ove Kaavengtk+ 1.3.1's region transformation code no longer retur...
2000-03-05  Ron Leecouple of typo/thinko bug fixes
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-05  Vadim ZeitlinwxRegion should work with wxCoord, not long
1999-12-13  Robert Roebling Corrected wxRegion::GetBox()
1999-11-28  Robert Roeblingsfs
1999-11-02  Vadim Zeitlinand the compilation fix for the warning fixes
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-11-26  Robert Roebling Flicker war won.
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-09-02  Robert Roebling New configure
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-05-20  Karsten BallüderInitial revision