aboutsummaryrefslogtreecommitdiffstats
path: root/unicode (follow)
Commit message (Expand)AuthorAgeFilesLines
* unused fonts removedtobigun2009-07-262-0/+0
* make life easier for git-users with .gitignore files. Especially it prevents ...tobigun2009-07-267-0/+44
* 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
* some small language improvements plus a forgotten item in German.inik-m_schindler2009-07-232-4/+7
* typo: Italienisch -> Italiank-m_schindler2009-07-2313-13/+13
* translation of new text and a minor correctionk-m_schindler2009-07-231-1/+11
* Most of the unicode branch (if not all) should be done now. Please test.tobigun2009-07-231-2/+3
* Catalan already was UTF-8 (without BOM)tobigun2009-07-232-94/+94
* new language strings added to english language filetobigun2009-07-232-1/+12
* - language files converted to UTF-8 WITH BOM (!!!)tobigun2009-07-2317-994/+993
* 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-232-3/+4
* 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
* 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