- 18 Mar, 2003 23 commits
-
-
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 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
- fixed a cosmetic issue.
-
Derk-Jan Hartman authored
- rewrite of code
-
Sam Hocevar authored
./modules/gui/gtk/gnome.c, ./modules/gui/familiar/familiar.c: added a terminating NULL pointer in the fake argv values we pass to gtk_init(). * ./modules/misc/qte_main.cpp, ./modules/misc/gtk_main.c: these plugins now have the "gui-helper" capability. * ./modules/misc/gtk_main.c: paved the way for Gtk2.
-
Sam Hocevar authored
defining its fourcc values like us.
-
Derk-Jan Hartman authored
- added playlist_Move to move an item in our playlist before the position of a previous item (or end) of our playlist. Keeps index at it's current item. * modules/gui/macosx/playlist.?: - Now a reorderable playlist. Thanks to Andrew Stone for example code. This fixes #349 (Finally ;) - True alternating colors in the playlistview. Thanks to Apple Computer for the example code.
-
Sam Hocevar authored
reduce cluttering of the root directory.
-
Sigmund Augdal Helberg authored
-
Marc Ariberti authored
-
Christophe Massiot authored
-
- 16 Mar, 2003 6 commits
-
-
Laurent Aimar authored
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(they refuse the connection), so let give them 192.168.0.1 ...
-