| Commit message (Expand) | Author | Files | Lines |
2009-07-23 | - IPath integration | tobigun | 66 | -2454/+1997 |
2009-07-23 | - IPath added | tobigun | 3 | -100/+1194 |
2009-07-23 | UPath renamed to UPathUtils | tobigun | 21 | -23/+23 |
2009-07-23 | encoding files fixed (contents was copied multiple times) | tobigun | 4 | -966/+0 |
2009-07-23 | changed implementation of WideFileExists() to improve performance | tobigun | 1 | -11/+4 |
2009-07-23 | midi fixes | tobigun | 2 | -205/+232 |
2009-07-23 | - The song-editor tries to save the file in its original encoding. If this is... | tobigun | 1 | -28/+49 |
2009-07-23 | song saving initially switched to UTF8 | tobigun | 1 | -55/+66 |
2009-07-23 | DeleteLastLetter uses the more convenient UTF8Copy() now | tobigun | 1 | -9/+1 |
2009-07-23 | More generic popup dialog. A callback can be defined to be called after the p... | tobigun | 2 | -46/+65 |
2009-07-23 | cleanup | tobigun | 2 | -26/+19 |
2009-07-23 | CTRL+[A-Z] experiment | tobigun | 1 | -0/+10 |
2009-07-23 | DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t... | tobigun | 1 | -10/+0 |
2009-07-23 | DirectoryFindFiles unified for mac+unix | tobigun | 3 | -9/+12 |
2009-07-23 | - unneeded vars removed | tobigun | 1 | -24/+15 |
2009-07-23 | font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope... | tobigun | 1 | -71/+108 |
2009-07-23 | some missing freetype functions added to headers | tobigun | 7 | -37/+87 |
2009-07-23 | added Unicode functions: | tobigun | 1 | -13/+130 |
2009-07-23 | - encodings seperated to multiple files located in "encoding" | tobigun | 5 | -137/+1585 |
2009-07-23 | some merge fixes | tobigun | 6 | -12/+11 |
2009-07-23 | merge with current trunk revision 1827 | tobigun | 156 | -10498/+10831 |
2009-07-23 | - revert to 1777 | tobigun | 139 | -12987/+6331 |
2009-07-19 | Do not make plugins. Block on Mac OS X | k-m_schindler | 1 | -2/+3 |
2009-06-28 | resolve upper/lowercase problem on Mac OS X | k-m_schindler | 1 | -209/+0 |
2009-06-27 | merged r1830 trunk (current) in this branch | s_alexander | 139 | -6123/+12987 |
2009-05-23 | trigger No. 1 | k-m_schindler | 1 | -1/+1 |
2009-05-22 | No comment 3 | k-m_schindler | 1 | -1/+1 |
2009-05-22 | No comment | k-m_schindler | 1 | -1/+1 |
2009-05-22 | No comment | k-m_schindler | 1 | -0/+1 |
2009-05-22 | Filename says it all | k-m_schindler | 1 | -0/+0 |
2009-05-22 | buildbot trigger | k-m_schindler | 1 | -2/+2 |
2009-03-15 | - fpc patch | tobigun | 3 | -4/+29 |
2009-03-14 | UFilename.pas + UFilename.pas added for uniform filesystem access for Windows... | tobigun | 2 | -0/+959 |
2009-03-14 | FPC (Windows only) support for TntUnicodeUtils | tobigun | 8 | -49/+280 |
2009-03-14 | TntUnicodeControls (2.3.0) added (non-graphical classes only). | tobigun | 10 | -0/+8520 |
2009-03-14 | - font-engine uses UCS4 internally | tobigun | 2 | -90/+249 |
2009-03-14 | new language files converted to UTF-8 | tobigun | 2 | -95/+95 |
2009-03-14 | merge with current trunk (just update) | tobigun | 120 | -4323/+16005 |
2009-01-12 | freetype update | tobigun | 7 | -794/+2872 |
2009-01-12 | patch from hannibal218bc: | tobigun | 1 | -122/+130 |
2009-01-12 | CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c... | tobigun | 36 | -228/+266 |
2009-01-12 | CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> fl... | tobigun | 1 | -1/+1 |
2009-01-12 | AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 strings | tobigun | 1 | -2/+3 |
2009-01-12 | UTF8 support for song filter in song-select screen | tobigun | 2 | -46/+54 |
2009-01-12 | changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ... | tobigun | 1 | -2/+2 |
2009-01-12 | - UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, UTF8Conta... | tobigun | 2 | -40/+129 |
2009-01-12 | comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ... | tobigun | 15 | -15/+15 |
2009-01-12 | SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8 | tobigun | 1 | -1/+1 |
2009-01-12 | {$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl header | tobigun | 1 | -0/+2 |
2008-11-08 | FPC still does not convert the #0 char to a WideString with length 1. WideStr... | tobigun | 1 | -3/+21 |