File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / samples / dialogs / dialogs.cpp
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-04-21  Vadim Zeitlintest centering file dialog on parent frame
2006-04-16  Julian SmartChanged the wxPlatform syntax as per Vadim's suggestions
2006-04-15  Julian SmartEasier platform testing class and function
2006-04-14  Julian SmartImplemented Mac-style button toggling within wxButtonTo...
2006-04-14  Julian SmartwxButtonToolBar only useful on Mac right now
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-23  Julian SmartDon't centre the frame on WinCE
2006-03-07  Włodzimierz SkibaPresent generic dialog on WinCE. Show using/avoiding...
2006-02-09  Vadim Zeitlinadded tests for centering dialogs on screen/parent
2006-02-09  Vadim Zeitlinput property sheets in their own submenu; resolve accel...
2006-01-31  Włodzimierz SkibaBuild fix.
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-26  Włodzimierz SkibaBetter #include
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-28  Vadim Zeitlintest centering file dialog
2005-08-28  Mattia Barbon No significant changes. Remove reliance on wx/bookctr...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-17  Julian SmartRemoved border style
2005-04-17  Julian SmartImproved prop sheet dialog layout
2005-04-02  Julian SmartRemoved unnecesary statusbar; check for spin control...
2005-04-01  Julian SmartAdded wxPropertySheetDialog demo
2005-03-26  Vadim Zeitlindon't use *.* under Unix as it does not match all files...
2005-02-16  Julian SmartAdded assert (WinCE doesn't report checked status corre...
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-11-18  Ryan Nortonfix dialogs sample to remember last color with generic...
2004-10-04  Włodzimierz SkibaWarning fixes to most detailed warning output of OpenWa...
2004-09-16  Vadim Zeitlinmore 'realistic' progress dialog test (part of patch...
2004-09-07  Vadim Zeitlinadded accels for submenus; removed weird wxConvCurrent...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  Włodzimierz SkibaLess text for smaller screen.
2004-06-21  Włodzimierz SkibaBetter conditions within dialogs sample.
2004-06-18  Włodzimierz SkibaFlatening menu for Smartphones when menubar has only...
2004-06-16  Włodzimierz SkibaGeneric file dialog presentation. Regenerated makefiles.
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-11  Włodzimierz SkibaReworked dialogs sample in the direction of fully worki...
2004-06-04  Václav Slavíkremember custom palette changes done in wxColourDialog
2004-05-25  Julian SmartMore name changes
2004-02-29  Mattia Barbon Compilation fixes.
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-16  Dimitri SchoolwerthIncluded required wx/image.h and added wxUSE_IMAGE...
2004-02-15  Robert Roebling The file dialog needs to be able to read images ...
2004-01-21  Julian SmartFilter index wasn't being set for multiple file dialog
2003-10-23  Mattia Barbon wxMac linking fix.
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2003-08-14  Julian SmartClear -> ClearBackground
2003-07-28  David ElliottDon't use pragma interface/implemenation for __APPLE__
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-04-13  Vadim Zeitlinfixed printf() format warnings
2003-03-30  Mattia Barbon Create dialog with the correct style.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-25  Vadim Zeitlintest for the bug with showing a modeless dialog from...
2003-02-01  Vadim Zeitlinshow dir selection dialog both with and without new...
2003-01-11  Mattia Barbon Documented wxMotif filedialog limitations WRT wildcar...
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Vadim Zeitlinadded wxFileDialog::SetDirectory test
2002-08-17  Robert Roebling Removed all deprecated printing code.
2002-07-02  Vadim Zeitlinfixed checking/unchecking find/replace items in the...
2002-07-02  Julian SmartRemoved strange _T()
2002-06-23  Vadim Zeitlinfixed compilation for Mac OS X 10.1.4
2002-06-21  Vadim Zeitlinfixed stray _T()s
2002-06-09  Vadim Zeitlinadded _T()s around the literal strings
2002-06-04  Vadim Zeitlinadded test for wxProgressDialog::Resume
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-10  Vadim ZeitlinUnicode compilation problems in the samples (patch...
2002-04-16  Vadim Zeitlinadded test for wxNO_DEFAULT in wxMessageBox
2002-04-03  Vadim Zeitlindon't show generic dir dlg when it's the same as the...
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-06  Vadim Zeitlinfixed menu accel
2002-02-10  Václav Slavíkdon't use wxGenericDirDialog in MSW
2002-01-19  Gilles Depeyrotuse "..." instead of <...> for wx includes
2002-01-08  Julian SmartMoved include for Windows compilation; minor doc tweaks
2001-11-27  Vadim Zeitlinadded some test for the choice dialog sizing
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR test
2001-11-23  Vadim Zeitlinadded test for selecting intial colour in the col dlg
2001-11-23  Jouk Jansen Committing in .
2001-11-18  Vadim Zeitlinfixes for programmatically deleting the find/replace...
2001-10-29  Vadim Zeitlinimproved sizing of wxBusyInfo window and updated the...
2001-10-29  Vadim Zeitlinadded wxBusyInfo test
2001-10-07  Vadim Zeitlinadded status bar to the sample because it uses wxLogSta...
2001-09-28  Vadim Zeitlinallow multiple extensions in tge generic wxFileDialog...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-28  Gilles Depeyrotremoved leftover testing code in patch for wxComboBox...
2001-08-20  Vadim Zeitlinmoved button handler into the modeless dialog itself...
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-26  Vadim Zeitlintest for wxLog interaction with wxYield better
2000-11-25  Vadim Zeitlincompilation fix for !wxUSE_DIRDLGG
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-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-25  Julian SmartFixed sample; enhanced wxLayoutAlgorithm to give remain...
2000-08-23  Vadim Zeitlinadded test of wxFileSelector() def ext handling
next