aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg header fix:tobigun2009-07-231-6/+11
* further string -> UTF8String or IPath conversionstobigun2009-07-2318-87/+50
* TTextFileStream/TMemTextFileStreamtobigun2009-07-237-318/+800
* - onHide -> onHidetobigun2009-07-2337-99/+99
* SplitString() addedtobigun2009-07-231-0/+71
* - IFilesystem.CreateFileStream() removedtobigun2009-07-231-13/+0
* - av_open_input_stream() signature fixtobigun2009-07-231-1/+1
* UPlatformLinux/MacOSX adjusted to use IPathtobigun2009-07-232-23/+37
* missing svn:eol-style addedtobigun2009-07-238-960/+960
* THandleStream -> TStream as the THandleStream stuff is not usedtobigun2009-07-232-12/+11
* Removed some nasty "Error" debug-logstobigun2009-07-231-2/+0
* - iconv ambiguity on mac os x solved (used /sw/lib/ one with missing symbols ...tobigun2009-07-232-6/+2
* - Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.p...tobigun2009-07-233-87/+38
* - IPath integrationtobigun2009-07-2366-2454/+1997
* - IPath addedtobigun2009-07-233-100/+1194
* UPath renamed to UPathUtilstobigun2009-07-2321-23/+23
* encoding files fixed (contents was copied multiple times)tobigun2009-07-234-966/+0
* changed implementation of WideFileExists() to improve performancetobigun2009-07-231-11/+4
* midi fixestobigun2009-07-232-205/+232
* - The song-editor tries to save the file in its original encoding. If this is...tobigun2009-07-231-28/+49
* song saving initially switched to UTF8tobigun2009-07-231-55/+66
* DeleteLastLetter uses the more convenient UTF8Copy() nowtobigun2009-07-231-9/+1
* More generic popup dialog. A callback can be defined to be called after the p...tobigun2009-07-232-46/+65
* cleanuptobigun2009-07-232-26/+19
* 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
* some missing freetype functions added to headerstobigun2009-07-237-37/+87
* added Unicode functions:tobigun2009-07-231-13/+130
* - encodings seperated to multiple files located in "encoding"tobigun2009-07-235-137/+1585
* some merge fixestobigun2009-07-236-12/+11
* merge with current trunk revision 1827tobigun2009-07-2387-6542/+5506
* - revert to 1777tobigun2009-07-2377-5784/+3937
* merged r1830 trunk (current) in this branchs_alexander2009-06-2777-3937/+5784
* - fpc patchtobigun2009-03-153-4/+29
* UFilename.pas + UFilename.pas added for uniform filesystem access for Windows...tobigun2009-03-142-0/+959
* FPC (Windows only) support for TntUnicodeUtilstobigun2009-03-148-49/+280
* TntUnicodeControls (2.3.0) added (non-graphical classes only).tobigun2009-03-1410-0/+8520
* - font-engine uses UCS4 internallytobigun2009-03-142-90/+249
* merge with current trunk (just update)tobigun2009-03-1485-3985/+13656
* freetype updatetobigun2009-01-127-794/+2872
* patch from hannibal218bc:tobigun2009-01-121-122/+130
* CharCode parameter of ParseInput changed from WideChar to UCS4Char (as some c...tobigun2009-01-1236-228/+266
* 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