Commit Graph

336 Commits

Author SHA1 Message Date
vincents
ebe1b9d29a LCL: published TImage MouseWheel events, tested by Maxim Ganetsky
git-svn-id: trunk@17709 -
2008-12-07 19:18:34 +00:00
paul
2f2f3b5c11 lcl: set default values for TCustomTrayIcon properties
git-svn-id: trunk@17610 -
2008-11-27 04:46:42 +00:00
paul
6ab8ef7ffe lcl: set defaults to some control properties
git-svn-id: trunk@17560 -
2008-11-24 03:15:50 +00:00
paul
c29b56e233 lcl: add new TImage event OnPictureChanged
git-svn-id: trunk@17065 -
2008-10-20 04:46:40 +00:00
paul
3374c666b8 lcl: publish OnUTF8KeyPress
git-svn-id: trunk@16520 -
2008-09-10 09:22:59 +00:00
paul
f67b637d75 cleanup
git-svn-id: trunk@16503 -
2008-09-09 14:10:56 +00:00
paul
cef06f6bb7 revert r16293 #88af0e037f
git-svn-id: trunk@16298 -
2008-08-29 13:21:22 +00:00
paul
88af0e037f lcl:
- decrease visibility of Canvas property in TRasterImage from public to protected
  - make property Canvas public to TCustomBitmap

