- 15 May, 2003 3 commits
-
-
Derk-Jan Hartman authored
to be done, waiting for gibalou to work his magic on that ;) cvs: ----------------------------------------------------------------------
-
Derk-Jan Hartman authored
* added all the new icons to the dist. * on make dist i would like to do mv vlc.ebuild vlc-${VERSION}.ebuild I don't know how to do this. Who does?
-
Derk-Jan Hartman authored
Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will need to be updated before release, to point out the correct links to these libraries.
-
- 14 May, 2003 8 commits
-
-
Laurent Aimar authored
* libvlc.h : set correct value for sout-a/vcodec
-
Derk-Jan Hartman authored
-
Sam Hocevar authored
the extras/ directory.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
-
- 13 May, 2003 9 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added a navigation menu in the interface menubar. * modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: new subtitles file dialog box. * modules/demux/util/sub.c: fixed a few description strings. * Makefile.am: small cosmetic change to package-win32 target.
-
Cyril Deguet authored
* graphics should work, but....
-
Cyril Deguet authored
-
Eric Petit authored
- use BMenuFields for string_from_list config items - cleaning
-
Gildas Bazin authored
* modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: small fixes.
-
Eric Petit authored
-
- 12 May, 2003 5 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels. * modules/gui/wxwindows/open.cpp: small cosmetic changes.
-
Eric Petit authored
-
Gildas Bazin authored
* include/vlc_common.h: small change to shut-up some memory checkers.
-
Gildas Bazin authored
* modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin. * modules/video_output/directx/events.c: fixed non-initialized variable. * modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now). * src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed. * src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()). * modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.
-
Derk-Jan Hartman authored
play them) in the playlist. Otherwise we can be too late.
-
- 11 May, 2003 13 commits
-
-
Derk-Jan Hartman authored
- Add the THANKS file to the Mac OS X application * modules/gui/macosx/about.?: - Use c-style comments instead of // - Open the AUTHORS file with the correct Encoding - Display the THANKS file as well - Rotate the scrolling when at the end * modules/gui/macosx/intf.m: - put Cocoa into multithreaded mode as soon as possible. Not really causing any problems now, but is cleaner. * modules/gui/macosx/prefs.m: - Select the current setting when we create a combobox.
-
Derk-Jan Hartman authored
- removed a bit too much code from the interface files previous commit. Menu's were enabled if there was no input. - removed a NSLog which was used for bugtracking
-
Derk-Jan Hartman authored
cvs to stop bugging me about it ;) *.sed *.sin *.header Rules-quot
-
Gildas Bazin authored
* src/input/input_programs.c: small bug fix. * src/misc/variables.c: compilation fix for MSVC.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
and playlist already have, to be notified of menu changes. * src/video_output/video_output.c: Changed a 1 to a VLC_TRUE * modules/gui/macosx/intf.?: Interface listens for changes in the input menu's now.
-
Gildas Bazin authored
* modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.
-
Sigmund Augdal Helberg authored
To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c and modules/codec/spudec/text.c and run with --filter osdtext
-
Gildas Bazin authored
* configure.ac.in: fixed the wx-config detection by the skins plugin. * modules/gui/wxwindows/*: fixed a couple of breakage.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
-
Sigmund Augdal Helberg authored
-
Sigmund Augdal Helberg authored
(doesn't seem to work)
-
Christophe Massiot authored
calculation * modules/audio_output/coreaudio.c: apparently the audio card clock can be screwed, so probe it at every buffer * src/audio_output/output.c: Thou shalt not drop buffers
-
- 10 May, 2003 2 commits
-
-
Derk-Jan Hartman authored
no longer start. (it fails on the duplication of the config of this variable)
-
Laurent Aimar authored
-