- 20 Mar, 2003 3 commits
-
-
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
-
Derk-Jan 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
-
Derk-Jan 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 24 commits
-
-
Christophe Massiot authored
do not follow the standard.
-
Jon Lech Johansen authored
-
Gildas Bazin 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.
-
Derk-Jan 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.
-
Gildas Bazin 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.
-
Gildas Bazin authored
* configure.ac.in: fixed linking problem with the slp plugin on win32.
-
Gildas Bazin 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
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Olivier Teulière authored
-
Derk-Jan 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.
-
Olivier Teulière 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...
-
Derk-Jan Hartman authored
* modules/misc/httpd.c: removed an unused int.
-
Olivier Teulière authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./toolbox: added --update-glade2 flag.
-
Sam Hocevar authored
-
Gildas Bazin authored
* src/playlist/playlist.c: fixed misplaced variable declaration.
-
Sigmund Augdal Helberg authored
seeks are expensive. (Though not enough)
-
Jon Lech Johansen authored
-
- 17 Mar, 2003 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
- fixed a cosmetic issue.
-
Derk-Jan Hartman authored
- rewrite of code
-