git-svn-id: trunk@16293 -
2008-08-29 11:17:57 +00:00
vincents
11038348f3 LCL: added TNotebookCapabilities from Benito van der Zander (part of issue #11563)
git-svn-id: trunk@16000 -
2008-08-08 14:31:54 +00:00
mattias
fa3e4526c8 LCL: undone renaming pfAdded, pfRemoving
git-svn-id: trunk@15863 -
2008-07-25 09:26:35 +00:00
mattias
4969fb1643 carbon: fixed notebook close page, insert page, setpageindex, bug #11719,#11680, #10171
git-svn-id: trunk@15852 -
2008-07-24 01:35:59 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
b223dbff27 LCL: removed obsolete TAbstractReader
git-svn-id: trunk@15767 -
2008-07-13 18:59:39 +00:00
paul
a8beee2e0b lcl:
- add ability to store icon to TTrayIcon
- qt: fix TQtTrayIcon Icon handling

git-svn-id: trunk@15633 -
2008-07-01 01:37:51 +00:00
mattias
e92a0bdc32 LCL: moved mousewheel handlers from TWinControl to TControl
git-svn-id: trunk@15319 -
2008-06-05 16:16:13 +00:00
paul
c246a4e243 lcl: ClientRect had not been recalculated on TPanel.BorderWidth/BevelWidth change (#0011351)
git-svn-id: trunk@15246 -
2008-05-27 01:50:06 +00:00
vincents
bc6912e30f LCL: Set default value of TCustomImage.Transparent to false (bug #10220, #10778)
git-svn-id: trunk@15206 -
2008-05-22 14:15:03 +00:00
vincents
3d2bb7d1e3 LCL: published ParentFont property for TBitBtn, TPage and TNotebook (issue #11307)
git-svn-id: trunk@15181 -
2008-05-19 13:06:20 +00:00
vincents
b26fe0d6b1 LCL: published TSplitter.PopupMenu
git-svn-id: trunk@15163 -
2008-05-16 07:31:39 +00:00
mattias
1a97191680 LCL: fixed TCustomLabeledEdit anchoring label, fixing bug #10748
git-svn-id: trunk@14207 -
2008-02-20 13:24:26 +00:00
sekelsenmat
0c5c85ec57 Fixes changing the hint at run-time.
git-svn-id: trunk@14156 -
2008-02-16 07:35:34 +00:00
sekelsenmat
3468326b9a Implements the basics of showing ballon hints of the TTrayIcon.
git-svn-id: trunk@14055 -
2008-02-09 19:55:58 +00:00
sekelsenmat
ae7e221cc7 Started moving TPopupNotifier to the LCL. Added linux script to create images lrs file. Implemented TTrayIcon.GetPosition on gtk2.
git-svn-id: trunk@14038 -
2008-02-09 10:24:40 +00:00
paul
be879539ca - move OnGetDockCaption and friends to TWinControl
- some improvements to dock header drawing

git-svn-id: trunk@13681 -
2008-01-09 09:08:12 +00:00
paul
213353b06d - publish some docking related properties for TPageControl
- implement docking into TPageControl (tested with TPanel dock into TPageControl)

git-svn-id: trunk@13660 -
2008-01-07 18:40:31 +00:00
mattias
525fec94be LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
git-svn-id: trunk@13564 -
2008-01-01 23:35:52 +00:00
mattias
fd641213fc LCL: undo docking patch
git-svn-id: trunk@13349 -
2007-12-16 11:00:25 +00:00
mattias
767859d068 IDE: implemented short cuts for ecSetFreeBookmark, ecPrevBookmark, ecNextBookmark
git-svn-id: trunk@13348 -
2007-12-16 10:58:01 +00:00
vincents
01a956df63 LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367)
git-svn-id: trunk@13201 -
2007-12-07 13:00:20 +00:00
paul
8b828c53b4 qt: improve resize even handling
git-svn-id: trunk@13050 -
2007-11-27 09:37:15 +00:00
sekelsenmat
579e90adec Added initial implementation for BallonHints on the tray, and updated example.
git-svn-id: trunk@12809 -
2007-11-10 10:42:46 +00:00
mattias
c639191753 IDE: compiler opts dlg: fixd lblCompiler spacing, LCL: fixed consistency using GetSpace instead of GetSideSpace
git-svn-id: trunk@12619 -
2007-10-28 12:50:46 +00:00
mattias
61848f6cad LCL: published TRadioGroup.AutoSize - the bugs are fixed :)
git-svn-id: trunk@12614 -
2007-10-27 18:31:23 +00:00
mattias
1d517decaf IDE: fixed auto code templates to not always add the typed character, IDE: fixed resetting IDE ToolStatus, fixing crash when double clicking on install package button, IDEIntf: added property OpenEditorsOnCodeToolChange to allow tools to cleanly change sources (this fixes the bug of quickfix items not working with temporary files)
git-svn-id: trunk@12613 -
2007-10-27 18:26:35 +00:00
mattias
5bef34477f LCL: TPage: fixed ReAlign of TPage on leave, resize, return, fixed clean up after delayed resizing when parent controls become visible
git-svn-id: trunk@12488 -
2007-10-16 11:45:36 +00:00
mattias
6264aac23c LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
git-svn-id: trunk@12461 -
2007-10-14 12:54:29 +00:00
mattias
f4eaf90e42 undo
git-svn-id: trunk@12129 -
2007-09-22 10:09:27 +00:00
mattias
b647927885 translations: german: added lazreport maincalleditor.de.po from Joerg Braun
git-svn-id: trunk@12128 -
2007-09-22 10:06:48 +00:00
sekelsenmat
0f85639748 Removed the ShowHint property from TrayIcon because it can be determined by Hint <> ''
git-svn-id: trunk@12104 -
2007-09-21 07:15:35 +00:00
sekelsenmat
fb74cf2f73 Started moving TTrayIcon to LCL. Implemented basics and the Qt implmentation.
git-svn-id: trunk@12097 -
2007-09-20 21:33:28 +00:00
mattias
b514d80686 LCL: fixed removing TCustomPage pfAdded when destroying handle
git-svn-id: trunk@11991 -
2007-09-10 19:23:00 +00:00
mattias
4c1b802fe1 LCL: autosizing parent control now work with childs anchored to parent
git-svn-id: trunk@11851 -
2007-08-23 20:14:12 +00:00
paul
8eefc8e23f splitter and pairsplitter improvements:
1. ability to control pairsplitter cursor for gtk
2. ability to control pairsplitter internal splitter cursor for others
3. default values for pairsplitter cursor (crHSplit/crVSplit)
4. painting splitter through themes for win32/xp/gtk2 (disabled through -dUseThemes)
5. Clean up

git-svn-id: trunk@11214 -
2007-05-29 09:19:34 +00:00
paul
2ea84b6b51 - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units
- updated LCL-default images from silk collection (thanks badphoenix)
- TWidgetSet.LoadStockPixmap extended to return bitmap mask handle (need to use win32 stock icons)
issues: #0008936, #0008937

git-svn-id: trunk@11197 -
2007-05-25 09:13:22 +00:00
mattias
128e9c88d9 gtk1 intf: added check if user choose a directory in TOpenDialog
git-svn-id: trunk@11195 -
2007-05-25 09:01:28 +00:00
mattias
e16a765e54 LCL: reactivated sending uninitialized bounds of TCustomPage to interface
git-svn-id: trunk@11191 -
2007-05-24 08:33:49 +00:00
mattias
d45e62cd1b gtk2 intf: disabled removing callbacks, added GetDefaultClientRect for TPage and TNoteBook
git-svn-id: trunk@11189 -
2007-05-23 23:24:14 +00:00
mattias
759a269ca6 gtk intf: resize messages for fixed/client widgets are now kept back and sent for main widgets
git-svn-id: trunk@11184 -
2007-05-23 17:32:10 +00:00
mattias
894e5506b8 lcl: published TLabeledEdit.AutoSelect and EchoMode from Michael Van Canneyt
git-svn-id: trunk@11025 -
2007-04-29 10:22:55 +00:00
paul
78187ac487 - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk)
- changed CanTab of TWinControl to use TWSWinControlClass.CanFocus
- published TRadioGroup.TabStop

git-svn-id: trunk@10829 -
2007-03-30 05:22:36 +00:00
mattias
a46e0d0b54 LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
git-svn-id: trunk@10823 -
2007-03-28 19:01:27 +00:00
paul
d90cad2972 - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor)
- fireing OnShow and OnHide on page changing

