- 22 Mar, 2003 4 commits
-
-
Laurent Aimar authored
-
gbazin authored
* modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.
-
gbazin authored
* modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
-
gbazin authored
* modules/gui/wxwindows/*: Added a stream output dialog box.
-
- 21 Mar, 2003 6 commits
-
-
sigmunau authored
-
gbazin authored
* configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.
-
Christophe Massiot authored
-
gbazin authored
* modules/demux/ogg.c: fix for some ogg web radio streams where there is a huge gap between the granulepos in the header packets and the data packets.
-
Emmanuel Puig authored
* slider.cpp: fixed mouse down refresh bug * theme.cpp: removed debug text
-
Emmanuel Puig authored
* Fixing Parkinson disease bug (it's not funny, it's real life)
-
- 20 Mar, 2003 4 commits
-
-
gbazin authored
* modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
-
Sam Hocevar authored
ourselves. * ./bootstrap: "make dist" works again, even if gettext is not present.
-
Sam Hocevar authored
-
Emmanuel Puig authored
* Fixing a refresh bug when opening an open file dialog box
-
- 19 Mar, 2003 9 commits
-
-
Christophe Massiot authored
all platforms but GNU/Linux * Bumped up revision number to 0.5.3-test1
-
Emmanuel Puig authored
* Updating doc.
-
Emmanuel Puig authored
* Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
-
Laurent Aimar authored
Whitout it I can't even start gtk2 interface.
-
Emmanuel Puig authored
* button.cpp : Fixing bug when disabling control * Checkbox.cpp : adding onmouseover and onmouseout events * Updating DTD * win32_event.cpp : fixing bug for WINDOW_OPEN event
-
hartman authored
* NEWS: bringing the file to 0.5.3. i have added my work (and some things that I remembered). i trust everyone will enter his own stuff ;) * README.MacOSX.rtf: fixed some errors * THANKS: added Olivier Aubert for his vout-clone-list patch
-
hartman authored
-
Emmanuel Puig authored
* Fixed skin config save
-
VideoLAN authored
* Adding onmouseover and onmouseout events to button control * Fixing window position at launch time * Adding notification when mouse leaves a window
-
- 18 Mar, 2003 17 commits
-
-
Christophe Massiot authored
do not follow the standard.
-
Jon Lech Johansen authored
-
gbazin authored
* modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert. Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter. * modules/video_filter/*: don't forget to detach the vout before destroying it.
-
hartman authored
Now a complete redesign of the hiding of the mousecursor. - We use higher level functions now (NSCursor). - We only hide if the cursor is over our VLCView - In many exceptions we unhide. This is mainly for multimonitor support.
-
gbazin authored
* configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default. This is necessary for the win32 build because old gettext versions do not work on win32.
-
gbazin authored
* configure.ac.in: fixed linking problem with the slp plugin on win32.
-
gbazin authored
* configure.ac.in: use the -O2 gcc option when compiling the skins plugin so that compilation doesn't take ages. Also use -fno-rtti -fno-exceptions to save some bits of space.
-
Marc Ariberti authored
-
ipkiss authored
-
ipkiss authored
-
ipkiss authored
-
ipkiss authored
-
hartman authored
Reworked the mouse hiding routine. we were always hiding the mousecursor on kCGDirectMainDisplay, but this display is always the one with the menubar and not always the one containing our VLCVout. This new code takes the vout, and calculates on which displays (plural because of possible mirroring) it is being shown. It then shows or hides the cursor on all of those displays. This should fix #396.
-
ipkiss authored
- doc/skins/curve_maker: files for a VB project for easy Bezier curves creation - share/skins/default: a default skin. It's an awful one made for testing purposes, you'll be warned...
-
hartman authored
* modules/misc/httpd.c: removed an unused int.
-
ipkiss authored
-
Sam Hocevar authored
-