]> git.sesse.net Git - vlc/log
vlc
18 years agomkv.cpp: fix a potential problem when the same dir contains files with no Segment UID
Steve Lhomme [Sat, 15 Oct 2005 15:07:17 +0000 (15:07 +0000)]
mkv.cpp: fix a potential problem when the same dir contains files with no Segment UID

18 years agoall: updated my name and e-mail address
Sigmund Augdal Helberg [Sat, 15 Oct 2005 13:23:08 +0000 (13:23 +0000)]
all: updated my name and e-mail address
AUTHORS: updated my entry

18 years agoFix indentation
Jean-Paul Saman [Sat, 15 Oct 2005 12:15:06 +0000 (12:15 +0000)]
Fix indentation

18 years agowhitespace cleanup
Jean-Paul Saman [Sat, 15 Oct 2005 12:12:46 +0000 (12:12 +0000)]
whitespace cleanup

18 years agoFullscreen patch for rc-interface that allows to force fullscreen on or off state...
Jean-Paul Saman [Sat, 15 Oct 2005 10:01:46 +0000 (10:01 +0000)]
Fullscreen patch for rc-interface that allows to force fullscreen on or off state. Original patch is from Greg Farell (Greg _AT#_ gregFarrell _DoT_ org) and modified by me.

18 years ago* Revert previous commit.
Derk-Jan Hartman [Fri, 14 Oct 2005 11:22:46 +0000 (11:22 +0000)]
* Revert previous commit.

18 years ago* If codec_type != video | audio, then don't use the ffmpeg demux. (it was crashing...
Derk-Jan Hartman [Fri, 14 Oct 2005 10:57:51 +0000 (10:57 +0000)]
* If codec_type != video | audio, then don't use the ffmpeg demux. (it was crashing on .gif pictures).

18 years ago* libavformat shouldn't handle .xa files. We have modlib already
Derk-Jan Hartman [Fri, 14 Oct 2005 10:53:55 +0000 (10:53 +0000)]
* libavformat shouldn't handle .xa files. We have modlib already

18 years ago- revert "spdif", "force-dolby-surround" and "headphone-dim" to
Boris Dorès [Thu, 13 Oct 2005 21:41:58 +0000 (21:41 +0000)]
- revert "spdif", "force-dolby-surround" and "headphone-dim" to
  basic options

18 years ago* vlcproc.cpp: fixed "playlist.*" variables (were broken by the playtree)
Cyril Deguet [Wed, 12 Oct 2005 20:44:13 +0000 (20:44 +0000)]
* vlcproc.cpp: fixed "playlist.*" variables (were broken by the playtree)

18 years ago* all: added "wx-config" option in menuconfig
Cyril Deguet [Wed, 12 Oct 2005 20:06:29 +0000 (20:06 +0000)]
* all: added "wx-config" option in menuconfig

18 years ago * modules/gui/wxwidgets/messages.cpp: set the insertion point only before inserting...
Olivier Teulière [Wed, 12 Oct 2005 19:18:50 +0000 (19:18 +0000)]
 * modules/gui/wxwidgets/messages.cpp: set the insertion point only before inserting text (patch by zcot)

18 years ago* set keywords correctly
Felix Paul Kühne [Wed, 12 Oct 2005 16:06:50 +0000 (16:06 +0000)]
* set keywords correctly

18 years ago* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.source...
Felix Paul Kühne [Wed, 12 Oct 2005 16:04:18 +0000 (16:04 +0000)]
* partial translation to Simplified Chinese by Wei Mingzhi <whistler_wmz@users.sourceforge.net>

18 years agoadded clearer comments, couple of fixes
Damien Fouilleul [Tue, 11 Oct 2005 21:37:42 +0000 (21:37 +0000)]
added clearer comments, couple of fixes

18 years ago * udp: avoid sending uninitialized memory at the end (close #168)
Laurent Aimar [Tue, 11 Oct 2005 17:32:01 +0000 (17:32 +0000)]
 * udp: avoid sending uninitialized memory at the end (close #168)

18 years agoFix a bunch of preferences errors
Clément Stenac [Tue, 11 Oct 2005 17:16:13 +0000 (17:16 +0000)]
Fix a bunch of preferences errors
 - Missing value lists
 - advanced / non-advanced problems
 - description problems
 - tyops

18 years agovlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType...
Damien Fouilleul [Tue, 11 Oct 2005 16:44:53 +0000 (16:44 +0000)]
vlccontrol.cpp: fixed a bug in setVariable where arguments for VariantChangeType were inverted

18 years agoI keep on forgeting to reset my own debug :)
Damien Fouilleul [Tue, 11 Oct 2005 15:25:47 +0000 (15:25 +0000)]
I keep on forgeting to reset my own debug :)

18 years agoplugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intializ...
Damien Fouilleul [Tue, 11 Oct 2005 15:14:08 +0000 (15:14 +0000)]
plugin.cpp: auto-detect debbuger and change threading mechanism to avoid VLC intialization lock when launching a debug session
plugin.h: validate container code page before using it
utils.cpp,utils.h: type clean-up
connectioncontainer.cpp: fixed stack corruption (???)  when poping and dispatch an event

18 years agoFix broken status command on rc interface
Jean-Paul Saman [Tue, 11 Oct 2005 13:25:41 +0000 (13:25 +0000)]
Fix broken status command on rc interface

18 years agoundoing zcot's screensaver patch, better luck next time :)
Damien Fouilleul [Tue, 11 Oct 2005 09:01:00 +0000 (09:01 +0000)]
undoing zcot's screensaver patch, better luck next time :)

18 years ago* revert [12779] (this broke the output of MPEG PS files) and fix it correctly
Felix Paul Kühne [Mon, 10 Oct 2005 15:53:57 +0000 (15:53 +0000)]
* revert [12779] (this broke the output of MPEG PS files) and fix it correctly

18 years ago* set keywords properly and removed an outdated FIXME
Felix Paul Kühne [Mon, 10 Oct 2005 15:41:52 +0000 (15:41 +0000)]
* set keywords properly and removed an outdated FIXME

18 years ago* applied zcot's screensaver patch. Thanks for the fix. -- needs testing
Felix Paul Kühne [Mon, 10 Oct 2005 13:13:28 +0000 (13:13 +0000)]
* applied zcot's screensaver patch. Thanks for the fix. -- needs testing

18 years agoGuard against multiple inclusions
Jean-Paul Saman [Mon, 10 Oct 2005 07:56:33 +0000 (07:56 +0000)]
Guard against multiple inclusions

18 years ago* clearer error messages on invalid seek
Derk-Jan Hartman [Sun, 9 Oct 2005 21:34:51 +0000 (21:34 +0000)]
* clearer error messages on invalid seek
* reenable the threads prio option. Not broken, but creates annoying error messages. will look into that later.

18 years ago* spelling
Derk-Jan Hartman [Sun, 9 Oct 2005 21:30:08 +0000 (21:30 +0000)]
* spelling

18 years ago+ src/input/decoder.c src/libvlc.h:
Boris Dorès [Sun, 9 Oct 2005 19:19:06 +0000 (19:19 +0000)]
+ src/input/decoder.c src/libvlc.h:
  - more precise message for the "force-dolby-surround" option
  - don't use -1 as a value in an integer list option (dangerous casts
    in the wxWidgets interface)