git-svn-id: trunk@10816 -
2007-03-28 04:48:30 +00:00
marc
8e235a6696 * Patch for TDBImage and TDBMemo form Joost van der Sluis
git-svn-id: trunk@10681 -
2007-02-25 16:13:52 +00:00
vincents
ba85e84687 LCL: published dragging related properties
patch by: Paul Ishenin

git-svn-id: trunk@10648 -
2007-02-16 08:31:43 +00:00
mattias
5a7ff6537a LCL: Tapplication.CreateForm with out param, cleanups, renamed TCustomPropertyStorage param name Default with DefaultValue from Flávio Etrusco
git-svn-id: trunk@10626 -
2007-02-12 12:40:41 +00:00
vincents
09dccca531 LCL: made TGraphicControl.OnPaint proteced, TShape.OnPaint and TPaintPox.OnPaint public and fixed firing TShape.OnPaint (bug #8246)
git-svn-id: trunk@10607 -
2007-02-07 14:40:42 +00:00
micha
305e2a2521 fix removing last page from tcustomnotebook (issue #7839)
git-svn-id: trunk@10525 -
2007-01-28 15:20:40 +00:00
micha
10aecd20d4 fix TPage.TabVisible icw PageIndex, patch by Luiz (issue #7349)
git-svn-id: trunk@10519 -
2007-01-27 19:23:13 +00:00
vincents
b6299f483a LCL: fixed dragging over a splitter (bug #2058) from Paul Ishenin
git-svn-id: trunk@10505 -
2007-01-26 09:14:15 +00:00
mattias
787f9e814d added package SimpleIDEIntf to test IDE plugins easier
git-svn-id: trunk@10372 -
2007-01-04 19:51:33 +00:00
vincents
a783783930 LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044)
git-svn-id: trunk@10365 -
2007-01-02 10:59:43 +00:00
vincents
c6fcef4270 LCL: published TImage.ShowHint, ParentShowHint and Enabled (bug #7578)
git-svn-id: trunk@10341 -
2006-12-18 06:51:43 +00:00
mattias
c8913db097 LCL: fixed TCustomPage.IsControlVisible
git-svn-id: trunk@9915 -
2006-09-16 10:08:39 +00:00
mattias
ba90235cdf TPanel: fixed missing inherited in Loaded
git-svn-id: trunk@9712 -
2006-08-10 21:41:50 +00:00
micha
df5da59ff1 do not do transparent theme drawing for opaque controls
git-svn-id: trunk@9707 -
2006-08-07 22:23:53 +00:00
mattias
1ecaec575c TPageControl: AutoSizing is now delayed until page handle was added to the parent handle
git-svn-id: trunk@9635 -
2006-07-19 22:13:37 +00:00
micha
8b1f47f873 fix notebook accelerator handling, send only to active page (issue #1989)
git-svn-id: trunk@9634 -
2006-07-19 16:11:41 +00:00
mattias
e2ba095290 fixed default value of TImage.Transparent
git-svn-id: trunk@9606 -
2006-07-14 14:48:31 +00:00
vincents
c5534be14d store TLabeledEdit.EditLabel subcomponent (issue #7087)
git-svn-id: trunk@9503 -
2006-06-27 19:03:32 +00:00
vincents
a53d727f95 published TImage.OnDblClick, works on win32 (issue #7078)
git-svn-id: trunk@9501 -
2006-06-27 14:43:07 +00:00
mattias
ef127c3bc4 gtk intf: implemented TPage.TabVisible=false
git-svn-id: trunk@9484 -
2006-06-22 23:30:18 +00:00
mattias
7a675dec3a added TListWithEvents, fixed codetools adding a colon too much, added lcl test for TPageControl
git-svn-id: trunk@9477 -
2006-06-22 18:09:31 +00:00
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
mattias
2d80b0247f improved DefineProperties to read/write endian independent
git-svn-id: trunk@5790 -
2004-08-15 17:00:58 +00:00
mattias
649f11360b TStaticText.CanTab=false
git-svn-id: trunk@5732 -
2004-08-04 09:57:17 +00:00
mattias
b70dfc1592 fixed tab for TPanel and TPage
git-svn-id: trunk@5692 -
2004-07-17 15:08:36 +00:00
mattias
a71f55e21d added TCheckGroup.ColumnLayout
git-svn-id: trunk@5674 -
2004-07-12 21:32:07 +00:00
mattias
2c0a29a82b updated russian translation from vasily
git-svn-id: trunk@5669 -
2004-07-11 23:08:43 +00:00
mattias
477ec0d445 extended RolesForForm to manage multiple roles for on control
git-svn-id: trunk@5665 -
2004-07-11 13:03:54 +00:00
mattias
587f9c2420 added Delphi ToDo support, Application.WndProc, small bugfixes from Colin
git-svn-id: trunk@5664 -
2004-07-10 18:17:30 +00:00
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