| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | some missing freetype functions added to headers | tobigun | 2009-07-23 | 7 | -37/+87 |
* | added Unicode functions: | tobigun | 2009-07-23 | 1 | -13/+130 |
* | - encodings seperated to multiple files located in "encoding" | tobigun | 2009-07-23 | 5 | -137/+1585 |
* | some merge fixes | tobigun | 2009-07-23 | 6 | -12/+11 |
* | merge with current trunk revision 1827 | tobigun | 2009-07-23 | 156 | -10498/+10831 |
* | - revert to 1777 | tobigun | 2009-07-23 | 139 | -12987/+6331 |
* | Do not make plugins. Block on Mac OS X | k-m_schindler | 2009-07-19 | 1 | -2/+3 |
* | resolve upper/lowercase problem on Mac OS X | k-m_schindler | 2009-06-28 | 1 | -209/+0 |
* | merged r1830 trunk (current) in this branch | s_alexander | 2009-06-27 | 139 | -6123/+12987 |
* | trigger No. 1 | k-m_schindler | 2009-05-23 | 1 | -1/+1 |
* | No comment 3 | k-m_schindler | 2009-05-22 | 1 | -1/+1 |
* | No comment | k-m_schindler | 2009-05-22 | 1 | -1/+1 |
* | No comment | k-m_schindler | 2009-05-22 | 1 | -0/+1 |
* | Filename says it all | k-m_schindler | 2009-05-22 | 1 | -0/+0 |
* | buildbot trigger | k-m_schindler | 2009-05-22 | 1 | -2/+2 |
* | - fpc patch | tobigun | 2009-03-15 | 3 | -4/+29 |
* | UFilename.pas + UFilename.pas added for uniform filesystem access for Windows... | tobigun | 2009-03-14 | 2 | -0/+959 |
* | FPC (Windows only) support for TntUnicodeUtils | tobigun | 2009-03-14 | 8 | -49/+280 |
* | TntUnicodeControls (2.3.0) added (non-graphical classes only). | tobigun | 2009-03-14 | 10 | -0/+8520 |
* | - font-engine uses UCS4 internally | tobigun | 2009-03-14 | 2 | -90/+249 |
* | new language files converted to UTF-8 | tobigun | 2009-03-14 | 2 | -95/+95 |
* | merge with current trunk (just update) | tobigun | 2009-03-14 | 120 | -4323/+16005 |
* | freetype update | tobigun | 2009-01-12 | 7 | -794/+2872 |
* | patch from hannibal218bc: | tobigun | 2009-01-12 | 1 | -122/+130 |
* | CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c... | tobigun | 2009-01-12 | 36 | -228/+266 |