- 09 Jun, 2003 1 commit
-
-
Cyril Deguet authored
than nothing
-
- 08 Jun, 2003 8 commits
-
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window. * share/skins/default/theme.xml: playlist is hidden by default.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/*: display the popupmenu when you right click on the interface.
-
Eric Petit authored
-
Cyril Deguet authored
* modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting items * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect
-
Gildas Bazin authored
* modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped.
-
Cyril Deguet authored
-
Cyril Deguet authored
* x11_window.*: real tooltip windows ! not perfect yet but it looks cool ! * removed compilation of gtk2 skins module. If you want it back, good luck ;)
-
- 07 Jun, 2003 7 commits
-
-
Gildas Bazin authored
* share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist".
-
Gildas Bazin authored
* doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts and instructions to generate new fonts.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff.
-
Eric Petit authored
-
Eric Petit authored
-
Cyril Deguet authored
(400ms) , maybe it could be stored in the vlc config file
-
- 06 Jun, 2003 9 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
-
Gildas Bazin authored
* modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
There is a lot of improvement left here.
-
Derk-Jan Hartman authored
- Changed modules list to use Default instead of None. probably clearer to users. - Have a warning before resetting the prefs.
-
- 05 Jun, 2003 3 commits
-
-
Cyril Deguet authored
* controls/text.cpp : text scrolling works ! (at least in the main window)
-
Gildas Bazin authored
* modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
-
Gildas Bazin authored
* include/vlc_common.h: fixed the I64C() macro for mingw. * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
-
- 04 Jun, 2003 6 commits
-
-
Christophe Massiot authored
-
Eric Petit authored
It allows to change the frequency and such things quite easily, from VLC. You'll have to --enable-pvr to build it.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: compilation fix.
-
Gildas Bazin authored
* modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed. * modules/gui/wxwindows/timer.cpp: fixed comment.
-
- 03 Jun, 2003 5 commits
-
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
do the actual execution of this command. this is a (very ugly) workaround to the problem we were having with the deinterlace menu on osx. It works now, but now i'm running into the black screen and continous "late picture skipped (-218000)" again which is also plagueing us when you enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0 as well.
-
Gildas Bazin authored
* modules/gui/skins/src/*: oops, forgot to add a bunch of files.
-
Gildas Bazin authored
* configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2. * modules/gui/wxwindows/*: fixed bug in sout dialog box. * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
-
Eric Petit authored
-
- 02 Jun, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
-