]> git.sesse.net Git - vlc/history - modules/gui
vlc.spec: Bumped up version number to 0.5.2
[vlc] / modules / gui /
2003-01-10 Cyril Deguet* enable the network channel box when selecting network...
2003-01-10 Loïc Minier * removed an useless inclusion
2003-01-10 Olivier Teulière * ./modules/gui/win32: fixed a bug in the preferences...
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-08 Eric Petit Partial fix for video/audio sync.
2003-01-08 Eric Petit Use pf_memcpy and pf_memset.
2003-01-08 Olivier Teulière * ./modules/gui/win32/preferences.cpp: fixed a segfaul...
2003-01-08 Eric Petit Minor GUI fixes in the prefs window.
2003-01-08 Olivier Teulière * Added sound volume management and changed a bit...
2003-01-08 Eric Petit Fixed language and subtitle selection.
2003-01-06 Christophe Massiot* Bumped up revision number to 0.5.0-test2,
2003-01-06 Olivier Teulière * modules/gui/win32/network.cpp: added support for...
2003-01-06 Christophe MassiotMacOS X port :
2003-01-06 Simon Latapie * added a i_min, i_max, f_min and f_max in module_conf...
2003-01-05 Christophe MassiotMacOS X port :
2003-01-05 Jon Lech Johansen MacOS X port:
2003-01-05 Christophe Massiot* Added the possibility to select DVD menus with VIDEO_...
2003-01-05 Christophe Massiot* Added a Close Window and a close box to our QuickTime...
2003-01-04 Eric Petit We now check if the BSoundPlayer's buffer size is...
2003-01-04 Jean-Paul SamanCosmetic changes.
2003-01-04 Jean-Paul SamanRemoved define in favor of (p_intf->p_libvlc->i_cpu...
2003-01-04 Jon Lech Johansen MacOS X port:
2003-01-04 Jean-Paul SamanUpdating slider status uses no longer FPU calculations...
2003-01-03 Jean-Paul SamanSlider functionality for Familiar interface.
2003-01-03 Sam Hocevar * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome...
2003-01-02 Christophe MassiotCosmetic.
2003-01-02 Christophe MassiotMacOS X port :
2003-01-02 Jon Lech Johansen * ./modules/gui/macosx/aout.m: added support for...
2003-01-01 Jon Lech Johansen * ./modules/gui/macosx/aout.m: cleaned up the code...
2002-12-30 Christophe Massiot* OS X interface : Added new access modules to the...
2002-12-29 Boris Dorèsno time to fix the playlist save&restore issue before...
2002-12-29 Christophe MassiotOS X port :
2002-12-26 Stephan Assmusadded 'extern "C"' to some includes
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-24 Christophe Massiot* Use BeginFullScreen() to hide the mouse cursor ;
2002-12-22 Jean-Paul SamanUse SDL output as default for iPaq.
2002-12-22 Jean-Paul SamanTyping file locations in URL combo without "file:/...
2002-12-22 Jean-Paul SamanFamiliar GPE interface support fixes. Only Manage(...
2002-12-21 Sigmund Augdal Helberg first shot at a file info dialog for the wxwindows...
2002-12-20 Jean-Paul SamanDefenitely fixed segmentation fault on directory change.
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-17 Jean-Paul SamanFunctionality of Familiar Linux Gtk+ interface is finis...
2002-12-17 Sam Hocevar * ./modules/gui/kde/preferences.cpp: fixed a compilat...
2002-12-16 Jean-Paul SamanCleanup action.
2002-12-16 Jean-Paul SamanWorkaround for crash in ReadDirectory when called from...
2002-12-16 Eric Petit Fixed a possible crash.
2002-12-16 Boris Dorès- disc.* : a few enhancements in the design of the...
2002-12-15 Jean-Paul SamanMake distinction between GPE and GTK_NEED_MAIN way...
2002-12-15 Olivier TeulièreI forgot this file in my previous commit...
2002-12-15 Jean-Paul SamanFix crash on directory change.
2002-12-15 Olivier Teulière * ./modules/gui/wxwindows: added a log window
2002-12-14 Jean-Paul SamanFix for building Familiar interface with libgpewidget0...
2002-12-14 Gildas Bazin* src/misc/objects.c: implemented the FIND_CHILD mode...
2002-12-13 Boris Dorès- * : start playing only when opening a stream from...
2002-12-13 Boris Dorès- vlc_playlist.h, playlist.c: added the ability to...
2002-12-13 VideoLAN * ./modules/win32/menu.cpp: reorganized the code for...
2002-12-13 Gildas Bazin* ALL: added a new vlc_list_t common type. vlc_list_fin...
2002-12-13 Gildas Bazin* modules/gui/wxwindows/*: added skeleton for popup...
2002-12-12 Sam Hocevar * ./modules/gui/familiar/*: compilation fixes. Crashe...
2002-12-12 Olivier Teulière * ./modules/gui/win32: added management for "float...
2002-12-10 Olivier Teulière * ./modules/gui/win32: deletd a dependancy with a...
2002-12-09 Jean-Paul SamanSyncing functionality with vlc-0.4.6
2002-12-09 Eric Petit * AudioOutput.cpp: added sanity tests;
2002-12-09 Eric Petit * AudioOutput.cpp: send zeros to BSoundPlayer if nothi...
2002-12-08 Christophe Massiot* Updated aout3 developer doc.
2002-12-08 Gildas Bazin* modules/gui/wxwindows/*: compilation fixes for wxX11...
2002-12-08 Jon Lech Johansen * ALL: Under Jaguar, vout no longer depends on any...
2002-12-07 Christophe Massiot* configure.ac.in: Disabled -Wtraditional as it produce...
2002-12-07 Eric Petit * use RGB32 BBitmap. That fixes the bad-looking picture in
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Boris Dorès * src/playlist/playlist.c : playing again a playlist...
2002-12-04 Jon Lech Johansen * ./modules/gui/macosx/vout.m: mouse coordinates...
2002-12-04 Eric Petit * configure.ac.in, mms.c, sap.c, ipv4.c: added network...
2002-12-04 Eric Petit * InterfaceWindow.cpp: removed warnigs
2002-12-03 Eric Petit * added mouse management in the BeOS video output.
2002-11-30 Olivier Teulière * ./modules/gui/win32/dragdrop.cpp: we can now drag...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-27 Boris Dorès- Enterely new layout for the preference window of...
2002-11-27 Eric Petit Fixed a segfault by adding a mutex_lock() (thx fenrir)
2002-11-27 Eric Petit * AudioOutput.cpp: fixed a segfault
2002-11-27 Olivier Teulière * ./modules/gui/win32/*: some cleaning
2002-11-26 Olivier Teulière * ./modules/gui/win32/preferences.cpp: used CheckListB...
2002-11-26 Eric Petit * ALL: more intensive use of the VLCWrapper class
2002-11-25 Sam Hocevar * ./modules/gui/gtk/open.c: made the HTTP text bar...
2002-11-23 Gildas Bazin* modules/gui/wxwindows/*: additional small fixes.
2002-11-23 Gildas Bazin* modules/gui/wxwindows/*: a few fixes for the win32...
2002-11-23 Eric Petit * enhanced BeOS preferences window (post-processing...
2002-11-23 Gildas Bazin* modules/gui/wxwindows/*: misc improvements to the...
2002-11-23 Olivier Teulière * ./modules/gui/wxwindows/playlist.cpp: added a playli...
2002-11-22 Eric Petit * AudioOutput.cpp : compilation fix.
2002-11-20 Gildas Bazin* configure.ac.in, modules/gui/wxwindows/wxwindows...
2002-11-20 Gildas Bazin* modules/gui/wxwindows/*: fixes for the win32 build...
2002-11-20 Sam Hocevar * ./include/vlc_common.h, ./src/extras/libc.c: export...
2002-11-18 Christophe MassiotPartial fix of the OS X audio output (thanks Heiko!).
2002-11-18 Gildas Bazin* modules/gui/wxwindows/*: updated the toolbar icons.
2002-11-18 Gildas Bazin* modules/gui/wxwindows/interface.cpp: enabled the...
2002-11-18 Gildas Bazin* modules/gui/wxwindows/interface.cpp: fixed typo.
2002-11-18 Gildas Bazin* added a wxwindows interface using the wxWindows cross...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
next