| Commit message (Expand) | Author | Files | Lines |
2009-07-26 | unused fonts removed | tobigun | 2 | -0/+0 |
2009-07-26 | make life easier for git-users with .gitignore files. Especially it prevents ... | tobigun | 7 | -0/+44 |
2009-07-26 | Language option fix: | tobigun | 3 | -54/+26 |
2009-07-26 | Delphi 7 compatibility fix (eat this, buildbot) | tobigun | 4 | -4/+4 |
2009-07-23 | language improvements and code cosmetics. no code change. | k-m_schindler | 1 | -56/+56 |
2009-07-23 | some small language improvements plus a forgotten item in German.ini | k-m_schindler | 2 | -4/+7 |
2009-07-23 | typo: Italienisch -> Italian | k-m_schindler | 13 | -13/+13 |
2009-07-23 | translation of new text and a minor correction | k-m_schindler | 1 | -1/+11 |
2009-07-23 | Most of the unicode branch (if not all) should be done now. Please test. | tobigun | 1 | -2/+3 |
2009-07-23 | Catalan already was UTF-8 (without BOM) | tobigun | 2 | -94/+94 |
2009-07-23 | new language strings added to english language file | tobigun | 2 | -1/+12 |
2009-07-23 | - language files converted to UTF-8 WITH BOM (!!!) | tobigun | 17 | -994/+993 |
2009-07-23 | update to current trunk (1853) | tobigun | 4 | -49/+103 |
2009-07-23 | Buggy DirectoryFindFiles() (used by BrowseTXT/XMLFiles) removed and replaced ... | tobigun | 2 | -98/+58 |
2009-07-23 | Editor: | tobigun | 1 | -2/+23 |
2009-07-23 | - Do not make plugins. Block on Mac OS X | tobigun | 2 | -3/+4 |
2009-07-23 | spelling corrections | tobigun | 1 | -21/+20 |
2009-07-23 | reset all ref-counted fields before usage of FillChar() to avoid memory leaks | tobigun | 2 | -1/+8 |
2009-07-23 | GarbageList.Count >= GarbageMaxCount | tobigun | 1 | -1/+1 |
2009-07-23 | TPlatformMacOSX.CreateUserFolders() uses IPath | tobigun | 1 | -48/+34 |
2009-07-23 | TUnicodeMemIniFile added | tobigun | 1 | -0/+79 |
2009-07-23 | string -> UTF8String / IPath | tobigun | 3 | -49/+41 |
2009-07-23 | language file conversion script added | tobigun | 1 | -0/+43 |
2009-07-23 | According to the Delphi doc for INFINITY it should not be used in comparisons... | tobigun | 1 | -2/+2 |
2009-07-23 | Define for OS X must be DARWIN and not APPLE | tobigun | 1 | -3/+3 |
2009-07-23 | merge with trunk revision 1845 | tobigun | 27 | -399/+1702 |
2009-07-23 | - comments | tobigun | 1 | -9/+12 |
2009-07-23 | Song sorting uses locale specific comparison | tobigun | 1 | -5/+5 |
2009-07-23 | - interface ref-cnt bug workaround for IPath | tobigun | 2 | -36/+122 |
2009-07-23 | Midi to USDX converter fixed | tobigun | 1 | -165/+289 |
2009-07-23 | - Translations added | tobigun | 7 | -30/+83 |
2009-07-23 | further string -> UTF8String conversions | tobigun | 2 | -19/+19 |
2009-07-23 | WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai... | tobigun | 1 | -9/+26 |
2009-07-23 | CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name) | tobigun | 1 | -1/+1 |
2009-07-23 | TntWideStrings included for FPC and delphi < 2006 | tobigun | 2 | -7/+26 |
2009-07-23 | integer/word/.. upper -> lower case | tobigun | 2 | -105/+105 |
2009-07-23 | UTF8 file protocol ('ufile:') added for FFmpeg unicode support | tobigun | 3 | -70/+84 |
2009-07-23 | ffmpeg header fix: | tobigun | 1 | -6/+11 |
2009-07-23 | further string -> UTF8String or IPath conversions | tobigun | 18 | -87/+50 |
2009-07-23 | TTextFileStream/TMemTextFileStream | tobigun | 7 | -318/+800 |
2009-07-23 | - onHide -> onHide | tobigun | 37 | -99/+99 |
2009-07-23 | SplitString() added | tobigun | 1 | -0/+71 |
2009-07-23 | - IFilesystem.CreateFileStream() removed | tobigun | 1 | -13/+0 |
2009-07-23 | - av_open_input_stream() signature fix | tobigun | 1 | -1/+1 |
2009-07-23 | UPlatformLinux/MacOSX adjusted to use IPath | tobigun | 2 | -23/+37 |
2009-07-23 | missing svn:eol-style added | tobigun | 14 | -1339/+1339 |
2009-07-23 | THandleStream -> TStream as the THandleStream stuff is not used | tobigun | 2 | -12/+11 |
2009-07-23 | Removed some nasty "Error" debug-logs | tobigun | 1 | -2/+0 |
2009-07-23 | - iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ... | tobigun | 2 | -6/+2 |
2009-07-23 | - Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p... | tobigun | 3 | -87/+38 |