aboutsummaryrefslogtreecommitdiffstats
path: root/unicode (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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-23156-10498/+10831
* - revert to 1777tobigun2009-07-23139-12987/+6331
* Do not make plugins. Block on Mac OS Xk-m_schindler2009-07-191-2/+3
* resolve upper/lowercase problem on Mac OS Xk-m_schindler2009-06-281-209/+0
* merged r1830 trunk (current) in this branchs_alexander2009-06-27139-6123/+12987
* trigger No. 1k-m_schindler2009-05-231-1/+1
* No comment 3k-m_schindler2009-05-221-1/+1
* No commentk-m_schindler2009-05-221-1/+1
* No commentk-m_schindler2009-05-221-0/+1
* Filename says it allk-m_schindler2009-05-221-0/+0
* buildbot triggerk-m_schindler2009-05-221-2/+2
* - 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
* new language files converted to UTF-8tobigun2009-03-142-95/+95
* merge with current trunk (just update)tobigun2009-03-14120-4323/+16005
* 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