A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / dialogs / dialogs.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2013-04-29  Vadim ZeitlinAdd support for wxICON_AUTH_NEEDED to wxMessageDialog.
2012-04-28  Vadim ZeitlinFix harmless warnings about hiding base class virtual...
2012-04-17  Vadim ZeitlinAdd possibility to change the test message box title...
2011-10-18  Vadim ZeitlinAdded wxRichToolTip class.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-11  Vadim ZeitlinDon't handle "Return" key as "TAB" even when the defaul...
2011-03-13  Vadim ZeitlinDocument wxTE_MULTILINE support in wxTextEntryDialog.
2010-09-10  Vadim ZeitlinAdd a possibility to show a progress dialog on dialog...
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-03-14  Vadim ZeitlinAdd a "not specified" icon style to the message box...
2010-01-28  Stefan Csomoradding window-modal message box sample
2009-10-05  Vadim ZeitlinGenerate the button clicks in GTK version of wxInfoBar.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-05  Vadim ZeitlinStore canvas attributes in the canvas itself in the...
2009-10-05  Vadim ZeitlinMinor cleanup and copyright updates in the dialogs...
2009-10-05  Vadim ZeitlinUse member variable instead of a global in the dialogs...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-09-11  Vadim Zeitlinmade wxLogGui more flexible and documented it and added...
2008-09-11  Vadim Zeitlindon't use wxStrings in a statically initialized array...
2008-09-09  Vadim Zeitlinadd tests for the remaining message box flags (wxNO_DEF...
2008-09-08  Vadim Zeitlinadded a dialog for wxMessageBox testing
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2007-11-24  Vadim Zeitlinadded wxNotificationMessage and implemented it generica...
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-04-22  Vadim Zeitlinadded wxStdDialogButtonSizer test (patch 1705382)
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-04-14  Julian SmartSteps towards implementing native-style, non-top-level...
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-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-04-01  Julian SmartAdded wxPropertySheetDialog demo
2004-10-01  Ryan Nortonfix dialogs sample after change to generic on OSX
2004-09-27  Ryan Nortonuse both generic and native on osx 10.2 for presentatio...
2004-09-22  Włodzimierz SkibaSmartphone fix.
2004-09-16  Włodzimierz SkibaDescription of the 'generic dialogs in native builds...
2004-09-08  Vadim Zeitlinreverted last check in
2004-09-07  Vadim Zeitlinfixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)
2004-08-31  Włodzimierz SkibaGeneric dialogs not available in shared nonUniv builds...
2004-06-24  Włodzimierz SkibaFixed WinCE build.
2004-06-23  Włodzimierz SkibaAccording to C99 standard (6.10.1 p3) defined() in...
2004-06-22  Włodzimierz SkibaMinimize diff for ports where features are not possible.
2004-06-21  Włodzimierz SkibaBetter conditions within dialogs sample.
2004-06-16  Włodzimierz SkibaGeneric file dialog presentation. Regenerated makefiles.
2004-06-15  Włodzimierz SkibaAdd generic dialogs in non wxUniversal builds. Regenera...
2004-06-12  Václav Slavíkcompilation fixes for GTK (this looks weird for other...
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
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...
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2001-11-18  Vadim Zeitlinfixes for programmatically deleting the find/replace...
2001-10-29  Vadim Zeitlinadded wxBusyInfo test
2001-08-20  Vadim Zeitlinmoved button handler into the modeless dialog itself...
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-08-23  Vadim Zeitlinadded test of wxFileSelector() def ext handling
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-01-30  Vadim Zeitlinadded modeless dlg test to dialogs
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-22  Julian Smart*** empty log message ***