- 02 May, 2004 2 commits
-
-
Olivier Teulière authored
style fixes
-
Olivier Teulière authored
* skins2/parser/expr_evaluator.cpp: small fix for enhanced flexibility
-
- 01 May, 2004 1 commit
-
-
Cyril Deguet authored
handle is now stored in VlcProc. * x11/x11_window.cpp, win32/win32_window.cpp: set the vout window in VlcProc instead of the old "drawable" trick * all: renamed "Time" into "StreamTime" because of a name conflict with X11 (did i hear "namespace" ? ;)
-
- 30 Apr, 2004 7 commits
-
-
Gildas Bazin authored
-
Eric Petit authored
cannot be affected by VLC loading the next picture (should fix the artifacts when moving or resizing the window)
-
Benjamin Pracht authored
- old VLCInfo and InfoPanel have been removed from nib file - VLCPlaylistInfo and PlaylistInfoPanel have been renamed - old info.c and info.h are still in repository, but not compiled, should I remove them ?
-
Gildas Bazin authored
-
Gildas Bazin authored
* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32). * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
-
Derk-Jan Hartman authored
* modules/gui/macosx/vout.m: conf->var video-on-top in OS X.
-
Gildas Bazin authored
-
- 29 Apr, 2004 6 commits
-
-
Cyril Deguet authored
(a bit "C-style-coded" at the moment ;) * utils/var_bool.*: added true and false boolean variables, and the "OR" composite variable * src/var_manager.*: support for anonymous variables * parser/interpreter.cpp: use the RPN evaluator to resolve boolean expressions in the XML. Any well-parenthesized expression using "not", "or", "and", "true", "false" and boolean variables should be understood (not much tested yet).
-
Derk-Jan Hartman authored
* REST: remove code duplication in some places. there might be more locations.
-
Derk-Jan Hartman authored
-
Clément Stenac authored
* Made the open dialog a wxDialog to be able to call it from the wizard. Please test on win32 and interaction with win32-skins2
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 27 Apr, 2004 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* include/vlc_meta.h: s/Url/URL/.
-
Sam Hocevar authored
player". A couple are remaining, but I don't want to break the string freeze yet.
-
- 26 Apr, 2004 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
-
Gildas Bazin authored
-
- 25 Apr, 2004 2 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
the dialog provider: fixes tons of errors such as "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
-
- 23 Apr, 2004 4 commits
-
-
Gildas Bazin authored
modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist). * modules/demux/mp4/Modules.am: get rid of mp4.h.
-
- 20 Apr, 2004 10 commits
-
-
Anil Daoud authored
-
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/window_manager.cpp: skins2-transparency is win32 only.
-
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.
-
Gildas Bazin authored
When true, the interface will automatically start playing the playlist when (and only when) it is ready. (particularly useful for embedded vouts). * src/libvlc.c, src/vlc.c: new VLC_AddIntf() prototype. * src/interface/interface.c: if the interface doesn't support "playing on start", do it ourselves. * modules/gui/wxwindows/wxwindows.cpp: implement "play on start".
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Antoine Cellerier authored
* added restore to default settings button (for those sliders)
-
Andre Pang authored
than only responding to shortcut keys which are defined in the .nib interface file
-
Derk-Jan Hartman authored
- fix goom location - some small url improvements. please test the contrib system. * modules/gui/macosx/* - autodetect Quartz Extreme. Use OpenGL vout if present. - --macosx-vout auto|quartz|opengl to force a vout. * Makefile.am: add share/http/vlm to target. * NEWS: small updates * AUTHORS: updated my email address.
-