juha
|
5642758bf1
|
LazUtils: Fix TFileSearcher encoding when -dEnableUTF8RTL is not used. Issue #28406, patch from Michl.
git-svn-id: trunk@49888 -
|
2015-09-28 19:57:52 +00:00 |
|
mattias
|
43bbbdf2d0
|
lazutils: fixed compialtion EnableUTF8RTL
git-svn-id: trunk@49866 -
|
2015-09-21 18:18:12 +00:00 |
|
mattias
|
9c680beb48
|
lazutils: lconvencoding: using system conversion only if available, extened ConvertEncodingFromUTF8 with parameter SetTargetCodePage, default is false for compatibility with code using 1.4 and below, bug #28485
git-svn-id: trunk@49859 -
|
2015-09-21 10:50:54 +00:00 |
|
juha
|
50bc37338d
|
IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
|
2015-09-07 22:01:22 +00:00 |
|
jesus
|
0ca49a5f21
|
LCL, fix CSV import into StringGrid omits first line, from wp, issue #28582
git-svn-id: trunk@49735 -
|
2015-09-01 19:20:51 +00:00 |
|
bart
|
da24388dc4
|
LazUtils: Prevent "Abstract method called" for TXMLObjectWriter / TXMLObjectReader also with FPC 3.0.0. Issue #27817.
git-svn-id: trunk@49712 -
|
2015-08-26 09:29:52 +00:00 |
|
mattias
|
dcfae18d9a
|
lazutils: comments
git-svn-id: trunk@49664 -
|
2015-08-13 10:13:05 +00:00 |
|
mattias
|
ccdf8a27f9
|
lazutils: clean up
git-svn-id: trunk@49648 -
|
2015-08-11 12:47:25 +00:00 |
|
juha
|
08c9621520
|
Change order of used units so that "deprecated" warnings are not triggered.
git-svn-id: trunk@49612 -
|
2015-08-07 17:20:40 +00:00 |
|
sekelsenmat
|
1c98cc10e6
|
lazutf16: Adds functions to check for valid utf-16
git-svn-id: trunk@49596 -
|
2015-08-05 14:22:46 +00:00 |
|
bart
|
8f7215b840
|
LazFileUtils: FileIsReadable on Windows should only return True if the file actually exists.
git-svn-id: trunk@49543 -
|
2015-07-14 10:25:53 +00:00 |
|
juha
|
af6fb723af
|
LazUtils: Use LookupStringList in LazUtils package. Remove old DictionaryStringList files.
git-svn-id: trunk@49506 -
|
2015-07-07 12:10:35 +00:00 |
|
juha
|
810d20ce56
|
LazUtils: Rename DictionaryStringList -> LookupStringList. Add the renamed files as new.
git-svn-id: trunk@49505 -
|
2015-07-07 12:05:03 +00:00 |
|
juha
|
653b5dd43a
|
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
|
2015-07-07 11:43:38 +00:00 |
|
juha
|
4285b7380f
|
LazUtils: Use SetCodePage() from FPC 3.x for UTF8ToXXX() functions in lconvencoding.
git-svn-id: trunk@49503 -
|
2015-07-07 11:43:23 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
juha
|
2d401fe45a
|
IDE: Support UTF-8 in editor UpperCase/LowerCase Selection commands. Issue #28361, patch from Ondrej Pokorny.
git-svn-id: trunk@49481 -
|
2015-07-01 09:22:46 +00:00 |
|
juha
|
6cf8c56cfc
|
LazUtils: Improve UTF8WrapText. Issue #28259, patch from Antônio Galvão.
git-svn-id: trunk@49300 -
|
2015-06-09 07:56:02 +00:00 |
|
bart
|
5383338553
|
LazUtils: Don't raise exceptions in CopyFile function by default. Added a parameter to control this behaviour. Issue #0028236.
git-svn-id: trunk@49284 -
|
2015-06-07 09:21:24 +00:00 |
|
juha
|
9c161101bc
|
LazUtils: Add missing ISO-8859-15 entry to LConvEncoding. Issue #28209, patch from Alexey Torgashin.
git-svn-id: trunk@49232 -
|
2015-05-31 13:45:25 +00:00 |
|
juha
|
db9994a7e8
|
LazUtils: Support Arial and Helvetica font families better on all platforms. Issue #28165, patch from Johann.
git-svn-id: trunk@49158 -
|
2015-05-24 22:05:14 +00:00 |
|
juha
|
1568077381
|
LazUtils: Clean UTF8WrapText function in LazUTF8.
git-svn-id: trunk@49148 -
|
2015-05-23 14:13:04 +00:00 |
|
juha
|
f88dc97367
|
LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão.
git-svn-id: trunk@49147 -
|
2015-05-23 14:12:58 +00:00 |
|
juha
|
824f9ac5d9
|
LazUtils: Call LazFreeType.CheckInstance in GetCharIndex and make it public. Issue #28163, patch from Johann.
git-svn-id: trunk@49146 -
|
2015-05-23 12:44:54 +00:00 |
|
juha
|
0fe92eae95
|
LazUtils: Remove ambiguity from font item listeners. Issue #28137, patch from Johann.
git-svn-id: trunk@49136 -
|
2015-05-22 20:20:39 +00:00 |
|
zeljko
|
42e04b941f
|
lconvencoding: added missing chars in utf8tocp437 for translation from croatian utf8 to cp437.
git-svn-id: trunk@49116 -
|
2015-05-20 08:40:01 +00:00 |
|
mattias
|
48512f8dc4
|
lazutils: less notes
git-svn-id: trunk@49111 -
|
2015-05-19 21:04:15 +00:00 |
|
juha
|
3f8b158c87
|
LazUtils: Add unit LazFreeTypeFPImageDrawer to the actual package.
git-svn-id: trunk@49107 -
|
2015-05-19 16:17:11 +00:00 |
|
juha
|
09eff40893
|
LazUtils, EasyLazFreetype: Drawing symbol fonts and individual glyphs with their index. Issue #28078, patch from Johann.
git-svn-id: trunk@49105 -
|
2015-05-19 16:13:36 +00:00 |
|
juha
|
7bf388fe91
|
LazUtils: New LazFreeType drawer for TFPCustomImage. Issue #28020, patch from Johann.
git-svn-id: trunk@49104 -
|
2015-05-19 16:11:36 +00:00 |
|
mattias
|
2c26f71ea9
|
lazutils: fixed compilation with stabs
git-svn-id: trunk@49085 -
|
2015-05-18 19:40:19 +00:00 |
|
mattias
|
3de4e18d3f
|
lazutils: lazlistclasses: sorted unit
git-svn-id: trunk@49083 -
|
2015-05-18 16:25:44 +00:00 |
|
martin
|
85f0a2993f
|
LazUtils: force dwarf for fpc 2.*
git-svn-id: trunk@49082 -
|
2015-05-18 12:49:48 +00:00 |
|
juha
|
bdc0dc8fbb
|
LazUtils: Recognise symbol font better. Issue #28020. Patch from Johann.
git-svn-id: trunk@49067 -
|
2015-05-17 11:41:46 +00:00 |
|
juha
|
749442f5a7
|
LazUtils: LConvEncoding refactoring, separate UTF-8 specific conversion functions. Issue #28093, patch from Alexey Torgashin.
git-svn-id: trunk@49059 -
|
2015-05-17 10:43:06 +00:00 |
|
martin
|
29b2f06a1d
|
LazUtils: New List classes
git-svn-id: trunk@49055 -
|
2015-05-16 19:15:34 +00:00 |
|
martin
|
399add232b
|
LazUtils: New List classes
git-svn-id: trunk@49054 -
|
2015-05-16 18:53:11 +00:00 |
|
juha
|
ccbbb894f3
|
LazUtils: FreeType fixes and new features. Issue #28073, patch from Johann.
git-svn-id: trunk@49047 -
|
2015-05-16 11:09:18 +00:00 |
|
juha
|
ed5a6cac42
|
LConvEncoding refactoring. Issue #28093, patch from Alexey Torgashin.
git-svn-id: trunk@49045 -
|
2015-05-16 11:09:15 +00:00 |
|
mattias
|
b56346b8fe
|
lazutils: added a copy of the FreeType license
git-svn-id: trunk@49031 -
|
2015-05-15 16:23:59 +00:00 |
|
mattias
|
2785411ce8
|
lazutils: fixe compilation
git-svn-id: trunk@48996 -
|
2015-05-12 14:24:43 +00:00 |
|
mattias
|
02e2574269
|
codetools: added FindPathInSearchPath
git-svn-id: trunk@48993 -
|
2015-05-12 10:22:59 +00:00 |
|
joost
|
b4b8dab3b4
|
LazUtils: Added unit lazcollections with generic class TLaThreadedQueue<T>, for usage in fpdebug
git-svn-id: trunk@48990 -
|
2015-05-11 20:15:50 +00:00 |
|
juha
|
37ae3c0f43
|
LazUtils: New UTF8WrapText function for LazUTF8. Issue #28001, patch from Antônio Galvão.
git-svn-id: trunk@48924 -
|
2015-05-03 10:02:15 +00:00 |
|
juha
|
414374dbd9
|
LazUtils: Restore test for HashTableSize>0, needed because HashTableSize is unsigned.
git-svn-id: trunk@48873 -
|
2015-04-26 21:10:30 +00:00 |
|
bart
|
b727702265
|
LazUtils: TFileSearcher.Search: do not remove directories that are subdirectories of another directory from ASearchPath,
when ASearchSubDirs is False. Issue #0027965.
git-svn-id: trunk@48858 -
|
2015-04-25 18:28:43 +00:00 |
|
bart
|
a64855cad9
|
LazUtils: TFileSearcher.Search: if SearchPath is empty, search current directory.
git-svn-id: trunk@48854 -
|
2015-04-25 18:02:28 +00:00 |
|
maxim
|
622dfa7549
|
Translations: Spanish translation update by José Martínez with some help of Jesus Reyes, bug #27803
git-svn-id: trunk@48851 -
|
2015-04-25 17:49:09 +00:00 |
|
juha
|
fe0840ae84
|
LazUtils: Fix compilation with FPC trunk. Remove a useless test "if FHashTableSize>0".
git-svn-id: trunk@48845 -
|
2015-04-25 11:06:37 +00:00 |
|
joost
|
7c10064ae9
|
LazUtils: Added unit lazfglhash with generic class TLazFPGHashTable<T>, for usage in fpdebug
git-svn-id: trunk@48844 -
|
2015-04-25 09:51:59 +00:00 |
|