]> git.sesse.net Git - vlc/commit
* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
authorClément Stenac <zorglub@videolan.org>
Sun, 10 Apr 2005 18:40:52 +0000 (18:40 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 10 Apr 2005 18:40:52 +0000 (18:40 +0000)
commitd41216c0fda8ec3a60bb07463c1b1d868bac73c3
tree54f5f1485346469b40615c38c90a7b9e6dae34a3
parent6a46b2e35a00080124b83cb13afe7cf45a1e1bd0
* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>

I only changed two things in the patch
* added a check for wx2.4 that does not seem to have sizer->Detach
* commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
  (what was the intended behaviour ?)

* Added core support for a sorted by genre view
18 files changed:
include/vlc_common.h
include/vlc_playlist.h
modules/gui/wxwindows/bookmarks.cpp
modules/gui/wxwindows/extrapanel.cpp
modules/gui/wxwindows/fileinfo.cpp
modules/gui/wxwindows/interface.cpp
modules/gui/wxwindows/menus.cpp
modules/gui/wxwindows/messages.cpp
modules/gui/wxwindows/open.cpp
modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/preferences.cpp
modules/gui/wxwindows/preferences_widgets.cpp
modules/gui/wxwindows/preferences_widgets.h
modules/gui/wxwindows/wizard.cpp
modules/gui/wxwindows/wxwindows.cpp
modules/gui/wxwindows/wxwindows.h
src/playlist/sort.c
src/playlist/view.c