Commit Graph

130 Commits

Author SHA1 Message Date
mattias
9985ff718d LCL: added inline version of UnicodeToUTF8
git-svn-id: trunk@35109 -
2012-02-02 23:01:03 +00:00
mattias
380da77e72 lazutils: fixed compilation
git-svn-id: trunk@35088 -
2012-02-02 15:28:10 +00:00
mattias
971b471ca4 IDE: catch wrong dates
git-svn-id: trunk@35086 -
2012-02-02 15:09:48 +00:00
mattias
64e2cd6b98 lazutils: UTF8CharacterToUnicode: check for intersecting ranges
git-svn-id: trunk@35038 -
2012-01-30 10:46:07 +00:00
mattias
28fbd2b34c lazutils: UTF8FixBroken: check for ascci as multi byte
git-svn-id: trunk@35036 -
2012-01-30 09:34:18 +00:00
mattias
3c0edd81fd lazutils: UTF8CharacterToUnicode: check for invalid ascii as multi byte chars, bug #21186
git-svn-id: trunk@35031 -
2012-01-30 09:22:29 +00:00
mattias
c4046b45fa lazutils: fixed fpdoc path
git-svn-id: trunk@34838 -
2012-01-21 13:52:34 +00:00
juha
03d1306b86 Codetools & LazUtils: Replace const string arrays with RTTI value and WriteStr()
git-svn-id: trunk@34757 -
2012-01-15 23:50:39 +00:00
martin
8fd4128a31 Fix ChompLath for windows C:\
git-svn-id: trunk@34716 -
2012-01-12 17:35:57 +00:00
sekelsenmat
b106f80cb9 Android: Starts improving the key input. Now it gets real unicode chars instead of the key name
git-svn-id: trunk@34509 -
2011-12-29 23:12:21 +00:00
maxim
38263f7b6b Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957
git-svn-id: trunk@34375 -
2011-12-23 21:39:33 +00:00
mattias
77c557782e lazutils: ChompPathDelim: under windows: do not chomp UNC base path double slash
git-svn-id: trunk@34374 -
2011-12-23 19:19:59 +00:00
mattias
4f552aff1b lazutils: defaults for filecache
git-svn-id: trunk@34351 -
2011-12-21 13:57:43 +00:00
sekelsenmat
bf64f7b1f8 Fix for bug #20804
git-svn-id: trunk@34321 -
2011-12-20 10:49:05 +00:00
mattias
ce22bc9ad1 lazutils: fixed TStringToStringTree.FindNode
git-svn-id: trunk@34245 -
2011-12-17 14:02:35 +00:00
mattias
9b7fc82827 codetools: replaced PAnsiString with AnsiString
git-svn-id: trunk@34234 -
2011-12-17 00:52:45 +00:00
mattias
c9cb54bcab lazutils: started new TStringToPointerTree
git-svn-id: trunk@34233 -
2011-12-17 00:09:41 +00:00
mattias
ce9ccb1092 lazutils: started new TStringToStringTree
git-svn-id: trunk@34232 -
2011-12-16 23:20:34 +00:00
mattias
b7e59c0f5b lazutils: optimized UTF8CStringToUTF8String
git-svn-id: trunk@34218 -
2011-12-16 01:16:04 +00:00
mattias
4b8a579110 lazutils: optimized UTF8CStringToUTF8String
git-svn-id: trunk@34216 -
2011-12-16 00:59:31 +00:00
mattias
e60e7e00f7 lazutils: deprecate TStringToStringTree.AddValues
git-svn-id: trunk@34144 -
2011-12-13 03:44:23 +00:00
mattias
20fa5ad2ef lazutils: renamed TStringToStringTree AddValues to AddNames
git-svn-id: trunk@34141 -
2011-12-13 02:06:28 +00:00
maxim
5a44369375 LazUtils: updated Russian translation
git-svn-id: trunk@34072 -
2011-12-09 17:56:31 +00:00
maxim
acbfd586b8 Translations: German translation update by Swen Heinig
git-svn-id: trunk@34071 -
2011-12-09 17:50:52 +00:00
sekelsenmat
83a07cc9cd Removes adding the timezone information in NowUTC
git-svn-id: trunk@34070 -
2011-12-09 15:55:47 +00:00
mattias
ade0ad1b9e lazutils: avglvltree: fixed FindPointer on last node
git-svn-id: trunk@33923 -
2011-12-02 23:17:18 +00:00
mattias
4ba447b3b4 LCL+LazUtils: moved unit avglvltree to lazutils
git-svn-id: trunk@33922 -
2011-12-02 23:16:27 +00:00
mattias
d468336cbb lconvencoding: simplified using iconvenc, define EnableIconvEnc if you want to use iconvenc
git-svn-id: trunk@33916 -
2011-12-02 20:21:18 +00:00
sekelsenmat
027d11ac6a Rewrites the GetTickCount interfaces to preserve backwards compatibility, to more closely resamble the WinAPI and also avoid confusion
git-svn-id: trunk@33563 -
2011-11-16 12:35:55 +00:00
mattias
8ee87295fc lcl+lazutils: moved TMethodList to lazutils
git-svn-id: trunk@33551 -
2011-11-16 05:51:31 +00:00
sekelsenmat
6c181cc045 paswstring fix from bug #20668
git-svn-id: trunk@33538 -
2011-11-15 09:15:41 +00:00
sekelsenmat
eca7c0b024 from patch #20657 removes some compiler warnings
git-svn-id: trunk@33437 -
2011-11-09 15:23:10 +00:00
mattias
afb21705e9 lazutils: fixed uninitialized access
git-svn-id: trunk@33415 -
2011-11-08 11:53:09 +00:00
sekelsenmat
6282148a84 GetTickCount: A fix which was recommended by the compiler
git-svn-id: trunk@33387 -
2011-11-07 07:42:00 +00:00
paul
d9a1e19722 lazutils: fix use of ut8string
git-svn-id: trunk@33383 -
2011-11-07 05:44:16 +00:00
sekelsenmat
4600e3eb2f Moves GetTickCount to LazUtils and adds NowUTC to LazUtils
git-svn-id: trunk@33381 -
2011-11-06 19:31:31 +00:00
sekelsenmat
121b0d4e52 Renames some utf8strings to strings as a temporary workaround for fpc 2.7 until the Unicode RTL encoding is decided
git-svn-id: trunk@33288 -
2011-11-04 10:26:09 +00:00
mattias
099bf2898b lazutils+codetools: fixed FindDiskFilename
git-svn-id: trunk@33219 -
2011-11-02 13:51:26 +00:00
mattias
dc4d739171 IDE: toggle form: when on include serach unit
git-svn-id: trunk@33148 -
2011-10-29 11:15:47 +00:00
sekelsenmat
ba49416b3b Disables lconvencoding from paswstring by default
git-svn-id: trunk@33116 -
2011-10-27 18:40:33 +00:00
sekelsenmat
4b223aa89d Final fix for 20552
git-svn-id: trunk@33084 -
2011-10-26 02:38:40 +00:00
sekelsenmat
5f53fe15b9 Implements GetConsoleTextEncoding for Windows
git-svn-id: trunk@33079 -
2011-10-25 07:39:48 +00:00
sekelsenmat
9cd742005b Starts GetConsoleTextEncoding
git-svn-id: trunk@33078 -
2011-10-25 07:35:02 +00:00
sekelsenmat
ca38c9ebc5 Documents a routine
git-svn-id: trunk@33076 -
2011-10-25 06:13:19 +00:00
sekelsenmat
f1698fd921 Fixes compiling lazutils for wince
git-svn-id: trunk@33002 -
2011-10-21 10:02:11 +00:00
sekelsenmat
8b380e202e Fixes bug #20229: ExpandFileNameUTF8, ExpandUNCFileNameUTF8 or other UTF8 functions in FileUtil
git-svn-id: trunk@33000 -
2011-10-20 20:43:24 +00:00
juha
dc810cd394 LazUtils: Add SearchSubDirs parameter to FindAllDirectories.
git-svn-id: trunk@32989 -
2011-10-19 21:20:26 +00:00
sekelsenmat
b3f587b60f First steps of a major move of code from lclproc to lazutf8
git-svn-id: trunk@32986 -
2011-10-19 19:16:31 +00:00
sekelsenmat
29e7449f18 Disables the new widestring manager for fpc 2.7 and moves some comented routines to proper place
git-svn-id: trunk@32982 -
2011-10-19 14:44:14 +00:00
sekelsenmat
172b031906 Adds a new unit to hold eventually utf16-based routines. Might be useful to speed up WideLowerCase for example in the future.
git-svn-id: trunk@32980 -
2011-10-19 12:14:14 +00:00