The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / aboutdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-04-28  Vadim ZeitlinUse generic wxAboutBox() in wxUniv/GTK.
2012-02-22  Julian SmartCompile fixes for wxUSE_COLLPANE=0
2012-01-20  Vadim ZeitlinDestroy modeless wxGenericAboutDialog when it is closed.
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-19  Vadim Zeitlinexpand the collapsible panes contents to fill the entir...
2009-04-26  Vadim Zeitlinpass parent argument of wxAboutBox to wxGenericAboutDia...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-03-05  Kevin OllivierMake about dialog non-modal on GTK/Mac and don't show...
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2008-12-23  Vadim Zeitlindon't use \u escapes, VC6 doesn't understand them
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2007-10-31  Vadim Zeitlinmake strings used in the dialog translatable (patch...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-11-12  Vadim Zeitlinshow all available information in the dialog (somewhat...
2006-10-30  Vadim Zeitlinuse wxUSE_COLLPANE around usage of wxCollapsiblePane
2006-10-23  Vadim Zeitlindon't show licence pane if there is no licence text
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-10-09  Vadim Zeitlinadded wxSizerFlags::GetDefaultBorder()
2006-10-09  Włodzimierz SkibaUse CreateButtonSizer in wxAboutBox() to make OK button...
2006-10-08  Vadim Zeitlinset focus to the Ok button initially
2006-10-08  Julian SmartAdded missing include and missing underscores
2006-10-08  Vadim Zeitlinadded example of customizing the generic about dialog...
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinuse the main frame icon if no icon is explicitely specified
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()