mattias
|
6eb4930179
|
fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
|
2006-05-05 05:52:08 +00:00 |
|
mattias
|
4de68607bc
|
implemented accelerators for TPage captions
git-svn-id: trunk@9206 -
|
2006-04-29 21:33:39 +00:00 |
|
mattias
|
96da86f260
|
published some Font properties, that now works under win32 and gtk1
git-svn-id: trunk@9165 -
|
2006-04-23 20:22:22 +00:00 |
|
mattias
|
c0fe7541cd
|
codetools directory values: added treeview and memo to view the templates and how they were parsed
git-svn-id: trunk@9161 -
|
2006-04-22 15:59:30 +00:00 |
|
mattias
|
f5abc1d817
|
added TCustomSplitter.MoveSplitter and SetSplitterPosition and IDE ct defines editor now saves splitter positions
git-svn-id: trunk@9159 -
|
2006-04-22 13:13:36 +00:00 |
|
mattias
|
90de7d2a9a
|
implemented TControl.BorderSpacing.CellAlignHorizontal/Vertical, replaced TRadioGroup recreatewnd calls with UpdateItems, changed TRadioGroup.AutoFill to true as default
git-svn-id: trunk@8633 -
|
2006-01-27 15:21:08 +00:00 |
|
mattias
|
022e1f68df
|
fixed editor options layout to anchor options bottom
git-svn-id: trunk@8620 -
|
2006-01-25 23:05:25 +00:00 |
|
mattias
|
4572967898
|
TRadioGroup and TCheckGroup are now using ChildSizing properties
git-svn-id: trunk@8619 -
|
2006-01-25 22:48:01 +00:00 |
|
micha
|
258a8704a3
|
move initialization of control into InitializeWnd, do not use CreateWnd for that
git-svn-id: trunk@8242 -
|
2005-11-29 22:20:01 +00:00 |
|
vincents
|
cd0845f2aa
|
renamed DoSetTabStops to UpdateTabStop
git-svn-id: trunk@8174 -
|
2005-11-16 09:27:46 +00:00 |
|
vincents
|
b30e640082
|
implemented cursor navigation in radiogroup (issue #1172, #1413)
git-svn-id: trunk@8172 -
|
2005-11-15 23:38:07 +00:00 |
|
vincents
|
8d90a2d6ea
|
published TRadioGroup.TabOrder
git-svn-id: trunk@8119 -
|
2005-11-09 19:25:54 +00:00 |
|
mattias
|
bec6005a12
|
started codetemplate makros and project source directories
git-svn-id: trunk@8044 -
|
2005-11-02 23:09:33 +00:00 |
|
mattias
|
9dc5379f89
|
cleanup
git-svn-id: trunk@8027 -
|
2005-11-01 23:38:43 +00:00 |
|
mattias
|
a6f4efe474
|
added try..except to setting sibling in anchor designer
git-svn-id: trunk@8022 -
|
2005-11-01 22:02:17 +00:00 |
|
mattias
|
e4ced904c8
|
added TControl.AnchoredControls, improved TSplitter for multiple anchored controls, started TAnchoredDockManager
git-svn-id: trunk@8001 -
|
2005-10-30 12:09:22 +00:00 |
|
mattias
|
017d799736
|
extended docking to auto add splitters, updated german translation, updated examples
git-svn-id: trunk@7989 -
|
2005-10-27 20:35:24 +00:00 |
|
marc
|
4a42afcb2f
|
* Patch and fix for 1313 from Tomáš Gregoric
git-svn-id: trunk@7981 -
|
2005-10-22 13:09:40 +00:00 |
|
mattias
|
f6b997f975
|
implmented BorderSpacing.InnerBorder
git-svn-id: trunk@7877 -
|
2005-10-01 13:26:37 +00:00 |
|
mattias
|
06a1976a71
|
published TSpeedButton.Font
git-svn-id: trunk@7870 -
|
2005-10-01 00:38:24 +00:00 |
|
mattias
|
ebdafeb975
|
commit clean up
git-svn-id: trunk@7831 -
|
2005-09-26 09:34:38 +00:00 |
|
mattias
|
adc7fac0b7
|
fixed TabVisible in environment options
git-svn-id: trunk@7829 -
|
2005-09-25 23:32:43 +00:00 |
|
mattias
|
9d59986db5
|
fixed TAnchorSide.Side default value
git-svn-id: trunk@7650 -
|
2005-09-09 08:42:33 +00:00 |
|
mattias
|
c943808130
|
TRadioGroup now delegates OnEnter/OnExit from items to itself
git-svn-id: trunk@7581 -
|
2005-08-27 14:29:56 +00:00 |
|
vincents
|
a0311c2cba
|
removed cvs logs
git-svn-id: trunk@7541 -
|
2005-08-22 12:30:03 +00:00 |
|
mattias
|
a76a810302
|
added robust mechanism to TRadioGroup.SetItemIndex for lazy interfaces
git-svn-id: trunk@7344 -
|
2005-07-13 17:48:57 +00:00 |
|
mattias
|
d787ff4438
|
TSplitter can now also work with Align=alNone and AnchorSide
git-svn-id: trunk@7334 -
|
2005-07-09 16:20:50 +00:00 |
|
mattias
|
a27c24ae41
|
implemented auto ident completion after point plus idle
git-svn-id: trunk@7294 -
|
2005-06-29 09:24:14 +00:00 |
|
vincents
|
776c27aac0
|
also invalidate control, if it is only moved, but not resized.
git-svn-id: trunk@7164 -
|
2005-05-09 14:52:33 +00:00 |
|
micha
|
fbb495bee3
|
implement active default control switching
pressing return key executes active default control action
git-svn-id: trunk@7080 -
|
2005-04-17 18:41:15 +00:00 |
|
mattias
|
99f0805786
|
implemented TMemo text for gtk2, TRadioGroup.OnClick is now called whenever ItemIndex changed, so it works now also under gtk2 Delphi compatible from Andrew Haines
git-svn-id: trunk@7026 -
|
2005-03-25 17:47:55 +00:00 |
|
mattias
|
0b4faac301
|
various Delphi compatibilities from C Western
git-svn-id: trunk@6910 -
|
2005-03-07 00:52:51 +00:00 |
|
mattias
|
21624d99b0
|
reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
|
2005-01-29 14:36:04 +00:00 |
|
micha
|
605475e8c4
|
implement assign for tbevel
git-svn-id: trunk@6712 -
|
2005-01-28 18:48:35 +00:00 |
|
micha
|
628659f24e
|
properly support TImage.OnPaint event, fix infinite loop
git-svn-id: trunk@6622 -
|
2005-01-17 12:49:48 +00:00 |
|
micha
|
fe9b5eccd7
|
fix bug #464 and #514: create bitmap handle to back image drawing up
git-svn-id: trunk@6617 -
|
2005-01-16 19:46:39 +00:00 |
|
vincents
|
eb7cf06c6b
|
made TabVisible public
git-svn-id: trunk@6534 -
|
2005-01-10 16:35:35 +00:00 |
|
mattias
|
f8d3853f8c
|
fixed loading no unit at start
git-svn-id: trunk@6527 -
|
2005-01-09 23:28:18 +00:00 |
|
micha
|
b63e712b19
|
swap TCustomStaticText and TCustomLabel
git-svn-id: trunk@6500 -
|
2005-01-07 20:51:11 +00:00 |
|
mattias
|
c49518c55c
|
published BorderSpacing for many controls
git-svn-id: trunk@6429 -
|
2004-12-27 19:40:59 +00:00 |
|
micha
|
bda4272d04
|
optimize: only create tabpage contents when accessed, not immediately upon creation
git-svn-id: trunk@6157 -
|
2004-10-23 14:49:38 +00:00 |
|
vincents
|
b38f6e179e
|
fixed fpc 1.0.x compilation
git-svn-id: trunk@6072 -
|
2004-09-24 20:23:33 +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 |
|
mattias
|
233ae97d0e
|
fixed 1.0.10 compilation
git-svn-id: trunk@6060 -
|
2004-09-24 10:23:49 +00:00 |
|
vincents
|
25e3c74c55
|
moved widgetset related code from TNBPages to TCustomNotebook
git-svn-id: trunk@6054 -
|
2004-09-23 14:54:55 +00:00 |
|
mattias
|
574cfd8529
|
implemented very rudimentary TTabControl
git-svn-id: trunk@5958 -
|
2004-09-10 16:28:51 +00:00 |
|
mattias
|
81a54223f5
|
renamed customradiogroup.inc to radiogroup.inc
git-svn-id: trunk@5951 -
|
2004-09-09 09:35:44 +00:00 |
|
mattias
|
69059885b0
|
started TTabControl
git-svn-id: trunk@5947 -
|
2004-09-08 22:59:54 +00:00 |
|
mattias
|
9cbff0982c
|
added default values for compiler skip options and improved many parts of synedit for UTF8
git-svn-id: trunk@5919 -
|
2004-09-04 22:24:16 +00:00 |
|
mattias
|
8fb1867a6b
|
removed obsolete unit vclglobals
git-svn-id: trunk@5814 -
|
2004-08-18 09:31:21 +00:00 |
|