]> git.sesse.net Git - vlc/log
vlc
16 years agoAdd format string variable to display frame count. ($f)
Antoine Cellerier [Thu, 28 Feb 2008 21:58:14 +0000 (21:58 +0000)]
Add format string variable to display frame count. ($f)

16 years agoFix the symlink generation
Christophe Mutricy [Thu, 28 Feb 2008 19:56:45 +0000 (19:56 +0000)]
Fix the symlink generation

16 years agoAccept MP3 as an alternative to MPGA for RTP and TS.
Rémi Denis-Courmont [Thu, 28 Feb 2008 18:54:58 +0000 (18:54 +0000)]
Accept MP3 as an alternative to MPGA for RTP and TS.

Someone please double check that this is not bogus!

16 years agoUnused define
Rémi Denis-Courmont [Thu, 28 Feb 2008 18:16:29 +0000 (18:16 +0000)]
Unused define

16 years agomacosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael...
Felix Paul Kühne [Thu, 28 Feb 2008 11:06:53 +0000 (11:06 +0000)]
macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.

16 years agoFix small copy & paste mistake. It had no effect, but was wrong.
Jean-Paul Saman [Thu, 28 Feb 2008 10:02:32 +0000 (10:02 +0000)]
Fix small copy & paste mistake. It had no effect, but was wrong.

16 years agoFix most linking of XvMC Vout.
Jean-Baptiste Kempf [Thu, 28 Feb 2008 02:44:02 +0000 (02:44 +0000)]
Fix most linking of XvMC Vout.

16 years agoCompile XvMC. Disabled the subtitles part for that. Commented a few things. This...
Jean-Baptiste Kempf [Thu, 28 Feb 2008 02:32:23 +0000 (02:32 +0000)]
Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet).

16 years agocontrol/media_instance.c: Properly unregister the callbacks.
Pierre d'Herbemont [Wed, 27 Feb 2008 23:57:11 +0000 (23:57 +0000)]
control/media_instance.c: Properly unregister the callbacks.

16 years agocontrol/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing...
Pierre d'Herbemont [Wed, 27 Feb 2008 23:45:10 +0000 (23:45 +0000)]
control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).

16 years agocontrol/media_instance.c: Sanitize input_thread_t management.
Pierre d'Herbemont [Wed, 27 Feb 2008 22:06:27 +0000 (22:06 +0000)]
control/media_instance.c: Sanitize input_thread_t management.

16 years ago* coding style fixes (please don't do [NSString string], but use an empty constant...
Felix Paul Kühne [Wed, 27 Feb 2008 21:34:27 +0000 (21:34 +0000)]
* coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)

16 years agomacosx: Implemented the Subs/OSD and Input categories of the Simple Prefs
Felix Paul Kühne [Wed, 27 Feb 2008 21:30:20 +0000 (21:30 +0000)]
macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs

16 years agoQt4 - Preferences refreshing fix by atmo, Andre Weber.
Jean-Baptiste Kempf [Wed, 27 Feb 2008 20:43:14 +0000 (20:43 +0000)]
Qt4 - Preferences refreshing fix by atmo, Andre Weber.

16 years agofix #1404
Rafaël Carré [Wed, 27 Feb 2008 19:46:31 +0000 (19:46 +0000)]
fix #1404

