X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2FChangeLog-2005;h=57489095c6f0797b64b17a638e48700d32f7d9c2;hb=2dae9d9ac42baeac9b2812da75e506f3f2d8becb;hp=7c8fa31c1a6ff6caa1eb650e4088cea1baa807db;hpb=3f83680f11e5978a026a85a83eb29083e8d71512;p=vlc diff --git a/doc/ChangeLog-2005 b/doc/ChangeLog-2005 index 7c8fa31c1a..57489095c6 100644 --- a/doc/ChangeLog-2005 +++ b/doc/ChangeLog-2005 @@ -1,303 +1,32360 @@ +------------------------------------------------------------------------ +r13838 | massiot | 2005-12-29 14:08:52 +0100 (Thu, 29 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + + * modules/demux/livedotcom.cpp: New --rtp-client-port option to help + users of firewalls. + +------------------------------------------------------------------------ +r13837 | jpsaman | 2005-12-29 00:43:02 +0100 (Thu, 29 Dec 2005) | 1 line +Changed paths: + M /trunk/configure.ac + +Detect directfb headers properly and put the right linker flags. +------------------------------------------------------------------------ +r13836 | jpsaman | 2005-12-28 20:10:22 +0100 (Wed, 28 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + M /trunk/modules/video_output/Modules.am + A /trunk/modules/video_output/directfb.c + +Add a DirectFB module. Patch by: Iuri Diniz applied with some coding style cleanup and autoconf fixes. + +------------------------------------------------------------------------ +r13835 | jpsaman | 2005-12-28 20:07:36 +0100 (Wed, 28 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +Removed unused variables, this fixes some compiler warnings +------------------------------------------------------------------------ +r13834 | jpsaman | 2005-12-28 20:07:21 +0100 (Wed, 28 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/demux/mp4/libmp4.c + +Removed unused variables, this fixes some compiler warnings +------------------------------------------------------------------------ +r13833 | massiot | 2005-12-28 20:02:46 +0100 (Wed, 28 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/access/dvb/en50221.c + M /trunk/modules/access/dvb/linux_dvb.c + + * modules/access/dvb: Handle removal of the CAM module, and fix some kludgy + inits. + +------------------------------------------------------------------------ +r13832 | jpsaman | 2005-12-28 19:56:43 +0100 (Wed, 28 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/misc/logger.c + +Initialise i_priority to LOG_INFO as default value in case p_msg->i_type has an invalid value. +------------------------------------------------------------------------ +r13831 | jpsaman | 2005-12-28 12:04:41 +0100 (Wed, 28 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/x264.c + +Patch by Dennis van Amerongen: Unify x264 commandline options and VLC's x264 options. +------------------------------------------------------------------------ +r13830 | massiot | 2005-12-27 19:18:55 +0100 (Tue, 27 Dec 2005) | 4 lines +Changed paths: + M /trunk/modules/access/dvb/linux_dvb.c + + * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEAN_SETUP check because + apparently the machine running the buildbot has old uncompatible + kernel headers. + +------------------------------------------------------------------------ +r13829 | massiot | 2005-12-27 19:05:47 +0100 (Tue, 27 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/access/dvb/Modules.am + M /trunk/modules/access/dvb/access.c + M /trunk/modules/access/dvb/dvb.h + M /trunk/modules/access/dvb/en50221.c + A /trunk/modules/access/dvb/http.c + M /trunk/modules/access/dvb/linux_dvb.c + + * modules/access/dvb: Full support for DVB MMI menus via an optional HTTP + server. + +------------------------------------------------------------------------ +r13828 | fkuehne | 2005-12-27 14:17:45 +0100 (Tue, 27 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* oops, deciding for either 2 or 2 isn't really the intended purpose +------------------------------------------------------------------------ +r13827 | fkuehne | 2005-12-27 14:16:15 +0100 (Tue, 27 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/wizard.m + +* fixed compilation warning +------------------------------------------------------------------------ +r13826 | bigben | 2005-12-27 08:41:43 +0100 (Tue, 27 Dec 2005) | 4 lines +Changed paths: + M /trunk/modules/gui/macosx/embeddedwindow.h + M /trunk/modules/gui/macosx/embeddedwindow.m + +Set Id keyword + + + +------------------------------------------------------------------------ +r13825 | bigben | 2005-12-27 08:37:47 +0100 (Tue, 27 Dec 2005) | 3 lines +Changed paths: + D /trunk/extras/MacOSX/Resources/.DS_Store + +oups... + + +------------------------------------------------------------------------ +r13824 | bigben | 2005-12-27 01:06:33 +0100 (Tue, 27 Dec 2005) | 7 lines +Changed paths: + A /trunk/extras/MacOSX/Resources/.DS_Store + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib + A /trunk/extras/MacOSX/Resources/embedded_vout.png + A /trunk/extras/MacOSX/Resources/pause_embedded.png + A /trunk/extras/MacOSX/Resources/pause_embedded_blue.png + A /trunk/extras/MacOSX/Resources/play_embedded.png + A /trunk/extras/MacOSX/Resources/play_embedded_blue.png + A /trunk/extras/MacOSX/Resources/skip_forward_active_embedded.png + A /trunk/extras/MacOSX/Resources/skip_forward_embedded_blue.png + A /trunk/extras/MacOSX/Resources/skip_previous_active_embedded.png + A /trunk/extras/MacOSX/Resources/skip_previous_embedded_blue.png + M /trunk/extras/MacOSX/vlc.pbproj/project.pbxproj + M /trunk/modules/gui/macosx/Modules.am + A /trunk/modules/gui/macosx/embeddedwindow.h + A /trunk/modules/gui/macosx/embeddedwindow.m + M /trunk/modules/gui/macosx/extended.m + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/macosx.m + M /trunk/modules/gui/macosx/vout.h + M /trunk/modules/gui/macosx/vout.m + +* Add an controls to the vout (using the embedded vout framework) + - There is some redundancy in the controls now... + - This is just a proposal. If you don't like it, say so... + - Hope I didn't forget any file (yell if you habe troubles) +* Add an option to disable the embedded window + + +------------------------------------------------------------------------ +r13823 | zorglub | 2005-12-25 21:35:25 +0100 (Sun, 25 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/playlist/playlist.c + +Fix SAP autoplay, patch by Dermot McGahon. Thanks + +------------------------------------------------------------------------ +r13822 | fkuehne | 2005-12-25 17:53:10 +0100 (Sun, 25 Dec 2005) | 1 line +Changed paths: + M /trunk/NEWS + +* added a note that 0.8.5 isn't released yet +------------------------------------------------------------------------ +r13821 | courmisch | 2005-12-23 09:00:55 +0100 (Fri, 23 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Disable root wrapper on BeOS + +------------------------------------------------------------------------ +r13820 | hartman | 2005-12-22 01:29:08 +0100 (Thu, 22 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/auhal.c + +SetProperty in CoreAudio is not only Asynchronious, but also not atomic in it's bahaviour. Check the actual set format multiple times to make sure the SetProperty completly finished. +------------------------------------------------------------------------ +r13819 | hartman | 2005-12-21 20:41:59 +0100 (Wed, 21 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/auhal.c + +Use the original samplerate of the a52 or dts stream, if the device is capable of it, current samplerate if it is not, and highest other available samplerate as a last resort. +------------------------------------------------------------------------ +r13818 | courmisch | 2005-12-21 18:41:48 +0100 (Wed, 21 Dec 2005) | 3 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Use group lists +so that devices can be opened according to usual group ownership (audio, video...) + +------------------------------------------------------------------------ +r13817 | courmisch | 2005-12-21 18:10:24 +0100 (Wed, 21 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Add missing \n + +------------------------------------------------------------------------ +r13816 | courmisch | 2005-12-21 18:08:38 +0100 (Wed, 21 Dec 2005) | 3 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Disable root wrapper by default +until it is fixed + +------------------------------------------------------------------------ +r13815 | courmisch | 2005-12-21 18:07:49 +0100 (Wed, 21 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/cdda + +Add svn:ignore + +------------------------------------------------------------------------ +r13814 | massiot | 2005-12-21 16:50:58 +0100 (Wed, 21 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/dvb/en50221.c + M /trunk/modules/access/dvb/linux_dvb.c + + * modules/access/dvb: Fixed link-level CAM API. + +------------------------------------------------------------------------ +r13813 | hartman | 2005-12-21 02:18:40 +0100 (Wed, 21 Dec 2005) | 1 line +Changed paths: + A /trunk/modules/gui/macosx/interaction.h + A /trunk/modules/gui/macosx/interaction.m + +Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. part-2 +------------------------------------------------------------------------ +r13812 | hartman | 2005-12-21 02:18:23 +0100 (Wed, 21 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/macosx/Modules.am + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + +Preliminary interaction framework for Mac OS X. Not finished, since core changes should be made to better match wxwidgets vs. Mac OS X style dialogs and concepts. +------------------------------------------------------------------------ +r13811 | hartman | 2005-12-20 03:32:27 +0100 (Tue, 20 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/demux/mp4/mp4.c + +Set original framesize on the spu format for nero vobsubs in mp4, so that rescaling will work for videos in a cropped resolution compared to the vobsubs +------------------------------------------------------------------------ +r13810 | dionoea | 2005-12-19 23:49:36 +0100 (Mon, 19 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/misc/msn.c + +remove unneeded includes + +------------------------------------------------------------------------ +r13809 | massiot | 2005-12-19 17:46:48 +0100 (Mon, 19 Dec 2005) | 3 lines +Changed paths: + M /trunk/src/input/es_out.c + M /trunk/src/input/var.c + M /trunk/src/libvlc.h + + * src/input/es_out.c: New --no-spu and --no-sout-spu options to disable + processing of SPU elementary streams. + +------------------------------------------------------------------------ +r13808 | massiot | 2005-12-19 17:36:30 +0100 (Mon, 19 Dec 2005) | 5 lines +Changed paths: + M /trunk/modules/demux/ts.c + M /trunk/src/input/es_out.c + M /trunk/src/input/var.c + M /trunk/src/libvlc.h + + * src/input/es_out.c: New --audio-track-id and --sub-track-id options + to select a precise track by its ID. + * modules/demux/ts.c: Enable --ts-es-id-pid by default since I see no + drawback to it. + +------------------------------------------------------------------------ +r13807 | oaubert | 2005-12-19 15:23:25 +0100 (Mon, 19 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/setup.py + +bindings/python/setup.py: Mac OS X build fixes (link parameters) + +------------------------------------------------------------------------ +r13806 | hartman | 2005-12-19 15:17:19 +0100 (Mon, 19 Dec 2005) | 1 line +Changed paths: + M /trunk/src/network/rootwrap.c + +Older OSX versions need more includes to work with rootwrap +------------------------------------------------------------------------ +r13805 | dionoea | 2005-12-18 22:41:35 +0100 (Sun, 18 Dec 2005) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/video_filter/adjust.c + +Brightness threshold patch by Enrico Gueli (with some modifications) + +------------------------------------------------------------------------ +r13804 | dionoea | 2005-12-18 22:20:17 +0100 (Sun, 18 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + +add MSN "now playing" windows plugin + +------------------------------------------------------------------------ +r13803 | bigben | 2005-12-18 19:54:28 +0100 (Sun, 18 Dec 2005) | 9 lines +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib + M /trunk/modules/gui/macosx/controls.m + M /trunk/modules/gui/macosx/intf.h + M /trunk/modules/gui/macosx/intf.m + M /trunk/modules/gui/macosx/vout.h + M /trunk/modules/gui/macosx/vout.m + M /trunk/modules/gui/macosx/voutgl.m + M /trunk/modules/gui/macosx/voutqt.m + +* Apply changed made to the 0.8.5 branch to trunk. +* Embedded Vout should work now +* To create an embedded vout, just create a custom view of type VLCEmbeddedVoutView in interface builder +* Just make sure you define the view as resizeable +* Hotkeys and mose events should work +* Tests with the mozilla plugin are welcome + + + +------------------------------------------------------------------------ +r13796 | xtophe | 2005-12-18 13:01:15 +0100 (Sun, 18 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/misc/modules.c + +Remove unusefull variable and test + +------------------------------------------------------------------------ +r13795 | zorglub | 2005-12-18 12:55:27 +0100 (Sun, 18 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/preferences.cpp + +Work around bu^unexpected behaviour in wxTreeCtrl (Closes:#468) + +------------------------------------------------------------------------ +r13794 | jpsaman | 2005-12-18 00:01:46 +0100 (Sun, 18 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access/mms/mmsh.c + +Support CHUNK_TYPE_RESET for mmsh. (Patch by Gregory Hartman: bap0se _at_ adelphia _dot_ net) +------------------------------------------------------------------------ +r13793 | zorglub | 2005-12-17 19:39:28 +0100 (Sat, 17 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + +Release playlist + +------------------------------------------------------------------------ +r13792 | zorglub | 2005-12-17 19:38:45 +0100 (Sat, 17 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + +Update NEWS + +------------------------------------------------------------------------ +r13791 | zorglub | 2005-12-17 19:19:05 +0100 (Sat, 17 Dec 2005) | 4 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/open.cpp + M /trunk/modules/gui/wxwidgets/dialogs/open.hpp + M /trunk/modules/gui/wxwidgets/dialogs/subtitles.cpp + +Improve the open box layout + * Present the simple options first + * Put the subtitles file option in the main panel + +------------------------------------------------------------------------ +r13790 | dionoea | 2005-12-16 18:47:05 +0100 (Fri, 16 Dec 2005) | 3 lines +Changed paths: + M /trunk/share/http/requests/status.xml + +use vlc_object_exists -> the messages queue isn't filled with warnings +anymore. + +------------------------------------------------------------------------ +r13789 | dionoea | 2005-12-16 18:46:26 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +add vlc_object_exist rpn function that checks if an object of ST(1) type exists + +------------------------------------------------------------------------ +r13788 | xtophe | 2005-12-16 18:34:15 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Housekeeping + +------------------------------------------------------------------------ +r13787 | xtophe | 2005-12-16 18:29:03 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix dirac detection + +------------------------------------------------------------------------ +r13786 | zorglub | 2005-12-16 18:28:36 +0100 (Fri, 16 Dec 2005) | 5 lines +Changed paths: + M /trunk/src/input/stream.c + +Refill stream when seeking near of end of track. +Needs testing and review + ++ allow enabling of debug through #define STREAM_DEBUG + +------------------------------------------------------------------------ +r13785 | courmisch | 2005-12-16 15:50:11 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Accept UID 0 as a valid though dangerous user + +------------------------------------------------------------------------ +r13784 | zorglub | 2005-12-16 15:19:06 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + +Don't crash + +------------------------------------------------------------------------ +r13783 | zorglub | 2005-12-16 14:46:42 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + +Add multi-item support to cdda module (default enabled) - Refs:#459 + +------------------------------------------------------------------------ +r13782 | zorglub | 2005-12-16 13:47:30 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/extras/vlc.vim + +Match doxygen \todo marker + +------------------------------------------------------------------------ +r13781 | courmisch | 2005-12-16 12:51:44 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Missing includes + +------------------------------------------------------------------------ +r13780 | courmisch | 2005-12-16 12:32:19 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/rootwrap.c + +Add SVN properties + +------------------------------------------------------------------------ +r13779 | courmisch | 2005-12-16 12:18:38 +0100 (Fri, 16 Dec 2005) | 3 lines +Changed paths: + M /trunk/Makefile.am + A /trunk/src/network/rootwrap.c + M /trunk/src/network/tcp.c + M /trunk/src/vlc.c + +Implement root wrapper to allow using privileged TCP ports +while not running the whole VLC as root - closes #440 + +------------------------------------------------------------------------ +r13778 | zorglub | 2005-12-16 11:12:26 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + A /trunk/modules/access/cdda/Modules.am (from /trunk/modules/access/cdda/cddax/Modules.am:13777) + A /trunk/modules/access/cdda/access.c (from /trunk/modules/access/cdda/cddax/access.c:13777) + A /trunk/modules/access/cdda/access.h (from /trunk/modules/access/cdda/cddax/access.h:13777) + A /trunk/modules/access/cdda/callback.c (from /trunk/modules/access/cdda/cddax/callback.c:13777) + A /trunk/modules/access/cdda/callback.h (from /trunk/modules/access/cdda/cddax/callback.h:13777) + A /trunk/modules/access/cdda/cdda.c (from /trunk/modules/access/cdda/cddax/cdda.c:13777) + A /trunk/modules/access/cdda/cdda.h (from /trunk/modules/access/cdda/cddax/cdda.h:13777) + D /trunk/modules/access/cdda/cddax + A /trunk/modules/access/cdda/info.c (from /trunk/modules/access/cdda/cddax/info.c:13777) + A /trunk/modules/access/cdda/info.h (from /trunk/modules/access/cdda/cddax/info.h:13777) + +Bordel de saloperie de merde + +------------------------------------------------------------------------ +r13777 | zorglub | 2005-12-16 10:47:15 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/cdda.c + M /trunk/modules/access/file.c + +Grmbl + +------------------------------------------------------------------------ +r13776 | zorglub | 2005-12-16 10:46:03 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + A /trunk/modules/access/cdda + A /trunk/modules/access/cdda/cddax (from /trunk/modules/access/cddax:13775) + M /trunk/modules/access/cdda.c + D /trunk/modules/access/cddax + M /trunk/modules/access/file.c + +Revert + +------------------------------------------------------------------------ +r13775 | zorglub | 2005-12-16 10:26:34 +0100 (Fri, 16 Dec 2005) | 2 lines +Changed paths: + D /trunk/modules/access/cdda + A /trunk/modules/access/cddax (from /trunk/modules/access/cdda:13760) + M /trunk/modules/access/cddax/access.h + M /trunk/modules/access/cddax/callback.c + M /trunk/modules/access/cddax/callback.h + M /trunk/modules/access/cddax/info.c + M /trunk/modules/access/cddax/info.h + +Move cddax to access/cddax + +------------------------------------------------------------------------ +r13771 | fkuehne | 2005-12-15 19:36:46 +0100 (Thu, 15 Dec 2005) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + +* fixed breakage introduced in [13766] +------------------------------------------------------------------------ +r13770 | massiot | 2005-12-15 19:16:28 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + + * extras/contrib/src/Makefile: Cosmetic. + +------------------------------------------------------------------------ +r13769 | massiot | 2005-12-15 19:11:58 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/http/mvar.c + + * modules/control/http/mvar.c: Handle file extensions case-insensitively. + +------------------------------------------------------------------------ +r13768 | fkuehne | 2005-12-15 18:49:05 +0100 (Thu, 15 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access_output/udp.c + M /trunk/modules/stream_out/rtp.c + +o.O (refs [13767]) +------------------------------------------------------------------------ +r13767 | fkuehne | 2005-12-15 18:45:02 +0100 (Thu, 15 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access_output/udp.c + M /trunk/modules/stream_out/rtp.c + M /trunk/po/es.po + +* unify the Time-To-Live string and fix its Spanish translation (thanks to the forum user martintxo) +------------------------------------------------------------------------ +r13766 | fkuehne | 2005-12-15 18:32:45 +0100 (Thu, 15 Dec 2005) | 1 line +Changed paths: + M /trunk/extras/contrib/src/Makefile + D /trunk/extras/contrib/src/Patches/libmpcdec.patch + A /trunk/extras/contrib/src/Patches/mpcdec.patch (from /trunk/extras/contrib/src/Patches/libmpcdec.patch:13741) + +* fixed the compilation of libmpcdec, so INSTALL_NAME runs finely. Please check whether this script should run on win32/linux/BeOS as well. +------------------------------------------------------------------------ +r13765 | courmisch | 2005-12-15 17:57:38 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/vlc-config.in.in + +Use libdir to determine PLUGIN_PATH - should fix #474 + +------------------------------------------------------------------------ +r13764 | courmisch | 2005-12-15 17:51:38 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +Remove unused & broken AC_DEFINE + +------------------------------------------------------------------------ +r13763 | littlejohn | 2005-12-15 17:00:44 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + M /trunk/bindings/java/Makefile.am + +Makefile works for both i386 and amd64 platforms + + +------------------------------------------------------------------------ +r13762 | zorglub | 2005-12-15 16:51:59 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/MAINTAINERS + +Few modifs + +------------------------------------------------------------------------ +r13761 | zorglub | 2005-12-15 15:36:49 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/MAINTAINERS + M /trunk/src/libvlc.c + +Who said I'm bored ? + +------------------------------------------------------------------------ +r13760 | littlejohn | 2005-12-15 15:12:58 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + A /trunk/extras/emacs.init + +Emacs mode for Videolan Coding style. + + +------------------------------------------------------------------------ +r13759 | courmisch | 2005-12-15 14:51:05 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/wizard.cpp + +- Add brackets around IPv6 address automatically if needed +- Some cleanup + +------------------------------------------------------------------------ +r13758 | dionoea | 2005-12-15 14:10:50 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + +ooops + +------------------------------------------------------------------------ +r13757 | dionoea | 2005-12-15 13:53:22 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/http.c + +Change the http password request message. + +------------------------------------------------------------------------ +r13756 | dionoea | 2005-12-15 13:52:14 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + +add automatic casts to vlc_object_t + +------------------------------------------------------------------------ +r13755 | zorglub | 2005-12-15 12:45:08 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/interface/interaction.c + M /trunk/src/misc/modules.c + +Minor cleanup + +------------------------------------------------------------------------ +r13754 | zorglub | 2005-12-15 12:37:45 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + M /trunk/include/main.h + M /trunk/include/mtime.h + M /trunk/include/network.h + M /trunk/include/stream_output.h + M /trunk/include/vlc_access.h + M /trunk/include/vlc_acl.h + M /trunk/include/vlc_bits.h + M /trunk/include/vlc_common.h + M /trunk/include/vlc_demux.h + M /trunk/include/vlc_es_out.h + M /trunk/include/vlc_image.h + M /trunk/include/vlc_input.h + M /trunk/include/vlc_meta.h + M /trunk/include/vlc_objects.h + M /trunk/include/vlc_stream.h + M /trunk/include/vlc_tls.h + M /trunk/include/vlc_video.h + M /trunk/include/vlc_vlm.h + M /trunk/include/vlc_xml.h + M /trunk/include/vout_synchro.h + +Remove unused structures from vlc_common.h +Minor headers cleanup + +------------------------------------------------------------------------ +r13753 | zorglub | 2005-12-15 12:14:49 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + A /trunk/extras/vlc.vim + +Update VIM syntax file, originally written by fenrir + +------------------------------------------------------------------------ +r13752 | oaubert | 2005-12-15 11:14:42 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/vlcglue.c + M /trunk/bindings/python/vlcglue.h + M /trunk/include/vlc/control.h + M /trunk/include/vlc/control_structures.h + M /trunk/include/vlc_control.h + +python bindings: formatted to VLC coding style + +------------------------------------------------------------------------ +r13751 | zorglub | 2005-12-15 10:37:57 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp + +Use a wxDialog rather than a wxFrame + +------------------------------------------------------------------------ +r13750 | zorglub | 2005-12-15 10:15:03 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + +Don't put a progress bar behing each input box + +------------------------------------------------------------------------ +r13749 | oaubert | 2005-12-15 10:00:28 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/core.c + +src/control/core.c: fix start-time handling in start + coding style fixes + +------------------------------------------------------------------------ +r13748 | hartman | 2005-12-15 02:44:00 +0100 (Thu, 15 Dec 2005) | 6 lines +Changed paths: + M /trunk/modules/gui/macosx/intf.m + M /trunk/src/interface/interface.c + +* - This should fix the "crash upon quit" issue with VLC Mac OS X. + - It should also no longer crash if you select macosx as an extraintf. This is not allowed. It is the cause of the NSDictionary crash reported often in the forums. Notice however that if you have selected a primary interface that is not macosx, you might end up with a "blank application" forcing you to reset the preferences manually (your fault for mocking with them in the first place). + - Should fix clivlc mode. (this mode allows you to run VLC on OSX while no user is logged in, in the GUI). + +Thanks to Jean-Michel Vallat for kicking my ass. :D + +------------------------------------------------------------------------ +r13747 | dionoea | 2005-12-15 02:16:30 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/interface/interaction.c + +fix comments + +------------------------------------------------------------------------ +r13746 | littlejohn | 2005-12-15 02:11:38 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + M /trunk/include/vlc/control_structures.h + +File description fixed and propset done. + + +------------------------------------------------------------------------ +r13745 | dionoea | 2005-12-15 01:58:04 +0100 (Thu, 15 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + +typo fix + +------------------------------------------------------------------------ +r13744 | littlejohn | 2005-12-15 01:40:53 +0100 (Thu, 15 Dec 2005) | 3 lines +Changed paths: + M /trunk/Makefile.am + + header is installed by make. + + ------------------------------------------------------------------------ r13743 | xtophe | 2005-12-14 23:57:31 +0100 (Wed, 14 Dec 2005) | 2 lines Changed paths: - M /trunk/doc/release-howto.txt + M /trunk/doc/release-howto.txt + +small remark + +------------------------------------------------------------------------ +r13742 | hartman | 2005-12-14 23:26:55 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/directory.c + M /trunk/modules/control/http/mvar.c + M /trunk/src/input/subtitles.c + +* Free scandir results when we are done with them. Issue pointed out by jmvallat_vlc at mac dot com. + +------------------------------------------------------------------------ +r13741 | hartman | 2005-12-14 23:01:24 +0100 (Wed, 14 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/demux/livedotcom.cpp + +* Enable liveMedia's RTSP over HTTP mode. This is something first used by QuickTime, and useful to get around annoying and dense NAT/firewall/proxy setups. + --rtsp-http enables the HTTP tunneling. --rtsp-http-port allows you to choose which port. The default port is 80. + +------------------------------------------------------------------------ +r13740 | xtophe | 2005-12-14 20:39:01 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/interface/interaction.c + +Typo + +------------------------------------------------------------------------ +r13739 | zorglub | 2005-12-14 20:13:43 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/interface/interaction.c + +Don't keep mutex locked if we bail out + +------------------------------------------------------------------------ +r13738 | zorglub | 2005-12-14 20:10:46 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + M /trunk/src/interface/interaction.c + +Fix no + +------------------------------------------------------------------------ +r13737 | zorglub | 2005-12-14 20:04:40 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/avi/avi.c + +Progress bar for AVI index creation + +------------------------------------------------------------------------ +r13736 | zorglub | 2005-12-14 19:29:29 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/podcast.c + +build fix + +------------------------------------------------------------------------ +r13735 | zorglub | 2005-12-14 19:10:27 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/shout.c + +Use input_Read in shoutcast and display a progress dialog + +------------------------------------------------------------------------ +r13734 | zorglub | 2005-12-14 19:10:07 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + +WX support for progressbar dialog. Still need some layout work + +------------------------------------------------------------------------ +r13733 | zorglub | 2005-12-14 19:09:50 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_symbols.h + M /trunk/src/interface/interaction.c + +Add support for progress bars + +------------------------------------------------------------------------ +r13732 | zorglub | 2005-12-14 19:08:08 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/playlist/b4s.c + M /trunk/modules/demux/playlist/dvb.c + M /trunk/modules/demux/playlist/m3u.c + M /trunk/modules/demux/playlist/old.c + M /trunk/modules/demux/playlist/pls.c + M /trunk/modules/demux/playlist/podcast.c + +Playlist can be ANYWHERE + +------------------------------------------------------------------------ +r13731 | littlejohn | 2005-12-14 18:52:33 +0100 (Wed, 14 Dec 2005) | 3 lines +Changed paths: + M /trunk/bindings/python/vlcglue.h + +Python bindings fixed for the new mediacontrol headers + + +------------------------------------------------------------------------ +r13730 | zorglub | 2005-12-14 17:42:00 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_symbols.h + +Update symbols + +------------------------------------------------------------------------ +r13729 | littlejohn | 2005-12-14 17:40:56 +0100 (Wed, 14 Dec 2005) | 5 lines +Changed paths: + M /trunk/include/vlc/control.h + A /trunk/include/vlc/control_structures.h + A /trunk/include/vlc_control.h + M /trunk/src/control/audio_video.c + M /trunk/src/control/core.c + M /trunk/src/control/init.c + M /trunk/src/control/plugin.c + M /trunk/src/control/util.c + +Mediacontrol interface changes to detach use of vlc/control.h +header from internal headers. +Patch elaborated with Olivier Aubert. + + +------------------------------------------------------------------------ +r13728 | zorglub | 2005-12-14 17:34:46 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_input.h + M /trunk/src/input/input.c + +Make input_Read return the input object id + +------------------------------------------------------------------------ +r13727 | damienf | 2005-12-14 15:08:16 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/activex/test.html + +test.html: updated example HTML code for activex plugin + +------------------------------------------------------------------------ +r13726 | damienf | 2005-12-14 14:56:01 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/vlc.win32.nsi + +vlc.win32.nsi: activex plugin is now selected by default + +------------------------------------------------------------------------ +r13725 | damienf | 2005-12-14 14:53:36 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Makefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for makensis, which also cover cygwin. Hence, target 'package-win32-base-exe-cygwin' is now redundant + +------------------------------------------------------------------------ +r13724 | oaubert | 2005-12-14 11:14:20 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/core.c + +src/control/core.c: correctly set start-time through playlist_ItemAddOption + +------------------------------------------------------------------------ +r13722 | hartman | 2005-12-14 01:04:43 +0100 (Wed, 14 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/codec/araw.c + M /trunk/modules/demux/wav.c + +* Support the "pcm " WAV fourcc. it's equal to "araw". + Tested against the WAV 6ch Speaker Test from SeeMoreDigital.net (Validated against QuickTime Player) + +------------------------------------------------------------------------ +r13721 | damienf | 2005-12-14 00:38:19 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +configure.ac: fixed "header present but cannot be compiled" warning for dshow.h and objsafe.h + +------------------------------------------------------------------------ +r13720 | hartman | 2005-12-14 00:12:38 +0100 (Wed, 14 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/audio_output/auhal.c + +* Don't upmix the channels if we only have Stereo or Mono audio. Let the device setup take care of that. + +------------------------------------------------------------------------ +r13719 | hartman | 2005-12-13 21:16:47 +0100 (Tue, 13 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/directory.c + +* Fix directory.c on WinCE (which has neither DT_DIR nor S_ISDIR) + +------------------------------------------------------------------------ +r13718 | fkuehne | 2005-12-13 21:08:57 +0100 (Tue, 13 Dec 2005) | 1 line +Changed paths: + M /trunk/po/POTFILES.in + +* hmm, you should use a clean tree for this... sorry +------------------------------------------------------------------------ +r13717 | fkuehne | 2005-12-13 21:06:13 +0100 (Tue, 13 Dec 2005) | 1 line +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + M /trunk/po/de.po + M /trunk/po/en_GB.po + M /trunk/po/es.po + M /trunk/po/fr.po + M /trunk/po/it.po + M /trunk/po/ja.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +* ran 'make update-po' to get everything in sync again (the previous commit was targetted for 0.8.4a, but the translation was a bit too slow) +------------------------------------------------------------------------ +r13716 | fkuehne | 2005-12-13 21:02:22 +0100 (Tue, 13 Dec 2005) | 1 line +Changed paths: + M /trunk/po/zh_CN.po + +* Updated Chinese translation by Wei Mingzhi +------------------------------------------------------------------------ +r13714 | hartman | 2005-12-13 15:50:36 +0100 (Tue, 13 Dec 2005) | 3 lines +Changed paths: + M /trunk/debian/vlc.desktop + +* patch to generalize our debian .desktop file so it is suited for the gentoo distribution. + patch by Diego 'Flameeyes' Petteno < flameeyes at gentoo dot org > + +------------------------------------------------------------------------ +r13712 | hartman | 2005-12-12 23:15:20 +0100 (Mon, 12 Dec 2005) | 1 line +Changed paths: + M /trunk/src/input/stream.c + +Fix a crash in stream_ReadLine +------------------------------------------------------------------------ +r13711 | jpsaman | 2005-12-12 22:11:59 +0100 (Mon, 12 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access/dv.c + +Fix crash when no IEEE1394/Firewire device is present +------------------------------------------------------------------------ +r13710 | jpsaman | 2005-12-12 21:56:53 +0100 (Mon, 12 Dec 2005) | 1 line +Changed paths: + M /trunk/configure.ac + +Fix --enable-dv detection +------------------------------------------------------------------------ +r13709 | zorglub | 2005-12-12 21:25:21 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + +Use standard buttons + +------------------------------------------------------------------------ +r13708 | xtophe | 2005-12-12 20:58:12 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/misc/freetype.c + +freetype.c: BeOS fix (c++ism) and cosmetic + +------------------------------------------------------------------------ +r13707 | zorglub | 2005-12-12 20:56:23 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/commands/cmd_dialogs.hpp + M /trunk/modules/gui/skins2/src/dialogs.cpp + M /trunk/modules/gui/skins2/src/dialogs.hpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + M /trunk/modules/gui/wxwidgets/interface.cpp + +Support interaction in skins2 + +------------------------------------------------------------------------ +r13706 | courmisch | 2005-12-12 20:24:55 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/directory.c + +Don't recurse in symbolic link - fixes #375 + +------------------------------------------------------------------------ +r13705 | zorglub | 2005-12-12 19:14:23 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/doc/release-howto.txt + +Minor changes to release howto + +------------------------------------------------------------------------ +r13704 | zorglub | 2005-12-12 19:13:18 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp + +Handle all types of buttons and fix layouts + +------------------------------------------------------------------------ +r13703 | courmisch | 2005-12-12 19:11:26 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/directory.c + +Clean up and remove unnused internal parameter + +------------------------------------------------------------------------ +r13702 | zorglub | 2005-12-12 19:02:27 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/avi/avi.c + M /trunk/src/interface/interaction.c + +Propose to fix AVI index + +------------------------------------------------------------------------ +r13701 | zorglub | 2005-12-12 18:58:56 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc/vlc.h + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_symbols.h + M /trunk/src/interface/interaction.c + +Add support for Yes/No questions (Refs:#27) + +------------------------------------------------------------------------ +r13700 | fkuehne | 2005-12-12 18:26:01 +0100 (Mon, 12 Dec 2005) | 1 line +Changed paths: + M /trunk/po/ja.po + +* trunk version of [13699] +------------------------------------------------------------------------ +r13698 | oaubert | 2005-12-12 16:22:35 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/audio_video.c + +src/control/audio_video.c: cast visual_id parameter to int + +------------------------------------------------------------------------ +r13697 | oaubert | 2005-12-12 15:51:50 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/core.c + +control/core.c: raise exceptions in get_media_position + +------------------------------------------------------------------------ +r13695 | hartman | 2005-12-12 13:31:32 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/macosx/controls.m + +* Fix an issue with changed names of seek hotkeys in osx intf. + +------------------------------------------------------------------------ +r13694 | oaubert | 2005-12-12 09:57:48 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/core.c + +src/control/core.c: remove superfluous ; + +------------------------------------------------------------------------ +r13693 | oaubert | 2005-12-12 09:57:20 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/setup.py + +python/setup.py: use PIC versions of the libraries (patch by Filippo Carone) + +------------------------------------------------------------------------ +r13692 | dionoea | 2005-12-12 01:09:40 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/doc/release-howto.txt + +add note about testing the win32 installer *and* uninstaller + +------------------------------------------------------------------------ +r13691 | hartman | 2005-12-12 00:41:29 +0100 (Mon, 12 Dec 2005) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/misc/freetype.c + +* hebrew line order fixes. patch by Barak Ori (barakori at gmail dot com) (closes #369) + +------------------------------------------------------------------------ +r13688 | hartman | 2005-12-11 23:31:31 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/vlc_beos.rsrc + +* Updated BeOS icon + +------------------------------------------------------------------------ +r13686 | hartman | 2005-12-11 22:45:54 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + + * Added Mac OS X SPDIF audio to the NEWS + +------------------------------------------------------------------------ +r13683 | zorglub | 2005-12-11 22:19:48 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/audio_output/alsa.c + +Warn -> Dbg + +------------------------------------------------------------------------ +r13682 | babal | 2005-12-11 22:11:46 +0100 (Sun, 11 Dec 2005) | 3 lines +Changed paths: + M /trunk/AUTHORS + M /trunk/modules/audio_filter/channel_mixer/headphone.c + +- correct calculation of the size of the overflow buffer + (fixes a crash with mono streams) + +------------------------------------------------------------------------ +r13681 | zorglub | 2005-12-11 20:59:14 +0100 (Sun, 11 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + M /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp + M /trunk/modules/gui/wxwidgets/dialogs.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/src/interface/interaction.c + M /trunk/src/playlist/playlist.c + +Handle removal +Improve non-handling by interfaces without interaction + +------------------------------------------------------------------------ +r13680 | zorglub | 2005-12-11 19:23:31 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/core.c + +Declare vlc_current_object. Patch by Filippo Carone + +------------------------------------------------------------------------ +r13679 | zorglub | 2005-12-11 17:08:23 +0100 (Sun, 11 Dec 2005) | 4 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/Modules.am + A /trunk/modules/gui/wxwidgets/dialogs/interaction.cpp + A /trunk/modules/gui/wxwidgets/dialogs/interaction.hpp + M /trunk/modules/gui/wxwidgets/dialogs/playlist.cpp + M /trunk/modules/gui/wxwidgets/dialogs.cpp + M /trunk/modules/gui/wxwidgets/interface.cpp + +Beginning of a WX implementation + +Dirty currently ... + +------------------------------------------------------------------------ +r13678 | zorglub | 2005-12-11 17:07:51 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/http.c + +Request authentication if we get a 401 error + +------------------------------------------------------------------------ +r13677 | zorglub | 2005-12-11 17:06:19 +0100 (Sun, 11 Dec 2005) | 5 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_interface.h + M /trunk/include/vlc_symbols.h + M /trunk/src/input/input.c + M /trunk/src/interface/interaction.c + +* Handle dialogs needing answer +* Handle interfaces not providing interaction correctly +* Add a new helper to request authentication +* Add return codes + +------------------------------------------------------------------------ +r13675 | hartman | 2005-12-11 00:59:43 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/input/stream.c + +* don't convert UTF-8 -> UTF-8 because we found a BOM. + +------------------------------------------------------------------------ +r13674 | hartman | 2005-12-11 00:47:34 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_stream.h + M /trunk/src/input/demux.c + M /trunk/src/input/mem_stream.c + M /trunk/src/input/stream.c + +* UTF16 and UTF32 conversion to UTF8 for stream_ReadLine(). (fixes #304) + +------------------------------------------------------------------------ +r13673 | xtophe | 2005-12-11 00:36:34 +0100 (Sun, 11 Dec 2005) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + M /trunk/po/ca.po + M /trunk/po/da.po + M /trunk/po/de.po + M /trunk/po/en_GB.po + M /trunk/po/es.po + M /trunk/po/fr.po + M /trunk/po/it.po + M /trunk/po/ja.po + M /trunk/po/ko.po + M /trunk/po/nl.po + M /trunk/po/pt_BR.po + M /trunk/po/ro.po + M /trunk/po/ru.po + M /trunk/po/sv.po + M /trunk/po/tr.po + M /trunk/po/vlc.pot + M /trunk/po/zh_CN.po + M /trunk/po/zh_TW.po + +Fix make dist + +------------------------------------------------------------------------ +r13670 | hartman | 2005-12-10 19:21:34 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/audio_filter/resampler/Modules.am + D /trunk/modules/audio_filter/resampler/coreaudio.c + +* Remove coreaudio resampler + +------------------------------------------------------------------------ +r13669 | hartman | 2005-12-10 19:20:20 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/configure.ac + M /trunk/modules/audio_output/Modules.am + +* Remove CoreAudio module + +------------------------------------------------------------------------ +r13668 | hartman | 2005-12-10 19:16:02 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + D /trunk/modules/audio_output/coreaudio.c + +* Remove outdated CoreAudio module + +------------------------------------------------------------------------ +r13667 | dionoea | 2005-12-10 17:24:22 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + +remove duplicate + +------------------------------------------------------------------------ +r13666 | fkuehne | 2005-12-10 17:23:01 +0100 (Sat, 10 Dec 2005) | 1 line +Changed paths: + M /trunk/NEWS + +* moved my last addition to the OSX-intf-stuff and added the FOURCC-fixes +------------------------------------------------------------------------ +r13665 | damienf | 2005-12-10 17:16:10 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/video_output/directx/directx.c + +directx.c: fixed the initial grey flicker when using overlay surfaces by postponing painting the overlay colorkey until the first picture has been received the vout display + +------------------------------------------------------------------------ +r13664 | dionoea | 2005-12-10 17:10:46 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + +cook is real audio + +------------------------------------------------------------------------ +r13663 | fkuehne | 2005-12-10 17:00:57 +0100 (Sat, 10 Dec 2005) | 1 line +Changed paths: + M /trunk/NEWS + +* added another one +------------------------------------------------------------------------ +r13662 | dionoea | 2005-12-10 16:53:38 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/NEWS + +update news for 0.8.4a ... is anything missing ? + +------------------------------------------------------------------------ +r13659 | oaubert | 2005-12-10 12:34:20 +0100 (Sat, 10 Dec 2005) | 4 lines +Changed paths: + M /trunk/include/vlc/control.h + M /trunk/src/control/core.c + +src/control/core.c, include/vlc/control.h: Applied patch from Filippo Carone, + using vlc_object_id instead of a direct p_object pointer as parameter + for mediacontrol_new_from_object + +------------------------------------------------------------------------ +r13658 | gbazin | 2005-12-10 12:15:19 +0100 (Sat, 10 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/demux/real.c + +* modules/demux/real.c: improved cook support. We now try to send audio subpackets as soon as they are available instead of waiting for the full re-ordering to be finished. Added some sanity checks as well and gave a try to 28_8 support (not tested). +------------------------------------------------------------------------ +r13656 | fkuehne | 2005-12-10 11:50:02 +0100 (Sat, 10 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + +* added 'M264' as FOURCC for H.263 (used by MS's encoder) +------------------------------------------------------------------------ +r13655 | gbazin | 2005-12-10 11:21:51 +0100 (Sat, 10 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/realaudio.c + +* modules/codec/realaudio.c: subpackets re-ordering is now done in the demuxer. +------------------------------------------------------------------------ +r13654 | xtophe | 2005-12-10 00:40:24 +0100 (Sat, 10 Dec 2005) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Makefile + A /trunk/extras/contrib/src/Patches/portaudio-cross.patch + +Fix portaudio (closes #419) + +------------------------------------------------------------------------ +r13652 | courmisch | 2005-12-09 23:31:56 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/THANKS + M /trunk/modules/services_discovery/upnp.cpp + +Cumulated UPnP fixes from Christian Henz + +------------------------------------------------------------------------ +r13651 | gbazin | 2005-12-09 22:53:30 +0100 (Fri, 09 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + M /trunk/modules/demux/real.c + +* modules/demux/real.c: re-order cook subpackets and send them 1 at a time to the decoder. This is required by the new ffmpeg cook codec (It also breaks our binary realaudio codec but I'll repair that later on). +------------------------------------------------------------------------ +r13650 | dionoea | 2005-12-09 21:23:56 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + +support for cook audio. Thanks to the ffmpeg people once more ! + +------------------------------------------------------------------------ +r13649 | oaubert | 2005-12-09 18:54:47 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/setup.py + +python/setup.py: use vlc-config --version to determine version and misc. doc updates + +------------------------------------------------------------------------ +r13648 | oaubert | 2005-12-09 18:48:48 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + D /trunk/modules/control/corba/mediacontrol-core.c + D /trunk/modules/control/corba/mediacontrol-core.h + D /trunk/modules/control/corba/mediacontrol-init.c + D /trunk/modules/control/corba/mediacontrol-plugin.c + +corba: remove useless files + +------------------------------------------------------------------------ +r13647 | oaubert | 2005-12-09 18:48:17 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/corba/Modules.am + M /trunk/modules/control/corba/corba.c + +corba module: use the integrated mediacontrol API + +------------------------------------------------------------------------ +r13646 | oaubert | 2005-12-09 16:44:43 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Makefile.am: add src/control/init.c and src/control/plugin.c to EXTRA_DIST + +------------------------------------------------------------------------ +r13645 | oaubert | 2005-12-09 16:15:12 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/control/plugin.c + +src/control/plugin.c: correct include reference + +------------------------------------------------------------------------ +r13644 | oaubert | 2005-12-09 15:17:18 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/Makefile.am + +python/Makefile.am: correct the test for win32 systems + +------------------------------------------------------------------------ +r13643 | oaubert | 2005-12-09 14:37:06 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/vlcglue.c + +python/vlcglue.c: fix a signature-related warning + +------------------------------------------------------------------------ +r13642 | oaubert | 2005-12-09 14:29:09 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/vlcglue.c + +python/vlcglue.c: Allow that start, stop, pause, resume methods can take no parameter. + +------------------------------------------------------------------------ +r13641 | oaubert | 2005-12-09 14:13:20 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/vlcglue.c + +python/vlcglue.c: exception-related code fixes + +------------------------------------------------------------------------ +r13640 | oaubert | 2005-12-09 14:12:14 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/bindings/python/vlcglue.c + +python/vlcglue.c : Clear the exception when vlc.MediaControl is instanciated with no parameter. + +------------------------------------------------------------------------ +r13639 | xtophe | 2005-12-09 13:13:58 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +Fix logger module on BeOS + +------------------------------------------------------------------------ +r13638 | zorglub | 2005-12-09 11:17:41 +0100 (Fri, 09 Dec 2005) | 3 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_interface.h + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/interface.hpp + M /trunk/src/input/input.c + M /trunk/src/interface/interaction.c + M /trunk/src/interface/interface.c + +Replace function callback by variable callback. + + +------------------------------------------------------------------------ +r13636 | xtophe | 2005-12-09 00:16:30 +0100 (Fri, 09 Dec 2005) | 2 lines +Changed paths: + M /trunk/extras/contrib/src/Patches/x264-svn-win32.patch + +Fix x264 on win32 + +------------------------------------------------------------------------ +r13634 | fkuehne | 2005-12-08 20:24:03 +0100 (Thu, 08 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/ffmpeg/ffmpeg.c + +* added 'x264' as valid FOURCC for H.264, although it is an unofficial one used by strange apps +------------------------------------------------------------------------ +r13633 | dionoea | 2005-12-08 17:30:11 +0100 (Thu, 08 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +this should fix win32 and wince package-win*-base targets + +------------------------------------------------------------------------ +r13632 | md | 2005-12-08 15:48:59 +0100 (Thu, 08 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/sap.c + +first step towards SSM support in SDPs - refs #336 + +------------------------------------------------------------------------ +r13631 | zorglub | 2005-12-08 10:05:58 +0100 (Thu, 08 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access/gnomevfs.c + +Don't print too many errors + +------------------------------------------------------------------------ +r13630 | dionoea | 2005-12-08 00:23:30 +0100 (Thu, 08 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/functions.js + + * volume display fix + +------------------------------------------------------------------------ +r13629 | dionoea | 2005-12-08 00:20:42 +0100 (Thu, 08 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +add delete_small.png + +------------------------------------------------------------------------ +r13628 | gbazin | 2005-12-08 00:14:43 +0100 (Thu, 08 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/interface.hpp + +* modules/gui/wxwidgets: save embedded playlist size on exit. +------------------------------------------------------------------------ +r13627 | dionoea | 2005-12-07 23:59:04 +0100 (Wed, 07 Dec 2005) | 6 lines +Changed paths: + M /trunk/share/http/functions.js + A /trunk/share/http/images/delete_small.png + M /trunk/share/http/index.html + M /trunk/share/http/requests/browse.xml + M /trunk/share/http/requests/playlist.xml + M /trunk/share/http/requests/status.xml + M /trunk/share/http/style.css + + * playlist improvements : + * nodes can now be opened/closed + * items can be deleted + * shuffle, repeat and loop should work + * add some comments to functions.js + +------------------------------------------------------------------------ +r13626 | dionoea | 2005-12-07 22:07:01 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/functions.js + + * fix misc fixes + +------------------------------------------------------------------------ +r13625 | dionoea | 2005-12-07 22:03:45 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/functions.js + M /trunk/share/http/index.html + + * misc fixes. Should now work in IE + +------------------------------------------------------------------------ +r13624 | hartman | 2005-12-07 20:49:20 +0100 (Wed, 07 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/coreaudio.c + +Fixes to the old coreaudio module. It will be removed, but at least we will have a proper version in the SVN history for prosperity +------------------------------------------------------------------------ +r13623 | dionoea | 2005-12-07 18:09:57 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/functions.js + M /trunk/share/http/style.css + + * fix playlist bug and change some css + +------------------------------------------------------------------------ +r13622 | dionoea | 2005-12-07 18:03:48 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + A /trunk/share/http/requests/browse.xml + +oooops + +------------------------------------------------------------------------ +r13621 | dionoea | 2005-12-07 17:57:18 +0100 (Wed, 07 Dec 2005) | 3 lines +Changed paths: + M /trunk/share/Makefile.am + M /trunk/share/http/functions.js + M /trunk/share/http/style.css + + * Makefile.am : add new browse.xml file + * functions.js : add option to select directories too + +------------------------------------------------------------------------ +r13620 | dionoea | 2005-12-07 17:50:42 +0100 (Wed, 07 Dec 2005) | 4 lines +Changed paths: + M /trunk/share/http/functions.js + M /trunk/share/http/index.html + M /trunk/share/http/requests/status.xml + M /trunk/share/http/style.css + + * add browse dialog for file input (this needs some authentification ... but + i don't really know how i should handle it) + * add now playing info + +------------------------------------------------------------------------ +r13618 | courmisch | 2005-12-07 16:35:52 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +Link upnp with C++ rather than C + +------------------------------------------------------------------------ +r13617 | courmisch | 2005-12-07 16:11:08 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_symbols.h + M /trunk/include/vlc_vlm.h + M /trunk/include/vlc_vod.h + M /trunk/modules/misc/rtsp.c + M /trunk/src/misc/vlm.c + +Added a bunch of "const" - should fix warning in VLM GUIs + +------------------------------------------------------------------------ +r13614 | courmisch | 2005-12-07 14:28:25 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/sap.c + +Work around for awfully broken Win32 DNS resolver - closes #445 + +------------------------------------------------------------------------ +r13613 | dionoea | 2005-12-07 13:15:36 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/requests/playlist.xml + + & -> & in name or uri + +------------------------------------------------------------------------ +r13612 | zorglub | 2005-12-07 10:31:36 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/src/interface/interaction.c + +Improve dialogs handling + +------------------------------------------------------------------------ +r13611 | hartman | 2005-12-07 03:44:07 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +* Fix the make VLC.app which was broken due to the changed web interface + +------------------------------------------------------------------------ +r13610 | hartman | 2005-12-07 02:45:10 +0100 (Wed, 07 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/auhal.c + +Mac OS X audio module is now unified for analog and digital output. todo: test on a shitload of devices, test for stability (removal of USB audio device during playback), rename the plugin +------------------------------------------------------------------------ +r13609 | dionoea | 2005-12-07 01:33:03 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/http/functions.js + M /trunk/share/http/index.html + M /trunk/share/http/requests/playlist.xml + M /trunk/share/http/requests/status.xml + M /trunk/share/http/style.css + +propset svn:keywords Id + +------------------------------------------------------------------------ +r13608 | dionoea | 2005-12-07 01:12:39 +0100 (Wed, 07 Dec 2005) | 4 lines +Changed paths: + M /trunk/share/http/index.html + +add same controls as in previous http interface. As zorglub pointed out, +some people might be using these controls regardless of the http interface +code itself. + +------------------------------------------------------------------------ +r13607 | dionoea | 2005-12-07 01:09:25 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +HTTP interface change + +------------------------------------------------------------------------ +r13606 | dionoea | 2005-12-07 01:03:13 +0100 (Wed, 07 Dec 2005) | 13 lines +Changed paths: + A /trunk/share/http + A /trunk/share/http/favicon.ico + A /trunk/share/http/functions.js + A /trunk/share/http/images + A /trunk/share/http/images/delete.png + A /trunk/share/http/images/eject.png + A /trunk/share/http/images/empty.png + A /trunk/share/http/images/fullscreen.png + A /trunk/share/http/images/help.png + A /trunk/share/http/images/loop.png + A /trunk/share/http/images/minus.png + A /trunk/share/http/images/next.png + A /trunk/share/http/images/pause.png + A /trunk/share/http/images/play.png + A /trunk/share/http/images/playlist.png + A /trunk/share/http/images/playlist_small.png + A /trunk/share/http/images/plus.png + A /trunk/share/http/images/prev.png + A /trunk/share/http/images/repeat.png + A /trunk/share/http/images/shuffle.png + A /trunk/share/http/images/slow.png + A /trunk/share/http/images/sort.png + A /trunk/share/http/images/sout.png + A /trunk/share/http/images/speaker.png + A /trunk/share/http/images/speaker_mute.png + A /trunk/share/http/images/stop.png + A /trunk/share/http/images/vlc16x16.png + A /trunk/share/http/images/volume_down.png + A /trunk/share/http/images/volume_up.png + A /trunk/share/http/index.html + A /trunk/share/http/requests + A /trunk/share/http/requests/playlist.xml + A /trunk/share/http/requests/status.xml + A /trunk/share/http/style.css + +New http interface + +Things that still need to be done : + * check - and fix - compatibility with non-firefox browsers (it + doesn't work in IE yet) + * bind actions to the playlist sort/delete actions + * fix the subtitle options stuff + * add a "browse" dialog (i'm not sure if the is a good idea ... + should be password protected) + * VLM interface + +Comments are welcome :) + +------------------------------------------------------------------------ +r13605 | dionoea | 2005-12-07 00:58:31 +0100 (Wed, 07 Dec 2005) | 2 lines +Changed paths: + D /trunk/share/http + A /trunk/share/http-old (from /trunk/share/http:13604) + +move old http files to http-old + +------------------------------------------------------------------------ +r13604 | gbazin | 2005-12-06 23:57:26 +0100 (Tue, 06 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +* modules/gui/wxwidgets/interface.cpp: last issues with the display of the embedded playlist should be solved. +------------------------------------------------------------------------ +r13603 | ipkiss | 2005-12-06 21:12:34 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + + * doc/skins/skins2-howto.xml: A few fixes and additions. + +------------------------------------------------------------------------ +r13602 | gbazin | 2005-12-06 21:10:02 +0100 (Tue, 06 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/packetizer/h264.c + +* modules/packetizer/h264.c: fixed massive memory leak. +------------------------------------------------------------------------ +r13601 | gbazin | 2005-12-06 20:23:31 +0100 (Tue, 06 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/demux/mkv.cpp + +* modules/demux/mkv.cpp: fixed memory leaks. +------------------------------------------------------------------------ +r13600 | courmisch | 2005-12-06 20:09:37 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +fix make install + +------------------------------------------------------------------------ +r13599 | zorglub | 2005-12-06 20:09:20 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_interface.h + M /trunk/include/vlc_playlist.h + M /trunk/include/vlc_symbols.h + M /trunk/src/input/input.c + M /trunk/src/interface/interaction.c + +Interaction facility (Refs:#27) + +------------------------------------------------------------------------ +r13598 | dionoea | 2005-12-06 19:52:53 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +rename to vlc_volume_set + +------------------------------------------------------------------------ +r13597 | dionoea | 2005-12-06 19:49:11 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/http/rpn.c + +new rpn function : volume_set + +------------------------------------------------------------------------ +r13596 | courmisch | 2005-12-06 19:41:14 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +fix DISTCLEANFILES + +------------------------------------------------------------------------ +r13595 | courmisch | 2005-12-06 19:25:09 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Another bunch of non-existant files in POTFILES + +------------------------------------------------------------------------ +r13594 | courmisch | 2005-12-06 19:19:53 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Don't include unused files in POTFILES(!) + +------------------------------------------------------------------------ +r13593 | gbazin | 2005-12-06 19:16:12 +0100 (Tue, 06 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + +* modules/gui/wxwidgets/interface.cpp: still more improvements to the display of the embedded playlist. +------------------------------------------------------------------------ +r13592 | courmisch | 2005-12-06 18:16:07 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_interaction.h + M /trunk/include/vlc_symbols.h + +Remove unexisting exported API + +------------------------------------------------------------------------ +r13591 | courmisch | 2005-12-06 17:49:16 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/toolbox + +Attempt to fix make distcheck + +------------------------------------------------------------------------ +r13590 | courmisch | 2005-12-06 17:38:58 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/misc/modules.c + +One must update src/misc/modules.c whenever a new vlc_*.h file is created + +------------------------------------------------------------------------ +r13589 | courmisch | 2005-12-06 17:35:05 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_symbols.h + +Fix symbols list + +------------------------------------------------------------------------ +r13588 | zorglub | 2005-12-06 17:33:34 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/playlist/playlist.c + +Fix behaviour if repeat is enabled at startup + +------------------------------------------------------------------------ +r13587 | xtophe | 2005-12-06 14:05:18 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/include/vlc_config_cat.h + +Don't translate empty strings ( Thanks to ShadeHawk) + +------------------------------------------------------------------------ +r13586 | courmisch | 2005-12-06 13:39:13 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Add missing include file + +------------------------------------------------------------------------ +r13585 | courmisch | 2005-12-06 13:34:02 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + +Fix ./configure within make distcheck + +------------------------------------------------------------------------ +r13584 | courmisch | 2005-12-06 13:32:39 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp + +Empty gettext translated strings are illegal + +------------------------------------------------------------------------ +r13583 | zorglub | 2005-12-06 13:19:52 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/libvlc.h + +Fix a string. Thanks to ShadeHawk on irc for noticing + +------------------------------------------------------------------------ +r13582 | courmisch | 2005-12-06 13:14:24 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Fix POTFILES again + +------------------------------------------------------------------------ +r13581 | courmisch | 2005-12-06 13:08:14 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/Makefile.am + +Add .hosts + +------------------------------------------------------------------------ +r13580 | dionoea | 2005-12-06 01:28:53 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/control/http/util.c + +ugly dirty horrible thing so that text/xml files don't get labeled as text/html (and .xml files will now be parsed by VLC) + +------------------------------------------------------------------------ +r13579 | xtophe | 2005-12-06 00:31:22 +0100 (Tue, 06 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +Reorder the ffmpeg detection. Please test, there is so many corner case :( + +------------------------------------------------------------------------ +r13578 | gbazin | 2005-12-05 22:56:06 +0100 (Mon, 05 Dec 2005) | 1 line +Changed paths: + M /trunk/share/http/admin/browse.html + +* share/http/admin/browse.html: made the file list a bit more readable. +------------------------------------------------------------------------ +r13577 | asmax | 2005-12-05 22:40:46 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + +* several updates: animations, percent vars, equalizer... + +------------------------------------------------------------------------ +r13574 | courmisch | 2005-12-05 21:53:56 +0100 (Mon, 05 Dec 2005) | 3 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/po/POTFILES.in + A /trunk/src/network/acl.c (from /trunk/src/stream_output/acl.c:13573) + D /trunk/src/stream_output/acl.c + +- Don't print a bogus warning when reading on empty line in a .host file +- Move acl.c to a more appropriate location + +------------------------------------------------------------------------ +r13573 | courmisch | 2005-12-05 21:51:20 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + A /trunk/share/http/.hosts + +Add sample access list (currently accepting everything) for the HTTP interface + +------------------------------------------------------------------------ +r13572 | sigmunau | 2005-12-05 18:54:35 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/misc/vlm.c + +vlm.c: fix segfault when vlm command have mismatched quotes + +------------------------------------------------------------------------ +r13571 | courmisch | 2005-12-05 18:48:21 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +Fix typo/compilation + +------------------------------------------------------------------------ +r13570 | courmisch | 2005-12-05 18:46:22 +0100 (Mon, 05 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/control/netsync.c + +- Use net_ConnectUDP on the slave side +- Don't force a port on the slave side (that was not needed) + +------------------------------------------------------------------------ +r13569 | courmisch | 2005-12-05 18:45:59 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/ts.c + +Use net_ConnectUDP + +------------------------------------------------------------------------ +r13568 | courmisch | 2005-12-05 18:33:11 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +Use OS default for multicast hop limit if not overriden by the user + +------------------------------------------------------------------------ +r13567 | courmisch | 2005-12-05 18:30:14 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/access_output/udp.c + M /trunk/src/network/udp.c + M /trunk/src/stream_output/sap.c + +Use net_ConnectUDP + +------------------------------------------------------------------------ +r13566 | courmisch | 2005-12-05 17:50:25 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/misc/network/ipv4.c + M /trunk/src/libvlc.h + +Update multicast stream output options + +------------------------------------------------------------------------ +r13565 | courmisch | 2005-12-05 17:46:49 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +Implement IP_MULTICAST_IF + +------------------------------------------------------------------------ +r13564 | courmisch | 2005-12-05 17:24:22 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/po/POTFILES.in + +Repair make dist + +------------------------------------------------------------------------ +r13563 | courmisch | 2005-12-05 17:24:12 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network + +svn:ignore + +------------------------------------------------------------------------ +r13562 | zorglub | 2005-12-05 16:51:39 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/extras/make.pl + M /trunk/include/vlc_common.h + A /trunk/include/vlc_interaction.h + M /trunk/include/vlc_interface.h + M /trunk/include/vlc_playlist.h + M /trunk/src/input/input.c + A /trunk/src/interface/interaction.c + M /trunk/src/interface/interface.c + M /trunk/src/playlist/playlist.c + +Very beginning of the interaction framework (Refs:#27) + +------------------------------------------------------------------------ +r13561 | zorglub | 2005-12-05 11:28:08 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/services_discovery/shout.c + +String remarks + +------------------------------------------------------------------------ +r13560 | zorglub | 2005-12-05 11:25:34 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/demux/real.c + +Recognize RV codecs + +------------------------------------------------------------------------ +r13559 | courmisch | 2005-12-05 11:09:14 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +fix previous commit + +------------------------------------------------------------------------ +r13558 | courmisch | 2005-12-05 11:00:14 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/src/network/udp.c + +Implement multicast hop limit + +------------------------------------------------------------------------ +r13557 | courmisch | 2005-12-05 10:36:39 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + M /trunk/src/network/io.c + A /trunk/src/network/tcp.c (from /trunk/src/network/io.c:13556) + A /trunk/src/network/udp.c (from /trunk/src/network/io.c:13556) + +Sort out io.c + +------------------------------------------------------------------------ +r13556 | courmisch | 2005-12-05 10:06:39 +0100 (Mon, 05 Dec 2005) | 2 lines +Changed paths: + M /trunk/Makefile.am + D /trunk/src/misc/getaddrinfo.c + D /trunk/src/misc/httpd.c + D /trunk/src/misc/net.c + D /trunk/src/misc/tls.c + A /trunk/src/network + A /trunk/src/network/getaddrinfo.c (from /trunk/src/misc/getaddrinfo.c:13541) + A /trunk/src/network/httpd.c (from /trunk/src/misc/httpd.c:13541) + A /trunk/src/network/io.c (from /trunk/src/misc/net.c:13541) + A /trunk/src/network/tls.c (from /trunk/src/misc/tls.c:13541) + +Create src/network subdirectory + +------------------------------------------------------------------------ +r13555 | courmisch | 2005-12-05 10:01:29 +0100 (Mon, 05 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/access/ftp.c + M /trunk/modules/access/http.c + M /trunk/modules/access/mms/mmsh.c + M /trunk/modules/access/mms/mmstu.c + M /trunk/modules/access/rtsp/access.c + M /trunk/modules/access/tcp.c + M /trunk/modules/misc/network/ipv4.c + M /trunk/modules/misc/network/ipv6.c + +s/OpenTCP/ConnectTCP/ for consistency +and other cosmetic fixes + +------------------------------------------------------------------------ +r13554 | fkuehne | 2005-12-04 23:46:03 +0100 (Sun, 04 Dec 2005) | 7 lines +Changed paths: + M /trunk/modules/gui/macosx/sfilters.m + +* implemented the controls for the logo and time filters (refs #350) +* complete l10n support + +The usage of the logo-filter doesn't work here, but that might be because of my strange PNG-files. I'll investigate this tomorrow. + +It would be nice if some of the OSX-devs and testers could check whether everything works as expected, whether you are able crash the entire thingie, etc. +Note that on-the-fly activation of filters doesn't work (this needs the vout-rework scheduled for 0.8.5). +------------------------------------------------------------------------ +r13553 | fkuehne | 2005-12-04 22:33:57 +0100 (Sun, 04 Dec 2005) | 8 lines +Changed paths: + M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib + M /trunk/extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib + M /trunk/modules/gui/macosx/sfilters.h + M /trunk/modules/gui/macosx/sfilters.m + +* retrieve the settings for the logo and time filters (there seems to be bug @ position though) +* removed the controls used for fixed positioning, because they conflict with the relative controls and aren't used by most of the users anyway +* fixed 10.3 compatiblity + +still TODO: +- implement the logo and time controls completely +- l10n +- FIXMEs +------------------------------------------------------------------------ +r13552 | zorglub | 2005-12-04 22:24:08 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.hpp + M /trunk/modules/gui/skins2/vars/playtree.cpp + +Clean up - convert todos to doxygen style + +------------------------------------------------------------------------ +r13551 | zorglub | 2005-12-04 22:14:12 +0100 (Sun, 04 Dec 2005) | 5 lines +Changed paths: + M /trunk/modules/gui/skins2/commands/cmd_playtree.cpp + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/src/skin_main.cpp + M /trunk/modules/gui/skins2/vars/playtree.cpp + +Implement playtree.sort() (basic implementation) + +Fix a bug in delete + + +------------------------------------------------------------------------ +r13550 | gbazin | 2005-12-04 21:37:47 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access/rtsp/rtsp.c + +* modules/access/rtsp/rtsp.c: fixed major bug in realrtsp access. Some incoming data would occasionally be dropped. +------------------------------------------------------------------------ +r13549 | zorglub | 2005-12-04 21:07:30 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + +Selection is almost working correctly + +------------------------------------------------------------------------ +r13548 | gbazin | 2005-12-04 20:40:36 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/alsa.c + +* modules/audio_output/alsa.c: fix the leak in a nice way. +------------------------------------------------------------------------ +r13547 | gbazin | 2005-12-04 20:35:35 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/audio_output/alsa.c + +* modules/audio_output/alsa.c: fixed minor memory leak. +------------------------------------------------------------------------ +r13546 | zorglub | 2005-12-04 20:27:20 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/utils/var_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.hpp + M /trunk/modules/gui/skins2/vars/playtree.cpp + M /trunk/modules/gui/skins2/vars/playtree.hpp + +Improve ensureVisible + +------------------------------------------------------------------------ +r13545 | gbazin | 2005-12-04 20:13:29 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/access/rtsp/access.c + M /trunk/modules/access/rtsp/real_asmrp.c + M /trunk/modules/access/rtsp/real_sdpplin.c + M /trunk/modules/access/rtsp/rtsp.c + M /trunk/modules/demux/real.c + +* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks. +------------------------------------------------------------------------ +r13544 | ipkiss | 2005-12-04 19:52:25 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/skins2/winamp2.xml + + * share/skins2/winamp2.xml: removed a useless control (not even working :)) + +------------------------------------------------------------------------ +r13543 | oaubert | 2005-12-04 19:47:26 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/configure.ac + +* configure.ac: fix copy/paste artefact (silly me) + +------------------------------------------------------------------------ +r13542 | oaubert | 2005-12-04 19:46:21 +0100 (Sun, 04 Dec 2005) | 3 lines +Changed paths: + M /trunk/configure.ac + +* configure.ac: new --enable-snapshot option (snapshot was previously built + with --enable-corba, but it can now be used through the python binding) + +------------------------------------------------------------------------ +r13541 | ipkiss | 2005-12-04 19:23:30 +0100 (Sun, 04 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/gui/skins2/src/generic_layout.cpp + + * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls + were drawn when resizing the layout) + +------------------------------------------------------------------------ +r13540 | courmisch | 2005-12-04 18:40:59 +0100 (Sun, 04 Dec 2005) | 3 lines +Changed paths: + M /trunk/include/network.h + M /trunk/include/vlc_symbols.h + M /trunk/src/misc/net.c + +implement net_ConnectUDP() (yet to be used) to create a connected UDP socket, +and stop doing different things with net_OpenUDP() + +------------------------------------------------------------------------ +r13539 | gbazin | 2005-12-04 18:36:24 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/codec/realaudio.c + +* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up the subpackets reordering. +------------------------------------------------------------------------ +r13538 | zorglub | 2005-12-04 18:15:24 +0100 (Sun, 04 Dec 2005) | 3 lines +Changed paths: + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/x11/x11_popup.hpp + +Fix crash while drawing playlist ++ popup compile fix (bonus !) + +------------------------------------------------------------------------ +r13537 | sigmunau | 2005-12-04 18:10:22 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/audio_filter/converter/a52tospdif.c + +a52tospdif.c: fix regression in recent changes + +------------------------------------------------------------------------ +r13536 | ipkiss | 2005-12-04 17:54:17 +0100 (Sun, 04 Dec 2005) | 3 lines +Changed paths: + M /trunk/doc/skins/skins2-howto.xml + M /trunk/share/skins2/skin.dtd + + * share/skins2/skin.dtd: Video.autoresize defaults to true + * doc/skins/skins2-howto.xml: Added documentation for this attribute + +------------------------------------------------------------------------ +r13535 | ipkiss | 2005-12-04 17:19:28 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp + + * skins2/macosx/macosx_factory.cpp: compilation fix + +------------------------------------------------------------------------ +r13534 | gbazin | 2005-12-04 17:16:54 +0100 (Sun, 04 Dec 2005) | 1 line +Changed paths: + M /trunk/modules/gui/wxwidgets/interface.cpp + M /trunk/modules/gui/wxwidgets/interface.hpp + M /trunk/modules/gui/wxwidgets/playlist_manager.cpp + +* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave a lot better now. +------------------------------------------------------------------------ +r13533 | ipkiss | 2005-12-04 17:01:12 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/share/skins2/winamp2.xml + + * share/skins2/winamp2.xml: Change layout on double-clicks + +------------------------------------------------------------------------ +r13532 | zorglub | 2005-12-04 16:43:03 +0100 (Sun, 04 Dec 2005) | 2 lines +Changed paths: + M /trunk/modules/gui/skins2/x11/x11_factory.cpp + M /trunk/modules/gui/skins2/x11/x11_popup.cpp + M /trunk/modules/gui/skins2/x11/x11_popup.hpp + +Popup compile fix + +------------------------------------------------------------------------ +r13531 | zorglub | 2005-12-04 16:35:28 +0100 (Sun, 04 Dec 2005) | 12 lines +Changed paths: + M /trunk/modules/gui/skins2/commands/cmd_vars.cpp + M /trunk/modules/gui/skins2/commands/cmd_vars.hpp + M /trunk/modules/gui/skins2/controls/ctrl_tree.cpp + M /trunk/modules/gui/skins2/controls/ctrl_tree.hpp + M /trunk/modules/gui/skins2/src/vlcproc.cpp + M /trunk/modules/gui/skins2/src/vlcproc.hpp + M /trunk/modules/gui/skins2/utils/var_tree.cpp + M /trunk/modules/gui/skins2/utils/var_tree.hpp + M /trunk/modules/gui/skins2/vars/playtree.cpp + M /trunk/modules/gui/skins2/vars/playtree.hpp + +Improvements to playtree + +* Don't expand nodes by default +* Distinguish notification types from document to view + ( update of one item, global change, append of one item) +* Handle item-append + - Add a command/callback + - TODO: Only rebuild the tree image if the newly appended item is + visible +* Rename m_lastPos to m_firstPos as it represents the first position +* Beginning of a general ensureVisible function (not working yet) + +------------------------------------------------------------------------ +r13530 | ipkiss | 2005-12-04 15:47:26 +0100 (Sun, 04 Dec 2005) | 19 lines +Changed paths: + M /trunk/modules/gui/skins2/Modules.am + M /trunk/modules/gui/skins2/commands/cmd_show_window.hpp + A /trunk/modules/gui/skins2/events/evt_menu.hpp + M /trunk/modules/gui/skins2/events/evt_motion.hpp + M /trunk/modules/gui/skins2/macosx/macosx_factory.cpp + M /trunk/modules/gui/skins2/macosx/macosx_factory.hpp + A /trunk/modules/gui/skins2/macosx/macosx_popup.cpp + A /trunk/modules/gui/skins2/macosx/macosx_popup.hpp + M /trunk/modules/gui/skins2/macosx/macosx_tooltip.hpp + M /trunk/modules/gui/skins2/parser/builder.cpp + M /trunk/modules/gui/skins2/parser/builder.hpp + M /trunk/modules/gui/skins2/parser/builder_data.def + M /trunk/modules/gui/skins2/parser/builder_data.hpp + M /trunk/modules/gui/skins2/parser/interpreter.cpp + M /trunk/modules/gui/skins2/parser/skin_parser.cpp + M /trunk/modules/gui/skins2/parser/skin_parser.hpp + M /trunk/modules/gui/skins2/src/generic_window.cpp + M /trunk/modules/gui/skins2/src/generic_window.hpp + M /trunk/modules/gui/skins2/src/os_factory.hpp + A /trunk/modules/gui/skins2/src/os_popup.hpp + M /trunk/modules/gui/skins2/src/os_tooltip.hpp + A /trunk/modules/gui/skins2/src/popup.cpp + A /trunk/modules/gui/skins2/src/popup.hpp + M /trunk/modules/gui/skins2/src/theme.cpp + M /trunk/modules/gui/skins2/src/theme.hpp + M /trunk/modules/gui/skins2/src/top_window.cpp + M /trunk/modules/gui/skins2/src/top_window.hpp + M /trunk/modules/gui/skins2/src/window_manager.cpp + M /trunk/modules/gui/skins2/src/window_manager.hpp + M /trunk/modules/gui/skins2/win32/win32_dragdrop.hpp + M /trunk/modules/gui/skins2/win32/win32_factory.cpp + M /trunk/modules/gui/skins2/win32/win32_factory.hpp + M /trunk/modules/gui/skins2/win32/win32_loop.cpp + A /trunk/modules/gui/skins2/win32/win32_popup.cpp + A /trunk/modules/gui/skins2/win32/win32_popup.hpp + M /trunk/modules/gui/skins2/win32/win32_tooltip.hpp + M /trunk/modules/gui/skins2/x11/x11_factory.cpp + M /trunk/modules/gui/skins2/x11/x11_factory.hpp + A /trunk/modules/gui/skins2/x11/x11_popup.cpp + A /trunk/modules/gui/skins2/x11/x11_popup.hpp + M /trunk/modules/gui/skins2/x11/x11_tooltip.hpp + M /trunk/share/skins2/skin.dtd + + * skins2: support for custom popup menus, and win32 implementation. + XML example: + + + + + + + + + + + To call the menu: +