aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* - IFilesystem.CreateFileStream() removedtobigun2009-07-231-13/+0
* UPlatformLinux/MacOSX adjusted to use IPathtobigun2009-07-232-23/+37
* missing svn:eol-style addedtobigun2009-07-232-241/+241
* THandleStream -> TStream as the THandleStream stuff is not usedtobigun2009-07-232-12/+11
* Removed some nasty "Error" debug-logstobigun2009-07-231-2/+0
* - Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun2009-07-232-87/+37
* - IPath integrationtobigun2009-07-2334-2030/+1517
* - IPath addedtobigun2009-07-233-100/+1194
* UPath renamed to UPathUtilstobigun2009-07-2315-17/+17
* song saving initially switched to UTF8tobigun2009-07-231-55/+66
* CTRL+[A-Z] experimenttobigun2009-07-231-0/+10
* DEFAULT_ENCODING is now fixed (to CP1252) in USong.pas and cannot be set in t...tobigun2009-07-231-10/+0
* DirectoryFindFiles unified for mac+unixtobigun2009-07-233-9/+12
* - unneeded vars removedtobigun2009-07-231-24/+15
* font extrusion is done by freetypes stroker API instead of pixel-by-pixel ope...tobigun2009-07-231-71/+108
* added Unicode functions:tobigun2009-07-231-13/+130
* - encodings seperated to multiple files located in "encoding"tobigun2009-07-231-137/+136
* merge with current trunk revision 1827tobigun2009-07-2327-3818/+1076
* - revert to 1777tobigun2009-07-2320-1322/+1236
* merged r1830 trunk (current) in this branchs_alexander2009-06-2720-1236/+1322
* - fpc patchtobigun2009-03-152-3/+16
* UFilename.pas + UFilename.pas added for uniform filesystem access for Windows...tobigun2009-03-142-0/+959
* - font-engine uses UCS4 internallytobigun2009-03-142-90/+249
* merge with current trunk (just update)tobigun2009-03-1428-2067/+2371
* patch from hannibal218bc:tobigun2009-01-121-122/+130
* CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c...tobigun2009-01-121-3/+3
* CatSongs.SetFilter(), filter-type parameter updated to new enum type (0 -> fl...tobigun2009-01-121-1/+1
* AnsiStartsText() replaced to avoid usage of ANSI functions with UTF8 stringstobigun2009-01-121-2/+3
* UTF8 support for song filter in song-select screentobigun2009-01-122-46/+54
* changed type of TLineFragment.Text and TLine.Lyric from String to UTF8String ...tobigun2009-01-121-2/+2
* - UTF8CompareStr, UTF8CompareText, UTF8StartsText, UTF8ContainsStr, UTF8Conta...tobigun2009-01-122-40/+129
* FPC still does not convert the #0 char to a WideString with length 1. WideStr...tobigun2008-11-081-3/+21
* no windows unit on Mac OS Xk-m_schindler2008-11-071-3/+5
* Unicode Text-file supporttobigun2008-11-074-305/+390
* - string replaced with UTF8String (although it's just a typedef) to mark UTF8...tobigun2008-11-077-108/+136
* added tobigun2008-11-071-6/+96
* - WideStringUpperCase moved to UUnicodeUtils.pastobigun2008-11-071-1/+86
* - IsNumericChar/... and other character class type functions moved to UUnicod...tobigun2008-11-063-98/+131
* fontsTTF.ini -> fonts.initobigun2008-11-051-11/+1
* - freetype enabled by defaulttobigun2008-11-013-465/+82
* unicode branch addedtobigun2008-10-3148-0/+28308