Aegisub/aegisub
Niels Martin Hansen 0367fd37d4 Fix #884, annoying wxString::Trim is destructive and there's no non-destructive variant. Adding a new function to utils.cpp to test whether a string is "blank", ie. empty or whitespace-only, as well as a function to check if a wchar_t is a whitspace character.
Trimming was used to test whether a string was blank or not, and this caused the source syllable texts to be altered when the kanji interpolation algorithm was run.

Originally committed to SVN as r3085.
2009-06-24 22:22:45 +00:00
..
automation Fix #845 by counting how many output lines were produced by applying a template to a line, instead of assuming that a template always gets applied, even if it's a code template. 2009-05-14 15:34:37 +00:00
bin SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
build - Moved lib/ffms2.lib to FFmpegSource2/ffms2.lib. 2009-06-12 17:10:45 +00:00
desktop SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
FFmpegSource2 - Moved lib/ffms2.lib to FFmpegSource2/ffms2.lib. 2009-06-12 17:10:45 +00:00
libass Plug a bunch of memory leaks from uau in the mplayer2 repo: http://repo.or.cz/w/mplayer.git?a=commit;h=312d9e4b104741b834aa5d71b02228d0cd988a4e 2009-05-04 06:48:21 +00:00
m4macros Add a cross-compile condition to AC_RUN_IFELSE in AC_AGI_COMPILE to make cross-compiling work. 2009-04-21 22:32:07 +00:00
packages New background for DMG for Mac OS X installs. Closes #869. 2009-06-17 01:43:00 +00:00
po Updated Czech translation by Christof (christof a totan d cz). Fixes #900 2009-06-24 15:47:51 +00:00
scripts Fix osx-bundle and osx-dmg breakage after adding buildbot support, both scripts now accept spaces in the directory names. 2009-06-02 00:16:45 +00:00
src Fix #884, annoying wxString::Trim is destructive and there's no non-destructive variant. Adding a new function to utils.cpp to test whether a string is "blank", ie. empty or whitespace-only, as well as a function to check if a wchar_t is a whitspace character. 2009-06-24 22:22:45 +00:00
tinderbox Add iconv project to Windows tinderbox solution file, and make the Aegisub project dependent on it, in preparation of iconv patch. 2009-06-17 18:24:15 +00:00
universalchardet No longer support anything for Windows-builds but Visual Studio 2008/VC9. 2009-04-17 22:08:37 +00:00
acinclude.m4 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autogen.sh Ensure the system 'convert' utility is actually from ImageMagick. 2009-06-10 02:13:24 +00:00
configure.in Supplant the portaudio player with the portaudio2 player. This still doesn't handle some of the issues that happen on linux, that will be fixed in a later commit, updates #876. 2009-06-10 04:45:57 +00:00
INSTALL SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am Fix osx-bundle and osx-dmg breakage after adding buildbot support, both scripts now accept spaces in the directory names. 2009-06-02 00:16:45 +00:00
README SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

* To be written.