Commit Graph

102 Commits

Author SHA1 Message Date
jesus
86fba93d3c grid: fixed borderstyle (win32), focus is drawn correctly, alternate color don't override
a user selected column color. 
Applied goRowNumbering clean-up from Darius
dbgrid: better columns' default width, new SelectedColumn property,
fixed draw problems in vert scrollbar when closing linked dataset (win32)
now user columns remove autocolumns at runtime. 
fixed dgTitles, dgIndicator behaviour

git-svn-id: trunk@7830 -
2005-09-26 07:22:28 +00:00
marc
8925ef5f51 * Fixed bug #907
* Changed TLMScoll <-> TWMScroll, TLMScroll has extended position info

git-svn-id: trunk@7665 -
2005-09-10 16:31:04 +00:00
mattias
373eba5ee6 improved TGridColumn.GetDisplayName and updating column index in TCollection editor
git-svn-id: trunk@7608 -
2005-08-31 08:43:26 +00:00
jesus
ff82665c10 row numbering from Darius, fixed column with mouse, FixedCols/rows can be equal to Col/RowCount
git-svn-id: trunk@7603 -
2005-08-30 21:50:38 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
jesus
c7c83312ec property editormode made public
git-svn-id: trunk@7494 -
2005-08-10 17:21:14 +00:00
jesus
8a2365929a Fix bugs #1077, #1072. Wrapping selections at column boundary
git-svn-id: trunk@7476 -
2005-08-03 20:41:05 +00:00
jesus
b0f697e2fa removed some unused objects
fixed redrawing issues after closing dataset or removing columns

git-svn-id: trunk@7338 -
2005-07-12 21:05:51 +00:00
jesus
512a4fa364 implemented columns assign method bug #984
git-svn-id: trunk@7270 -
2005-06-22 21:32:25 +00:00
mattias
49823c14e4 added checkboxes to TDBGrid from Sergey Smirnov
git-svn-id: trunk@7233 -
2005-06-11 09:30:24 +00:00
vincents
925d70c154 fixes for bugs #922,#924 and updating <10 recs. Automatic Columns, picklist implementation from Jesus
git-svn-id: trunk@7224 -
2005-06-07 19:29:24 +00:00
mattias
dcefb8d97e TextRect clipping patch from Jesus
git-svn-id: trunk@7186 -
2005-05-21 13:24:58 +00:00
mattias
144133d2e9 fix bug #878 (can not paste from clipboard) new property TitleStyle from Jesus
git-svn-id: trunk@7122 -
2005-05-02 08:35:42 +00:00
mattias
9f22ae4900 dbgrids: Stops propagating ENTER key when modifying a field from Jesus
git-svn-id: trunk@7053 -
2005-04-03 10:13:34 +00:00
marc
b70bc3d401 * patch from Jesus Reyes
git-svn-id: trunk@7036 -
2005-03-29 21:56:02 +00:00
mattias
2f6700d991 checking HandleAllocated for dbgrid from Jesus
git-svn-id: trunk@7018 -
2005-03-24 09:50:03 +00:00
mattias
244f70823e blob fields for TDBGrid from Jose A. Rimon
git-svn-id: trunk@7014 -
2005-03-23 15:59:33 +00:00
mattias
8a344c0ff0 BorderStyle for TCustomEdit in win32 intf from Jesus
git-svn-id: trunk@6925 -
2005-03-08 10:32:47 +00:00
mattias
d00d0b82ac fixed DefaultRowHeight=18 and various published properties from Jesus
git-svn-id: trunk@6916 -
2005-03-07 23:21:36 +00:00
vincents
4ecc26ea8e added initialization of FEditingColumn from Luiz Americo
git-svn-id: trunk@6883 -
2005-03-04 07:06:18 +00:00
mattias
459ccdc887 fixes for empty dbgrid from Jesus
git-svn-id: trunk@6769 -
2005-02-08 11:33:16 +00:00
mattias
303e21e7b1 dbgrid.ThumbTracking and fixes from Jesus
git-svn-id: trunk@6759 -
2005-02-06 22:43:38 +00:00
mattias
838c199783 added DoCompareCells, changed OnCompareCell from Jesus
git-svn-id: trunk@6611 -
2005-01-16 13:16:31 +00:00
vincents
abe5e0c3fb some ugly hacks to fix 1.0.x compilation
git-svn-id: trunk@6532 -
2005-01-10 15:59:43 +00:00
mattias
1be6e84c55 registered andadded icon for TTIGrid
git-svn-id: trunk@6522 -
2005-01-09 14:11:03 +00:00
mattias
4f3496c1cd fixed TabOrder dialog for new TabOrder
git-svn-id: trunk@6510 -
2005-01-08 15:06:06 +00:00
mattias
6334f891ba Columns property in TCustomGrid by Jesus
git-svn-id: trunk@6485 -
2005-01-05 15:20:10 +00:00
vincents
39db8229af fixed fpc 1.0.x compilation
git-svn-id: trunk@6417 -
2004-12-25 21:46:23 +00:00
mattias
caa5ef7bac added auto column sizing from Jesus
git-svn-id: trunk@6413 -
2004-12-23 19:24:46 +00:00
mattias
273f133de5 defaultrowheight property is set to 20 pixels and fixes from Jesus
git-svn-id: trunk@6407 -
2004-12-22 20:02:26 +00:00
mattias
9a37fb3c97 implemented scrollbar codes for gtk intf from Jesus
git-svn-id: trunk@6404 -
2004-12-21 22:49:29 +00:00
mattias
6a9d72cbda fixed compiler options interface double variables
git-svn-id: trunk@6133 -
2004-10-12 08:23:20 +00:00
vincents
d3f31f7707 Fix fpc 1.0.x compilation.
git-svn-id: trunk@6128 -
2004-10-09 18:08:52 +00:00
mattias
45c1fe7cee From Jesus: Ctrl+HOME does dataset.first, ctrl+END does dataSet.Last and fixes
git-svn-id: trunk@6124 -
2004-10-09 12:16:21 +00:00
mattias
2c8db8bb68 fixed TCanvas.TextRect Delphi compatible Rect and added TBarChart from Michael VC
git-svn-id: trunk@6064 -
2004-09-24 13:45:32 +00:00
vincents
7c078384c9 fix fpc 1.0.x. compilation
git-svn-id: trunk@6052 -
2004-09-23 12:59:37 +00:00
vincents
78477655a6 - removed some debug output
- removed wmsize event handler
- changed case of some keywords
- improved DrawFocusRect in case there are not gridlines

