Commit Graph

76 Commits

Author SHA1 Message Date
d28e47e741 * Set default value to BidiMode
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-04-02 04:01:02 +00:00
ae1626397a * (4.8 branch) Synchronize with main svn up to version 263
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-18 22:05:24 +00:00
3cdf971473 * (4.8 branch) Synchronize with main svn up to version 258
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1505 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-18 21:46:15 +00:00
78efc21a2b * Fix GetNodeAt when using client coordinates with the header visible
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1488 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-07 00:13:31 +00:00
9d6cd2caad * Avoid LCL warning message: use QueueAsyncCall instead of PostMessage to release the edit component
* Fix memory leak when closing an app with an editlink active

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1486 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-06 11:49:10 +00:00
457ca8fcc7 * Added workaround to scrolling in Carbon. By Eugen Bolz
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1403 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-12-14 21:58:26 +00:00
50ab47a69f * Add workaround to Carbon bug 18211 (PaintStruct not initialized)
* Add a dummy AlphaBlend function to Carbon interface

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1402 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-12-13 21:13:33 +00:00
15fa426cc3 * Use Brush.Color instead of Color in Column
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1379 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-11-20 13:38:28 +00:00
91bf4d90a4 * Use Brush.Color instead of Color to handle clDefault
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-11-20 10:56:41 +00:00
ee1b5a0ce4 * Remove ifdef for Get/SetBkColor since is already implemented in LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1322 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-09-17 10:36:52 +00:00
5c0465c60c * Remove Unnecessary typecasts
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1251 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-07-12 19:11:22 +00:00
0e00b005a3 * Fix compilation under win32 with no delphicompat mode
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-07-03 15:01:01 +00:00
efe64f410e * Finish directives to compile without DelphiCompat. Disable by default since is slow when DelphiCompat is not used.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1245 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-07-02 19:49:21 +00:00
ba542f1d1f * Added directive to compile without lcl extensions package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1241 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-06-30 18:52:28 +00:00
a09e6ab7e0 * Removed workaround to LCL bug 8626 (fixed in 0.9.29)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1238 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-06-27 18:27:00 +00:00
8a55f916d0 * Set Multiline param only for multiline nodes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-06-14 02:45:01 +00:00
d7b0852498 * Use DrawFrameControl from LCL
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-06-13 14:09:29 +00:00
b2a2ff709d * Keep the workaround to bug 8626
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1188 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-03-26 19:49:52 +00:00
98dcd62339 * Remove declaration of TLMContextMenu to fix compilation with recent lazarus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1183 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-03-21 18:09:19 +00:00
e7af30be85 * Set DefaultText value in constructor only when the component is dropped in design time so it can be set to ''
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1160 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-02-17 19:23:19 +00:00
6fc6056c5a * Fix compilation after recent changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-23 23:52:39 +00:00
074c098df0 * (4.8 branch) Synchronize with main svn up to version 249
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1136 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-23 23:45:31 +00:00
0e2297f00a * (4.8 branch) Synchronize with main svn up to version 208
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1135 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-23 23:40:33 +00:00
45b83a0d09 * (4.8 branch) Synchronize with main svn up to version 206
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-23 23:35:25 +00:00
b8431de5ff * (4.8 branch) Synchronize with main svn up to version 193
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1133 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-23 23:23:08 +00:00
3c284d1f60 Created branch 4.8.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1121 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-07 22:49:28 +00:00