aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-23further string -> UTF8String or IPath conversionstobigun10-61/+24
2009-07-23TTextFileStream/TMemTextFileStreamtobigun6-316/+691
2009-07-23- onHide -> onHidetobigun2-4/+4
2009-07-23SplitString() addedtobigun1-0/+71
2009-07-23- IFilesystem.CreateFileStream() removedtobigun1-13/+0
2009-07-23UPlatformLinux/MacOSX adjusted to use IPathtobigun2-23/+37
2009-07-23missing svn:eol-style addedtobigun2-241/+241
2009-07-23THandleStream -> TStream as the THandleStream stuff is not usedtobigun2-12/+11
2009-07-23Removed some nasty "Error" debug-logstobigun1-2/+0
2009-07-23- Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun2-87/+37
2009-07-23- IPath integrationtobigun34-2030/+1517
2009-07-23- IPath addedtobigun3-100/+1194
2009-07-23UPath renamed to UPathUtilstobigun15-17/+17
2009-07-23song saving initially switched to UTF8tobigun1-55/+66
2009-07-23CTRL+[A-Z] experimenttobigun1-0/+10
2009-07-23DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t...tobigun1-10/+0
2009-07-23DirectoryFindFiles unified for mac+unixtobigun3-9/+12
2009-07-23- unneeded vars removedtobigun1-24/+15
2009-07-23font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope...tobigun1-71/+108
2009-07-23added Unicode functions:tobigun1-13/+130
2009-07-23- encodings seperated to multiple files located in "encoding"tobigun1-137/+136
2009-07-23merge with current trunk revision 1827tobigun27-3818/+1076
2009-07-23- revert to 1777tobigun20-1322/+1236
2009-06-27merged r1830 trunk (current) in this branchs_alexander20-1236/+1322
2009-03-15- fpc patchtobigun2-3/+16
2009-03-14UFilename.pas + UFilename.pas added for uniform filesystem access for Windows...tobigun2-0/+959
2009-03-14- font-engine uses UCS4 internallytobigun2-90/+249
2009-03-14merge with current trunk (just update)tobigun28-2067/+2371
2009-01-12patch from hannibal218bc:tobigun1-122/+130
2009-01-12CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c...tobigun1-3/+3
2009-01-12CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> fl...tobigun1-1/+1
2009-01-12AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 stringstobigun1-2/+3
2009-01-12UTF8 support for song filter in song-select screentobigun2-46/+54
2009-01-12changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ...tobigun1-2/+2
2009-01-12- UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, UTF8Conta...tobigun2-40/+129
2008-11-08FPC still does not convert the #0 char to a WideString with length 1. WideStr...tobigun1-3/+21
2008-11-07no windows unit on Mac OS Xk-m_schindler1-3/+5
2008-11-07Unicode Text-file supporttobigun4-305/+390
2008-11-07- string replaced with UTF8String (although it's just a typedef) to mark UTF8...tobigun7-108/+136
2008-11-07added tobigun1-6/+96
2008-11-07- WideStringUpperCase moved to UUnicodeUtils.pastobigun1-1/+86
2008-11-06- IsNumericChar/... and other character class type functions moved to UUnicod...tobigun3-98/+131
2008-11-05fontsTTF.ini -> fonts.initobigun1-11/+1
2008-11-01- freetype enabled by defaulttobigun3-465/+82
2008-10-31unicode branch addedtobigun48-0/+28308