Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk1 / colour.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaBuild fix after wxColourBase introduction.
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-01-23  Michael Wetherellgtk1 fixes
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-06-04  Václav SlavíkGdkColor<->wxColour values conversion is not dependent...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-26  Vadim Zeitlinfixed crash under GTK+ 2.0
2002-02-22  Vadim Zeitlinfix for a nasty bug with colouor copying
2002-02-18  Robert Roebling Added more wxRegion tests to erase sample.
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2001-09-30  Václav Slavíkfixed wxColour bug that broken wxUniv
2001-09-28  Vadim Zeitlinapplied fix for 8 bit displays (already in the 2.2...
2001-08-21  Vadim Zeitlinremoved assert from wxColour::InitFromName() as there...
2000-12-16  Robert Roebling Applied colour patch for better 8-bit support,
2000-07-19  Ove KaavenCasting to GdkColormapPrivate is neither possible nor...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-04  Robert Roebling String changes for translations,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-10  Robert Roebling Docs.
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-10  Robert Roebling Various update to Blit() SetBackground() Clear()...
1999-01-12  Robert Roebling image update
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-10  Robert Roebling Deleted a debugging line.
1998-11-10  Robert Roebling Bit fiddling part 4.
1998-10-26  Julian SmartMotif and other mods
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-11  Robert Roebling Updates to memcheck
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-08-08  Robert Roebling Added wxDC:DrawPolygone
1998-06-22  Karsten Ballüderfixed #include paths to use local copies of png/gdk_iml...
1998-05-20  Karsten BallüderInitial revision