| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling corrections | tobigun | 2009-07-23 | 1 | -21/+20 |
* | reset all ref-counted fields before usage of FillChar() to avoid memory leaks | tobigun | 2009-07-23 | 2 | -1/+8 |
* | GarbageList.Count >= GarbageMaxCount | tobigun | 2009-07-23 | 1 | -1/+1 |
* | TPlatformMacOSX.CreateUserFolders() uses IPath | tobigun | 2009-07-23 | 1 | -48/+34 |
* | TUnicodeMemIniFile added | tobigun | 2009-07-23 | 1 | -0/+79 |
* | string -> UTF8String / IPath | tobigun | 2009-07-23 | 3 | -49/+41 |
* | language file conversion script added | tobigun | 2009-07-23 | 1 | -0/+43 |
* | According to the Delphi doc for INFINITY it should not be used in comparisons... | tobigun | 2009-07-23 | 1 | -2/+2 |
* | Define for OS X must be DARWIN and not APPLE | tobigun | 2009-07-23 | 1 | -3/+3 |
* | merge with trunk revision 1845 | tobigun | 2009-07-23 | 27 | -399/+1702 |
* | - comments | tobigun | 2009-07-23 | 1 | -9/+12 |
* | Song sorting uses locale specific comparison | tobigun | 2009-07-23 | 1 | -5/+5 |
* | - interface ref-cnt bug workaround for IPath | tobigun | 2009-07-23 | 2 | -36/+122 |
* | Midi to USDX converter fixed | tobigun | 2009-07-23 | 1 | -165/+289 |
* | - Translations added | tobigun | 2009-07-23 | 7 | -30/+83 |
* | further string -> UTF8String conversions | tobigun | 2009-07-23 | 2 | -19/+19 |
* | WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai... | tobigun | 2009-07-23 | 1 | -9/+26 |
* | CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name) | tobigun | 2009-07-23 | 1 | -1/+1 |
* | TntWideStrings included for FPC and delphi < 2006 | tobigun | 2009-07-23 | 2 | -7/+26 |
* | integer/word/.. upper -> lower case | tobigun | 2009-07-23 | 2 | -105/+105 |
* | UTF8 file protocol ('ufile:') added for FFmpeg unicode support | tobigun | 2009-07-23 | 3 | -70/+84 |
* | ffmpeg header fix: | tobigun | 2009-07-23 | 1 | -6/+11 |
* | further string -> UTF8String or IPath conversions | tobigun | 2009-07-23 | 18 | -87/+50 |
* | TTextFileStream/TMemTextFileStream | tobigun | 2009-07-23 | 7 | -318/+800 |
* | - onHide -> onHide | tobigun | 2009-07-23 | 37 | -99/+99 |
* | SplitString() added | tobigun | 2009-07-23 | 1 | -0/+71 |
* | - IFilesystem.CreateFileStream() removed | tobigun | 2009-07-23 | 1 | -13/+0 |
* | - av_open_input_stream() signature fix | tobigun | 2009-07-23 | 1 | -1/+1 |
* | UPlatformLinux/MacOSX adjusted to use IPath | tobigun | 2009-07-23 | 2 | -23/+37 |
* | missing svn:eol-style added | tobigun | 2009-07-23 | 14 | -1339/+1339 |
* | THandleStream -> TStream as the THandleStream stuff is not used | tobigun | 2009-07-23 | 2 | -12/+11 |
* | Removed some nasty "Error" debug-logs | tobigun | 2009-07-23 | 1 | -2/+0 |
* | - iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ... | tobigun | 2009-07-23 | 2 | -6/+2 |
* | - Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p... | tobigun | 2009-07-23 | 3 | -87/+38 |
* | - IPath integration | tobigun | 2009-07-23 | 66 | -2454/+1997 |
* | - IPath added | tobigun | 2009-07-23 | 3 | -100/+1194 |
* | UPath renamed to UPathUtils | tobigun | 2009-07-23 | 21 | -23/+23 |
* | encoding files fixed (contents was copied multiple times) | tobigun | 2009-07-23 | 4 | -966/+0 |
* | changed implementation of WideFileExists() to improve performance | tobigun | 2009-07-23 | 1 | -11/+4 |
* | midi fixes | tobigun | 2009-07-23 | 2 | -205/+232 |
* | - The song-editor tries to save the file in its original encoding. If this is... | tobigun | 2009-07-23 | 1 | -28/+49 |
* | song saving initially switched to UTF8 | tobigun | 2009-07-23 | 1 | -55/+66 |
* | DeleteLastLetter uses the more convenient UTF8Copy() now | tobigun | 2009-07-23 | 1 | -9/+1 |
* | More generic popup dialog. A callback can be defined to be called after the p... | tobigun | 2009-07-23 | 2 | -46/+65 |
* | cleanup | tobigun | 2009-07-23 | 2 | -26/+19 |
* | CTRL+[A-Z] experiment | tobigun | 2009-07-23 | 1 | -0/+10 |
* | DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t... | tobigun | 2009-07-23 | 1 | -10/+0 |
* | DirectoryFindFiles unified for mac+unix | tobigun | 2009-07-23 | 3 | -9/+12 |
* | - unneeded vars removed | tobigun | 2009-07-23 | 1 | -24/+15 |
* | font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope... | tobigun | 2009-07-23 | 1 | -71/+108 |