Commit Graph

107 Commits

Author SHA1 Message Date
mattias
71c1f8d17d fixed TSplitter moving for asynchroneous resizing
git-svn-id: trunk@5632 -
2004-07-01 18:29:35 +00:00
micha
e864e234ac fix GetVisible to return this control's visibility, instead introduce IsVisible to check for recursive visibility
git-svn-id: trunk@5593 -
2004-06-20 21:21:49 +00:00
micha
3dc4644c7c fix tabbing to next control to skip invisible notebook pages
git-svn-id: trunk@5591 -
2004-06-20 20:25:47 +00:00
mattias
6914eb2235 implemented setting TCustomPage.PageIndex from Andrew Haines
git-svn-id: trunk@5536 -
2004-06-01 09:58:35 +00:00
micha
0ebc945aa3 implement new borderstyle
- centralize to twincontrol (protected)
- public expose at tcustomcontrol to let interface access it

git-svn-id: trunk@5490 -
2004-05-21 09:03:55 +00:00
marc
05f9bbe917 * Applied patch from Ladislav Michl
* Changed the way TControl.Text is resolved
* Added setting of text to TWSWinControl

git-svn-id: trunk@5413 -
2004-04-18 23:55:39 +00:00
mattias
766cfd3a2c fixed checking empty mask raw image
git-svn-id: trunk@5359 -
2004-04-02 19:39:46 +00:00
mattias
8911887f45 published TCheckGroup.Anchors
git-svn-id: trunk@5323 -
2004-03-18 22:14:05 +00:00
mattias
53672cd4eb added StdActns definitions, no code yet
git-svn-id: trunk@5233 -
2004-02-24 21:53:12 +00:00
mattias
39a7a94021 added child-parent checks
git-svn-id: trunk@5218 -
2004-02-22 10:43:20 +00:00
mattias
f1c507bc10 added uninstall popupmenuitem to package graph explorer
git-svn-id: trunk@5212 -
2004-02-21 01:01:04 +00:00
mattias
ed1cc49f8b added diamonds to TShape
git-svn-id: trunk@5191 -
2004-02-10 10:13:09 +00:00
mattias
3a1867c652 removed workaround VirtualCreate
git-svn-id: trunk@5168 -
2004-02-04 22:17:09 +00:00
mattias
34f25d506b added DefineProperties check for check lfm
git-svn-id: trunk@5160 -
2004-02-04 11:09:40 +00:00
mattias
f2532f58ef published TBevel.OnPaint
git-svn-id: trunk@5154 -
2004-02-03 19:00:10 +00:00
mattias
609e8ad098 published TBevel.OnMouseXXX
git-svn-id: trunk@5153 -
2004-02-03 18:54:38 +00:00
mattias
49a659572b implemented basic TSplitter, still many ToDos
git-svn-id: trunk@5136 -
2004-02-02 15:46:19 +00:00
micha
80997fee5d enable tabstops for controls; implement tabstops in win32 intf
git-svn-id: trunk@5082 -
2004-01-21 10:19:16 +00:00
mattias
1766d6ed74 started double buffering for gtk intf
git-svn-id: trunk@5045 -
2004-01-10 22:34:20 +00:00
mattias
5daf16f5cd fixed GetWindowOrgEx, added GetDCOriginRelativeToWindow
git-svn-id: trunk@5043 -
2004-01-10 18:00:42 +00:00
mattias
505247e781 default font can now change height and fixed gtk crash
git-svn-id: trunk@5005 -
2004-01-03 23:15:00 +00:00
micha
27a1a25f92 - fix win32/checklistbox
- implement proper lcl to interface move/size notify via setwindowpos
- fix treeview to use inherited canvas from customcontrol
- implement double buffering in win32

