aboutsummaryrefslogtreecommitdiffstats
path: root/unicode (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-23TUnicodeMemIniFile addedtobigun1-0/+79
2009-07-23string -> UTF8String / IPathtobigun3-49/+41
2009-07-23language file conversion script addedtobigun1-0/+43
2009-07-23According to the Delphi doc for INFINITY it should not be used in comparisons...tobigun1-2/+2
2009-07-23Define for OS X must be DARWIN and not APPLEtobigun1-3/+3
2009-07-23merge with trunk revision 1845tobigun27-399/+1702
2009-07-23- commentstobigun1-9/+12
2009-07-23Song sorting uses locale specific comparisontobigun1-5/+5
2009-07-23- interface ref-cnt bug workaround for IPathtobigun2-36/+122
2009-07-23Midi to USDX converter fixedtobigun1-165/+289
2009-07-23- Translations addedtobigun7-30/+83
2009-07-23further string -> UTF8String conversionstobigun2-19/+19
2009-07-23WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai...tobigun1-9/+26
2009-07-23CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name)tobigun1-1/+1
2009-07-23TntWideStrings included for FPC and delphi < 2006tobigun2-7/+26
2009-07-23integer/word/.. upper -> lower casetobigun2-105/+105
2009-07-23UTF8 file protocol ('ufile:') added for FFmpeg unicode supporttobigun3-70/+84
2009-07-23ffmpeg header fix:tobigun1-6/+11
2009-07-23further string -> UTF8String or IPath conversionstobigun18-87/+50
2009-07-23TTextFileStream/TMemTextFileStreamtobigun7-318/+800
2009-07-23- onHide -> onHidetobigun37-99/+99
2009-07-23SplitString() addedtobigun1-0/+71
2009-07-23- IFilesystem.CreateFileStream() removedtobigun1-13/+0
2009-07-23- av_open_input_stream() signature fixtobigun1-1/+1
2009-07-23UPlatformLinux/MacOSX adjusted to use IPathtobigun2-23/+37
2009-07-23missing svn:eol-style addedtobigun14-1339/+1339
2009-07-23THandleStream -> TStream as the THandleStream stuff is not usedtobigun2-12/+11
2009-07-23Removed some nasty "Error" debug-logstobigun1-2/+0
2009-07-23- iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ...tobigun2-6/+2
2009-07-23- Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun3-87/+38
2009-07-23- IPath integrationtobigun66-2454/+1997
2009-07-23- IPath addedtobigun3-100/+1194
2009-07-23UPath renamed to UPathUtilstobigun21-23/+23
2009-07-23encoding files fixed (contents was copied multiple times)tobigun4-966/+0
2009-07-23changed implementation of WideFileExists() to improve performancetobigun1-11/+4
2009-07-23midi fixestobigun2-205/+232
2009-07-23- The song-editor tries to save the file in its original encoding. If this is...tobigun1-28/+49
2009-07-23song saving initially switched to UTF8tobigun1-55/+66
2009-07-23DeleteLastLetter uses the more convenient UTF8Copy() nowtobigun1-9/+1
2009-07-23More generic popup dialog. A callback can be defined to be called after the p...tobigun2-46/+65
2009-07-23cleanuptobigun2-26/+19
2009-07-23CTRL+[A-Z] experimenttobigun1-0/+10
2009-07-23DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t...tobigun1-10/+0
2009-07-23DirectoryFindFiles unified for mac+unixtobigun3-9/+12
2009-07-23- unneeded vars removedtobigun1-24/+15
2009-07-23font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope...tobigun1-71/+108
2009-07-23some missing freetype functions added to headerstobigun7-37/+87
2009-07-23added Unicode functions:tobigun1-13/+130
2009-07-23- encodings seperated to multiple files located in "encoding"tobigun5-137/+1585
2009-07-23some merge fixestobigun6-12/+11