sekelsenmat
|
dfcfb425d4
|
Speed optimization for lowercase ASCII
git-svn-id: trunk@32757 -
|
2011-10-07 14:52:07 +00:00 |
|
mattias
|
1e24d21f65
|
lazutf8: some optimizations for UTF8LowerCaseMattias
git-svn-id: trunk@32756 -
|
2011-10-07 14:49:27 +00:00 |
|
sekelsenmat
|
493cba2f66
|
Adds more uppercase tests
git-svn-id: trunk@32755 -
|
2011-10-07 14:40:30 +00:00 |
|
sekelsenmat
|
ad5324754e
|
Extends the speed improvements to UpperCase
git-svn-id: trunk@32754 -
|
2011-10-07 14:40:17 +00:00 |
|
sekelsenmat
|
e1b8857eae
|
Fixes pointer error for turkish
git-svn-id: trunk@32753 -
|
2011-10-07 14:20:38 +00:00 |
|
sekelsenmat
|
62b7fa90b6
|
Simplifies a bit the variable names, adds more cyrillic
git-svn-id: trunk@32752 -
|
2011-10-07 14:14:57 +00:00 |
|
sekelsenmat
|
ef5a653296
|
Adds some russian tests
git-svn-id: trunk@32751 -
|
2011-10-07 14:14:23 +00:00 |
|
sekelsenmat
|
8f32884124
|
Corrects the counter for the new PChars
git-svn-id: trunk@32750 -
|
2011-10-07 13:31:34 +00:00 |
|
sekelsenmat
|
1b5cf72575
|
Improves performance of LowerCase by adding one UniqueString and supressing its usage by the compiler in all other assignments
git-svn-id: trunk@32749 -
|
2011-10-07 13:24:27 +00:00 |
|
sekelsenmat
|
f1952adbd6
|
More turkish utf8 fixes
git-svn-id: trunk@32748 -
|
2011-10-07 12:05:45 +00:00 |
|
sekelsenmat
|
18e81edc2f
|
Improves turkish lowercase
git-svn-id: trunk@32747 -
|
2011-10-07 11:55:17 +00:00 |
|
sekelsenmat
|
28a437f358
|
Adds chinese and french unicode tests
git-svn-id: trunk@32746 -
|
2011-10-07 11:55:01 +00:00 |
|
sekelsenmat
|
404d1c3ffb
|
Adds portuguese unicode test
git-svn-id: trunk@32745 -
|
2011-10-07 11:42:34 +00:00 |
|
sekelsenmat
|
fa95bffe24
|
Adds german unicode test
git-svn-id: trunk@32744 -
|
2011-10-07 11:36:38 +00:00 |
|
sekelsenmat
|
d750060cf4
|
Reactivates the tables with ifdefs
git-svn-id: trunk@32743 -
|
2011-10-07 11:16:48 +00:00 |
|
sekelsenmat
|
5eb21ceaeb
|
Adds compared tests
git-svn-id: trunk@32742 -
|
2011-10-07 11:16:29 +00:00 |
|
sekelsenmat
|
d2e2258a3c
|
Adds performance tests
git-svn-id: trunk@32741 -
|
2011-10-07 11:08:48 +00:00 |
|
sekelsenmat
|
1d224762e2
|
Expands lowercase and disables the tables
git-svn-id: trunk@32740 -
|
2011-10-07 10:57:41 +00:00 |
|
sekelsenmat
|
9c098f91e3
|
Adds lowercase tests
git-svn-id: trunk@32739 -
|
2011-10-07 10:57:12 +00:00 |
|
sekelsenmat
|
d2ff6af4c5
|
Adds the german beta to uppercase
git-svn-id: trunk@32738 -
|
2011-10-07 09:54:36 +00:00 |
|
sekelsenmat
|
675c9a516b
|
Now covers fully polish in UpperCase
git-svn-id: trunk@32737 -
|
2011-10-07 09:50:47 +00:00 |
|
juha
|
c2bef94f98
|
Codetools: Add an assertion that reveals a problem causing issue #20202
git-svn-id: trunk@32736 -
|
2011-10-07 09:26:51 +00:00 |
|
sekelsenmat
|
927260540e
|
Improves the unicode test
git-svn-id: trunk@32735 -
|
2011-10-07 09:25:30 +00:00 |
|
sekelsenmat
|
c32a82b77b
|
Improved unicode test
git-svn-id: trunk@32734 -
|
2011-10-07 09:15:33 +00:00 |
|
sekelsenmat
|
72be8c7edb
|
Starts utf-8 test for LazUtils
git-svn-id: trunk@32733 -
|
2011-10-07 08:53:50 +00:00 |
|
vincents
|
0d3e467911
|
lcl docs: added fpdoc skeleton for lazutf8classes unit
git-svn-id: trunk@32732 -
|
2011-10-07 08:39:09 +00:00 |
|
sekelsenmat
|
a2f5ce2791
|
New UTF8 comparison routines
git-svn-id: trunk@32731 -
|
2011-10-07 08:31:57 +00:00 |
|
vincents
|
e56a01d6a6
|
lcl docs: added fpdoc skeleton for valedit unit
git-svn-id: trunk@32730 -
|
2011-10-07 08:31:14 +00:00 |
|
sekelsenmat
|
6dc972c4d6
|
Reimplements UTF8LowerCase and improves the architecture of UTF8UpperCase
git-svn-id: trunk@32729 -
|
2011-10-07 08:25:47 +00:00 |
|
sekelsenmat
|
f1cbb0b645
|
Starts the new UTF8UpperCase
git-svn-id: trunk@32728 -
|
2011-10-07 07:48:27 +00:00 |
|
vincents
|
2333a0cfbe
|
docs: use stylesheet from fpc in an attempt to avoid double lines
git-svn-id: trunk@32727 -
|
2011-10-07 07:47:29 +00:00 |
|
juha
|
ae0edb7828
|
LCL Win32: take care of more clipboard formats. Issue #20089, patch from Flávio Etrusco
git-svn-id: trunk@32726 -
|
2011-10-07 07:23:49 +00:00 |
|
sekelsenmat
|
1acfc93cd4
|
Fixes crashes related to GetForegroundWindow by rewrapping the X11 window into a GdkWindow
git-svn-id: trunk@32725 -
|
2011-10-07 07:11:49 +00:00 |
|
martin
|
5fd3a7a645
|
DBG: do not open virtual unit twice.
git-svn-id: trunk@32724 -
|
2011-10-06 20:29:58 +00:00 |
|
martin
|
240ec1a82b
|
DBG: do not open virtual unit twice.
git-svn-id: trunk@32723 -
|
2011-10-06 20:28:32 +00:00 |
|
sekelsenmat
|
8daf1dbf4a
|
Fixes back TCDPageControl drawing
git-svn-id: trunk@32722 -
|
2011-10-06 14:26:47 +00:00 |
|
sekelsenmat
|
fd8140b04b
|
Minor improvement
git-svn-id: trunk@32721 -
|
2011-10-06 13:39:24 +00:00 |
|
sekelsenmat
|
7702f44202
|
Partial patch: Large rework to simplify the controls, remove duplicated code and otherwise remove unnecessary code
git-svn-id: trunk@32720 -
|
2011-10-06 13:22:02 +00:00 |
|
sekelsenmat
|
a97f49381e
|
Removes the custom drawers, they really should not exist
git-svn-id: trunk@32719 -
|
2011-10-06 10:18:31 +00:00 |
|
martin
|
afc9b17919
|
DBG: Fixed a possible bad memory access / Fixed line from source 1 vs 0 based
git-svn-id: trunk@32718 -
|
2011-10-06 10:07:34 +00:00 |
|
vincents
|
b9e15403ed
|
sqldb components: improved version check for mysql51Connection (issue #20420)
git-svn-id: trunk@32717 -
|
2011-10-06 08:53:50 +00:00 |
|
dodi
|
9c799f5bc1
|
Docs: TControl revised
git-svn-id: trunk@32716 -
|
2011-10-06 07:25:46 +00:00 |
|
sekelsenmat
|
d245a94ac7
|
Adds descriptions for basic OnChange events
git-svn-id: trunk@32715 -
|
2011-10-06 07:10:39 +00:00 |
|
sekelsenmat
|
b78b259b48
|
Fixes bug #20419: svn revision 31276 #e2081bb160 breaks building gtk2 version on Mac OS X
git-svn-id: trunk@32714 -
|
2011-10-06 06:52:45 +00:00 |
|
sekelsenmat
|
d0e3cded34
|
Moves the New LowerCase from LCLProc to LazUtils
git-svn-id: trunk@32713 -
|
2011-10-06 06:32:09 +00:00 |
|
dmitry
|
8f9cee44f2
|
carbon: change savedialog name assignment from TSaveDialog class to FCompStyle. #20298
git-svn-id: trunk@32712 -
|
2011-10-06 01:46:52 +00:00 |
|
martin
|
7a0aa74575
|
DBG: Tests
git-svn-id: trunk@32711 -
|
2011-10-06 00:34:44 +00:00 |
|
martin
|
40625a1fd1
|
DBG: Tests (fix freeing dbg)
git-svn-id: trunk@32710 -
|
2011-10-06 00:02:16 +00:00 |
|
martin
|
95501e8f43
|
DBG: Tests
git-svn-id: trunk@32709 -
|
2011-10-05 23:02:49 +00:00 |
|
martin
|
3068969731
|
DBG: Tests
git-svn-id: trunk@32708 -
|
2011-10-05 22:17:02 +00:00 |
|