- Dec 04, 2005
-
-
ipkiss authored
-
Olivier Aubert authored
-
Olivier Aubert authored
with --enable-corba, but it can now be used through the python binding)
-
ipkiss authored
were drawn when resizing the layout)
-
Rémi Denis-Courmont authored
and stop doing different things with net_OpenUDP()
-
gbazin authored
* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up the subpackets reordering.
-
zorglub authored
+ popup compile fix (bonus !)
-
sigmunau authored
-
ipkiss authored
* doc/skins/skins2-howto.xml: Added documentation for this attribute
-
ipkiss authored
-
gbazin authored
* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave a lot better now.
-
ipkiss authored
-
zorglub authored
-
zorglub authored
* 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)
-
ipkiss authored
XML example: <PopupMenu id="sample_menu"> <MenuItem label="Play" action="vlc.play()" /> <MenuItem label="Pause" action="vlc.pause()" /> <MenuSeparator /> <MenuItem label="Show playlist" action="playlist_window.show()" /> <MenuItem label="Hide playlist" action="playlist_window.hide()" /> <MenuSeparator /> <MenuItem label="Quick open file" action="dialogs.fileSimple()" /> </PopupMenu> To call the menu: <Button action="sample_menu.show()" ... /> Known bug: the popup disappears when the user clicks "too fast" on the button: the control refreshes itself in an asynchronous way, and the popup dislikes it... so click slowly :)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
Do not crash on vlm command: 'new somestring vod enabled', when the user forgot --rtsp-host <ipaddress>:<port> on the vlc commandline.
-
Rémi Denis-Courmont authored
Case matters when using filenames!
-
zorglub authored
Thanks.
-
Rémi Denis-Courmont authored
(can be disabled with an advanced option)
-
hartman authored
First steps towards integrating coreaudio and auhal module into one. It does not actually render digital audio yet.
-
- Dec 03, 2005
-
-
ipkiss authored
-
hartman authored
-
hartman authored
-
hartman authored
-
hartman authored
-
hartman authored
-
hartman authored
-
hartman authored
-
hartman authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
zorglub authored
-
gbazin authored
-
Felix Paul Kühne authored
- the marquee section is already completely usable, more to come - TODO: - fix all FIXMEs - implement the logo and time settings completely - implement l10n - fix 10.3 compatibility (runs under Tiger only atm) - save the preferences, if requested - close a current vout and re-open it, when a filter is (de-)activated - redesign the GUI to a smaller panel
-
zorglub authored
playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)
-
Cyril Deguet authored
-
Cyril Deguet authored
"nbFrames" and "fps" in the (Sub)Bitmap elements to set the number of frames and the frame rate in a bitmap. As in the radialslider, the different frames are just laid vertically in the bitamp (and all the frames must have the same size) At the moment animated bitmaps are only supported in Button controls.
-