Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / choicdgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-05  Vadim ZeitlinTake void** client data in wxSingleChoiceDialog ctor...
2010-03-22  Vadim ZeitlinFix the selection validity check in wxSingleChoiceDialog.
2010-03-21  Vadim ZeitlinAdd initial selection parameter to wxGetSingleChoice...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-03-07  Vadim Zeitlinreplace wxGetMultipleChoices() with wxGetSelectedChoice...
2007-08-21  Vadim Zeitlindon't limit the multiple choice dialog size to 300x200...
2007-03-06  Julian SmartMade choice convenient dialog more, well, convenient...
2006-11-13  Robin DunnDon't use wxLB_EXTENDED with the checklistbox
2006-11-13  Julian SmartCorrected wxMultiChoiceDialog if wxCheckListBox is...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2006-01-05  Stefan Csomorlayout adaptions for mac
2005-11-02  Chris Elliottadd missing header
2005-11-01  Włodzimierz SkibawxMultiChoiceDialog uses now wxCheckListBox if possible...
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-02  Julian SmartFurther WinCE adaptations
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-10-27  Vadim Zeitlindon't preselect the first item if the array with the...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-07-25  Vadim Zeitlinunselect previously selected items in SetSelection...
2004-06-28  Václav Slavíkrespect absence of wxCENTRE
2004-06-23  Włodzimierz SkibaPrivate macro moved in waiting for DektopPolicy impleme...
2004-06-23  Włodzimierz SkibaPreserve previous state of sizers.
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-22  Włodzimierz SkibaChoices dialog adjustement to SmartPhone.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-04-27  Vadim Zeitlindon't hardcode wxCHOICEDLG_DIALOG_STYLE
2003-03-24  Vadim ZeitlinUnicode compilation fix
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-19  Mattia Barbon Fix wxSingleChoiceDialog under wxMotif.
2002-08-19  Julian SmartSet the selection under Motif in wxChoiceDialog
2001-11-08  Robin DunnFixed wxSingleChoiceDialog to match the docs wrt the...
2001-07-07  Gilles Depeyrotcorrected WXWIN_COMPATIBILITY conditional tests
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Václav Slavíkimplemented wxGetSingleChoiceIndex version that takes...
2001-03-12  Vadim Zeitlinpatch initializing the multi choice dialog with the...
2001-01-05  George TaskerFixed a problem in ConvertWXArrayToC() that would assig...
2000-11-11  Vadim Zeitlinadded missing function
2000-11-06  Vadim Zeitlincompilation/warning fixes for HP-UX
2000-11-06  Vadim Zeitlinugly compilation fix for wxMotif
2000-11-03  Vadim Zeitlinok, it does work - it's just that wxGTK doesn't
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-10-27  Julian SmartFixed wxMotif's wxRegion/wxRegionIterator to optionally...
1999-10-26  Vadim Zeitlin1. corrected uninitialised variable (which led to crash...
1999-10-24  Ove KaavenChanged wxGetSingleChoiceData() to take void* client...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-07-23  Ove KaavenSomeone need to make the clientdata be void* instead...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Vadim Zeitlina small cosmetic fix for single choice dialog
1999-06-26  J. Russell SmythAdded #include wx/dcclient.h and wx/settings.h for...
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-23  Karsten Ballüderimproved dialog size which created the listbox a bit...
1999-06-15  Vadim Zeitlincompilation fixes for wxMSW
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-10  Robert Roebling distribution things
1998-11-07  Robert Roebling Fixed 5 bugs in wxImage and Blit
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-28  Julian Smart#ifdefed out a typedef not appropriate to MSW; added...
1998-05-20  Karsten BallüderInitial revision