aboutsummaryrefslogtreecommitdiffstats
path: root/unicode (follow)
Commit message (Expand)AuthorAgeFilesLines
* string -> UTF8String / IPathtobigun2009-07-233-49/+41
* language file conversion script addedtobigun2009-07-231-0/+43
* According to the Delphi doc for INFINITY it should not be used in comparisons...tobigun2009-07-231-2/+2
* Define for OS X must be DARWIN and not APPLEtobigun2009-07-231-3/+3
* merge with trunk revision 1845tobigun2009-07-2327-399/+1702
* - commentstobigun2009-07-231-9/+12
* Song sorting uses locale specific comparisontobigun2009-07-231-5/+5
* - interface ref-cnt bug workaround for IPathtobigun2009-07-232-36/+122
* Midi to USDX converter fixedtobigun2009-07-231-165/+289
* - Translations addedtobigun2009-07-237-30/+83
* further string -> UTF8String conversionstobigun2009-07-232-19/+19
* WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai...tobigun2009-07-231-9/+26
* CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name)tobigun2009-07-231-1/+1
* TntWideStrings included for FPC and delphi < 2006tobigun2009-07-232-7/+26
* integer/word/.. upper -> lower casetobigun2009-07-232-105/+105
* UTF8 file protocol ('ufile:') added for FFmpeg unicode supporttobigun2009-07-233-70/+84
* ffmpeg header fix:tobigun2009-07-231-6/+11
* further string -> UTF8String or IPath conversionstobigun2009-07-2318-87/+50
* TTextFileStream/TMemTextFileStreamtobigun2009-07-237-318/+800
* - onHide -> onHidetobigun2009-07-2337-99/+99
* SplitString() addedtobigun2009-07-231-0/+71
* - IFilesystem.CreateFileStream() removedtobigun2009-07-231-13/+0
* - av_open_input_stream() signature fixtobigun2009-07-231-1/+1
* UPlatformLinux/MacOSX adjusted to use IPathtobigun2009-07-232-23/+37
* missing svn:eol-style addedtobigun2009-07-2314-1339/+1339
* THandleStream -> TStream as the THandleStream stuff is not usedtobigun2009-07-232-12/+11
* Removed some nasty "Error" debug-logstobigun2009-07-231-2/+0
* - iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ...tobigun2009-07-232-6/+2
* - Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun2009-07-233-87/+38
* - IPath integrationtobigun2009-07-2366-2454/+1997
* - IPath addedtobigun2009-07-233-100/+1194
* UPath renamed to UPathUtilstobigun2009-07-2321-23/+23
* encoding files fixed (contents was copied multiple times)tobigun2009-07-234-966/+0
* changed implementation of WideFileExists() to improve performancetobigun2009-07-231-11/+4
* midi fixestobigun2009-07-232-205/+232
* - The song-editor tries to save the file in its original encoding. If this is...tobigun2009-07-231-28/+49
* song saving initially switched to UTF8tobigun2009-07-231-55/+66
* DeleteLastLetter uses the more convenient UTF8Copy() nowtobigun2009-07-231-9/+1
* More generic popup dialog. A callback can be defined to be called after the p...tobigun2009-07-232-46/+65
* cleanuptobigun2009-07-232-26/+19
* CTRL+[A-Z] experimenttobigun2009-07-231-0/+10
* DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t...tobigun2009-07-231-10/+0
* DirectoryFindFiles unified for mac+unixtobigun2009-07-233-9/+12
* - unneeded vars removedtobigun2009-07-231-24/+15
* font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope...tobigun2009-07-231-71/+108
* some missing freetype functions added to headerstobigun2009-07-237-37/+87
* added Unicode functions:tobigun2009-07-231-13/+130
* - encodings seperated to multiple files located in "encoding"tobigun2009-07-235-137/+1585
* some merge fixestobigun2009-07-236-12/+11
* merge with current trunk revision 1827tobigun2009-07-23156-10498/+10831