]> git.saurik.com Git - wxWidgets.git/history - src/generic/choicdgg.cpp
Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
[wxWidgets.git] / src / generic / choicdgg.cpp
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