16 years agoasf demuxer: fix header demuxing & use padding without confusing the user (refs ...
Rafaël Carré [Wed, 27 Feb 2008 19:46:04 +0000 (19:46 +0000)]
asf demuxer: fix header demuxing & use padding without confusing the user (refs #1404)

16 years agoWe do need the symlink for the buildtree
Christophe Mutricy [Wed, 27 Feb 2008 19:37:56 +0000 (19:37 +0000)]
We do need the symlink for the buildtree

16 years agofix win32 & osx packages (vlc is now in src/)
Rafaël Carré [Wed, 27 Feb 2008 19:34:12 +0000 (19:34 +0000)]
fix win32 & osx packages (vlc is now in src/)

16 years agomacosx gui playlist: allow drag & drop to the media library
Rafaël Carré [Wed, 27 Feb 2008 14:24:51 +0000 (14:24 +0000)]
macosx gui playlist: allow drag & drop to the media library

16 years agofix macosx update gui
Rafaël Carré [Wed, 27 Feb 2008 14:24:24 +0000 (14:24 +0000)]
fix macosx update gui

16 years agomisc/objects: No need to do atomic list-release when releasing the list.
Pierre d'Herbemont [Wed, 27 Feb 2008 14:02:13 +0000 (14:02 +0000)]
misc/objects: No need to do atomic list-release when releasing the list.

16 years agomisc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an...
Pierre d'Herbemont [Wed, 27 Feb 2008 13:23:28 +0000 (13:23 +0000)]
misc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an atomic refcount decrease and object removal from the object list bank.

16 years agoSrc: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber.
Jean-Baptiste Kempf [Wed, 27 Feb 2008 08:07:23 +0000 (08:07 +0000)]
Src: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber.

16 years agocontribs/extras: Compensate for shortfalls in ffmpeg's svn repository. Will submit...
Faustino Osuna [Wed, 27 Feb 2008 04:57:07 +0000 (04:57 +0000)]
contribs/extras: Compensate for shortfalls in ffmpeg's svn repository.  Will submit shortfalls as bugs + patch back to ffmpeg dev team.

16 years agocmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCAL...
Faustino Osuna [Wed, 27 Feb 2008 04:55:47 +0000 (04:55 +0000)]
cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.

16 years agomodules/ffmpeg: Revert change, there is a better way of detecting this.
Faustino Osuna [Wed, 27 Feb 2008 04:15:09 +0000 (04:15 +0000)]
modules/ffmpeg: Revert change, there is a better way of detecting this.

16 years agomodules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure.
Faustino Osuna [Wed, 27 Feb 2008 03:47:52 +0000 (03:47 +0000)]
modules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure.

16 years agocmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest...
Faustino Osuna [Wed, 27 Feb 2008 03:46:47 +0000 (03:46 +0000)]
cmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest changes in ffmpeg.

16 years agomisc/objects.c: Print more info about what was the parent or what were the children...
Pierre d'Herbemont [Wed, 27 Feb 2008 00:59:05 +0000 (00:59 +0000)]
misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed.

16 years agoinclude: Update svn:ignore property, include cmake's autogenerated config.h file.
Faustino Osuna [Tue, 26 Feb 2008 22:44:38 +0000 (22:44 +0000)]
include: Update svn:ignore property, include cmake's autogenerated config.h file.

16 years agomodules: Standardize svn:ignore property.
Faustino Osuna [Tue, 26 Feb 2008 22:43:25 +0000 (22:43 +0000)]
modules: Standardize svn:ignore property.

16 years agoCoding convention
Rémi Duraffort [Tue, 26 Feb 2008 22:36:15 +0000 (22:36 +0000)]
Coding convention

16 years agoFix a little bug with the playlist interface (items swaped)
Rémi Duraffort [Tue, 26 Feb 2008 22:34:19 +0000 (22:34 +0000)]
Fix a little bug with the playlist interface (items swaped)

16 years agocontrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code...
Faustino Osuna [Tue, 26 Feb 2008 22:26:59 +0000 (22:26 +0000)]
contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use.

16 years agocontrib/bootstrap: White space clean up.
Faustino Osuna [Tue, 26 Feb 2008 21:14:18 +0000 (21:14 +0000)]
contrib/bootstrap: White space clean up.

16 years agoUpdate POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of...
Christophe Mutricy [Tue, 26 Feb 2008 19:49:44 +0000 (19:49 +0000)]
Update  POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c

16 years agoFix the issue with the order of the item in the playlist (normaly fix #1379)
Rémi Duraffort [Tue, 26 Feb 2008 13:44:54 +0000 (13:44 +0000)]
Fix the issue with the order of the item in the playlist (normaly fix #1379)

16 years agoFix a little bug with the sorting in the interface
Rémi Duraffort [Tue, 26 Feb 2008 09:39:01 +0000 (09:39 +0000)]
Fix a little bug with the sorting in the interface

16 years agoset stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
Ilkka Ollakka [Tue, 26 Feb 2008 07:14:43 +0000 (07:14 +0000)]
set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
fix that flv muxing issue, and doesn't seem to cause regression. fixes
#1285. Please notify if you notice something broken after this.

16 years agoconfigure.ac: Backport the Mac OS X poll fix from cmake to autotools.
Pierre d'Herbemont [Tue, 26 Feb 2008 02:11:57 +0000 (02:11 +0000)]
configure.ac: Backport the Mac OS X poll fix from cmake to autotools.

16 years agosrc/playlist: Fix a rare memleak that could happen when the interaction is created...
Pierre d'Herbemont [Tue, 26 Feb 2008 01:37:34 +0000 (01:37 +0000)]
src/playlist: Fix a rare memleak that could happen when the interaction is created earlier than expected. (Fix vlc_object mem leak that happen when no module is loaded).

16 years agointerface/interaction.c: Set the interaction object name.
Pierre d'Herbemont [Tue, 26 Feb 2008 01:21:03 +0000 (01:21 +0000)]
interface/interaction.c: Set the interaction object name.

16 years agosvn nightmare is ending... (Fix previous commit).
Pierre d'Herbemont [Tue, 26 Feb 2008 00:32:14 +0000 (00:32 +0000)]
svn nightmare is ending... (Fix previous commit).

16 years agomisc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
Pierre d'Herbemont [Tue, 26 Feb 2008 00:29:12 +0000 (00:29 +0000)]
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
* Meaning, that when created objects gets a refcount to 1.
* Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
* We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
* We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
(make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).

16 years agoDoxygen documentation
Rémi Duraffort [Tue, 26 Feb 2008 00:17:42 +0000 (00:17 +0000)]
Doxygen documentation

16 years agoDoxygen comments and coding conventions
Rémi Duraffort [Mon, 25 Feb 2008 23:26:45 +0000 (23:26 +0000)]
Doxygen comments and coding conventions

16 years agocmake: Update the README.
Pierre d'Herbemont [Mon, 25 Feb 2008 22:24:01 +0000 (22:24 +0000)]
cmake: Update the README.

16 years agocmake: Code clean up, set up options before we start including custom macros, add...
Faustino Osuna [Mon, 25 Feb 2008 22:15:52 +0000 (22:15 +0000)]
cmake: Code clean up, set up options before we start including custom macros, add CONTRIB_INCLDE to CMAKE_REQUIRED_INCLUDES if ENABLE_CONTRIB is set, and correctly discover postproc/postprocess.h header by temporarily adding FFmpeg_CFLAGS to CMAKE_REQUIRED_FLAGS before checking for the header.

16 years agocmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS.
Faustino Osuna [Mon, 25 Feb 2008 22:02:42 +0000 (22:02 +0000)]
cmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS.

16 years agocmake: Remove duplicate macro entry.
Faustino Osuna [Mon, 25 Feb 2008 21:54:14 +0000 (21:54 +0000)]
cmake: Remove duplicate macro entry.

16 years agoXvMC: remove warnings. The compilation problems lies in a confustion between subpictu...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 21:44:24 +0000 (21:44 +0000)]
XvMC: remove warnings. The compilation problems lies in a confustion between subpicture_data_t from spudec.h and subpicture_sys_t. No idea how to fix.

16 years agoUgly hack to prevent crash when logging an error while destroying libvlc
Rémi Denis-Courmont [Mon, 25 Feb 2008 21:04:03 +0000 (21:04 +0000)]
Ugly hack to prevent crash when logging an error while destroying libvlc

16 years agoRemove argv/argc from libvlc_t (not really needed here)
Rémi Denis-Courmont [Mon, 25 Feb 2008 20:50:49 +0000 (20:50 +0000)]
Remove argv/argc from libvlc_t (not really needed here)

16 years agoXvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undec...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 20:44:40 +0000 (20:44 +0000)]
XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around...

16 years agotypo fix.
Jean-Baptiste Kempf [Mon, 25 Feb 2008 20:23:08 +0000 (20:23 +0000)]
typo fix.

16 years agoCompile fix
Rémi Denis-Courmont [Mon, 25 Feb 2008 20:04:10 +0000 (20:04 +0000)]
Compile fix

16 years agoXvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictur...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 20:01:42 +0000 (20:01 +0000)]
XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined.

16 years agoActually fix the ActiveX plugin
Rémi Denis-Courmont [Mon, 25 Feb 2008 19:58:36 +0000 (19:58 +0000)]
Actually fix the ActiveX plugin

16 years ago - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings.
Rémi Denis-Courmont [Mon, 25 Feb 2008 19:58:26 +0000 (19:58 +0000)]
 - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings.
 - Fix ActiveX.

16 years agoMostly revert [25311], [25313].
Rémi Denis-Courmont [Mon, 25 Feb 2008 19:52:09 +0000 (19:52 +0000)]
Mostly revert [25311], [25313].
Lets wait for 0.9.1 to sort this out.

16 years ago - Don't put private system_* header in public
Rémi Denis-Courmont [Mon, 25 Feb 2008 19:48:50 +0000 (19:48 +0000)]
 - Don't put private system_* header in public
 - Remove useless system_VLCPath

16 years agoRevert [25316] for now - need to think about this
Rémi Denis-Courmont [Mon, 25 Feb 2008 19:10:39 +0000 (19:10 +0000)]
Revert [25316] for now - need to think about this

16 years agoXvMC - Remove warnings (only unused parameters and variables are left)
Jean-Baptiste Kempf [Mon, 25 Feb 2008 18:30:20 +0000 (18:30 +0000)]
XvMC - Remove warnings (only unused parameters and variables are left)

16 years agocontrol/testapi.c: Nicer log() output.
Pierre d'Herbemont [Mon, 25 Feb 2008 18:28:25 +0000 (18:28 +0000)]
control/testapi.c: Nicer log() output.

16 years agoForgotten files in previous commit.
Pierre d'Herbemont [Mon, 25 Feb 2008 18:26:17 +0000 (18:26 +0000)]
Forgotten files in previous commit.

16 years agomisc/events.c: Fix a case about a callback non being called.
Pierre d'Herbemont [Mon, 25 Feb 2008 18:22:05 +0000 (18:22 +0000)]
misc/events.c: Fix a case about a callback non being called.

16 years agocontrol/event.c: Make it pass the unit tests.
Pierre d'Herbemont [Mon, 25 Feb 2008 18:18:00 +0000 (18:18 +0000)]
control/event.c: Make it pass the unit tests.

16 years agoXvmc: fix xvmc compilation on x86_64. Patch by eMPee584
Jean-Baptiste Kempf [Mon, 25 Feb 2008 18:17:29 +0000 (18:17 +0000)]
Xvmc: fix xvmc compilation on x86_64. Patch by eMPee584

16 years agoXvMC: revert [25318] and do it in a better way. Remove some warnings because of forgo...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 18:12:44 +0000 (18:12 +0000)]
XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.

