jesus
|
1eaf436446
|
LCL, fix dbgrid indicator appearing multiple times, problem introduced in r29577 #cb47ca2b93
git-svn-id: trunk@29655 -
|
2011-02-22 22:05:06 +00:00 |
|
jesus
|
cb47ca2b93
|
LCL, grids, do not invalidate cells which are not visible (or do not exist as in this case), fix issue #18498
git-svn-id: trunk@29577 -
|
2011-02-16 21:18:48 +00:00 |
|
jesus
|
2364ee740e
|
LCL, fix grids showing checkbox if column is hidden, issue #18389
git-svn-id: trunk@29576 -
|
2011-02-16 20:27:48 +00:00 |
|
mattias
|
46cae9d061
|
fixed typos: completly
git-svn-id: trunk@29443 -
|
2011-02-10 09:38:34 +00:00 |
|
jesus
|
73701772d8
|
LCL, fix grids loop in scrolltocell, from cobines, issue #18660
git-svn-id: trunk@29406 -
|
2011-02-07 07:00:24 +00:00 |
|
jesus
|
e2b5fc4bf1
|
LCL, fix grids scrollbar, from Tomasz Wieckowski, issue #18642
git-svn-id: trunk@29405 -
|
2011-02-07 06:05:01 +00:00 |
|
jesus
|
0bb3877d59
|
LCL, fix grid cursor disappearing on scrolling up/left when toprow/leftcol>=fixedRow/fixedcolcol, issue #18243
git-svn-id: trunk@29202 -
|
2011-01-25 19:49:33 +00:00 |
|
jesus
|
d5139c9bd5
|
LCL, fix problem in dbgrid accepting input chars even if editing field would not accept them
git-svn-id: trunk@28756 -
|
2010-12-18 06:35:36 +00:00 |
|
jesus
|
56fb0cb880
|
LCL, use fully visible grids calc the amount of cols or rows to scroll, issue #17882
git-svn-id: trunk@28664 -
|
2010-12-10 05:36:18 +00:00 |
|
jesus
|
a9ab653001
|
LCL, fix grid unnecesary scrolling, issue #16102
git-svn-id: trunk@28645 -
|
2010-12-08 07:44:10 +00:00 |
|
jesus
|
935f55fab1
|
LCL, fix dbgrid entering dataset edit state when selecting a different field and dgAlwaysShowEditor is on
git-svn-id: trunk@28562 -
|
2010-11-30 05:58:57 +00:00 |
|
jesus
|
e677aae348
|
LCL, fix dbgrid index out of bounds (-1) when the selected record is not the first and the dataset is closed and opened
git-svn-id: trunk@28484 -
|
2010-11-25 20:25:17 +00:00 |
|
mattias
|
38fb9f15de
|
LCL: clean up
git-svn-id: trunk@28338 -
|
2010-11-19 09:37:30 +00:00 |
|
jesus
|
db0a5c00b2
|
LCL, make the grids remember the number of fixed/cols/rows after the grid has been cleared, issues #17538 and #17552
git-svn-id: trunk@28157 -
|
2010-11-08 20:19:22 +00:00 |
|
mattias
|
fb92de044b
|
IDE: fixed compilation
git-svn-id: trunk@27898 -
|
2010-10-27 17:15:33 +00:00 |
|
jesus
|
40e1411e15
|
LCL, Grids, DefaultRowHeight was not stored if modified and then changed back to original value, issue #17692
git-svn-id: trunk@27819 -
|
2010-10-23 18:30:40 +00:00 |
|
jesus
|
87f28a9497
|
LCL, fix hiding and then showing a dbgrid column (remained 0 width), bug reported by José Antonio Cuello
git-svn-id: trunk@27813 -
|
2010-10-22 19:42:09 +00:00 |
|
vincents
|
ab775d508d
|
lcl: published TStringGrid OnGetCheckboxState and OnSetCheckboxState
git-svn-id: trunk@27778 -
|
2010-10-20 19:20:12 +00:00 |
|
jesus
|
923c7f1753
|
LCL, make grid's picklist editor to fit cell bounds where possible
git-svn-id: trunk@27637 -
|
2010-10-09 18:48:21 +00:00 |
|
jesus
|
ba026d2468
|
LCL, made public grid's invalidateRow and InvalidateRange methods, issue #17568
git-svn-id: trunk@27611 -
|
2010-10-07 20:44:10 +00:00 |
|
jesus
|
962c2c3c0c
|
LCL, fix normal row drawing over fixed row (gtk), issue #13404
git-svn-id: trunk@27549 -
|
2010-10-02 19:39:41 +00:00 |
|
jesus
|
3032b9503a
|
LCL, published OnMouseEnter and OnMouseLeave for grids, issue #17518
git-svn-id: trunk@27530 -
|
2010-09-30 20:07:24 +00:00 |
|
jesus
|
3ecc366dbd
|
LCL, fix dbgrid titles drawing at design time, reported in issue #17436
git-svn-id: trunk@27415 -
|
2010-09-19 23:56:56 +00:00 |
|
marc
|
ccc8145a6d
|
* Improved delphi compatebility. Patch by Jarto Tarpio
git-svn-id: trunk@27413 -
|
2010-09-19 17:10:41 +00:00 |
|
jesus
|
bea78b0370
|
LCL, grids, store always custom columns titles for translation purposes, issue #27230
git-svn-id: trunk@27389 -
|
2010-09-16 19:09:53 +00:00 |
|
jesus
|
6c402161ed
|
LCL, reset HotCellPainted Flag on grid.clear to fix exception on mouse move, from Sławomir Załęcki, issue #17426
git-svn-id: trunk@27387 -
|
2010-09-16 17:02:13 +00:00 |
|
jesus
|
dc4e797f5b
|
LCL, improved grids TAB-ing, options goTabs or dgTabs, issue #16007
git-svn-id: trunk@27374 -
|
2010-09-15 21:37:09 +00:00 |
|
jesus
|
3b670b01a2
|
LCL, reworked grid's cell drawing fixing several bugs including issue #17407
git-svn-id: trunk@27373 -
|
2010-09-15 21:09:44 +00:00 |
|
jesus
|
2a9d99e631
|
LCL, grids, do not auto resize an invisible custom column
git-svn-id: trunk@27341 -
|
2010-09-12 22:26:46 +00:00 |
|
jesus
|
9cb4d0cf13
|
LCL, do not unnecessarily scroll the grid on click, issue #16102
git-svn-id: trunk@27321 -
|
2010-09-12 05:17:56 +00:00 |
|
jesus
|
a1fc7a7bee
|
LCL, do not check for default grid's column title, issue #16845
git-svn-id: trunk@27320 -
|
2010-09-12 00:00:13 +00:00 |
|
jesus
|
90bf8f4f5e
|
LCL, grid improvement (inplace editing of cell values with picklisteditor and stringeditor), from Oleg, issue #15833
git-svn-id: trunk@27317 -
|
2010-09-11 22:44:28 +00:00 |
|
jesus
|
62e7fc2053
|
LCL, grids, changed the cell's text drawing order, issue #17372
git-svn-id: trunk@27294 -
|
2010-09-10 19:15:59 +00:00 |
|
blikblum
|
366d200bb8
|
lcl: undo rev 27074 #706b7cc905 and re implement using a static variable
git-svn-id: trunk@27081 -
|
2010-08-12 16:05:16 +00:00 |
|
blikblum
|
706b7cc905
|
lcl: move RegisterPropertyToSkip calls of Grids and DBCtrls to unit initialization so it's called only once and not on every component created
git-svn-id: trunk@27074 -
|
2010-08-12 12:55:04 +00:00 |
|
jesus
|
10f1d85bf5
|
LCL, fix dbgrid showing 'phantom' rows on inserting (sqlquery bug on changing buffercount on this state)
git-svn-id: trunk@27062 -
|
2010-08-11 05:40:21 +00:00 |
|
jesus
|
5eba113ce5
|
LCL, implements grid's cbsButtonColumn editor style
git-svn-id: trunk@27029 -
|
2010-08-08 02:10:24 +00:00 |
|
jesus
|
cc2754ad38
|
LCL, implemented grid's assign method, issue #17052
git-svn-id: trunk@26888 -
|
2010-07-29 05:24:37 +00:00 |
|
paul
|
3175fb3b4a
|
lcl: cleanup
git-svn-id: trunk@26742 -
|
2010-07-20 02:53:04 +00:00 |
|
jesus
|
147992e189
|
LCL, fix grid scrolling issue #11092
git-svn-id: trunk@26739 -
|
2010-07-19 19:20:46 +00:00 |
|
mattias
|
f443bd8949
|
LCL: clean up
git-svn-id: trunk@26691 -
|
2010-07-16 18:30:21 +00:00 |
|
jesus
|
3a4d1d6c19
|
LCL, fix grid's column resizing problems, issue #16800
git-svn-id: trunk@26689 -
|
2010-07-16 17:35:51 +00:00 |
|
jesus
|
38bc8a1545
|
LCL, grid change to use XMLConf instead of XMLCfg
git-svn-id: trunk@25806 -
|
2010-05-31 18:38:11 +00:00 |
|
sekelsenmat
|
887eaf9147
|
Improves wince scrolling. see bug #14823. Part 2
git-svn-id: trunk@25803 -
|
2010-05-31 14:25:39 +00:00 |
|
jesus
|
d7947be5e9
|
LCL, fix grid should be focused after editing
git-svn-id: trunk@25590 -
|
2010-05-23 19:14:34 +00:00 |
|
jesus
|
83d89e5433
|
LCL, fix hidding editor on losing grid's focus, issue #15787
git-svn-id: trunk@25583 -
|
2010-05-22 16:49:07 +00:00 |
|
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 |
|