sekelsenmat
|
7e93706129
|
Some fixes for paswstrings
git-svn-id: trunk@32893 -
|
2011-10-14 20:47:34 +00:00 |
|
martin
|
caaebbee07
|
SynEdit: fix trim spaces, edit insert text into trailing spaces, could loose some paces
git-svn-id: trunk@32892 -
|
2011-10-14 20:40:41 +00:00 |
|
jesus
|
d06b1ef119
|
LazReport, refactored TfrEMFPages.LoadFromStream to load additional pages from stream, and set CurReport on build composite report, modified patch from Jack, issue #18647
git-svn-id: trunk@32891 -
|
2011-10-14 20:24:30 +00:00 |
|
vincents
|
11cd94d731
|
lcl docs: removed paswstring doc skeletion, unit doesn't belong to the lcl anymore
git-svn-id: trunk@32890 -
|
2011-10-14 19:19:43 +00:00 |
|
sekelsenmat
|
26e38aa25c
|
Adds paswstring to lazutils, it is feature complete now, although parts might need rethinking specially for fpc 2.7
git-svn-id: trunk@32889 -
|
2011-10-14 19:09:04 +00:00 |
|
jesus
|
84443e864a
|
LCL, dbgrid, adjust editor maxlength if field is string type, issue #20406
git-svn-id: trunk@32888 -
|
2011-10-14 18:56:11 +00:00 |
|
sekelsenmat
|
8e855bfacf
|
Starts moving paswstring to lazutils
git-svn-id: trunk@32887 -
|
2011-10-14 18:32:40 +00:00 |
|
mattias
|
c3a19479c6
|
ideintf: fixed typo
git-svn-id: trunk@32886 -
|
2011-10-14 16:42:00 +00:00 |
|
sekelsenmat
|
8672da1501
|
Minor UpperCase fix and more UpperCase tests
git-svn-id: trunk@32885 -
|
2011-10-14 16:22:39 +00:00 |
|
sekelsenmat
|
eb9d587fcf
|
Minor comment
git-svn-id: trunk@32884 -
|
2011-10-14 13:07:05 +00:00 |
|
sekelsenmat
|
1aa512e535
|
Finishes all characters for LowerCase
git-svn-id: trunk@32883 -
|
2011-10-14 12:34:48 +00:00 |
|
sekelsenmat
|
947c02677b
|
Adds more unicode tests
git-svn-id: trunk@32882 -
|
2011-10-14 11:22:43 +00:00 |
|
sekelsenmat
|
d6cddfc645
|
Completes lowercase up to codepoint 1EFF and adds many tests
git-svn-id: trunk@32880 -
|
2011-10-14 09:53:23 +00:00 |
|
mattias
|
c3ae437f84
|
IDE: new projects: store session in lps in project directory
git-svn-id: trunk@32879 -
|
2011-10-14 08:15:14 +00:00 |
|
mattias
|
dd9da10275
|
codetools: TStringToPointerTree
git-svn-id: trunk@32877 -
|
2011-10-13 20:38:20 +00:00 |
|
martin
|
bba6245405
|
IDE package: updated
git-svn-id: trunk@32876 -
|
2011-10-13 20:33:10 +00:00 |
|
juha
|
78270061db
|
IDE: add a missing variable to LazBuild (missing from my revert commit)
git-svn-id: trunk@32875 -
|
2011-10-13 20:22:11 +00:00 |
|
juha
|
351a64dc80
|
Revert the Lazarus build code changes.
git-svn-id: trunk@32874 -
|
2011-10-13 20:02:34 +00:00 |
|
jesus
|
db602a1717
|
LCL, fix grid cell coords when not using goSmoothScroll, issue #20561
git-svn-id: trunk@32873 -
|
2011-10-13 19:48:28 +00:00 |
|
sekelsenmat
|
4a5c0565bc
|
More lowercase tests
git-svn-id: trunk@32872 -
|
2011-10-13 15:55:29 +00:00 |
|
sekelsenmat
|
d7e57fa8ee
|
More lowercase tests and fixes
git-svn-id: trunk@32871 -
|
2011-10-13 15:41:29 +00:00 |
|
sekelsenmat
|
7ee3255580
|
Lowercase: Adds large new tests and reworks parts of the latin lowercase implementation
git-svn-id: trunk@32870 -
|
2011-10-13 15:23:26 +00:00 |
|
martin
|
3be1e68746
|
LazUtf8: clean up unused var
git-svn-id: trunk@32869 -
|
2011-10-13 10:05:58 +00:00 |
|
mattias
|
76bb7ad46b
|
lazbuild: clean up
git-svn-id: trunk@32868 -
|
2011-10-13 09:23:11 +00:00 |
|
blikblum
|
4f339b94c0
|
* Put in edit state when selecting text in DBComboBox. Fix #20477
git-svn-id: trunk@32867 -
|
2011-10-13 07:08:51 +00:00 |
|
juha
|
92e8c1695c
|
IDE: Use again the blfOnlyIDE flag which was removed earlier. Fixes building Lazarus (?)
git-svn-id: trunk@32866 -
|
2011-10-13 06:43:43 +00:00 |
|
sekelsenmat
|
7d8796f113
|
Adds a further performance optimization to lowercase by moving the new_c1 to only where needed
git-svn-id: trunk@32865 -
|
2011-10-13 06:22:44 +00:00 |
|
sekelsenmat
|
0071c56828
|
Enhances the fast initial parse of lowercase
git-svn-id: trunk@32864 -
|
2011-10-12 19:23:46 +00:00 |
|
martin
|
524c46d2cc
|
LazUtf8: fix 2nd loop
git-svn-id: trunk@32863 -
|
2011-10-12 17:00:14 +00:00 |
|
sekelsenmat
|
50f1667209
|
Some more attempted changes
git-svn-id: trunk@32862 -
|
2011-10-12 16:57:28 +00:00 |
|
sekelsenmat
|
7914ea9804
|
Large overhaul to simplify the lowercase1 code
git-svn-id: trunk@32861 -
|
2011-10-12 16:38:56 +00:00 |
|
martin
|
443e4b5478
|
LazUtf8: clean up
git-svn-id: trunk@32860 -
|
2011-10-12 15:23:34 +00:00 |
|
martin
|
ee9c29ab04
|
LazUtf8: georgian
git-svn-id: trunk@32859 -
|
2011-10-12 15:00:48 +00:00 |
|
martin
|
7c38cfe300
|
LazUtf8: fixed test
git-svn-id: trunk@32858 -
|
2011-10-12 14:59:23 +00:00 |
|
ask
|
e50f55f3a9
|
TAChart: Allow usage of TFitSeries.Calculate from OnFitComplete handler
git-svn-id: trunk@32857 -
|
2011-10-12 14:54:07 +00:00 |
|
martin
|
c36cc8f766
|
LazUtf8: attempt to fix the last merge.
git-svn-id: trunk@32856 -
|
2011-10-12 14:39:07 +00:00 |
|
martin
|
fffd54b8bd
|
another utf8lower
git-svn-id: trunk@32855 -
|
2011-10-12 14:17:28 +00:00 |
|
sekelsenmat
|
5d79eb6782
|
Lowercase: Adds Georgian support
git-svn-id: trunk@32854 -
|
2011-10-12 13:51:33 +00:00 |
|
martin
|
a617d46d26
|
added tests utf8lower
git-svn-id: trunk@32853 -
|
2011-10-12 13:19:49 +00:00 |
|
sekelsenmat
|
dc435d6380
|
lowercase: Fixes disalligned chars for
git-svn-id: trunk@32852 -
|
2011-10-12 12:50:38 +00:00 |
|
sekelsenmat
|
2640733df3
|
Goes back to a new martin2 based LowerCase to avoid code duplication
git-svn-id: trunk@32851 -
|
2011-10-12 12:33:55 +00:00 |
|
sekelsenmat
|
2b7bcd9b42
|
Passes on OnProgress events to FCL
git-svn-id: trunk@32850 -
|
2011-10-12 12:33:30 +00:00 |
|
martin
|
47e0abfb11
|
added tests utf8lower
git-svn-id: trunk@32849 -
|
2011-10-12 11:59:46 +00:00 |
|
juha
|
8dee4154d2
|
svn2revisioninc: increase buffer size when reading git rev-list. Should fix issue #20471
git-svn-id: trunk@32848 -
|
2011-10-12 11:44:21 +00:00 |
|
juha
|
b358c98210
|
svn2revisioninc: fix my earlier sloppy code to find out the main git branch name
git-svn-id: trunk@32847 -
|
2011-10-12 11:44:08 +00:00 |
|
martin
|
f4f2ae1e2e
|
Fixed new utf8lower
git-svn-id: trunk@32846 -
|
2011-10-12 11:27:29 +00:00 |
|
martin
|
d708813957
|
Fixed new utf8lower
git-svn-id: trunk@32845 -
|
2011-10-12 11:27:28 +00:00 |
|
vincents
|
4ae488bfbc
|
deb: fixed escaping $ in sed expression
git-svn-id: trunk@32844 -
|
2011-10-12 11:11:19 +00:00 |
|
martin
|
e74a4002e8
|
removed debug text info
git-svn-id: trunk@32843 -
|
2011-10-12 10:34:06 +00:00 |
|
vincents
|
aa86afe835
|
deb: fixed lazarusdir in environmentoptions when using make deb after r32825 #795218e549
git-svn-id: trunk@32842 -
|
2011-10-12 09:22:17 +00:00 |
|