16 years agoXvMC: possible fix compilation. Who uses that anyway ?
Jean-Baptiste Kempf [Mon, 25 Feb 2008 18:08:10 +0000 (18:08 +0000)]
XvMC: possible fix compilation. Who uses that anyway ?

16 years agoFix a long-standing missing dependency of vlc upon libvlc
Rémi Denis-Courmont [Mon, 25 Feb 2008 17:57:58 +0000 (17:57 +0000)]
Fix a long-standing missing dependency of vlc upon libvlc

16 years agoDon't look for plugins from the current working directory.
Rémi Denis-Courmont [Mon, 25 Feb 2008 17:56:03 +0000 (17:56 +0000)]
Don't look for plugins from the current working directory.
This can cause needless I/O, and consistutes a trivial local privilege esclation.

16 years agoBring a non-installed ./vlc script that loads plugins from the build tree explicitly.
Rémi Denis-Courmont [Mon, 25 Feb 2008 17:50:59 +0000 (17:50 +0000)]
Bring a non-installed ./vlc script that loads plugins from the build tree explicitly.

16 years agocontrol/event.c: Use vlc_array_t instead of the macros.
Pierre d'Herbemont [Mon, 25 Feb 2008 17:50:10 +0000 (17:50 +0000)]
control/event.c: Use vlc_array_t instead of the macros.

