- 04 Jan, 2006 1 commit
-
-
Clément Stenac authored
Initial support for registering and handling some shared stats
-
- 04 Dec, 2005 1 commit
-
-
Clément Stenac authored
Fix a bug in delete
-
- 08 Nov, 2005 1 commit
-
-
Olivier Teulière authored
-
- 01 Nov, 2005 1 commit
-
-
Cyril Deguet authored
When it is set to "true", the window is automatically resized when the vout size changes.
-
- 05 Aug, 2005 2 commits
-
-
Christophe Massiot authored
failing.
-
Christophe Massiot authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 15 Apr, 2005 1 commit
-
-
Gildas Bazin authored
* src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).
-
- 03 Mar, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
+ put access and demux in the right place
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 20 Nov, 2004 1 commit
-
-
Clément Stenac authored
* fix bug in SDP parser
-
- 06 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 25 Aug, 2004 1 commit
-
-
Olivier Teulière authored
-
- 24 Aug, 2004 1 commit
-
-
Cyril Deguet authored
* missing "Id" property
-
- 22 Aug, 2004 2 commits
-
-
Gildas Bazin authored
-
Cyril Deguet authored
-
- 26 Jun, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 22 Jun, 2004 1 commit
-
-
Gildas Bazin authored
-
- 11 Jun, 2004 1 commit
-
-
Olivier Teulière authored
This only works when the skins2 interface is active. Not very much tested yet...
-
- 20 May, 2004 1 commit
-
-
Sam Hocevar authored
+ Use the svlc shortcut for skins 2, too.
-
- 08 May, 2004 1 commit
-
-
Olivier Teulière authored
* skins2/parser/builder.cpp: s/resize/resizeSE/ (SE as in South-East) because in the future resizing will be allowed in all directions * share/skins2/default/theme.xml: Updated the skin accordingly
-
- 30 Apr, 2004 1 commit
-
-
Gildas Bazin authored
-
- 20 Apr, 2004 2 commits
-
-
Gildas Bazin authored
* modules/wxwindows/wxwindows.cpp, modules/skins2/src/skin_main.cpp: don't start the playlist if it is empty.
-
Gildas Bazin authored
* modules/gui/skins2/src/skin_main.cpp: "play on start" support. * src/interface/interface.c: explicit init of b_play. * src/libvlc.c: GetFilenames() doesn't start the playlist anymore.
-
- 18 Apr, 2004 1 commit
-
-
Olivier Teulière authored
As it is not perfect yet, a new config option allows to disable transparency effects.
-
- 12 Apr, 2004 1 commit
-
-
Cyril Deguet authored
to get a list of possible resource directories for skins2. On linux the path is "~/.vlc/skins2:VLC_INSTALL_DIR/share/skins2" and on win32 it is "VLC_PATH\skins2' * src/skin_main.cpp: use the getResourceDir() method instead of #ifdef * parser/builder.cpp: the default font is looked up in the resource dir, so you can put fonts in ~/.vlc/skins2/fonts and avoid a make install
-
- 03 Apr, 2004 1 commit
-
-
Olivier Teulière authored
-
- 01 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
-
- 29 Feb, 2004 2 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
-
- 27 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* parser/xmlparser.hpp: removed useless change.
-
- 08 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* src/interface/interface.c: added skins2 to the interface menu. * modules/gui/skins2/*: s/skin_last/skins2-last s/skin_config/skins2-config and fixed saving of skins2 configuration.
-
- 25 Jan, 2004 3 commits
-
-
Cyril Deguet authored
position/visibilty of the windows) * parser/xmlparser.cpp: fixed a segfault when the file cannot be opened
-
Felix Paul Kühne authored
-
Cyril Deguet authored
-
- 11 Jan, 2004 1 commit
-
-
Cyril Deguet authored
- huge cleaning of the interpreter; all the variables are stored in the container VarManager, and can be retrieved by their name (with type checking if needed). Some variables are still owned by VlcProc for technical reasons (their interface is not compliant with normal variable, because of the "updateVLC" trick) - replaced double by float
-
- 03 Jan, 2004 1 commit
-
-
Cyril Deguet authored
win32, by ipkiss and myself... Among the features: - framework rewritten from scratch, heavily based on design patterns => new controls can be (hopefully) created more easily, portability to other OS is better, and the interface is less dependant from the vlc core - new concept of "layout", to provide a window with several different views (as in winamp3 skins) - controls can now be placed at a relative position to the edges of a window, which allow controls and layouts to be resizable (e.g for the playlist window) - Use of libpng and libfreetype2 for better portability between x11 and win32 => ttf fonts and antialiasing - New DTD for the xml theme ( *it will probably change again* ) - Very very beginning of scripting in the xml file - And many things I miss - And probably many bugs ;)
-