28da302bc6
TObjectCollectionRemotable now inherits from TBaseArrayRemotable instead of TAbstractComplexRemotable, that make more sense.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@863 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-26 12:32:45 +00:00
0fc47f2004
+ runtime WSDL generation : SOAP Header blocks should not derive from THeaderBlock
...
+ test case
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@862 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-25 23:21:48 +00:00
abf1f15cde
* Serialization : array and collection now have a "Options" property that can be used to indicate that they should be serialized, empty or not. To do so just include "ioAlwaysSerialize" in the "Options" property of the instance you want to customize.
...
* Test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@861 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-25 13:54:10 +00:00
02f81dec33
GradTabControl: Added Style-Support (Standard, Vista-Like)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@860 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-25 00:51:42 +00:00
e8729f32a8
GradButton: Fixed Repaint at OwnerBackgroundDraw
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@859 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-25 00:41:47 +00:00
90dba7a8e3
draw button in Toolbar with native style
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@858 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-22 17:58:57 +00:00
98f42bc1d5
renamed GetStyleLength to GetContStyleLength and moved protected section
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@857 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-21 10:52:02 +00:00
b0e4a4d926
added license information, changed package version to 1.0 and a small cleanup
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-20 20:54:09 +00:00
b0d48481ec
XMLRPC/SOAP serializers: Better Boolean handling, fix Delphi bug
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@855 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-18 17:03:43 +00:00
2738707f90
added support for higher richedit controls
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@854 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-18 10:28:24 +00:00
9e63e46c6c
completed win32 getstylerange, for the best peformance.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@853 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-17 22:26:07 +00:00
423ca16d13
Better handling of "LowgWord" and "QWord" in the serializers.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@852 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-17 19:03:05 +00:00
da9be87c61
* finished getstylerange win32 implementation (yet, too slow)
...
* fixed getstylerange test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@851 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-17 06:07:10 +00:00
8ff7c73715
Type Library Editor : fix function's return type setting.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@850 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-16 09:54:57 +00:00
5164d80f26
Fix number parsing format : set wst_FormatSettings.ThousandSeparator = #0
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@849 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-16 00:55:56 +00:00
c08865f6ad
Type Library Editor : Fix some AV while editing some items ( notably changing from "procedure" to "function" )
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@848 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-16 00:38:03 +00:00
fc539c83ce
started get style range implementaion for Win32/64
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@847 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-15 21:53:45 +00:00
5ce2730604
removed debug writelns (important for windows)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@846 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-15 20:50:00 +00:00
f38cb7d9ab
* added Win32 RichText save/loading
...
* updated simpe test (fixing utf8toansi filenames)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@845 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-15 20:40:16 +00:00
1ab05002a9
fixing win32 getattributes method, updating test sample
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@844 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-14 17:33:35 +00:00
a5c4b4e9bf
update windows version to be compilable
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@843 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-14 09:18:53 +00:00
9ff777957e
fixing carbon richmemo implementation. updating test project file
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@842 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-13 16:38:20 +00:00
944e61a799
removed richmemotypes.pas
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@841 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-13 12:02:13 +00:00
640f89fe10
fix in carbonrichedit getting attributes. changes richedit getting atttributes interface. updated simpletest
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@840 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-13 12:00:11 +00:00
b39665794f
added style-range selection (carbon-only for now), updated test for the new feature
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@839 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-12 20:46:34 +00:00
8b838af59f
* Publish OnUTF8KeyPress
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-11 14:13:36 +00:00
96344e026d
fix for FCL-XML new ChildNodes policy => applicable only to fpc-trunck
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@837 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-10 14:25:51 +00:00
3ef41c86dd
added import/export richtext stream to the test
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@836 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-10 10:32:44 +00:00
de57c067ab
added Load/Save richtext streams and Carbon implemnetation
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@835 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-10 10:32:00 +00:00
c1f2dda660
fix for FCL-XML new ChildNodes policy
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@834 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-09 22:48:50 +00:00
f3259be492
fpspreadsheet: improves Excel 5 RPN formulas, add ABS and ROUND functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@833 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-09 21:34:58 +00:00
bb04dbc318
fpspreadsheet: starts implementing formulas. RPN version working for Excel 5
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@832 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-09 11:19:10 +00:00
6eb3432e9a
* Fix compilation on non windows
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@831 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-09 02:24:48 +00:00
2eb02a2179
* Synchronize with main VTV repository up to svn rev 183
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@830 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-08 19:11:22 +00:00
48f19f547e
* Synchronize with main VTV repository up to svn rev 181
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@829 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-08 18:32:59 +00:00
287270c308
Fixed floating point calculation for RKValue.
...
Fixed write label > 255 chars (not possible, truncate string).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@828 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 15:04:42 +00:00
5c00a920e4
fix units resource name
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@827 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 13:42:17 +00:00
29ecbf17d8
removed project resource file and fixed resource include in unit1.pas
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@826 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 13:39:40 +00:00
18d1a4c256
added richmemo sample
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@825 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 13:36:57 +00:00
beee4476aa
Linux GTK2 Caption Bug - Fixed
...
Linux Background Draw Bug
Close Buttons on TGradTabControl
Updated TGradTabControl-Demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 13:14:46 +00:00
7ae85c5538
implemented GetTextAttribs for carbon
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@823 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-06 08:21:08 +00:00
d48379d957
added setting style for carbon richmemo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@822 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-05 17:04:00 +00:00
69d6ecc34e
adding RichMemo for carbon
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@821 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-05 15:00:38 +00:00
3eb6fb7a4f
started RichMemo package
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@820 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-04 19:38:39 +00:00
7baab9820c
Added RSTRING, RK Value and MULRK excel tags.
...
Started integration of BIFF classes using a common ancestor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@819 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-02 18:30:22 +00:00
fe7e4d82a9
serialization :
...
* Empty array should not be serialized
* When reading a array, if there is no array in the serialized stream, the input argument should be cleaned
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@818 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-06-01 22:28:39 +00:00
6315b87d48
Complex objects serialization : serializer objects must be notified for external property name registration and update themself accordingly.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@817 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-31 19:00:10 +00:00
1e2c9d67b0
Suppress unused variables hints
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@816 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-29 15:24:15 +00:00
9ed6d2cf14
Suppress unused variables hints
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@815 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-29 15:22:51 +00:00
8e1920e347
Code generation : Array item external name setting in the interface file.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@814 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2009-05-29 15:19:58 +00:00