- 27 Mar, 2002 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Loïc Minier authored
new options "gtk_hide_toltips" or "gnome_hide_tooltips" Tooltips are enabled by default. This option is only considered on module initialization.
-
- 26 Mar, 2002 7 commits
-
-
Christophe Massiot authored
* Deleted non-working fullscreen menu item [OS X] * udp and http no longer modify p_input->psz_name
-
Gildas Bazin authored
* various little portability fixes
-
Gildas Bazin authored
* modified the gtk interface to save an empty <string> option as a NULL pointer * modified config_LoadConfigFile to consider an empty <string> option as a NULL pointer.
-
Gildas Bazin authored
* changed the behaviour of the config file: - now all the config options are saved. <string> config options which have no default value are also saved in the config file but as an empty string. - config_LoadConfigFile will ignore empty config options, which also means we cannot pass an empty string as a <string> config option. (this shouldn't matter anyway)
-
Loïc Minier authored
. save button (inadvertently suppressed)
-
Olivier Teulière authored
* plugins/win32: - added toolbar icons (thanks xav) - we can no longer edit plugin names in the preferences :) - the tool button for playlist is now a toggle button
-
Tony Castley authored
-
- 25 Mar, 2002 6 commits
-
-
Olivier Teulière authored
* Added a win32 interface plugin, developed with Borland C++ Builder. To build the plugin, follow the instructions in INSTALL-win32.txt * Known bugs: - subtitles don't work - a crash occurs when the user exits by pressing 'q' in the vout - when moving the slider, position in the stream updates even if the slider isn't released yet * TODO list: - clean code in menu.cpp - adapt lool's enhancements of the Gtk+ preferences box - write drag-and-drop stuff - and of course, fix known bugs :) * For those of you who can't wait till the next release to test the win32 interface, binary files are available here: http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip Enjoy!
-
Loïc Minier authored
. fixed an ugly structure . the tabs are not verticaly expanded as they were . small enhancements
-
Loïc Minier authored
* plugins/gtk/gnome.c, plugins/gtk/gtk.c, plugins/gtk/gtk_common.h : . new Tooltips structure * plugins/gtk/gtk_preferences.c: . modifications of some widgets, the structure, cosmetic changes * src/interface/main.c: . typos . a couple new descriptions
-
Gildas Bazin authored
* moved the "display" option from main to the relevant plugins. ( We now have the x11_display, xvideo_display, xmga_display and ggi_display options ).
-
Sam Hocevar authored
* Fixed a little omission in INSTALL-win32.txt.
-
Johan Bilien authored
* Fixed a bug that made vlc segfault when choosing a program, change to another and come back to the first one. * Added gtk and gnome interfaces for satellite input. We should find a way to hide the button if satellite support is not compiled.
-
- 22 Mar, 2002 4 commits
-
-
Tony Castley authored
Beta always on top for the interface window. New cursor handling.
-
Xavier Marchesini authored
-
Jon Lech Johansen authored
played audio frames to be played when there were no new frames available. * MacOS X vout now uses the height/width calculated in video_output.c
-
Xavier Marchesini authored
* Win32 fix.
-
- 21 Mar, 2002 5 commits
-
-
Christophe Massiot authored
-
Gildas Bazin authored
* the calculation for the initial video window dimensions is now done in video_output.c and made available into p_vout->i_window_height/width. This allows to get rid of duplicated code and unify the behaviour of the video output plugins. (not all the plugins have been modified because I didn't want to break anything). As a side effect, the --width and --height options are now working, you can even use only --width or only --height the other dimension will adapt automatically to the video characteristics. Note that you need to remove the width/height options from the config file or set them to -1 if you want to use the actual video size.
-
Gildas Bazin authored
* moved GetConfigurationFromCmdLine() into configuration.c and renamed it into config_LoadCmdLine() * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating some problems on solaris. This function now uses getpwuid and is called only once to store the home directory into the p_main structure.
-
Johan Bilien authored
Forgot to add the input files.
-
Johan Bilien authored
-
- 20 Mar, 2002 7 commits
-
-
Gildas Bazin authored
* fixed stupid bug in stupid ConvertPrintfFormatString() function * fixed the "waveout not closing" bug. We need to reset the waveout device before closing it.
-
Sam Hocevar authored
* ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
-
Sam Hocevar authored
* Win32 and Solaris compilation fix.
-
Tony Castley authored
Duplicate code reduces and framework for Overlay and OpenGL modes in place.
-
Sam Hocevar authored
* ./src/misc/modules_plugin.h: kludge to allow the ALSA module to be compiled as a plugin. Please test. * ./include/modules.h: fixed a C++ warning.
-
Olivier Teulière authored
* Added 3 bugs of the win32 port to the BUGS file
-
Johan Bilien authored
* Raw device fix, courtesy of Steven Schultz
-
- 19 Mar, 2002 8 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
call).
-
Johan Bilien authored
* fixed some bugs in program management : selected ESs must be attached to the selected program.
-
Sam Hocevar authored
* ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal. * ./configure.in: fixed a few bashisms. * ./src/misc/configuration.c: fixed build under Solaris. * ./TODO: updated todo list.
-
Gildas Bazin authored
* fixed two memory leaks * fixed typo in waveout.c
-
Sam Hocevar authored
* ./configure.in: BeOS compilation fixes. * ./debian/rules: activated (broken) KDE interface. * ./plugins/access/http.c: fixed a segfault. * ./plugins/alsa/aout_alsa.c: fixed a segfault.
-
Olivier Teulière authored
* ./include/common.h: fixed the compilation fix for Borland C++ :)
-
Sam Hocevar authored
* ./include/common.h: compilation fix for Borland C++.
-