A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / src / gtk / dirdlg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-10  Vadim ZeitlinUse wxSetWorkingDirectory() instead of chdir().
2012-10-25  Vadim ZeitlinCompilation fix for STL build after the last commit.
2012-10-25  Vadim ZeitlinStore the selected directory in wxGTK wxDirDialog.
2012-10-02  Paul Cornettremove some unnecessary casts
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-03-14  Vadim ZeitlinImplement wxDirDialog:: and wxFileDialog::Create()...
2012-02-27  Vadim ZeitlinOnly include <unistd.h> under Unix in wxGTK code.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-02-25  Vadim ZeitlinAlways use UTF-8 for GTK+ strings.
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-07-21  Vadim Zeitlinremoved unused variable left after the last commit
2007-07-21  Vadim Zeitlinalways use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, indep...
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