]> git.sesse.net Git - vlc/log
vlc
20 years ago * access: implement access2_nEw (untested).
Laurent Aimar [Sun, 30 May 2004 14:43:40 +0000 (14:43 +0000)]
 * access: implement access2_nEw (untested).

20 years ago* New wizard is now about usable, yet unfinished
Clément Stenac [Sun, 30 May 2004 14:43:12 +0000 (14:43 +0000)]
* New wizard is now about usable, yet unfinished
    Todo
- Heavy testing
- Missing sanity checks
- Extra options
- Fix layout bugs

* playlist.cpp : Smaller layout, icons to do...

* timer.cpp : show the name and not the URI in status bar

* open.cpp : Bugfix for modal mode

20 years agomodules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
Sigmund Augdal Helberg [Sun, 30 May 2004 13:00:27 +0000 (13:00 +0000)]
modules/audio_output/alsa.c: fixed an utterly nonsensial if-block. Should
have no functional impact.

20 years ago* src/misc/modules.c: avoid name collisions on win32.
Gildas Bazin [Sun, 30 May 2004 11:54:08 +0000 (11:54 +0000)]
* src/misc/modules.c: avoid name collisions on win32.

20 years agoshare/http/index.html: output valid xhtml, even with an empty playlist. Show
Sigmund Augdal Helberg [Sun, 30 May 2004 10:52:02 +0000 (10:52 +0000)]
share/http/index.html: output valid xhtml, even with an empty playlist. Show
a message in the playlist area if the playlist is empty.

20 years ago* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path...
Gildas Bazin [Sun, 30 May 2004 09:18:59 +0000 (09:18 +0000)]
* modules/gui/gtk/*: got rid of --search-path option and created --gtk-search-path and --gnome-search-path instead.

20 years ago * ninput, access: compilation fix.
Laurent Aimar [Sun, 30 May 2004 00:14:30 +0000 (00:14 +0000)]
 * ninput, access: compilation fix.

20 years ago * Makefile.am: added acces.c (for people still using make ;)
Laurent Aimar [Sat, 29 May 2004 23:56:41 +0000 (23:56 +0000)]
 * Makefile.am: added acces.c (for people still using make ;)

20 years ago * all: begin to introduce access_t (nothing working yet).
Laurent Aimar [Sat, 29 May 2004 23:52:49 +0000 (23:52 +0000)]
 * all: begin to introduce access_t (nothing working yet).

20 years ago* src/misc/modules.c: small cleanup.
Gildas Bazin [Sat, 29 May 2004 21:51:22 +0000 (21:51 +0000)]
* src/misc/modules.c: small cleanup.

20 years ago* include/*,src/*: New plugins cache feature for faster load times.
Gildas Bazin [Sat, 29 May 2004 21:41:57 +0000 (21:41 +0000)]
* include/*,src/*: New plugins cache feature for faster load times.
   This is still experimental so isn't enabled by default (use --plugins-cache).
   There are also a few issues that aren't dealt with yet:
     - translation of module strings.
     - config options callbacks and actions.
     - a few memory leaks.
     - and likely other things ;)
   You can easily reset the plugins cache with --reset-plugins-cache.

20 years ago * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.
Yoann Peronneau [Sat, 29 May 2004 17:47:30 +0000 (17:47 +0000)]
 * modules/gui/ncurses.c: Fixed a bug due to the new 'Volume' line.

20 years agoAdded a Mute OSD icon.
Yoann Peronneau [Sat, 29 May 2004 17:04:53 +0000 (17:04 +0000)]
Added a Mute OSD icon.

20 years ago * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
Laurent Aimar [Sat, 29 May 2004 14:06:50 +0000 (14:06 +0000)]
 * rtp: use dynamique RTP payload type for h263-1998. (bug found by Ross
Finlayson)

20 years ago * ts: added 14496-17 (text sub) support. It assumes that input is utf8
Laurent Aimar [Sat, 29 May 2004 14:02:50 +0000 (14:02 +0000)]
 * ts: added 14496-17 (text sub) support. It assumes that input is utf8
(wrong as long as we don't have a real subtitle packetizer).
 It doesn't work very well, the syncho is a broken (subs are late by more
than 1s).

20 years ago * copy: low latency for subt.
Laurent Aimar [Sat, 29 May 2004 14:00:32 +0000 (14:00 +0000)]
 * copy: low latency for subt.
  TODO: move subtitle paquetizer to subsdec.c to convert all subs to UTF-8.

20 years ago ts: ooops, debug messages removed.
Laurent Aimar [Sat, 29 May 2004 13:55:33 +0000 (13:55 +0000)]
 ts: ooops, debug messages removed.

20 years ago * ts.c: - send PES as soon as possible to decoder (and not waiting the
Laurent Aimar [Sat, 29 May 2004 13:54:22 +0000 (13:54 +0000)]
 * ts.c: - send PES as soon as possible to decoder (and not waiting the
           next one).
         - added partial 14496-17 support, in other words mpeg4 text
           subtitles.

20 years ago* Let's enable folks to bootstrap
Derk-Jan Hartman [Fri, 28 May 2004 22:46:00 +0000 (22:46 +0000)]
* Let's enable folks to bootstrap

20 years ago* ncurses intf
Derk-Jan Hartman [Fri, 28 May 2004 22:23:38 +0000 (22:23 +0000)]
* ncurses intf
  - Moved one dir higher
  - Fixed the Quit function
  - Added Volume Controls
  - Added Repeat/Loop/Random
  - Fixed the info box
  - Added Fullscreen remark to help box

It is now the perfect remote controller if I use my 'bedside terminal'.
ssh/screen/ncurses is like magic.

20 years ago* Fix some small potential crashes
Derk-Jan Hartman [Fri, 28 May 2004 22:19:54 +0000 (22:19 +0000)]
* Fix some small potential crashes

20 years ago* src/input/input.c: As soon as we know the length of a file, set
Derk-Jan Hartman [Fri, 28 May 2004 22:07:04 +0000 (22:07 +0000)]
* src/input/input.c: As soon as we know the length of a file, set
  the playlist item duration. Now mpeg files will show their duration.

20 years ago * rtp: h263 support (untested).
Laurent Aimar [Fri, 28 May 2004 20:20:50 +0000 (20:20 +0000)]
 * rtp: h263 support (untested).
 Patch by Callan, Wilson <wcallan AT starentnetworks DOT com>

20 years ago * copy: don't break the length for subtitle packet.
Laurent Aimar [Fri, 28 May 2004 19:55:01 +0000 (19:55 +0000)]
 * copy: don't break the length for subtitle packet.

20 years ago * mp4: first try to add text subtitle muxing support. They are added
Laurent Aimar [Fri, 28 May 2004 19:54:23 +0000 (19:54 +0000)]
 * mp4: first try to add text subtitle muxing support. They are added
like it is done in .mov (and not like .mp4 as I failed to find any
samples)
 VLC is able to play them. I don't think QT will like them for now.

20 years ago * mp4: convert all \r to \n in subt.
Laurent Aimar [Fri, 28 May 2004 19:51:37 +0000 (19:51 +0000)]
 * mp4: convert all \r to \n in subt.

20 years ago* fixed broken translation of 2 buttons of the info-window
Felix Paul Kühne [Fri, 28 May 2004 16:01:26 +0000 (16:01 +0000)]
* fixed broken translation of 2 buttons of the info-window

20 years ago* bootstrap fix for corba module
Derk-Jan Hartman [Fri, 28 May 2004 12:04:06 +0000 (12:04 +0000)]
* bootstrap fix for corba module
  make dist might still be broken? This makefile could use some sam power.

20 years ago* configure.ac: netsync needs to be linked with ws2_32 on win32.
Gildas Bazin [Fri, 28 May 2004 06:29:13 +0000 (06:29 +0000)]
* configure.ac: netsync needs to be linked with ws2_32 on win32.

20 years ago * mp4: added text track support. (there is a problem with the encoding).
Laurent Aimar [Thu, 27 May 2004 22:30:12 +0000 (22:30 +0000)]
 * mp4: added text track support. (there is a problem with the encoding).

20 years ago* modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix...
Gildas Bazin [Thu, 27 May 2004 21:06:16 +0000 (21:06 +0000)]
* modules/video_chroma/i422_yuy2.c: fixed the I422 MMX conversion routines. The fix also doubles the speed of the conversion :)

20 years ago* Makefile.am: added include/snapshot.h.
Gildas Bazin [Thu, 27 May 2004 20:31:22 +0000 (20:31 +0000)]
* Makefile.am: added include/snapshot.h.

20 years ago* modules/control/netsync.c: test before you commit.
Gildas Bazin [Thu, 27 May 2004 19:17:33 +0000 (19:17 +0000)]
* modules/control/netsync.c: test before you commit.

20 years ago* video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
Gildas Bazin [Thu, 27 May 2004 19:12:09 +0000 (19:12 +0000)]
* video_output/snapshot.c, control/netsync.c: added svn:keywords Id prop.
* control/netsync.c: small fix.

20 years agoremove debug messages along the success path
Sigmund Augdal Helberg [Thu, 27 May 2004 16:18:35 +0000 (16:18 +0000)]
remove debug messages along the success path

20 years ago* modules/demux/mjpeg.c: fixed small memleak.
Gildas Bazin [Thu, 27 May 2004 15:52:42 +0000 (15:52 +0000)]
* modules/demux/mjpeg.c: fixed small memleak.

20 years agoCORBA module update:
Olivier Aubert [Thu, 27 May 2004 15:48:33 +0000 (15:48 +0000)]
CORBA module update:
- the VLC-specific code has been isolated in mediacontrol-core.c so that
  corba.c only has to glue CORBA calls to C calls.
- the IDL has been modified:
  - snapshot support
  - text display support
  - access to stream information
  - access to volume information

20 years agoCode cleanup to prepare CORBA module update
Olivier Aubert [Thu, 27 May 2004 15:43:42 +0000 (15:43 +0000)]
Code cleanup to prepare CORBA module update

20 years ago* modules/demux/mjpeg.c: fixed --mjpeg-fps.
Gildas Bazin [Thu, 27 May 2004 15:40:11 +0000 (15:40 +0000)]
* modules/demux/mjpeg.c: fixed --mjpeg-fps.

20 years agoSnapshot module (dummy video output module keeping a configurable image cache).
Olivier Aubert [Thu, 27 May 2004 15:37:46 +0000 (15:37 +0000)]
Snapshot module (dummy video output module keeping a configurable image cache).
It is chiefly used by the corba module.

20 years agoSnapshot module (dummy video output module keeping a configurable image cache).
Olivier Aubert [Thu, 27 May 2004 15:36:15 +0000 (15:36 +0000)]
Snapshot module (dummy video output module keeping a configurable image cache).
It is chiefly used by the corba module.

20 years ago* modules/demux/mjpeg.c: fixed pts calculation.
Gildas Bazin [Thu, 27 May 2004 15:30:47 +0000 (15:30 +0000)]
* modules/demux/mjpeg.c: fixed pts calculation.

20 years ago* modules/demux/mjpeg.c: got rid of a couple of useless things.
Gildas Bazin [Thu, 27 May 2004 15:21:11 +0000 (15:21 +0000)]
* modules/demux/mjpeg.c: got rid of a couple of useless things.

20 years ago* modules/control/netsync.c: Experimental network synchronisation module.
Gildas Bazin [Thu, 27 May 2004 11:40:46 +0000 (11:40 +0000)]
* modules/control/netsync.c: Experimental network synchronisation module.

20 years ago * src/libvlc.h
Derk-Jan Hartman [Thu, 27 May 2004 00:02:43 +0000 (00:02 +0000)]
 * src/libvlc.h
   src/playlist/playlist.c: added a "--play-and-stop" feature.
   This stops the playlist after each played item. It does however increase
   the index. (also very useful for sap playlist when a lot of channels fail to open).

20 years ago* enable mjpeg module and add to LIST
Derk-Jan Hartman [Wed, 26 May 2004 23:19:53 +0000 (23:19 +0000)]
* enable mjpeg module and add to LIST

20 years ago* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
Derk-Jan Hartman [Wed, 26 May 2004 23:15:07 +0000 (23:15 +0000)]
* misc/sap.c: check for packetsize attribute and increase mtu when it's large.
  - some code cleanup. Please watch coding style people.
* demux/sgimb.c: fix an alloc

20 years agomime multipart jpeg and jpeg series of images demuxer by
Sigmund Augdal Helberg [Wed, 26 May 2004 22:27:05 +0000 (22:27 +0000)]
mime multipart jpeg and jpeg series of images demuxer by
Henry Jen (slowhog) <henryjen at ztune dot net>. Only tested in multipart
mode.

20 years agoUse *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.
Jean-Paul Saman [Wed, 26 May 2004 21:02:06 +0000 (21:02 +0000)]
Use *ScreenResolution() function iso of mixing them with *ScreenOutput() functions.

20 years agoAdded Play and Pause OSD Icons for hotkeys.
Yoann Peronneau [Wed, 26 May 2004 17:56:45 +0000 (17:56 +0000)]
Added Play and Pause OSD Icons for hotkeys.

20 years ago* modules/access/pvr: Added keyint= and bframes= options.
Christophe Massiot [Wed, 26 May 2004 12:32:02 +0000 (12:32 +0000)]
* modules/access/pvr: Added keyint= and bframes= options.

20 years agoCompile fix
Clément Stenac [Wed, 26 May 2004 09:53:00 +0000 (09:53 +0000)]
Compile fix

20 years ago* CMML codec:
Andre Pang [Wed, 26 May 2004 08:38:23 +0000 (08:38 +0000)]
* CMML codec:
  - added browse-follow-anchor, browse-go-back and browse-go-forward
    callbacks
  - will not display clip description as subtitles if
    intf-displays-cmml-description variable is set on main interface
    thread
  - bugfix for web browser launching on Mac OS X

20 years ago* cmml: fix for loading non-file:// URLs on win32
Andre Pang [Wed, 26 May 2004 02:23:10 +0000 (02:23 +0000)]
* cmml: fix for loading non-file:// URLs on win32

20 years ago *livedotcom: added H263-2000 (untested).
Laurent Aimar [Tue, 25 May 2004 22:48:37 +0000 (22:48 +0000)]
  *livedotcom: added H263-2000 (untested).

20 years ago* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
Laurent Aimar [Tue, 25 May 2004 19:38:39 +0000 (19:38 +0000)]
* mp4: fix for alaw/ulaw. Clever people that designed .mov decided that
the demuxer has to ask the parameters to the decoder, instead of just
using the ones in the file.

20 years ago* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing...
Gildas Bazin [Tue, 25 May 2004 12:07:19 +0000 (12:07 +0000)]
* modules/video_output/directx/events.c: fixed deadlock when switching deinterlacing mode.

20 years ago* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since...
Yoann Peronneau [Tue, 25 May 2004 08:45:45 +0000 (08:45 +0000)]
* modules/control/hotkeys.c: check if there is a vout before writing some OSD, since hotkeys can also be called from an interface now.
* modules/gui/ncurses/ncurses.c: don't add empty ('') entry, in the open function

20 years ago * skins2: Open the file requester dialog when clicking on "play" and the
Olivier Teulière [Mon, 24 May 2004 21:48:56 +0000 (21:48 +0000)]
 * skins2: Open the file requester dialog when clicking on "play" and the
   playlist is empty

20 years ago* Remove last remenants of info.h and info.m
Derk-Jan Hartman [Mon, 24 May 2004 21:28:03 +0000 (21:28 +0000)]
* Remove last remenants of info.h and info.m
* Better align the iTunes styled slider with other UI elements
* added .spx .ts and .ps fileextensions.

20 years ago* Fixed the YUY2 and RV Render() of the OSD widgets.
Derk-Jan Hartman [Mon, 24 May 2004 21:14:06 +0000 (21:14 +0000)]
* Fixed the YUY2 and RV Render() of the OSD widgets.
* Set the Id prop on this 'new' file.

20 years agoHD1000 video output
Jean-Paul Saman [Mon, 24 May 2004 20:12:42 +0000 (20:12 +0000)]
HD1000 video output

20 years agoHD1000 video output
Jean-Paul Saman [Mon, 24 May 2004 20:12:27 +0000 (20:12 +0000)]
HD1000 video output

20 years ago* modules/packetizer/mpegvideo.c: better fix.
Gildas Bazin [Mon, 24 May 2004 19:00:37 +0000 (19:00 +0000)]
* modules/packetizer/mpegvideo.c: better fix.

20 years ago* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.
Gildas Bazin [Mon, 24 May 2004 18:54:47 +0000 (18:54 +0000)]
* modules/packetizer/mpegvideo.c: corner case fix for pts/dts.

20 years ago * drms.c: Fixed bug which caused the wrong ID to be used if there was
Jon Lech Johansen [Mon, 24 May 2004 17:45:05 +0000 (17:45 +0000)]
  * drms.c: Fixed bug which caused the wrong ID to be used if there was
            another firewire device in the ioregistry before the iPod.

20 years ago * ts: fixed pts, and readding default gathering to make
Laurent Aimar [Mon, 24 May 2004 17:43:28 +0000 (17:43 +0000)]
 * ts: fixed pts, and readding default gathering to make
 libmpeg2 happy.

20 years agoVolume icons are buttons to change volume
Jérome Decoodt [Mon, 24 May 2004 12:00:59 +0000 (12:00 +0000)]
Volume icons are buttons to change volume

20 years ago * drms.c: Preview endian fix.
Jon Lech Johansen [Sun, 23 May 2004 22:53:28 +0000 (22:53 +0000)]
  * drms.c: Preview endian fix.

20 years ago* Remove the old info window from SVN.
Derk-Jan Hartman [Sun, 23 May 2004 21:14:34 +0000 (21:14 +0000)]
* Remove the old info window from SVN.
* Cosmetic fix to misc.m

20 years agoOSD sliders are now used if the vout is not embedded or in fullscreen mode.
Yoann Peronneau [Sun, 23 May 2004 17:38:19 +0000 (17:38 +0000)]
OSD sliders are now used if the vout is not embedded or in fullscreen mode.

20 years ago* src/video_output/video_widgets.c: Added OSD sliders when changing volume or positio...
Yoann Peronneau [Sun, 23 May 2004 16:19:29 +0000 (16:19 +0000)]
* src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".

20 years ago* added a search function for the playlist with ncurses interface (feature request...
Yoann Peronneau [Sun, 23 May 2004 16:01:40 +0000 (16:01 +0000)]
* added a search function for the playlist with ncurses interface (feature request #1786).
  It doesn't support regexp for now.
* fixed a bug when playlist was empty at start

20 years ago * raw demuxers: few fixes, add es only after first packet. (size known)
Laurent Aimar [Sun, 23 May 2004 14:43:14 +0000 (14:43 +0000)]
 * raw demuxers: few fixes, add es only after first packet. (size known)

20 years ago * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
Laurent Aimar [Sun, 23 May 2004 14:31:49 +0000 (14:31 +0000)]
 * video; in hurry up mode 5 when scanning for width/height, reparse the buffer
 if we find them. (Avoid dropping the first frame).

20 years ago * es_out: avoid null dts/pts after *9/100 (with non null input values).
Laurent Aimar [Sun, 23 May 2004 13:35:26 +0000 (13:35 +0000)]
 * es_out: avoid null dts/pts after *9/100 (with non null input values).

20 years ago* Fixes to the services-menu
Felix Paul Kühne [Sun, 23 May 2004 12:17:41 +0000 (12:17 +0000)]
* Fixes to the services-menu

20 years ago* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu...
Gildas Bazin [Sun, 23 May 2004 11:00:53 +0000 (11:00 +0000)]
* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.

20 years ago* modules/gui/wxwindows/playlist.cpp: small fix.
Gildas Bazin [Sun, 23 May 2004 10:31:54 +0000 (10:31 +0000)]
* modules/gui/wxwindows/playlist.cpp: small fix.

20 years ago * drms.c: Support for previews.
Jon Lech Johansen [Sun, 23 May 2004 00:07:16 +0000 (00:07 +0000)]
  * drms.c: Support for previews.

20 years agoALL: bumped version number to 0.7.3-svn.
Gildas Bazin [Sat, 22 May 2004 18:42:19 +0000 (18:42 +0000)]
ALL: bumped version number to 0.7.3-svn.

20 years agoUpdated version to v0.7.2
Jean-Paul Saman [Fri, 21 May 2004 12:05:41 +0000 (12:05 +0000)]
Updated version to v0.7.2

20 years ago* ChangeLog: updated for the 0.7.2 release.
Gildas Bazin [Fri, 21 May 2004 11:59:25 +0000 (11:59 +0000)]
* ChangeLog: updated for the 0.7.2 release.

20 years ago* configure.ac: fixed libspeex > 1.1.0 detection.
Gildas Bazin [Fri, 21 May 2004 11:54:37 +0000 (11:54 +0000)]
* configure.ac: fixed libspeex > 1.1.0 detection.
* ALL: bumped version number to 0.7.2.

20 years ago* Fixed the latest string changes
Felix Paul Kühne [Fri, 21 May 2004 11:50:12 +0000 (11:50 +0000)]
* Fixed the latest string changes

20 years ago* po/*: updated in preparation for release.
Gildas Bazin [Fri, 21 May 2004 11:34:02 +0000 (11:34 +0000)]
* po/*: updated in preparation for release.

20 years ago * po/es.po: minor translation fix.
Sam Hocevar [Fri, 21 May 2004 11:30:18 +0000 (11:30 +0000)]
  * po/es.po: minor translation fix.

20 years ago* modules/codec/speex.c: fixed stupid bug in encoder.
Gildas Bazin [Fri, 21 May 2004 11:01:35 +0000 (11:01 +0000)]
* modules/codec/speex.c: fixed stupid bug in encoder.

20 years ago * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)
Sam Hocevar [Fri, 21 May 2004 10:52:04 +0000 (10:52 +0000)]
  * po/es.po: updated Spanish translation by Javier Varela Calvo. (hi goon!)

20 years ago* modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering...
Gildas Bazin [Fri, 21 May 2004 10:48:33 +0000 (10:48 +0000)]
* modules/gui/wxwindows/menus.cpp: release the wxMutexGui lock before triggering object var callbacks.

20 years ago * po/es.po: really removed all ^Ms.
Sam Hocevar [Fri, 21 May 2004 10:46:36 +0000 (10:46 +0000)]
  * po/es.po: really removed all ^Ms.

20 years ago * po/es.po: removed trailing ^Ms.
Sam Hocevar [Fri, 21 May 2004 10:25:10 +0000 (10:25 +0000)]
  * po/es.po: removed trailing ^Ms.

20 years ago* updated spanish translation by Javier Varela Calvo.
Derk-Jan Hartman [Thu, 20 May 2004 22:04:46 +0000 (22:04 +0000)]
* updated spanish translation by Javier Varela Calvo.

20 years ago* small error in NEWS section concerning FLAC vs. FAAC
Derk-Jan Hartman [Thu, 20 May 2004 19:45:12 +0000 (19:45 +0000)]
* small error in NEWS section concerning FLAC vs. FAAC

20 years ago* vlc.win32.nsi: remove .dat from the list of registered extensions.
Gildas Bazin [Thu, 20 May 2004 13:17:07 +0000 (13:17 +0000)]
* vlc.win32.nsi: remove .dat from the list of registered extensions.

20 years ago * modules/gui/skins2/src/skin_main.cpp:
Sam Hocevar [Thu, 20 May 2004 13:14:55 +0000 (13:14 +0000)]
  * modules/gui/skins2/src/skin_main.cpp:
    + Use the svlc shortcut for skins 2, too.

20 years ago* THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX...
Derk-Jan Hartman [Thu, 20 May 2004 12:19:15 +0000 (12:19 +0000)]
* THANKS: credit Jan Van Boghout <vlc@macrabbit.com> - iTunes like slider for OSX intf

20 years agoDocbook documentation on how to create a skin for the skins2 module.
Olivier Teulière [Thu, 20 May 2004 11:18:55 +0000 (11:18 +0000)]
Docbook documentation on how to create a skin for the skins2 module.

20 years ago* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations...
Gildas Bazin [Thu, 20 May 2004 10:16:52 +0000 (10:16 +0000)]
* modules/gui/wxwindows/open.cpp: simplified a string (sorry for the translations) because it was making the open dialog way too big.

20 years ago* changed the playlist icon in the wxwin interface (thanks to bigben)
Yoann Peronneau [Thu, 20 May 2004 09:31:02 +0000 (09:31 +0000)]
* changed the playlist icon in the wxwin interface (thanks to bigben)
* added an open button