An error occurred fetching the project authors.
- 18 Jul, 2003 1 commit
-
-
Gildas Bazin authored
* modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream. * modules/gui/wxwindows/*: fix for popup menu placement.
-
- 17 Jul, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface". Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...). + misc small enhancements. * modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module). The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
-
- 05 Jul, 2003 1 commit
-
-
Sam Hocevar authored
Do not unload the WxWindows plugins on Unix, because they might be linked with Gtk which makes evil use of atexit().
-
- 05 Jun, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
-
- 17 Apr, 2003 1 commit
-
-
Anil Daoud authored
-
- 30 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box. * src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.
-
- 29 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: fixed an event problem on win32. * modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on win32 when the wxwindows interface is compiled as a builtin.
-
- 20 Feb, 2003 1 commit
-
-
Sigmund Augdal Helberg authored
indicate wether it is an "advanced" option or not. The goal with this is to hide the user from all the strange options that very seldom needs to be changed. added an extra argument to all the add_* macros to indicate wether the item is advanced or not. * src/libvlc.h: added an "show advanced options" config option default disabled * src/libvlc.c: the advanced options are not listed by vlc --help and friends unless --advanced is used * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show advanced options unless advanced is set all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by using some common sense. Please check and correct note: All interfaces should still work like they used to, see the change in modules/gtk/preferences.c to find out how to "hide" options. second note: I think I've changed all the modules, but I could not test everyone for compilation, expect some broken modules (the fix is to add ", VLC_TRUE" as last argument to the add_* I forgot)
-
- 28 Jan, 2003 1 commit
-
-
Sam Hocevar authored
* ./po/*: fixed spelling errors in pofiles.
-
- 23 Jan, 2003 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface. * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu. * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a play/pause button depending on the context. * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
-
- 15 Dec, 2002 1 commit
-
-
Olivier Teulière authored
-
- 13 Dec, 2002 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added skeleton for popup contextual menu. * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning fixes.
-
- 08 Dec, 2002 1 commit
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop yet). Compilation fix for MacOSX as well (wxEntry() not declared). * src/misc/variables.c: added a FreeMutex() function.
-
- 23 Nov, 2002 3 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/*: a few fixes for the win32 build.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: misc improvements to the main interface, implementation of drag and drop, proper initialisation of the i18n routines.
-
Olivier Teulière authored
-
- 20 Nov, 2002 2 commits
-
-
Gildas Bazin authored
* configure.ac.in, modules/gui/wxwindows/wxwindows.cpp: other compilation fixes for the wxwindows interface on win32.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: fixes for the win32 build. Removed a few unnecessary things and replaced the stop icon with a new one.
-
- 18 Nov, 2002 1 commit
-
-
Gildas Bazin authored
* added a wxwindows interface using the wxWindows cross-platform GUI framework. The interface is quite basic for now but should be functional anyway. (you need to have wxWindows >= 2.3.0 installed to use this plugin)
-
- 14 Oct, 2002 1 commit
-
-
Sam Hocevar authored
* ./include/main.h: removed p_vlc->i_status because it was not sufficient to represent all the possible states of p_vlc; each part should be tested separately upon destruction. * ./src/misc/objects.c: fixed a signed/unsigned bug that prevented creation of VLC_OBJECT_GENERIC objects. * ./src/misc/variables.c: added the VLC_VAR_COMMAND type which is simply a variable that stores a function pointer, and calls it when var_Get is called for it. The function argument is taken in val.psz_string. * ./src/misc/objects.c: vlc_dumpstructure and vlc_liststructure are no longer exported to the rest of the program; instead, they're VLC_VAR_COMMAND vars ("tree" and "list"). * ./modules/control/rc/rc.c: moved a few commands to VLC_VAR_COMMAND vars.
-
- 15 Sep, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 25 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 21 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Aug, 2002 2 commits
-
-
Sam Hocevar authored
gtk_main() in its own thread, and does nothing on subsequent calls. This ensures that gtk_main is only running once. * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome modules are now fully reentrant thanks to their use of the gtk_main module. * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available to external programs. * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done by vlc_destroy(). * ./modules/control/rc/rc.c: implemented a few new functions. For instance, run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even launch several of them. "segfault" works, too.
-
Sam Hocevar authored
familiar interface is asked to quit.
-
- 18 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
- added GtkCList instead of GtkList. - added first column sorting order by clicking on column header - selecting item from list works - reading entire directory list is displayed in GtkCList widget
-
- 12 Aug, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 04 Aug, 2002 1 commit
-
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-
- 31 Jul, 2002 1 commit
-
-
Sam Hocevar authored
about 2000 lines of code. I could not test everything on every architecture, so please report any module breakage (especially on BeOS, OSX and QNX).
-
- 24 Jul, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 23 Jul, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 22 Jul, 2002 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 15 Jul, 2002 1 commit
-
-
Sam Hocevar authored
for p_intf->b_die to know when they are supposed to terminate p_intf. This will allow to spawn interface plugins on the fly.
-
- 11 Jul, 2002 1 commit
-
-
Sam Hocevar authored
comment on usability.
-
- 02 Jul, 2002 1 commit
-
-
Sam Hocevar authored
of vlc from crashing when trying to open a recent module.
-
- 07 Jun, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/misc/objects.c: we do not hang on attempt to destroy an object with a non-zero reference count, but we still complain. * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such as play, pause, stop, next, fast etc. work again. * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes. * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the appropriate properties, we use it.
-