]> git.saurik.com Git - wxWidgets.git/history - src/generic/aboutdlgg.cpp
make strings used in the dialog translatable (patch 1823372)
[wxWidgets.git] / src / generic / aboutdlgg.cpp
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()