don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
[wxWidgets.git] / src / gtk / dirdlg.cpp
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-19  Paul CornettReorganize idle system code.
2006-12-07  Paul Cornettindentation fix
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-09-17  Robert Roebling Commit patch [ 1559950 ] fix mem leaks in wx{Dir...
2006-08-19  Vadim Zeitlindon't call base class OnOk() directly, use EndDialog...
2006-07-02  Vadim Zeitlinuse gtk_file_chooser_set_current_folder() instead of...
2006-05-29  Vadim Zeitlinremoved spurious #endif
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-28  Vadim Zeitlinfix the bug which prevented the same wxFile/DirDialog...
2006-05-15  Mart RaudseppRename *_filedialog_* to *_dirdialog_* to ensure there...
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-11  Mart Raudsepp[wxGTK2] Make the affirmative button the default in...
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-05-03  Vadim Zeitlincompilation fix when not using PCH
2006-04-30  Robert Roebling Fix mem leak.
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
1998-12-18  Robert Roebling Fixed nasty bug wxFont
1998-12-17  Robert Roebling GTK is standard in configure again
1998-12-17  Robert Roebling Added wxDirDialog