aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/base (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-26Language option fix:tobigun3-54/+26
2009-07-26Delphi 7 compatibility fix (eat this, buildbot)tobigun1-1/+1
2009-07-23language improvements and code cosmetics. no code change.k-m_schindler1-56/+56
2009-07-23- language files converted to UTF-8 WITH BOM (!!!)tobigun1-2/+2
2009-07-23update to current trunk (1853)tobigun2-47/+80
2009-07-23Buggy DirectoryFindFiles() (used by BrowseTXT/XMLFiles) removed and replaced ...tobigun2-98/+58
2009-07-23spelling correctionstobigun1-21/+20
2009-07-23reset all ref-counted fields before usage of FillChar() to avoid memory leakstobigun2-1/+8
2009-07-23GarbageList.Count >= GarbageMaxCounttobigun1-1/+1
2009-07-23TPlatformMacOSX.CreateUserFolders() uses IPathtobigun1-48/+34
2009-07-23TUnicodeMemIniFile addedtobigun1-0/+79
2009-07-23string -> UTF8String / IPathtobigun2-47/+38
2009-07-23According to the Delphi doc for INFINITY it should not be used in comparisons...tobigun1-2/+2
2009-07-23Define for OS X must be DARWIN and not APPLEtobigun1-3/+3
2009-07-23merge with trunk revision 1845tobigun3-33/+356
2009-07-23- commentstobigun1-9/+12
2009-07-23Song sorting uses locale specific comparisontobigun1-5/+5
2009-07-23- interface ref-cnt bug workaround for IPathtobigun2-36/+122
2009-07-23- Translations addedtobigun2-0/+8
2009-07-23further string -> UTF8String conversionstobigun1-13/+13
2009-07-23WideStringLower/UpperCase on unix uses WideLower/UpperCase from cwstring agai...tobigun1-9/+26
2009-07-23CurrentTexture.Name = Name -> CurrentTexture.Name.Equals(Name)tobigun1-1/+1
2009-07-23integer/word/.. upper -> lower casetobigun2-105/+105
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