- 12 May, 2003 3 commits
-
-
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 7 commits
-
-
Derk-Jan Hartman authored
no longer start. (it fails on the duplication of the config of this variable)
-
Laurent Aimar authored
-
Eric Petit authored
-
Eric Petit authored
with old config files; --language is now a string_from_list you can use to specify the language (default is auto-detection).
-
Gildas Bazin authored
* src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.
-
Derk-Jan Hartman authored
* disabled the vp31 and iv31 iv32. In it's current state it is too ugly too actually use it. It would generate too many bugreports.
-
Derk-Jan Hartman authored
-
- 09 May, 2003 11 commits
-
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
-
Christophe Massiot authored
-
Laurent Aimar authored
-
Eric Petit authored
-
Laurent Aimar authored
have found.
-
Gildas Bazin authored
* modules/misc/httpd.c: win32 fixes. * modules/control/http.c: fixed a problem with IE that sends POST requests instead of GET ones.
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
- possibly fixed a crash situation when clicking the OK button (not sure though) * modules/gui/macosx/macosx.m: - made the transparency option an advanced option.
-
Eric Petit authored
* src/misc/configuration.c: config_PutPsz now sets the variable to NULL if the string is empty * modules/gui/macosx/prefs.m: remove duplicate (now) code with config_PutPsz
-
Derk-Jan Hartman authored
- made the advanced button better. - added missing CONFIG_ITEM_DIRECTORY support * extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: - added the semi 'apple' default of com-, as a hotkey for the prefs.
-
- 08 May, 2003 6 commits
-
-
Derk-Jan Hartman authored
modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Eric Petit authored
vasprintf if defined but not declared in the system headers...)
-
Christophe Massiot authored
localized system * Removed the "EXPERIMENTAL" in "DVD menus (EXPERIMENTAL)", and enabled the DVD menus by default.
-