aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ...tobigun2009-01-1215-15/+15
* SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8tobigun2009-01-121-1/+1
* {$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl headertobigun2009-01-121-0/+2
* 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-0729-252/+452
* - IsNumericChar/... and other character class type functions moved to UUnicod...tobigun2008-11-0612-127/+175
* fontsTTF.ini -> fonts.initobigun2008-11-051-11/+1
* - freetype enabled by defaulttobigun2008-11-015-474/+87
* unicode branch addedtobigun2008-10-31222-0/+122360