- 10 Nov, 2005 10 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
* all: the slider background is now in a dedicaded tag "SliderBackground". The number of images can now be parametrized in both directions, and the offset between 2 images (padhoriz and padvert) is no more hardcoded
-
Cyril Deguet authored
Now it starts to really look cool ;-) * builder.cpp: look for fonts in the resource path if the font file cannot be found in the theme itself * ctrl_slider.cpp: fixed the hack for winamp: the bar images are separated by 2 rows, not 3...
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* modules/demux/mp4/mp4.c: fix some signed/unsigned compiler warnings. Patch by Daniel Stranger (vlc at schmaller dot de).
-
Gildas Bazin authored
* src/libvlc.c: failing of bindtextdomain() does not mean that there exists no DOMAIN in the locale path. It means that a memory error has occured. The error message was generalized. Patch by Daniel Stranger (vlc at schmaller dot de).
-
Gildas Bazin authored
* modules/gui/wxwidgets: wx backward compatibility fixes by Daniel Stranger (vlc at schmaller dot de).
-
Antoine Cellerier authored
for noticing this.
-
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 10 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>
-