- 06 Apr, 2004 12 commits
-
-
Gildas Bazin authored
-
Olivier Teulière authored
and subdirectories. When loading a skin, the "theme.xml" file will be searched recursively, and the first one to be found is used. * skins2/*: Do not 'cd' anymore to the temporary directory where the .vlt is extracted (instead, we transform the relative paths specified in the XML file into absolute paths).
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* AUTHORS: updated my entry.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 05 Apr, 2004 3 commits
-
-
Cyril Deguet authored
(avoid a segfault when there is no theme at the beginning)
-
Gildas Bazin authored
* modules/stream_out/transcode.c: hack to work around ffmpeg encoding which doesn't like frames with identical pts. * modules/codec/ffmpeg/encoder.c: one missing AV_NOPTS_VALUE.
-
Gildas Bazin authored
-
- 04 Apr, 2004 6 commits
-
-
Gildas Bazin authored
* modules/gui/skins2/src/vlcproc.cpp: honour p_intf->b_die.
-
Laurent Aimar authored
size.
-
Laurent Aimar authored
decode it as a url encoded one and we retry. (Btw, this will break playing of paths that have '%' and ':' )
-
Olivier Teulière authored
This avoids warnings at run-time on Windows.
-
Benjamin Pracht authored
-
Benjamin Pracht authored
-
- 03 Apr, 2004 18 commits
-
-
Cyril Deguet authored
visible windows (because they may have be hidden by the window manager) * all: removed the dirty hacks from the previous commit ;)
-
Cyril Deguet authored
notify events * x11/x11_window.cpp: same thing for the other windows * x11/x11_loop.cpp: when the "parent" window receives a map notify event, we show all the windows because it doesn't seem to be automatic. To have this working, we must update the visibility variable of the windows when they are hidden by the window manager
-
Benjamin Pracht authored
-
Olivier Teulière authored
This avoids a flickering when 2 windows are overlapping.
-
Olivier Teulière authored
-
Cyril Deguet authored
window is destroyed (it is not enough i guess...) * utils/var_text.cpp: unregister the observer to the Stream variable in the destructor ! (fix a crash when changing skin)
-
Cyril Deguet authored
* x11_window.cpp: use XSetTransientForHint() to associate the windows to the "parent" window -> single window in the task bar
-
Cyril Deguet authored
text is updated (avoid many crashes)
-
Cyril Deguet authored
already been played (check the i_nb_played variable) * item.c: initialize i_nb_played to 0
-
Cyril Deguet authored
skins are not reentrant (at least with x11). Put commands in the queue instead. * commands/cmd_vars: commands to change variables * controls/ctrl_list.cpp: automatic scroll when the stream changes * src/bitmap.cpp: removed the scandinavian characters from the text font, they don't belong to ASCII (caused a stack corruption)
-
Laurent Aimar authored
(it helps a lot with wma).
-
Olivier Teulière authored
some methods.
-
Cyril Deguet authored
leading to invalid memory reads)
-
Cyril Deguet authored
- created a bool variable "playlist.isRandom" and 2 commands "playlist.setRandom(true)" and "playlist.setRandom(false)" - known bug: the playlist doesn't scroll automatically when the stream changes
-
Cyril Deguet authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(text subs with mpg aren't working anymore unless using ps2)
-
- 02 Apr, 2004 1 commit
-
-
Carlo Calabrò authored
Special thanks to Groniche and Google.
-