aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* make life easier for git-users with .gitignore files. Especially it prevents ...tobigun2009-07-261-0/+8
* Language option fix:tobigun2009-07-263-54/+26
* Delphi 7 compatibility fix (eat this, buildbot)tobigun2009-07-264-4/+4
* language improvements and code cosmetics. no code change.k-m_schindler2009-07-231-56/+56
* new language strings added to english language filetobigun2009-07-231-1/+1
* - language files converted to UTF-8 WITH BOM (!!!)tobigun2009-07-231-2/+2
* update to current trunk (1853)tobigun2009-07-234-49/+103
* Buggy DirectoryFindFiles() (used by BrowseTXT/XMLFiles) removed and replaced ...tobigun2009-07-232-98/+58
* Editor:tobigun2009-07-231-2/+23
* - Do not make plugins. Block on Mac OS Xtobigun2009-07-231-1/+1
* spelling correctionstobigun2009-07-231-21/+20
* reset all ref-counted fields before usage of FillChar() to avoid memory leakstobigun2009-07-232-1/+8
* GarbageList.Count >= GarbageMaxCounttobigun2009-07-231-1/+1
* TPlatformMacOSX.CreateUserFolders() uses IPathtobigun2009-07-231-48/+34
* TUnicodeMemIniFile addedtobigun2009-07-231-0/+79
* string -> UTF8String / IPathtobigun2009-07-233-49/+41
* 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-2313-78/+406
* - 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-238-960/+960
* 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