]> git.sesse.net Git - vlc/commit
* Fixed menus [Mac OS X port]
authorChristophe Massiot <massiot@videolan.org>
Sun, 12 May 2002 20:56:34 +0000 (20:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 12 May 2002 20:56:34 +0000 (20:56 +0000)
commit4bef8ffbcec9f2c47e97dddb15cb9ebace1bcb74
tree8445c451e95cecccd8b16479f25258c9e21701cf
parentbc57d09cc93c9546c7c5b655f1cccb9e8a6e384a
* Fixed menus [Mac OS X port]
* Objective-C files are now .m
* Fixed a major bug in the spu decoder
* Disabled auto-hiding of mouse cursor since it doesn't work when browsing
  menus ; instead, click in the video window
23 files changed:
Makefile
Makefile.dep
Makefile.modules
Makefile.opts.in
configure
configure.in
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
extras/MacOSX/vlc.pbproj/project.pbxproj
plugins/macosx/Makefile
plugins/macosx/aout_macosx.m [moved from plugins/macosx/aout_macosx.c with 99% similarity]
plugins/macosx/intf_controller.m [moved from plugins/macosx/intf_controller.c with 98% similarity]
plugins/macosx/intf_macosx.m [moved from plugins/macosx/intf_macosx.c with 98% similarity]
plugins/macosx/intf_open.m [moved from plugins/macosx/intf_open.c with 99% similarity]
plugins/macosx/intf_vlc_wrapper.m [moved from plugins/macosx/intf_vlc_wrapper.c with 91% similarity]
plugins/macosx/macosx.m [moved from plugins/macosx/macosx.c with 97% similarity]
plugins/macosx/vout_macosx.m [moved from plugins/macosx/vout_macosx.c with 99% similarity]
plugins/macosx/vout_qdview.m [moved from plugins/macosx/vout_qdview.c with 96% similarity]
plugins/macosx/vout_vlc_wrapper.h
plugins/macosx/vout_vlc_wrapper.m [moved from plugins/macosx/vout_vlc_wrapper.c with 93% similarity]
plugins/macosx/vout_window.m [moved from plugins/macosx/vout_window.c with 92% similarity]
plugins/spudec/spu_decoder.c