- 10 Nov, 2005 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 09 Nov, 2005 8 commits
-
-
Olivier Teulière authored
Be warned, no DTD validation is done on the included XML file, and the loading will fail if it contains several top-level tags.
-
Felix Paul Kühne authored
-
Olivier Teulière authored
-
Christophe Mutricy authored
po/*: update due to file moving
-
Clément Stenac authored
-
Clément Stenac authored
Add a input_Read function that reads a stream in blocking or non-blocking mode and cleans-up (Closes:#244) Still needs to be exported, but needs some thinking for pause/stop handling
-
Rémi Denis-Courmont authored
-
Sigmund Augdal Helberg authored
Also removed a long unused member from the clock struct.
-
- 08 Nov, 2005 10 commits
-
-
Olivier Teulière authored
-
Olivier Teulière authored
coordinates and/or invalid size
-
Olivier Teulière authored
when the extraction failed
-
Benjamin Pracht authored
-
Cyril Deguet authored
-
Cyril Deguet authored
depends on the position of the slider. The "Slider" elements now have optional attributes "background", which the Id of a bitmap, and "nbimages" which is the number of images in the bitmap (it is similar to the radialslider). At the moment there is a hack to support winamp slider bars: the different images must be separated by 3 rows of unused pixels (well, maybe they are useful; if someone knows how... ;) * theme_loader.cpp: convert the file names from zip archives to lower case, to avoid mixed case issues in some winamp skins
-
Olivier Teulière authored
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Clément Stenac authored
-
- 07 Nov, 2005 2 commits
-
-
Olivier Teulière authored
-
Christophe Mutricy authored
bootstrap: test for the presence of contrib/share/aclocal before including it because m4 react badly to missing directory
-
- 06 Nov, 2005 12 commits
-
-
Olivier Teulière authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Felix Paul Kühne authored
-
Olivier Teulière authored
* skins2/src/theme_loader.cpp: Fixed another directory delimiter issue. The winamp skins load perfectly on windows now...
-
Olivier Teulière authored
-
Cyril Deguet authored
* winamp2.xml: more controls
-
Cyril Deguet authored
* theme_loader.cpp: correct handling of subdirectories in winamp skins
-
Cyril Deguet authored
lot of things to do but it works ! * theme_loader.cpp: when a theme contains no XML file, assume we are trying to load a winamp skin, and use winamp2.xml * vlcproc.cpp: repaired text variables ($N was broken)
-
Cyril Deguet authored
several bitmaps in a skin from regions of the same image file. Usage is: <Bitmap id="body" file="main.bmp" alphacolor="#FF0000"> <SubBitmap id="sub1" x="0" y="10" width="100" height="100" /> <SubBitmap id="sub2" x="100" y="10" width="100" height="100" /> </Bitmap>
-
Cyril Deguet authored
-
Cyril Deguet authored
Borrowed code from Gilles Vollant for the unzip part (I guess this code should be put elsewhere in vlc, but it was the easy way for me at the moment;) I hope it compiles fine everywhere, I've tested only on linux. Now, everything's ready for winamp skins ;)
-
- 05 Nov, 2005 3 commits
-
-
Cyril Deguet authored
can be loaded
-
Cyril Deguet authored
taken into account, which caused getting RGBA pictures instead of ARGB, or GBR instead of RGB). 8bpp is obviously broken too, I have not tested it. --> now BMP images (and other formats) can be used in skins, not only PNG! (of course the goal is to add a winamp skins loader ;-)
-
Cyril Deguet authored
"equalizer.enable()" and "equalizer.disable()" to enable or disable the equalizer audio filter. + small fixes
-
- 04 Nov, 2005 2 commits
-
-
Rémi Denis-Courmont authored
Bug report credited to Matthew Hodgson
-
Marian Durkovic authored
-
- 03 Nov, 2005 1 commit
-
-
Jean-Paul Saman authored
-