Commit Graph

327 Commits

Author SHA1 Message Date
jesus
ab9338a782 LCL, check custom columns on copy grid's content to clipboard
git-svn-id: trunk@25502 -
2010-05-18 21:23:04 +00:00
jesus
430aa43196 LCL, fix grid regression on column moving where only grid header and not grid content was being moved
git-svn-id: trunk@25501 -
2010-05-18 20:41:28 +00:00
jesus
15ace269d6 LCL, fix toggle checkbox on column on right click, it should be left click, issue #16482
git-svn-id: trunk@25442 -
2010-05-15 19:23:12 +00:00
jesus
2588baa18d LCL, change grids highlight text color, from Vladimir Zhirov, issue #16333
git-svn-id: trunk@24941 -
2010-04-26 00:01:11 +00:00
jesus
622b9e77e6 LCL, grid's bidi improvements by Zaher Dirkey
git-svn-id: trunk@24632 -
2010-04-15 15:58:42 +00:00
dmitry
b55e278c6e drawgrid: fix SetSelection that was causing exception, if too big range is given
git-svn-id: trunk@24609 -
2010-04-13 09:14:46 +00:00
jesus
95c4d44c8d LCL, improved grid's checkbox column support
git-svn-id: trunk@24105 -
2010-03-20 01:48:14 +00:00
martin
e9613684e0 LCL, grids: clean up
git-svn-id: trunk@24087 -
2010-03-18 15:31:28 +00:00
jesus
27045012a8 LCL, fix dbgrid exception while setting up automatic columns (regresion introduced in r24057 #22775e7a58), issue #16031
git-svn-id: trunk@24072 -
2010-03-17 20:42:28 +00:00
jesus
d83ee6522b LCL, fix exception on adding first custom column (regresion introduced in r24057 #22775e7a58), issue #16021
git-svn-id: trunk@24070 -
2010-03-17 17:56:27 +00:00
jesus
22775e7a58 LCL, grids, hidding custom columns do not modify ColCount, issue #15141
git-svn-id: trunk@24057 -
2010-03-17 03:37:09 +00:00
jesus
3a44334f6e LCL, implemented grid event OnHeaderSizing, issue #15602
git-svn-id: trunk@24025 -
2010-03-16 06:36:28 +00:00
jesus
4482bc1b0f LCL, fix erasing cell text on changes of editmask, issue #15048
git-svn-id: trunk@24024 -
2010-03-16 05:19:37 +00:00
jesus
617f9118af LCL, fix dbgrid dgAlwaysShowSelection option, issue #15961
git-svn-id: trunk@23973 -
2010-03-13 06:04:05 +00:00
jesus
e41a4b5a78 LCL, allow StringGrid to copy current select range in addition to whole grid
git-svn-id: trunk@23901 -
2010-03-09 19:28:18 +00:00
jesus
84db565553 LCL, fix clip cell with canvas' Save and RestoreHandleState, which qt interface supports, from zeljan, issue #15684
git-svn-id: trunk@23778 -
2010-02-24 19:16:22 +00:00
jesus
f02277ba95 LCL, fix clipping cell, issue #15684
git-svn-id: trunk@23729 -
2010-02-18 05:37:32 +00:00
jesus
6e2ec4902f LCL, on adding rows/cols to an empty grid do not add a fixedrow if grid has custom columns
git-svn-id: trunk@23650 -
2010-02-05 21:16:52 +00:00
paul
7d8f24dd25 lcl: don't use initialization section with resources in grids, include resources only if grid class is used (removes unneeded grid resources from application).
git-svn-id: trunk@23637 -
2010-02-05 08:59:11 +00:00
jesus
5e049e36b3 LCL, grids, do row auto numbering starting on first non-fixed row, from graeme and flavio
git-svn-id: trunk@23632 -
2010-02-04 20:19:44 +00:00
jesus
79c3518d28 LCL, do not unfocus grid on keyboard actions, from C Western, issue #15647
git-svn-id: trunk@23609 -
2010-02-01 23:37:47 +00:00
jesus
e82038e7ea LCL, added col,row arguments to TToggledCheckboxEvent, issue #15558
git-svn-id: trunk@23524 -
2010-01-21 18:17:54 +00:00
jesus
dd8a42560f LCL, grids, implemented notification for checkbox toggle
git-svn-id: trunk@23510 -
2010-01-20 20:53:22 +00:00
jesus
1f0cad5e68 LCL, grids, implement saving/loading of custom columns properties, modified patch from Torbert Heinken, issue #15522
git-svn-id: trunk@23491 -
2010-01-19 21:51:21 +00:00
paul
216da02c61 lcl: remove ver2_0 workarounds
git-svn-id: trunk@23392 -
2010-01-06 17:05:28 +00:00
paul
fd45608001 lcl: add OnContextPopup to TDBGrid, rearrange grid events
git-svn-id: trunk@23239 -
2009-12-23 09:16:37 +00:00
paul
093edbf04f lcl: implement GetOwner for TGridColumnTitle
git-svn-id: trunk@23222 -
2009-12-22 04:17:36 +00:00
mattias
5a9d464e4f IDE: build modes: clear read only cells
git-svn-id: trunk@23203 -
2009-12-20 12:45:15 +00:00
mattias
219deb34a5 reduced debugging
git-svn-id: trunk@23200 -
2009-12-19 23:42:48 +00:00
mattias
e77c7bec7b IDE: build modes: stared group includes
git-svn-id: trunk@23199 -
2009-12-19 23:41:24 +00:00
jesus
dff8e486ad LCL, fix stringgrid cell is not validated if advancement is stopped
git-svn-id: trunk@23106 -
2009-12-12 17:40:24 +00:00
paul
a1b73e8e94 lcl: implement GetOwner for all TCollection descendants which dont have it at moment
git-svn-id: trunk@22931 -
2009-12-03 04:03:01 +00:00
jesus
20f111934d LCL, fix grids AutoSizeColumns ignoring column fonts, issue #15162
git-svn-id: trunk@22751 -
2009-11-24 14:50:17 +00:00
jesus
1ab6860b98 LCL, added metrics to fix grid's auto scrollbar issue #14799
git-svn-id: trunk@22535 -
2009-11-11 20:59:23 +00:00
jesus
4d743bce3e LCL, corrects grids editing, from C. Western, issue #15025
git-svn-id: trunk@22494 -
2009-11-09 03:08:10 +00:00
jesus
8de5601593 LCL, fix editing grid cell in custom column even when it's set readonly
git-svn-id: trunk@22437 -
2009-11-04 21:31:27 +00:00
jesus
400a6e7478 LCL, fix Automatic scrollbars in TCustomGrid not always correctly invalidated when hidden, issue #14799
git-svn-id: trunk@22436 -
2009-11-04 20:23:12 +00:00
jesus
bdc10fa6ce LCL, grids's MouseToCell methods returns coords -1 if point is out of bounds, patch from Tomasz Wieckowski with changes, issue #14619
git-svn-id: trunk@21870 -
2009-09-25 19:31:37 +00:00
mattias
f552d85248 LCL: grids: no scrolling by interface
git-svn-id: trunk@21440 -
2009-08-25 10:30:55 +00:00
mattias
d5a845d99d LCL: grids: fixed result of DoMouseWheelUp/Down
git-svn-id: trunk@21422 -
2009-08-23 12:49:32 +00:00
mattias
f11cbd5147 LCL published TSTringGrid.OnMosueWheel
git-svn-id: trunk@21419 -
2009-08-23 12:38:18 +00:00
jesus
dacc19fbb8 LCL, implemented event OnValidateEntry in StringGrid
git-svn-id: trunk@21358 -
2009-08-20 16:51:30 +00:00
sekelsenmat
9d1b80451a Changes all dynamic methods in the ide, lclintf and lcl to virtual methods, because they are the same in fpc and dynamic is a legacy directive
git-svn-id: trunk@21280 -
2009-08-18 14:44:25 +00:00
jesus
731b768329 LCL, fixes for dbgrid indicator problems, issues #14139,#14160
git-svn-id: trunk@20912 -
2009-07-21 06:10:20 +00:00
jesus
1e8e729e45 LCL, implements fixedcols in dbgrid, patch from funky beast (with changes), issue #13139
git-svn-id: trunk@20801 -
2009-07-06 18:43:06 +00:00
jesus
8c3b6ed0f1 LCL, fix stringgrid columns autosize AV, issue #14055
git-svn-id: trunk@20746 -
2009-06-25 20:44:46 +00:00
paul
44affd588e lcl: cleanup
git-svn-id: trunk@20739 -
2009-06-25 01:32:53 +00:00
jesus
3b2702a0e1 LCL, implements DbGrid's dgAutoSizeColumns option
git-svn-id: trunk@20735 -
2009-06-24 21:14:29 +00:00
jesus
803987e295 LCL, grid, take in count column title in autosizecolumn
git-svn-id: trunk@20665 -
2009-06-18 17:03:22 +00:00
paul
2544382402 lcl: publish TStringGrid.Constraints
git-svn-id: trunk@20472 -
2009-06-06 15:12:44 +00:00