- 11 Mar, 2006 10 commits
-
-
Rémi Denis-Courmont authored
* Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
-
Rémi Denis-Courmont authored
- Error handling clean up
-
Clément Stenac authored
-
Clément Stenac authored
Thanks.
-
Clément Stenac authored
... WX bug ! (OnActivateItem not working with enter key on Win32) (Closes:#348)
-
Clément Stenac authored
-
Felix Paul Kühne authored
-
Clément Stenac authored
Hide the "OK" button in the preferences (keep "Save")
-
Clément Stenac authored
Thanks. Closes: #552
-
Christophe Mutricy authored
-
- 10 Mar, 2006 15 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Shame on me
-
Christophe Mutricy authored
Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
-
Clément Stenac authored
-
Clément Stenac authored
-
- 09 Mar, 2006 13 commits
-
-
Rémi Denis-Courmont authored
- Fix memleak in case of connection failure
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
* Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
deserializing floats from configuration (fixes #589) I know this is NOT the “right” way to fix this. The “right” way would be to remove floats from the configuration... but there are approximately one float parameter in the core and 46 ones in our current plugins set, none of which I use myself. So I am defintely not going to rewrite all^H^H^Hany of them. Of course, it would be cleaner to be “strict” in what we write to the configuration file, than “liberal” in what we accept... but IMHO, it is way easier and more robust to be liberal in what we accept in this particular case (ie. accepting both decimal separators is trivial, while serializing float numbers manually is complex).
-
Rémi Denis-Courmont authored
You can definitely declare variable at the beginning of a nested block with gcc 2.95
-
Felix Paul Kühne authored
* put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5 * fixed svn propset
-
Jean-Paul Saman authored
-
Felix Paul Kühne authored
-
- 08 Mar, 2006 2 commits
-
-
Eric Petit authored
-
Damien Fouilleul authored
all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
-