git-svn-id: trunk@5004 -
2004-01-03 21:06:06 +00:00
mattias
450b7a22c6 published TPaintBox.Enabled
git-svn-id: trunk@4985 -
2003-12-28 12:49:18 +00:00
mattias
a3038d1607 fixed color coversion range check
git-svn-id: trunk@4959 -
2003-12-26 10:59:25 +00:00
mattias
4d077312c0 fixed TNoteBook.OnPageChanged for user PageIndex
git-svn-id: trunk@4944 -
2003-12-23 18:15:37 +00:00
micha
f65e4bb1ca compatibility with new 1.1
git-svn-id: trunk@4728 -
2003-10-23 16:15:30 +00:00
mattias
f0955a6093 implemented extract proc, check lfm and convert delphi unit
git-svn-id: trunk@4708 -
2003-10-15 18:01:10 +00:00
mattias
429de108cf implemented TBitBtn Text+Caption from Micha
git-svn-id: trunk@4656 -
2003-09-21 10:42:48 +00:00
mattias
c8338ad600 implemented TPageControl and TTabSheet
git-svn-id: trunk@4655 -
2003-09-20 15:24:54 +00:00
mattias
06801fd78c varois improvements for ParentColor from Micha
git-svn-id: trunk@4654 -
2003-09-20 13:27:49 +00:00
mattias
70d1404151 added TDBGrid from Jesus
git-svn-id: trunk@4653 -
2003-09-20 09:16:07 +00:00
mattias
62eb6ced1e started TDBImage
git-svn-id: trunk@4647 -
2003-09-18 21:01:18 +00:00
mattias
5e5c1122a7 renamed LCLLinux to LCLIntf
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
mattias
c311ce3e25 fixed removing TPage
git-svn-id: trunk@4633 -
2003-09-17 15:26:42 +00:00
mattias
55955882c7 started TDBCheckBox
git-svn-id: trunk@4631 -
2003-09-16 11:35:14 +00:00
mattias
ae92ebc5f5 implemented TDBRadioGroup
git-svn-id: trunk@4630 -
2003-09-15 22:02:02 +00:00
mattias
9612264b46 added csClickEvents to TImage
git-svn-id: trunk@4563 -
2003-09-04 11:10:18 +00:00
mattias
80cede619d implemented TImage.Proportional
git-svn-id: trunk@4559 -
2003-09-03 08:53:39 +00:00
mattias
43ea5ac01c implemented component tree for OI
git-svn-id: trunk@4528 -
2003-08-26 14:33:40 +00:00
mattias
c029fd59c1 started TTabSheet and TPageControl
git-svn-id: trunk@4482 -
2003-08-14 15:31:42 +00:00
mattias
173fcfe148 fixed reading empty stream and TCustomRadioGroup.ItemsChanged
git-svn-id: trunk@4391 -
2003-07-10 15:17:43 +00:00
mattias
907efa7e6e implemented TPairSplitter
git-svn-id: trunk@3225 -
2002-08-19 15:15:24 +00:00
mattias
73e74d5d4c fixed update on changing package usage options
git-svn-id: trunk@3222 -
2002-08-19 15:15:22 +00:00
mattias
06a165bdb2 fixed changing unitname during update
git-svn-id: trunk@3218 -
2002-08-19 15:15:21 +00:00
mattias
5598cc0a7f fixed popupmenu on menueditor
git-svn-id: trunk@3214 -
2002-08-19 15:15:20 +00:00
mattias
983e30de88 fixed using streamed clientwith/height for child anchors
git-svn-id: trunk@3212 -
2002-08-19 15:15:19 +00:00
mattias
0e4058c81d fixed Set/GetPixel
git-svn-id: trunk@3208 -
2002-08-19 15:15:18 +00:00
mattias
ebbda8c55b published TNoteBook.Anchors and started context diff
git-svn-id: trunk@3204 -
2002-08-19 15:15:17 +00:00
mattias
16640241d8 implemented tabstop
git-svn-id: trunk@3202 -
2002-08-19 15:15:16 +00:00
mattias
3b6cd50bfe started TLabeledEdit
git-svn-id: trunk@3200 -
2002-08-19 15:15:15 +00:00