aboutsummaryrefslogtreecommitdiffstats
path: root/unicode (unfollow)
Commit message (Expand)AuthorFilesLines
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 1827tobigun156-10498/+10831
2009-07-23- revert to 1777tobigun139-12987/+6331
2009-07-19Do not make plugins. Block on Mac OS Xk-m_schindler1-2/+3
2009-06-28resolve upper/lowercase problem on Mac OS Xk-m_schindler1-209/+0
2009-06-27merged r1830 trunk (current) in this branchs_alexander139-6123/+12987
2009-05-23trigger No. 1k-m_schindler1-1/+1
2009-05-22No comment 3k-m_schindler1-1/+1
2009-05-22No commentk-m_schindler1-1/+1
2009-05-22No commentk-m_schindler1-0/+1
2009-05-22Filename says it allk-m_schindler1-0/+0
2009-05-22buildbot triggerk-m_schindler1-2/+2
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-14new language files converted to UTF-8tobigun2-95/+95
2009-03-14merge with current trunk (just update)tobigun120-4323/+16005
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
2009-01-12comment for H+ "Use AnsiString" changed into "Use long strings" to emphasize ...tobigun15-15/+15
2009-01-12SDL_WM_SetIcon, mask parameter must be PUInt8, not UInt8tobigun1-1/+1
2009-01-12{$MINENUMSIZE 4}, {$PACKENUM 4} added to jedi-sdl headertobigun1-0/+2
2008-11-08FPC still does not convert the #0 char to a WideString with length 1. WideStr...tobigun1-3/+21