Applied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog

by Mart Raudsepp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-31 21:20:58 +00:00
parent 6def2b5299
commit f8bc53eb53
7 changed files with 372 additions and 397 deletions

View File

@@ -51,6 +51,8 @@ wxGTK:
- Corrected splitter sash size and look for different themes.
- Fixed keyboard input for dead-keys.
- Added support for more wrapping styles (Mart Raudsepp).
- GTK2.4+ wxFileDialog reimplemented to support non-modal usage better,
and fix all known bugs (Mart Raudsepp).
wxMac: