]> git.sesse.net Git - vlc/log
vlc
18 years agoForgot @ -- thanks thedj
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:58:45 +0000 (19:58 +0000)]
Forgot @ -- thanks thedj

18 years agoDon't URL encode ./:[] because they are to be found in URLs...
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:44:52 +0000 (19:44 +0000)]
Don't URL encode ./:[] because they are to be found in URLs...
closes #311

18 years agoSpeed up recursive make significantly
Rémi Denis-Courmont [Fri, 12 Aug 2005 19:17:33 +0000 (19:17 +0000)]
Speed up recursive make significantly

18 years ago * modules/control/http.c: Added an id="include" macro to include
Christophe Massiot [Fri, 12 Aug 2005 19:11:54 +0000 (19:11 +0000)]
 * modules/control/http.c: Added an id="include" macro to include
   another file. Also reduced MAX_DIR_PATH_LENGTH to 2560 since
   allocating anything larger than 4kB on the stack is likely to break
   on many OSes.

18 years ago * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
Christophe Massiot [Fri, 12 Aug 2005 17:51:20 +0000 (17:51 +0000)]
 * modules/demux/livedotcom.cpp: Do not use vlc_UrlEncode(), but simply
   replace spaces with '+'. That's what browsers do, and I think it's
   the right thing to do since vlc_UrlEncode was just breaking things.
   refs #90 and debian bug #279735

18 years ago * modules/control/http.c: Fixed vlc_set_var() and cosmetics.
Christophe Massiot [Fri, 12 Aug 2005 17:36:58 +0000 (17:36 +0000)]
 * modules/control/http.c: Fixed vlc_set_var() and cosmetics.

18 years ago * src/input/es_out.c: Fixed a breakage of about everything introduced in
Christophe Massiot [Fri, 12 Aug 2005 16:35:14 +0000 (16:35 +0000)]
 * src/input/es_out.c: Fixed a breakage of about everything introduced in
   [12140].

18 years ago * modules/control/http.c: New foreach tags to walk through the input
Christophe Massiot [Fri, 12 Aug 2005 16:17:56 +0000 (16:17 +0000)]
 * modules/control/http.c: New foreach tags to walk through the input
   variables : program, title, chapter, audio-es, video-es and spu-es.
   New RPN function "value 'variable' vlc_set_var" to change the input
   variables (variable can be any of those above).

18 years ago * modules/stream_out/transcode.c: New --sout-transcode-max-width and
Christophe Massiot [Fri, 12 Aug 2005 15:51:18 +0000 (15:51 +0000)]
 * modules/stream_out/transcode.c: New --sout-transcode-max-width and
   --sout-transcode-maxheight options, recommended to enforcea particular
   level of a video codec. Fixed --sout-transcode-fps when used in
   conjunction with --sout-transcode-threads=1.

18 years agoFix seek breakage introduced in r12113
Jean-Paul Saman [Fri, 12 Aug 2005 15:37:21 +0000 (15:37 +0000)]
Fix seek breakage introduced in r12113

18 years agoALL: Improvements in the M3U output and parser. Patch by Daniel Stränger.
Christophe Mutricy [Fri, 12 Aug 2005 14:20:06 +0000 (14:20 +0000)]
ALL: Improvements in the M3U output and parser. Patch by Daniel Stränger.
     (Put both artist and name, protect comma with \ )

18 years ago * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
Christophe Massiot [Fri, 12 Aug 2005 14:08:49 +0000 (14:08 +0000)]
 * configure.ac: libavcodec.pc doesn't instruct us to link with mp3lame,
   liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be
   useful in this case. The ffmpeg module needs to be built-in under OS X
   otherwise it doesn't link.

18 years agoFix for builddir != srcdir
Christophe Mutricy [Fri, 12 Aug 2005 13:04:38 +0000 (13:04 +0000)]
Fix for builddir != srcdir

18 years agochange name to --monitor-aspect-ratio so its consistent with other programs
Antoine Cellerier [Thu, 11 Aug 2005 21:21:08 +0000 (21:21 +0000)]
change name to --monitor-aspect-ratio so its consistent with other programs
(like mplayer)

18 years agono comment
Clément Stenac [Thu, 11 Aug 2005 21:17:04 +0000 (21:17 +0000)]
no comment

18 years agoFix volume callback
Jean-Paul Saman [Thu, 11 Aug 2005 21:03:20 +0000 (21:03 +0000)]
Fix volume callback

18 years agoFix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.
Jean-Paul Saman [Thu, 11 Aug 2005 21:00:56 +0000 (21:00 +0000)]
Fix signalling of MPEG2-TS discontinuity indicators while seeking during streaming.

18 years agoDon't explicitly flag the block. Clement could you check if fixes the break of local...
Jean-Paul Saman [Thu, 11 Aug 2005 20:59:45 +0000 (20:59 +0000)]
Don't explicitly flag the block. Clement could you check if fixes the break of local seeking from revision 12113.

18 years agoupdate
Antoine Cellerier [Thu, 11 Aug 2005 20:44:17 +0000 (20:44 +0000)]
update

18 years agoadd --screen-aspect-ratio option (user support at its best ...)
Antoine Cellerier [Thu, 11 Aug 2005 20:41:26 +0000 (20:41 +0000)]
add --screen-aspect-ratio option (user support at its best ...)

18 years agoFix revision 12116 which broke other transcode options. The commandline for streaming...
Jean-Paul Saman [Thu, 11 Aug 2005 20:13:01 +0000 (20:13 +0000)]
Fix revision 12116 which broke other transcode options. The commandline for streaming the OSD menu has changed into a boolean option --sout-transcode-osd: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{osd}:std{url=127.0.0.1:1234,access=udp,mux=ts}'

18 years agoFix \r\n issues for Windows compatibility
Jean-Paul Saman [Thu, 11 Aug 2005 19:23:31 +0000 (19:23 +0000)]
Fix \r\n issues for Windows compatibility

18 years agofix debug output colors
Antoine Cellerier [Thu, 11 Aug 2005 17:57:21 +0000 (17:57 +0000)]
fix debug output colors

18 years ago * modules/control/http.c: New RPN function vlc_seek(value), same syntax
Christophe Massiot [Thu, 11 Aug 2005 17:48:24 +0000 (17:48 +0000)]
 * modules/control/http.c: New RPN function vlc_seek(value), same syntax
   as the control=seek tag.

18 years ago * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.
Christophe Massiot [Thu, 11 Aug 2005 17:47:33 +0000 (17:47 +0000)]
 * src/misc/charset.c: ANSI_X3.4-1968 is also known as ASCII.

18 years ago * modules/control/http.c: foreach directory is now alpha-sorted in a
Christophe Massiot [Thu, 11 Aug 2005 14:50:50 +0000 (14:50 +0000)]
 * modules/control/http.c: foreach directory is now alpha-sorted in a
   case-insensitive way. Fixed again str_replace().

18 years ago * modules/control/http.c: Fixed bugs in str_replace().
Christophe Massiot [Thu, 11 Aug 2005 14:11:20 +0000 (14:11 +0000)]
 * modules/control/http.c: Fixed bugs in str_replace().

18 years ago * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
Christophe Massiot [Thu, 11 Aug 2005 13:39:43 +0000 (13:39 +0000)]
 * modules/codec/ffmpeg: ffmpeg's av_log() messages now go to our messages
   bank instead of being fprintf'd to stderr.

18 years ago * configure.ac: Fixed the contrib path in the general case.
Christophe Massiot [Thu, 11 Aug 2005 13:37:50 +0000 (13:37 +0000)]
 * configure.ac: Fixed the contrib path in the general case.

18 years ago * modules/control/http.c: Rewrote the parsers to handle correctly special
Christophe Massiot [Thu, 11 Aug 2005 12:31:16 +0000 (12:31 +0000)]
 * modules/control/http.c: Rewrote the parsers to handle correctly special
   chars such as ', \', \ , etc. Fixed a bug when parsing the GET
   arguments. Added new RPN functions :
   - str_replace( a, b, c ) : replaces all occurences of b with c in a
   - addslashes( s ) : escapes all " and ' with a backslash
   - stripslashes( s ) :  the opposite
   - htmlspecialchars( s ) : replaces &"'<> with their &stuff; equivalent
   - realpath( s ) : returns an absolute file path (see realpath(3))
   And fixed a few memory leaks.

18 years ago * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
Christophe Massiot [Thu, 11 Aug 2005 12:23:14 +0000 (12:23 +0000)]
 * include/network.h:vlc_UrlEncode() : though RFC 1738 allows to send
   $-_.+!*'(), unencoded, it also allows to encode any character. It is
   generally considered a good practive to urlencode $+!*'() because
   some buggy browsers (read: M$) have a problem with those characters.
   See the comments in http://fr.php.net/manual/en/function.rawurlencode.php
   for more information.

18 years agoFix regression in timing behaviour. A minute jump is ~1 min again.
Jean-Paul Saman [Wed, 10 Aug 2005 23:16:20 +0000 (23:16 +0000)]
Fix regression in timing behaviour. A minute jump is ~1 min again.

18 years ago* Fixed VLC_IsPlaying (fixes #259)
Derk-Jan Hartman [Wed, 10 Aug 2005 22:31:12 +0000 (22:31 +0000)]
* Fixed VLC_IsPlaying (fixes #259)
  Now uses the state variable instead of playlist_IsPlaying. The PLAYLIST_PAUSED state is no longer reliable since the introduction of the state variable for testing if playback is in a paused state. Perhaps we should remove this part of the playlist logic and keep it to RUNNING and STOPPED.

18 years agoForward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem...
Jean-Paul Saman [Wed, 10 Aug 2005 22:08:50 +0000 (22:08 +0000)]
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.

To stream use a commandline similar to this:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv

For local playback a commandline like this is needed:

./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv

Have fun with the basic functionality - jpsaman.

18 years agoBy default --packetizer-mpegvideo-sync-iframe is disabled.
Jean-Paul Saman [Wed, 10 Aug 2005 21:47:13 +0000 (21:47 +0000)]
By default --packetizer-mpegvideo-sync-iframe is disabled.

18 years agoThe OSD menu pictures in two flavors a simple (default.cfg) and a more full version...
Jean-Paul Saman [Wed, 10 Aug 2005 21:45:54 +0000 (21:45 +0000)]
The OSD menu pictures in two flavors a simple (default.cfg) and a more full version (dvd.cfg). (forward ported from branches/0.8.1-jpsaman-thedj)

18 years agoFlagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved...
Jean-Paul Saman [Wed, 10 Aug 2005 20:07:20 +0000 (20:07 +0000)]
Flagging BLOCK_FLAG_DISCONTINUITY for every PID in the input when the slider is moved on the GUI or a jump in the stream is made. It is also propagated to the mpegvideo packetizer. The packetizer has a new mode to sync on I-frame boundary after such a jump. It avoids sending some broken frames to the client. (Forward port of branches/0.8.1-jpsaman-thedj revision 11067 and 11842.)

18 years agocosmetic fix
Jean-Paul Saman [Wed, 10 Aug 2005 19:34:18 +0000 (19:34 +0000)]
cosmetic fix

18 years agoAdd a fake language type for OSD subpictures. This allows you to select the OSD menu...
Jean-Paul Saman [Wed, 10 Aug 2005 19:29:49 +0000 (19:29 +0000)]
Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.

18 years ago* correct the vlc:pause: help (closes #309)
Derk-Jan Hartman [Wed, 10 Aug 2005 16:26:39 +0000 (16:26 +0000)]
* correct the vlc:pause: help (closes #309)
* re-enable the rt-priority line for OSX. it's not broken, just prints annoying error messages (refs #206)

18 years agoAlso update IsEncoded
Rémi Denis-Courmont [Wed, 10 Aug 2005 16:21:45 +0000 (16:21 +0000)]
Also update IsEncoded

18 years ago* Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
Derk-Jan Hartman [Wed, 10 Aug 2005 16:18:18 +0000 (16:18 +0000)]
* Remove vlc:run (externrun is removed from SVN) and vlc:loop (we have --loop).
  Playlist item commands are soooo dirty :D

18 years agoStricter RFC1788 obeying UrlEncode
Rémi Denis-Courmont [Wed, 10 Aug 2005 16:08:12 +0000 (16:08 +0000)]
Stricter RFC1788 obeying UrlEncode

18 years agosize_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
Christophe Mutricy [Wed, 10 Aug 2005 15:30:47 +0000 (15:30 +0000)]
size_t is unsigned and it's a bad idea to compare it to 0. Fixes #308.
Some one with VC7 should test this commit

18 years ago * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.
Sam Hocevar [Wed, 10 Aug 2005 14:19:59 +0000 (14:19 +0000)]
  * Makefile.am: distribute the Makefile and zsh.cpp files in extras/.

18 years ago * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.
Sam Hocevar [Wed, 10 Aug 2005 14:19:32 +0000 (14:19 +0000)]
  * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined.

18 years ago * extras/Makefile: fixed the zsh.cpp build.
Sam Hocevar [Wed, 10 Aug 2005 14:18:03 +0000 (14:18 +0000)]
  * extras/Makefile: fixed the zsh.cpp build.

18 years ago* Don't use the bandlimited resampler for downsampling (skew resampling for instance...
Derk-Jan Hartman [Wed, 10 Aug 2005 14:12:17 +0000 (14:12 +0000)]
* Don't use the bandlimited resampler for downsampling (skew resampling for instance). The resampler doesn't have a low pass filter? This closes #256
 - on a side note, it also seems to fix the stack corruption (resulting in deadlock) issues i was having with audio output that was being resampled by auhal.

18 years ago * Updated Debian packaging stuff.
Sam Hocevar [Wed, 10 Aug 2005 13:59:07 +0000 (13:59 +0000)]
  * Updated Debian packaging stuff.

18 years ago * Re-ran toolbox --update-po.
Sam Hocevar [Wed, 10 Aug 2005 12:45:55 +0000 (12:45 +0000)]
  * Re-ran toolbox --update-po.

18 years agoAdd ACCESS_GET_META in the dummy access to avoid an error
Christophe Mutricy [Wed, 10 Aug 2005 08:13:09 +0000 (08:13 +0000)]
Add ACCESS_GET_META in the dummy access to avoid an error

18 years ago* Added playlist preparse item to the playlist contextual menu.
Derk-Jan Hartman [Wed, 10 Aug 2005 02:18:03 +0000 (02:18 +0000)]
* Added playlist preparse item to the playlist contextual menu.

18 years agomake positioning of subpictures posible in dvbsub
Jean-Paul Saman [Tue, 9 Aug 2005 21:18:22 +0000 (21:18 +0000)]
make positioning of subpictures posible in dvbsub

18 years ago* spelling
Derk-Jan Hartman [Tue, 9 Aug 2005 19:44:25 +0000 (19:44 +0000)]
* spelling

18 years agoAdd a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config...
Christophe Mutricy [Tue, 9 Aug 2005 19:20:45 +0000 (19:20 +0000)]
Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306.
To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)

18 years agoFix compiler warning about comparing signed and unsigned
Jean-Paul Saman [Tue, 9 Aug 2005 19:15:32 +0000 (19:15 +0000)]
Fix compiler warning about comparing signed and unsigned

18 years ago * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
Christophe Massiot [Tue, 9 Aug 2005 17:35:13 +0000 (17:35 +0000)]
 * modules/control/http.c: New RPN functions: vlc_play, vlc_stop, vlc_pause,
   vlc_next, vlc_previous, playlist_empty. Miscellaneous coding style fixes.

18 years ago* playlist.m: fixed some "makes integer from pointer without a cast" warnings and...
Felix Paul Kühne [Tue, 9 Aug 2005 17:34:37 +0000 (17:34 +0000)]
* playlist.m: fixed some "makes integer from pointer without a cast" warnings and moved "j" inside the #if 0 - block, so it isn't detected as "unused"
* wizard.m: run "resetWizard" when returning to the first page. Otherwise the encap-tab might not work properly (when switching from Streaming to Transcoding after having passed the streaming-method-tab)

18 years agoFix compiler warning about comparing signed unsigned.
Jean-Paul Saman [Tue, 9 Aug 2005 15:20:23 +0000 (15:20 +0000)]
Fix compiler warning about comparing signed unsigned.

18 years agoMade es_format_t member i_bitrate unsigned int, because I cannot imagine it ever...
Jean-Paul Saman [Tue, 9 Aug 2005 15:18:44 +0000 (15:18 +0000)]
Made es_format_t member i_bitrate unsigned int, because I cannot imagine it ever to be negative.

18 years agoFix typo and updating copyright
Jean-Paul Saman [Tue, 9 Aug 2005 14:56:58 +0000 (14:56 +0000)]
Fix typo and updating copyright

18 years agoFix compiler warnings about comparing signed and unsigned
Jean-Paul Saman [Tue, 9 Aug 2005 14:43:04 +0000 (14:43 +0000)]
Fix compiler warnings about comparing signed and unsigned

18 years agouse proper type for struct subpicture_t.b_absolute
Jean-Paul Saman [Tue, 9 Aug 2005 14:42:19 +0000 (14:42 +0000)]
use proper type for struct subpicture_t.b_absolute

18 years agosome explanation
Jean-Paul Saman [Tue, 9 Aug 2005 14:31:24 +0000 (14:31 +0000)]
some explanation

18 years agoAdded new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key...
Jean-Paul Saman [Tue, 9 Aug 2005 14:27:23 +0000 (14:27 +0000)]
Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.

18 years agoFix compiler warning about unused variables
Jean-Paul Saman [Tue, 9 Aug 2005 13:44:50 +0000 (13:44 +0000)]
Fix compiler warning about unused variables

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:42:11 +0000 (13:42 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:40:18 +0000 (13:40 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years agoFix compiler warnings about signed - unsigned comparisons
Jean-Paul Saman [Tue, 9 Aug 2005 13:33:36 +0000 (13:33 +0000)]
Fix compiler warnings about signed - unsigned comparisons

18 years ago* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.
Derk-Jan Hartman [Tue, 9 Aug 2005 13:28:11 +0000 (13:28 +0000)]
* Use psz_shortname instead of object name in the Preferences tree of OS X prefs.

18 years ago* Fix object refcount
Derk-Jan Hartman [Tue, 9 Aug 2005 13:25:49 +0000 (13:25 +0000)]
* Fix object refcount
* Fix some cosmetics

18 years agosanity checking
Jean-Paul Saman [Tue, 9 Aug 2005 09:49:32 +0000 (09:49 +0000)]
sanity checking

18 years agosome sanity checks
Jean-Paul Saman [Tue, 9 Aug 2005 08:57:50 +0000 (08:57 +0000)]
some sanity checks

18 years agosome more trailing spaces
Antoine Cellerier [Mon, 8 Aug 2005 17:41:08 +0000 (17:41 +0000)]
some more trailing spaces

18 years agodelete trailing spaces ...
Antoine Cellerier [Mon, 8 Aug 2005 17:18:08 +0000 (17:18 +0000)]
delete trailing spaces ...

18 years agoFix memleak in error handling
Rémi Denis-Courmont [Mon, 8 Aug 2005 16:15:30 +0000 (16:15 +0000)]
Fix memleak in error handling

18 years agoVLC cannot work properly without libiconv
Rémi Denis-Courmont [Mon, 8 Aug 2005 15:50:32 +0000 (15:50 +0000)]
VLC cannot work properly without libiconv

18 years agoTrack RTP sequence numbers and mark the first MPEG2-TS packet with a transport error...
Jean-Paul Saman [Mon, 8 Aug 2005 12:25:42 +0000 (12:25 +0000)]
Track RTP sequence numbers and mark the first MPEG2-TS packet with a transport error when a discontinuity occurs.

18 years agoFix a segmentation fault introduced by the previous commit
Jean-Paul Saman [Mon, 8 Aug 2005 10:18:03 +0000 (10:18 +0000)]
Fix a segmentation fault introduced by the previous commit

18 years agoFix refcount problem (thanks to DrakeGuan for spotting it)
Christophe Mutricy [Mon, 8 Aug 2005 09:57:45 +0000 (09:57 +0000)]
Fix refcount problem (thanks to DrakeGuan for spotting it)

18 years agoFix a segmentation fault introduced by the previous commit
Jean-Paul Saman [Mon, 8 Aug 2005 09:44:42 +0000 (09:44 +0000)]
Fix a segmentation fault introduced by the previous commit

18 years ago(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream...
Jean-Paul Saman [Mon, 8 Aug 2005 09:16:09 +0000 (09:16 +0000)]
(Forward port from branch 0.8.1-jpsaman-thedj) TS demux can now dump a TS stream directly to a file or special devices, this mode can be used with DSP's. Enhanced CSA encryption/decryption with a non standard mode to encrypt/decrypt a part of a TS packet. Further I replaced a bunch of // comments with /* .. */ comments style.

18 years agoOne more
Clément Stenac [Sun, 7 Aug 2005 20:22:33 +0000 (20:22 +0000)]
One more

18 years agos/wxwindows/wxwidgets
Clément Stenac [Sun, 7 Aug 2005 20:22:02 +0000 (20:22 +0000)]
s/wxwindows/wxwidgets

18 years ago* forgot these 2
Felix Paul Kühne [Sun, 7 Aug 2005 18:23:46 +0000 (18:23 +0000)]
* forgot these 2

18 years ago* whoops
Felix Paul Kühne [Sun, 7 Aug 2005 17:58:39 +0000 (17:58 +0000)]
* whoops

18 years ago* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
Felix Paul Kühne [Sun, 7 Aug 2005 17:54:45 +0000 (17:54 +0000)]
* ALL: ported the WX-bookmarks-window to Cocoa (closes #22)
    - complete functionality except "Extract" (I'm going to fix that next week)
* MainMenu.nib: re-orded the window-menu a bit
* wizard.*: added a method to launch it from the bookmarks

18 years ago * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window
Olivier Teulière [Sun, 7 Aug 2005 11:46:25 +0000 (11:46 +0000)]
 * wxwidgets/updatevlc.cpp: Resize the tree control when resizing the window

18 years ago* fix compile warnings
Felix Paul Kühne [Sun, 7 Aug 2005 11:07:49 +0000 (11:07 +0000)]
* fix compile warnings

18 years ago * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
Olivier Teulière [Sun, 7 Aug 2005 10:56:07 +0000 (10:56 +0000)]
 * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
 * skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
 * doc/skins/skins2-howto.xml: Updated the doc accordingly

18 years ago * add "remove prefs and cache" option in installer and uninstaller
Antoine Cellerier [Sun, 7 Aug 2005 02:59:04 +0000 (02:59 +0000)]
 * add "remove prefs and cache" option in installer and uninstaller

18 years ago * all: fixed member initialization order
Cyril Deguet [Sat, 6 Aug 2005 23:45:34 +0000 (23:45 +0000)]
 * all: fixed member initialization order

18 years ago * all: use command objects in FSM instead of C-style callbacks
Cyril Deguet [Sat, 6 Aug 2005 23:38:31 +0000 (23:38 +0000)]
 * all: use command objects in FSM instead of C-style callbacks

18 years ago* comment out an include, which isn't in trunk yet...
Felix Paul Kühne [Sat, 6 Aug 2005 23:17:23 +0000 (23:17 +0000)]
* comment out an include, which isn't in trunk yet...

18 years ago* fix 4 memory leaks introduced in the nib-split, stupid me
Felix Paul Kühne [Sat, 6 Aug 2005 23:16:09 +0000 (23:16 +0000)]
* fix 4 memory leaks introduced in the nib-split, stupid me

18 years ago* set keywords
Felix Paul Kühne [Sat, 6 Aug 2005 22:40:35 +0000 (22:40 +0000)]
* set keywords

18 years ago* added the IMG-file-type
Felix Paul Kühne [Sat, 6 Aug 2005 21:22:23 +0000 (21:22 +0000)]
* added the IMG-file-type

18 years agofix compile on makensis versions < 2.07 (debian sid is 2.06)
Antoine Cellerier [Sat, 6 Aug 2005 21:17:27 +0000 (21:17 +0000)]
fix compile on makensis versions < 2.07 (debian sid is 2.06)

18 years ago * dialogs.cpp: fixed an assert failure in open skins dialog
Cyril Deguet [Sat, 6 Aug 2005 21:15:48 +0000 (21:15 +0000)]
 * dialogs.cpp: fixed an assert failure in open skins dialog

18 years ago* Updated
Felix Paul Kühne [Sat, 6 Aug 2005 20:48:15 +0000 (20:48 +0000)]
* Updated