- 19 Mar, 2003 3 commits
-
-
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
-
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
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./toolbox: added --update-glade2 flag.
-
Sam Hocevar authored
-
gbazin authored
* src/playlist/playlist.c: fixed misplaced variable declaration.
-
sigmunau authored
seeks are expensive. (Though not enough)
-
Jon Lech Johansen authored
-
- 17 Mar, 2003 11 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
hartman authored
- fixed a cosmetic issue.
-
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.
-
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.
-
sigmunau authored
-
Marc Ariberti authored
-
Christophe Massiot authored
-
- 16 Mar, 2003 2 commits
-
-
Laurent Aimar authored
-
Jon Lech Johansen authored
-