Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / colrdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-15  Vadim ZeitlinRemove unnecessary base class OnPaint() call from wxGen...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-12-02  Paul Cornettmake array data fully const
2009-02-07  Stefan CsomorOSX currently doesn't expose an OnPaint anymore
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-22  Vadim Zeitlinadd m_ prefix to the member variables and remove unneed...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-02-20  Kevin HockColor dialog sliders make more sense inverted, with...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-15  Stefan Csomortoplevel background behaviour changed
2005-02-13  Stefan Csomorchanged back, as I found a source compatible way to...
2005-02-13  Stefan CsomorwxMac needs inherited on paint for the correct backgrou...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-11-24  Włodzimierz SkibawxUSE_SLIDER=0 fixes.
2004-11-18  Ryan Nortonget rid of singleCustomColour - its not needed. Cleanu...
2004-11-18  Ryan Nortonfix bug where color chosen by sliders wouldn't be regis...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-18  Václav SlavíkwxUniv compilation fixes
2004-07-16  Włodzimierz SkibaSizer based placement of controls in generic colour...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-04  Václav Slavík1. changed wxColourData default palette to NULL colours...
2004-06-04  Václav Slavíktitle needs to be translated, too
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-19  David ElliottwxCocoa does not have wxDialog::OnPaint()
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-07-22  David WebsterOS/2 tweaks.
2002-07-03  Vadim Zeitlinfixed a compilation warning about signed/unsigned compa...
2002-07-03  Vadim Zeitlinremoved hardcoded 48 (number of standard colours) from...
2001-11-23  Vadim Zeitlinshow correctly the initially selected colour and update...
2001-11-21  Václav SlavíkwxUniv fixes for generic wxColourDialog
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-18  David WebsterFix to excule OnPaint from WXPM
2000-08-10  Jouk Jansen Committing in .
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-21  Robert Roebling Doc corrections,
1999-08-16  Michael BedwardChanged values passed to SetClientSize() in CreateWidge...
1999-06-28  Vadim Zeitlinmisc minor fixes I forgot to commit before
1999-06-21  Robert Roebling Motif compile fixes.
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-17  Ove KaavenUnicodified list of color strings.
1999-02-10  Robert Roebling distribution things
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-08-08  Denis PershinDP:
1998-05-20  Karsten BallüderInitial revision