+ modules/audio_filter/converter/a52tofloat32.c:
  - option to disable the internal upmixing algorithm
+ modules/audio_filter/channel_mixer/headphone.c:
  - option to partially compensate the delay introduced by the algorithm
  - option to accept raw Dolby Surround encoded streams

18 years ago * skins2/src/dialogs.cpp: When no dialogs provider is found, the error message
Olivier Teulière [Sun, 9 Oct 2005 17:57:58 +0000 (17:57 +0000)]
 * skins2/src/dialogs.cpp: When no dialogs provider is found, the error message
   now indicates the most likely causes of the problem.

18 years ago * ogg: fix potential invalid read with broken files (close #272)
Laurent Aimar [Sun, 9 Oct 2005 17:56:25 +0000 (17:56 +0000)]
 * ogg: fix potential invalid read with broken files (close #272)

18 years ago * standard: allow to use 'dst' instead of 'url' (consistant with other
Laurent Aimar [Sun, 9 Oct 2005 17:07:38 +0000 (17:07 +0000)]
 * standard: allow to use 'dst' instead of 'url' (consistant with other
 stream_out modules, warn that url is deprecated (but it is still supported),
 add wav mux autodetection.

18 years ago http: removed useless debug.
Laurent Aimar [Sun, 9 Oct 2005 17:02:59 +0000 (17:02 +0000)]
 http: removed useless debug.

18 years ago * ts: fix segfault with old dvbpsi, fix uninitialized variables
Laurent Aimar [Sun, 9 Oct 2005 17:01:08 +0000 (17:01 +0000)]
 * ts: fix segfault with old dvbpsi, fix uninitialized variables
 * pes: memset header before using bits_* in DEBUG mode (to please valgrind)
 * bits: cosmetics.

18 years ago* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).
Gildas Bazin [Sun, 9 Oct 2005 16:37:26 +0000 (16:37 +0000)]
* configure.ac: revert commit 12788 (check for wxWidgets > 2.6.0).

18 years ago* modules/gui/wxwidgets: fixed build when wxWidgets isn't compiled with unicode support.
Gildas Bazin [Sun, 9 Oct 2005 16:36:17 +0000 (16:36 +0000)]
* modules/gui/wxwidgets: fixed build when wxWidgets isn't compiled with unicode support.

18 years ago* forgot this one in [12794]
Felix Paul Kühne [Sun, 9 Oct 2005 12:35:29 +0000 (12:35 +0000)]
* forgot this one in [12794]

18 years ago* redesign of the about window
Felix Paul Kühne [Sun, 9 Oct 2005 12:33:44 +0000 (12:33 +0000)]
* redesign of the about window
- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork
- screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg
- feel free to revert or modify this commit if you don't like it this way

18 years ago* added the 'mpc' file extension
Felix Paul Kühne [Sun, 9 Oct 2005 12:24:43 +0000 (12:24 +0000)]
* added the 'mpc' file extension

18 years ago* removed unused variable
Felix Paul Kühne [Sun, 9 Oct 2005 12:19:45 +0000 (12:19 +0000)]
* removed unused variable

18 years ago* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)
Felix Paul Kühne [Sun, 9 Oct 2005 12:18:33 +0000 (12:18 +0000)]
* added Musepack support to extras/contrib, AUTHORS, NEWS (refs #32)

18 years ago * all: added Musepack support using libmpdec (1.2.1) from www.musepack.net.
Laurent Aimar [Sun, 9 Oct 2005 11:14:41 +0000 (11:14 +0000)]
  * all: added Musepack support using libmpdec (1.2.1) from www.musepack.net.
   (It is done the ugly way : decoding take place at the demuxer but it works)

18 years ago * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing a seek (avoid late
Laurent Aimar [Sun, 9 Oct 2005 11:09:06 +0000 (11:09 +0000)]
 * mp4: use ES_OUT_SET_NEXT_DISPLAY_TIME when doing a seek (avoid late
 frame).

18 years agoForce a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.
Jean-Paul Saman [Sun, 9 Oct 2005 10:50:15 +0000 (10:50 +0000)]
Force a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.

18 years ago* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really...
Gildas Bazin [Sun, 9 Oct 2005 09:48:03 +0000 (09:48 +0000)]
* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets).

18 years ago * input.c: fix invalid free.
Laurent Aimar [Sat, 8 Oct 2005 23:06:34 +0000 (23:06 +0000)]
 * input.c: fix invalid free.

18 years agoiface-addr -> miface-addr
Rémi Denis-Courmont [Sat, 8 Oct 2005 17:39:07 +0000 (17:39 +0000)]
iface-addr -> miface-addr

18 years ago * handle CDATA (as if it were TEXT)
Antoine Cellerier [Sat, 8 Oct 2005 15:35:18 +0000 (15:35 +0000)]
 * handle CDATA (as if it were TEXT)
   fixes the rss sub-filter with rss feeds using CDATA

18 years agosplit desktop icon and start menu shortcut creation (untested)
Antoine Cellerier [Fri, 7 Oct 2005 15:07:54 +0000 (15:07 +0000)]
split desktop icon and start menu shortcut creation (untested)

18 years agoRemove unused option
Rémi Denis-Courmont [Fri, 7 Oct 2005 13:43:54 +0000 (13:43 +0000)]
Remove unused option

18 years ago* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused...
Felix Paul Kühne [Fri, 7 Oct 2005 09:58:04 +0000 (09:58 +0000)]
* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused with PostScript files on the Mac. In fact, the Finder tries to open our ps-files with Preview by default.

18 years ago * var: create "demux" and "access" (--demux/access module works too)
Laurent Aimar [Thu, 6 Oct 2005 22:16:23 +0000 (22:16 +0000)]
 * var: create "demux" and "access" (--demux/access module works too)

18 years ago * input: :demux=module really force module and bypass demuxer module given
Laurent Aimar [Thu, 6 Oct 2005 22:09:24 +0000 (22:09 +0000)]
 * input: :demux=module really force module and bypass demuxer module given
by access.
 * udp: force ts demux on payload 33 (:demux=dump will work)

18 years ago * udp: Patch by Marian Durkovic:
Laurent Aimar [Thu, 6 Oct 2005 20:24:55 +0000 (20:24 +0000)]
 * udp: Patch by Marian Durkovic:
    "I've added a bit of code to the UDP/RTP input, which assures that old
 or duplicate RTP packets are trashed. When the network performs packet
 reordering, only one discontinuity happens instead of 3 before - since
 the old packet is trashed. If multiple copies of the same packet are
 received, only one is used and all the others are trashed."

18 years agoPatch to zcot's patch by zcot :)
Clément Stenac [Thu, 6 Oct 2005 20:14:04 +0000 (20:14 +0000)]
Patch to zcot's patch by zcot :)

18 years ago* allocate o_extended only if requested by the user (that's dirty, but prevents the...
Felix Paul Kühne [Thu, 6 Oct 2005 19:40:01 +0000 (19:40 +0000)]
* allocate o_extended only if requested by the user (that's dirty, but prevents the access of freed objects while terminating) and save the extended-prefs as early as possible in the termination-process (directly after the vout and playlist shut down)

18 years ago udp: support for RTP"header extension. Patch by Zohar Lorberbaum .
Laurent Aimar [Thu, 6 Oct 2005 19:39:15 +0000 (19:39 +0000)]
 udp: support for RTP"header extension. Patch by Zohar Lorberbaum .

18 years ago * http: update meta data only on title change.
Laurent Aimar [Thu, 6 Oct 2005 19:19:55 +0000 (19:19 +0000)]
 * http: update meta data only on title change.

18 years ago * record: correct i_update field.
Laurent Aimar [Thu, 6 Oct 2005 19:15:11 +0000 (19:15 +0000)]
 * record: correct i_update field.

18 years ago * mp4: support for tx3g subtitle (close #332)
Laurent Aimar [Thu, 6 Oct 2005 19:12:22 +0000 (19:12 +0000)]
 * mp4: support for tx3g subtitle (close #332)

18 years ago* set autosave names
Derk-Jan Hartman [Thu, 6 Oct 2005 18:54:01 +0000 (18:54 +0000)]
* set autosave names

18 years agoMisc WX improvements - patches by zcot
Clément Stenac [Thu, 6 Oct 2005 17:45:57 +0000 (17:45 +0000)]
Misc WX improvements - patches by zcot

* Option to have extended interface by default (Closes: #232)
* Fix "floating" volume bar with wxMSW 2.6.X (Closes:#289)
* Enforce minimum vertical size (Closes:#360)
* Fix a font size problem on WX

* Add him to THANKS, obviously :)

18 years ago* only save the affected modules (main, headphone, transform, adjust, invert, motionb...
Felix Paul Kühne [Thu, 6 Oct 2005 16:45:21 +0000 (16:45 +0000)]
* only save the affected modules (main, headphone, transform, adjust, invert, motionblur, distort, clone, crop, normvol, headphone_channel_mixer, macosx) -- thanks to zorglub for the help (closes #382)

18 years agoopen.cpp: unicode fix for ProbeDVD, ProbeCDDA, ProbeVCD
Damien Fouilleul [Thu, 6 Oct 2005 16:00:42 +0000 (16:00 +0000)]
open.cpp: unicode fix for ProbeDVD, ProbeCDDA, ProbeVCD

18 years ago* intf.m: -make sure that objects like o_open, o_wizard, etc. get released in any...
Felix Paul Kühne [Thu, 6 Oct 2005 16:00:01 +0000 (16:00 +0000)]
* intf.m: -make sure that objects like o_open, o_wizard, etc. get released in any case
    -trigger the extended-panel to collapse completely before saving its position
    -save the prefs, if the extended-panel changed them previously (refs #382)
* extended.m: minor cleanups to make the stuff above possible (more cleanup needed, will follow later on)
* extended.nib & #.m: don't let the normvol-slider become zero, but use floats from 0.1 to 10.0 only

18 years agoall: support for unicode version of wxwidgets for win32, needs testing for other...
Damien Fouilleul [Thu, 6 Oct 2005 15:00:50 +0000 (15:00 +0000)]
all: support for unicode version of wxwidgets for win32, needs testing for other platform

18 years ago* added a note about the prefs-remove-script for OSX
Felix Paul Kühne [Wed, 5 Oct 2005 18:44:24 +0000 (18:44 +0000)]
* added a note about the prefs-remove-script for OSX

18 years agoDocument wx requirements
Rémi Denis-Courmont [Wed, 5 Oct 2005 16:13:43 +0000 (16:13 +0000)]
Document wx requirements

18 years ago* use the ffmpeg-cvs-trunk from 09/27 and not the current one. This snap compiles...
Felix Paul Kühne [Wed, 5 Oct 2005 13:12:34 +0000 (13:12 +0000)]
* use the ffmpeg-cvs-trunk from 09/27 and not the current one. This snap compiles finely on 10.2 and is used in the win32-port as well.

18 years agoFix double free error.
Jean-Paul Saman [Tue, 4 Oct 2005 19:20:21 +0000 (19:20 +0000)]
Fix double free error.

18 years ago* Fix Kasenna RTSP VoD
Derk-Jan Hartman [Tue, 4 Oct 2005 14:13:50 +0000 (14:13 +0000)]
* Fix Kasenna RTSP VoD

18 years ago#include "charset.h"
Rémi Denis-Courmont [Tue, 4 Oct 2005 08:32:08 +0000 (08:32 +0000)]
#include "charset.h"
but it should not be necessary "thanks to" the vlc_symbols.h kludge

18 years ago* this was not to be committed
Felix Paul Kühne [Sun, 2 Oct 2005 19:49:05 +0000 (19:49 +0000)]
* this was not to be committed

18 years ago* remove/disable the update-checker on OSX until 0.8.4 is out
Felix Paul Kühne [Sun, 2 Oct 2005 19:47:03 +0000 (19:47 +0000)]
* remove/disable the update-checker on OSX until 0.8.4 is out

18 years agoImplemented the retrieval of the versions, files and mirrors. Both the size and the...
Felix Paul Kühne [Sun, 2 Oct 2005 19:16:12 +0000 (19:16 +0000)]
Implemented the retrieval of the versions, files and mirrors. Both the size and the mirrors aren't displayed yet, but stored. The 'Released On'-stuff was removed, since it isn't present in the xml actually. More to come. (refs #310)

18 years ago* marked Bonjour-service-discovery as linux only
Felix Paul Kühne [Sun, 2 Oct 2005 17:21:18 +0000 (17:21 +0000)]
* marked Bonjour-service-discovery as linux only

18 years ago* small script to move the preferences to Trash. You can change it by editing 'Delete...
Felix Paul Kühne [Sun, 2 Oct 2005 17:20:47 +0000 (17:20 +0000)]
* small script to move the preferences to Trash. You can change it by editing 'Delete Preferences.app/Contents/Resources/Scripts/main.scpt' in Xcode or the Script Editor. It is copied on the dmg by default. (thanks to dionoea for the idea)

18 years agoMove UTF32 conversion to more appropriate file
Rémi Denis-Courmont [Sun, 2 Oct 2005 16:52:52 +0000 (16:52 +0000)]
Move UTF32 conversion to more appropriate file

18 years agoinclude charset.h is in the include path and not local
Jean-Paul Saman [Sun, 2 Oct 2005 16:34:56 +0000 (16:34 +0000)]
include charset.h is in the include path and not local

18 years agoProtect agains multiple includes
Jean-Paul Saman [Sun, 2 Oct 2005 16:34:21 +0000 (16:34 +0000)]
Protect agains multiple includes

18 years agoThe include vlc_md5.h is in the include path and not local
Jean-Paul Saman [Sun, 2 Oct 2005 16:33:40 +0000 (16:33 +0000)]
The include vlc_md5.h is in the include path and not local

18 years agoThe include vlc_md5.h is in the include path and not local
Jean-Paul Saman [Sun, 2 Oct 2005 16:33:02 +0000 (16:33 +0000)]
The include vlc_md5.h is in the include path and not local

18 years ago * fix signedness gcc warning
Antoine Cellerier [Sun, 2 Oct 2005 13:15:22 +0000 (13:15 +0000)]
 * fix signedness gcc warning

18 years ago * fix signedness gcc warnings
Antoine Cellerier [Sun, 2 Oct 2005 13:12:31 +0000 (13:12 +0000)]
 * fix signedness gcc warnings

18 years ago * fix signedness gcc warnings (and remove trailing spaces)
Antoine Cellerier [Sun, 2 Oct 2005 13:04:25 +0000 (13:04 +0000)]
 * fix signedness gcc warnings (and remove trailing spaces)

18 years ago * fix signedness gcc warning
Antoine Cellerier [Sun, 2 Oct 2005 13:01:47 +0000 (13:01 +0000)]
 * fix signedness gcc warning

18 years agoAdd missing include <charset.h>
Jean-Paul Saman [Sun, 2 Oct 2005 12:47:49 +0000 (12:47 +0000)]
Add missing include <charset.h>

18 years agoFix compiler warning: 'araw.c:62: warning: static' but never defined'
Jean-Paul Saman [Sun, 2 Oct 2005 12:22:29 +0000 (12:22 +0000)]
Fix compiler warning: 'araw.c:62: warning: static' but never defined'

18 years agoFix long-standing compilation warning and unduplicate data
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:55:28 +0000 (11:55 +0000)]
Fix long-standing compilation warning and unduplicate data

18 years agoFor wxWidgets into so-called Unicode (actually UTF-32) mode
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:36:30 +0000 (11:36 +0000)]
For wxWidgets into so-called Unicode (actually UTF-32) mode

18 years agoRemove some redundant casts
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:14:57 +0000 (11:14 +0000)]
Remove some redundant casts

18 years agoMissed that file
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:14:42 +0000 (11:14 +0000)]
Missed that file

18 years agoAdd const qualifier
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:11:12 +0000 (11:11 +0000)]
Add const qualifier

18 years agoCompile fix
Rémi Denis-Courmont [Sun, 2 Oct 2005 11:05:45 +0000 (11:05 +0000)]
Compile fix

18 years agomkv.cpp: move back the SET_PCR to its previous location for the moment
Steve Lhomme [Sun, 2 Oct 2005 10:36:06 +0000 (10:36 +0000)]
mkv.cpp: move back the SET_PCR to its previous location for the moment
add some debug for the UI hooks (for menu support)

18 years agomb_str() doesn't work as documented (or maybe it doesn't work at all)
Rémi Denis-Courmont [Sun, 2 Oct 2005 09:21:04 +0000 (09:21 +0000)]
mb_str() doesn't work as documented (or maybe it doesn't work at all)
so use wc_str() instead - closes #362

Now it looks almost like an exerpt from The Daily WTF :(

18 years agoOups minor fix
Rémi Denis-Courmont [Sun, 2 Oct 2005 09:10:49 +0000 (09:10 +0000)]
Oups minor fix

18 years agoUTF32 to UTF8 conversion
Rémi Denis-Courmont [Sun, 2 Oct 2005 08:53:14 +0000 (08:53 +0000)]
UTF32 to UTF8 conversion
because the buggy GUI toolkit that sucks big time^W^W^W^W^W^W^WwxWidgets
needs it

18 years agoFix compilation warning
Rémi Denis-Courmont [Sun, 2 Oct 2005 08:00:06 +0000 (08:00 +0000)]
Fix compilation warning

18 years agoDon't reprint messages on quit
Clément Stenac [Sun, 2 Oct 2005 07:54:03 +0000 (07:54 +0000)]
Don't reprint messages on quit