16 years agosvn:ignore
Rémi Denis-Courmont [Mon, 25 Feb 2008 17:49:22 +0000 (17:49 +0000)]
svn:ignore

16 years agotestapi.c: Test libvlc's events.
Pierre d'Herbemont [Mon, 25 Feb 2008 17:48:33 +0000 (17:48 +0000)]
testapi.c: Test libvlc's events.

16 years agoMore vlc to src/ (yes, I know this screws up things).
Rémi Denis-Courmont [Mon, 25 Feb 2008 17:32:54 +0000 (17:32 +0000)]
More vlc to src/ (yes, I know this screws up things).
If you packaged without staged installation you're going to have a problem (but packaging without staged installation is to utterly lame in the first place)

16 years agoDelete unneeded instruction from a loop
Rémi Duraffort [Mon, 25 Feb 2008 17:07:16 +0000 (17:07 +0000)]
Delete unneeded instruction from a loop

16 years agoextract early attachment:// art
Rafaël Carré [Mon, 25 Feb 2008 16:50:55 +0000 (16:50 +0000)]
extract early attachment:// art

16 years agoTypo
Rémi Denis-Courmont [Mon, 25 Feb 2008 16:38:18 +0000 (16:38 +0000)]
Typo

16 years agoUse %m on GLIBC to work-around strerror_r prototype problems
Rémi Denis-Courmont [Mon, 25 Feb 2008 16:29:04 +0000 (16:29 +0000)]
Use %m on GLIBC to work-around strerror_r prototype problems

