Commit Graph

142 Commits

Author SHA1 Message Date
mattias
e666f7b856 TOutputfilter now uses TDynamicDataQueue to read data from TAsyncProcess immediately. TAsyncProcess enabled for linux
git-svn-id: trunk@9452 -
2006-06-19 19:48:34 +00:00
mattias
a681ab7b71 added TXMLConfigStorage
git-svn-id: trunk@9438 -
2006-06-15 21:49:57 +00:00
jesus
cc54cc9f75 fixes and some optimization for grid's range selection
git-svn-id: trunk@9412 -
2006-06-09 06:52:44 +00:00
jesus
3fc416a384 restore grid's custom columns after rowcount:=0, bug #6956
git-svn-id: trunk@9340 -
2006-05-23 05:25:39 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
jesus
089474d7bb Implements dbgrid.SelectedRows (issue #1849)
git-svn-id: trunk@9234 -
2006-05-03 18:22:48 +00:00
jesus
30d3c8ded5 fixed autofillcolumns scroll columns (issue #2032)
git-svn-id: trunk@9225 -
2006-05-02 00:55:57 +00:00
jesus
3401c9d4b5 Notifications Col/Row inserted/deleted for ColCount and RowCount issue
git-svn-id: trunk@9216 -
2006-04-30 22:13:05 +00:00
jesus
566598a9ab row autonumbering only if there is no text in cell (issue #2033)
git-svn-id: trunk@9215 -
2006-04-30 18:25:32 +00:00
jesus
feb60a3907 fixed grids picklist losing focus when dropdown the combobox list
git-svn-id: trunk@9123 -
2006-04-15 06:03:05 +00:00
jesus
3db66482b8 fixed hang on scrolling to partially visible cell, possible range chk err in scrollbarrange from Colin W.
git-svn-id: trunk@8875 -
2006-03-07 07:34:43 +00:00
mattias
994cebd433 replaced IFDEF win32 with IF defined(VER2_0_2) and defined(WIN32)
git-svn-id: trunk@8759 -
2006-02-17 14:07:21 +00:00
mattias
c17929dd5f fixes for compiling wince
git-svn-id: trunk@8757 -
2006-02-17 13:57:15 +00:00
vincents
36b2299e1a removed TSize from LCLType (fixes issue #1702)
git-svn-id: trunk@8738 -
2006-02-15 22:18:07 +00:00
jesus
29a732f8c6 fixed grid jumps to selected cell after mouse click on a scrolled unfocused cell, tabstop=true by default
git-svn-id: trunk@8684 -
2006-02-01 22:24:33 +00:00
jesus
4ce49481be implemented keep focused cell visible while scrollbar scrolling
git-svn-id: trunk@8647 -
2006-01-28 20:39:36 +00:00
mattias
0c9ab7d58b renamed DrawByRows to DrawAllRows
git-svn-id: trunk@8644 -
2006-01-28 18:14:26 +00:00
mattias
c474bf1958 published TStringGrid.OnShowHint
git-svn-id: trunk@8624 -
2006-01-26 18:38:52 +00:00
vincents
1f51beb255 * removed CM_PARENTFONTCHANGED
* implemented ParentFont property (issue #1268)

git-svn-id: trunk@8540 -
2006-01-17 12:11:04 +00:00
jesus
d46bf23df7 fix issue #1630, DefaultTextStyle public for StringGrid
git-svn-id: trunk@8522 -
2006-01-15 05:55:21 +00:00
jesus
48c0e6d55c Implemented default doCompareCells for StringGrid
git-svn-id: trunk@8455 -
2006-01-06 18:11:08 +00:00
vincents
a0c6abbb8d fixed memleak
git-svn-id: trunk@8294 -
2005-12-11 19:54:14 +00:00
mattias
884510044d started using TAsyncProceess, fixed gtk2 compilation
git-svn-id: trunk@8290 -
2005-12-11 11:20:20 +00:00
mattias
a0e53901fc reduced grid VisualChange calls
git-svn-id: trunk@8258 -
2005-12-06 18:29:08 +00:00
jesus
8e974df7ce OnEditingDone for TStringGrid
git-svn-id: trunk@8253 -
2005-12-05 21:38:35 +00:00
jesus
baf1edce64 fixed stringgrid selection after DeleteColRow (bug #1433)
git-svn-id: trunk@8171 -
2005-11-15 19:14:53 +00:00
jesus
4dd677f3b0 Strange behavior of TStringGrid when setting goAlwaysShowEditor, bug #1407
git-svn-id: trunk@8123 -
2005-11-09 21:40:27 +00:00
vincents
afe0734734 clean up of fpcadds
git-svn-id: trunk@8101 -
2005-11-07 23:25:45 +00:00
jesus
c56bbbc211 OnSelectCell is now called even for the focused cell
git-svn-id: trunk@8093 -
2005-11-07 16:59:07 +00:00
jesus
a76e28c702 Selecting is now cancelled if grid lost focus
git-svn-id: trunk@8077 -
2005-11-06 17:59:57 +00:00
mattias
da78e6e7a4 implemented TSplitter.Beveled for gtk intf
git-svn-id: trunk@8031 -
2005-11-02 09:10:52 +00:00
jesus
ecf75a0527 fixed: updating default titlefont (through grid.font change) modify colcount, fixed double releasing of FValueUnchecked (from Aleksey Lagunov)
git-svn-id: trunk@8019 -
2005-11-01 06:35:53 +00:00
jesus
97510df1a2 Fixed columns fonts, created OnPicklistSelected, Columns creation
git-svn-id: trunk@8000 -
2005-10-29 20:14:44 +00:00
jesus
0d278e2ad3 TDrawGrid/TStringGrid doesn't get restored properly if changed at design time some column properties
git-svn-id: trunk@7991 -
2005-10-27 20:45:02 +00:00
jesus
0235d8ac82 TStringGrid/TDrawGrid Columns fixes, bugs #1359,#1367
git-svn-id: trunk@7988 -
2005-10-27 18:54:35 +00:00
jesus
a9a3aa77de Setting column's title is now case sensitive (bug #1229)
git-svn-id: trunk@7848 -
2005-09-28 17:19:51 +00:00
mattias
ebdafeb975 commit clean up
git-svn-id: trunk@7831 -
2005-09-26 09:34:38 +00:00
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
mattias
8d519f5cda update_cross_fpc.sh now installs a complete cross fpc+binutils set
git-svn-id: trunk@7666 -
2005-09-10 18:40:07 +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
81e58be5bc fixes for fpc 2.1.1 xmlcfg
git-svn-id: trunk@7510 -
2005-08-16 14:40:10 +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
mattias
637b578aab increased scroll position for gtk from 15bit to 31bit from Colin Western
git-svn-id: trunk@7470 -
2005-08-01 10:11:31 +00:00
jesus
efb3ad6197 force setup of new editor
git-svn-id: trunk@7390 -
2005-07-21 21:11:49 +00:00
jesus
4b5ad03da8 Improve Delphi compatibility from Colin Western
git-svn-id: trunk@7367 -
2005-07-18 06:29:27 +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