aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-23ffmpeg header fix:tobigun1-6/+11
2009-07-23further string -> UTF8String or IPath conversionstobigun18-87/+50
2009-07-23TTextFileStream/TMemTextFileStreamtobigun7-318/+800
2009-07-23- onHide -> onHidetobigun37-99/+99
2009-07-23SplitString() addedtobigun1-0/+71
2009-07-23- IFilesystem.CreateFileStream() removedtobigun1-13/+0
2009-07-23- av_open_input_stream() signature fixtobigun1-1/+1
2009-07-23UPlatformLinux/MacOSX adjusted to use IPathtobigun2-23/+37
2009-07-23missing svn:eol-style addedtobigun8-960/+960
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- iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ...tobigun2-6/+2
2009-07-23- Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun3-87/+38
2009-07-23- IPath integrationtobigun66-2454/+1997
2009-07-23- IPath addedtobigun3-100/+1194
2009-07-23UPath renamed to UPathUtilstobigun21-23/+23
2009-07-23encoding files fixed (contents was copied multiple times)tobigun4-966/+0
2009-07-23changed implementation of WideFileExists() to improve performancetobigun1-11/+4
2009-07-23midi fixestobigun2-205/+232
2009-07-23- The song-editor tries to save the file in its original encoding. If this is...tobigun1-28/+49
2009-07-23song saving initially switched to UTF8tobigun1-55/+66
2009-07-23DeleteLastLetter uses the more convenient UTF8Copy() nowtobigun1-9/+1
2009-07-23More generic popup dialog. A callback can be defined to be called after the p...tobigun2-46/+65
2009-07-23cleanuptobigun2-26/+19
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-23some missing freetype functions added to headerstobigun7-37/+87
2009-07-23added Unicode functions:tobigun1-13/+130
2009-07-23- encodings seperated to multiple files located in "encoding"tobigun5-137/+1585
2009-07-23some merge fixestobigun6-12/+11
2009-07-23merge with current trunk revision 1827tobigun87-6542/+5506
2009-07-23- revert to 1777tobigun77-5784/+3937
2009-06-27merged r1830 trunk (current) in this branchs_alexander77-3937/+5784
2009-03-15- fpc patchtobigun3-4/+29
2009-03-14UFilename.pas + UFilename.pas added for uniform filesystem access for Windows...tobigun2-0/+959
2009-03-14FPC (Windows only) support for TntUnicodeUtilstobigun8-49/+280
2009-03-14TntUnicodeControls (2.3.0) added (non-graphical classes only).tobigun10-0/+8520
2009-03-14- font-engine uses UCS4 internallytobigun2-90/+249
2009-03-14merge with current trunk (just update)tobigun85-3985/+13656
2009-01-12freetype updatetobigun7-794/+2872
2009-01-12patch from hannibal218bc:tobigun1-122/+130
2009-01-12CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c...tobigun36-228/+266
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