16 years agofix #1461
Rafaël Carré [Mon, 25 Feb 2008 15:45:21 +0000 (15:45 +0000)]
fix #1461

16 years agouse strerror_r() which is guaranteed to be thread safe, using the GNU prototype only...
Rafaël Carré [Mon, 25 Feb 2008 13:38:26 +0000 (13:38 +0000)]
use strerror_r() which is guaranteed to be thread safe, using the GNU prototype only when available

16 years agomisc/threads.c: Fix error description printing in vlc_pthread_fatal().
Pierre d'Herbemont [Mon, 25 Feb 2008 13:17:06 +0000 (13:17 +0000)]
misc/threads.c: Fix error description printing in vlc_pthread_fatal().

16 years agoFix i386-Win32Cross-Trunk compilation.
Jean-Paul Saman [Mon, 25 Feb 2008 10:27:52 +0000 (10:27 +0000)]
Fix i386-Win32Cross-Trunk compilation.

16 years agoQt4 - remove some unused code.
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:35:40 +0000 (09:35 +0000)]
Qt4 - remove some unused code.

16 years agoQt4 - Fix art display in the bgWidget, fix one volume bug, fix fullscreen button
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:35:14 +0000 (09:35 +0000)]
Qt4 - Fix art display in the bgWidget, fix one volume bug, fix fullscreen button

16 years agoQt4 - SPrefs, add an option for saving volume on exit, and fix the displayMode in...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:33:56 +0000 (09:33 +0000)]
Qt4 - SPrefs, add an option for saving volume on exit, and fix the displayMode in SPrefs.

16 years agoQt4 - Input Manager: cleanup, fix behaviour of enableVideo(), initialize variable...
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:32:30 +0000 (09:32 +0000)]
Qt4 - Input Manager: cleanup, fix behaviour of enableVideo(), initialize variable that can be used and renaming.

16 years agoQt4 - Remove stupid this->
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:29:48 +0000 (09:29 +0000)]
Qt4 - Remove stupid this->

16 years agoQt4 - Better behaviour for the left panel of the playlist.
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:28:23 +0000 (09:28 +0000)]
Qt4 - Better behaviour for the left panel of the playlist.

16 years agoQt4 - documentation on includes priorities.
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:26:29 +0000 (09:26 +0000)]
Qt4 - documentation on includes priorities.

16 years agoUpdate - avoid a segfault if the error is triggered before hd creation.
Jean-Baptiste Kempf [Mon, 25 Feb 2008 09:24:55 +0000 (09:24 +0000)]
Update - avoid a segfault if the error is triggered before hd creation.

16 years agoRemove trailing whitespace.
Jean-Paul Saman [Mon, 25 Feb 2008 09:22:38 +0000 (09:22 +0000)]
Remove trailing whitespace.

16 years agoRefactor mozilla toolbar code. There are still a few things wrong:
Jean-Paul Saman [Mon, 25 Feb 2008 09:22:36 +0000 (09:22 +0000)]
Refactor mozilla toolbar code. There are still a few things wrong:
- nice images
- fix playlist status bug
- timeslider not updated bug
- button/slider position and detection of button click is hardcoded

16 years agoFixed another crash with fullscreen in mozilla toolbar.
Jean-Paul Saman [Mon, 25 Feb 2008 09:22:34 +0000 (09:22 +0000)]
Fixed another crash with fullscreen in mozilla toolbar.

16 years agoCleanup and fix crash when plugin wasn't playing.
Jean-Paul Saman [Mon, 25 Feb 2008 09:22:32 +0000 (09:22 +0000)]
Cleanup and fix crash when plugin wasn't playing.

16 years agocosmetics + evil (?) -> hack (objective C definitely looks strange...)
Rafaël Carré [Mon, 25 Feb 2008 00:49:30 +0000 (00:49 +0000)]
cosmetics + evil (?) -> hack (objective C definitely looks strange...)

16 years agoignore xcode3 local files
Rafaël Carré [Mon, 25 Feb 2008 00:31:26 +0000 (00:31 +0000)]
ignore xcode3 local files

16 years agofix update code in macosx gui
Rafaël Carré [Mon, 25 Feb 2008 00:28:43 +0000 (00:28 +0000)]
fix update code in macosx gui