git-svn-id: trunk@5941 -
2004-09-08 07:21:10 +00:00
mattias
0f9985babe fixed changing CNCHar.CharCode when key changed
git-svn-id: trunk@5914 -
2004-09-02 17:42:38 +00:00
micha
08e3b3170f from jesus reyes:
grids:
 + bug #388 fixed
 + focused cell rectangle redesign
 + many internal changes

dbgrids:
 + font support, still the object inspector doesnt allow main/title
font changes but it works in the column/column.title font.
 + column/column.title text layout (tltop, tlcenter, tlbottom)
 + editing support
 + fixed resize designtime problems
 + options

git-svn-id: trunk@5903 -
2004-09-01 20:18:03 +00:00
vincents
43c69b43f3 fixed for compilation with fpc 1.0.11 too
git-svn-id: trunk@5810 -
2004-08-17 19:21:37 +00:00
mattias
ebb787e8f5 implemented virtual temporary ct files
git-svn-id: trunk@5747 -
2004-08-07 07:03:29 +00:00
mattias
21b270c41c fixed compilation for fpc 1.0.10
git-svn-id: trunk@5745 -
2004-08-06 06:51:15 +00:00
mattias
540727fc1b implemented setting TTabSheet.TabIndex
git-svn-id: trunk@5731 -
2004-08-04 09:35:38 +00:00
vincents
bc48338a51 fix 1.0.x compilation.
git-svn-id: trunk@5727 -
2004-08-03 15:38:53 +00:00
micha
7e37785f81 implement column support for tdbgrid (thx jesusrmx)
git-svn-id: trunk@5721 -
2004-08-01 14:21:47 +00:00
mattias
4df1099fd6 applied patch for OnColEnter/OnColExit from Jesus
git-svn-id: trunk@5677 -
2004-07-13 18:59:50 +00:00
mattias
e1f1af3fb2 improved grids e.g. OnPrepareCanvas patch from Jesus
git-svn-id: trunk@5469 -
2004-05-14 12:53:25 +00:00
mattias
a444f136c2 replaced writeln by debugln
git-svn-id: trunk@5455 -
2004-05-11 11:42:27 +00:00
mattias
f9b13e171e applied grids patch, fixing ctl3d and other bugs from Jesus
git-svn-id: trunk@5406 -
2004-04-13 20:11:19 +00:00
micha
912d81b51e revert intf split
git-svn-id: trunk@5225 -
2004-02-23 08:19:05 +00:00
micha
8c520fe744 split interface into non-lcl and lcl-component dependent parts
git-svn-id: trunk@5224 -
2004-02-22 22:52:59 +00:00
mattias
70d1404151 added TDBGrid from Jesus
git-svn-id: trunk@4653 -
2003-09-20 09:16:07 +00:00