aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling correctionstobigun2009-07-231-21/+20
* reset all ref-counted fields before usage of FillChar() to avoid memory leakstobigun2009-07-232-1/+8
* GarbageList.Count >= GarbageMaxCounttobigun2009-07-231-1/+1
* TPlatformMacOSX.CreateUserFolders() uses IPathtobigun2009-07-231-48/+34
* TUnicodeMemIniFile addedtobigun2009-07-231-0/+79
* string -> UTF8String / IPathtobigun2009-07-232-47/+38
* According to the Delphi doc for INFINITY it should not be used in comparisons...tobigun2009-07-231-2/+2
* Define for OS X must be DARWIN and not APPLEtobigun2009-07-231-3/+3
* merge with trunk revision 1845tobigun2009-07-233-33/+356
* - commentstobigun2009-07-231-9/+12
* Song sorting uses locale specific comparisontobigun2009-07-231-5/+5
* - interface ref-cnt bug workaround for IPathtobigun2009-07-232-36/+122
* - Translations addedtobigun2009-07-232-0/+8
* further string -> UTF8String conversionstobigun2009-07-231-13/+13
* WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai...tobigun2009-07-231-9/+26
* CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name)tobigun2009-07-231-1/+1
* integer/word/.. upper -> lower casetobigun2009-07-232-105/+105
* further string -> UTF8String or IPath conversionstobigun2009-07-2310-61/+24
* TTextFileStream/TMemTextFileStreamtobigun2009-07-236-316/+691
* - onHide -> onHidetobigun2009-07-232-4/+4
* SplitString() addedtobigun2009-07-231-0/+71
* - 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