Commit Graph

35 Commits

Author SHA1 Message Date
Juha
0bc32656ed LazUtils, LCL: Move LCLProc.CompareRect() -> GraphMath.SameRect(). Deprecate LCLProc.CompareRect(). 2023-07-03 16:54:10 +03:00
Juha
c3891ad820 Reduce compiler warnings. 2023-07-03 06:23:49 +03:00
mattias
16ca8935b5 lcl: added SM_LCLHasFormAlphaBlend to GetSystemMetrics, added OnDrawDockImage, when widgetset supports alphablend use a transparent hint window for dock (preview) image, patch #29426
git-svn-id: trunk@51340 -
2016-01-19 17:15:03 +00:00
juha
ecd140c985 Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
2013-05-25 09:22:25 +00:00
mattias
241c05aaae LCL: TDragDockObject.HideDockImage check if something to hide
git-svn-id: trunk@26271 -
2010-06-23 15:15:40 +00:00
paul
28dc4adab4 lcl: initialize all points of FDockRect on drag-dock start (issue #0015040)
git-svn-id: trunk@22688 -
2009-11-20 08:03:42 +00:00
paul
be1d125c88 lcl: distinct AutoCreated TDragObject and AutoFree TDragObject:
- first is created internally by LCL if in DragStart none DragObject is passed
  - second is a TDragObject which must be auto destructed on drag drop operation finish 
(more delphi compatible and fixes issue #0014476)

git-svn-id: trunk@21544 -
2009-09-03 00:55:03 +00:00
paul
6af0fb9bc9 lcl: fix asterisk position in the copyright comment
git-svn-id: trunk@19477 -
2009-04-18 04:03:13 +00:00
paul
f7577be51b lcl: move Dock Image handling from the drag manager to the TDragDockObject (part of issue #0013427)
git-svn-id: trunk@19202 -
2009-04-03 05:59:46 +00:00
paul
e9ab826ce1 lcl: fix TDragObjectEx and other Ex object Create constructors (by patch of Hans-Peter Diettrich, part of #0013427)
git-svn-id: trunk@19187 -
2009-04-01 14:23:44 +00:00
paul
a395aebafc lcl: drag/dock (from patch of Hans-Peter Diettrich, issue #0013427)
- add TDragObject.AutoCreate constructor
  - add TDragObjectEx, TDragControlObjectEx, TDragDockObjectEx for delphi compatibility
  - remove TDragDockCommon.FDragObjectAutoFree, use AutoCreated property of TDragObject instead
  - simplify TControl.GetFloating

git-svn-id: trunk@19168 -
2009-03-31 06:47:01 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
bf42bc94f5 simplify docking code a bit
git-svn-id: trunk@14371 -
2008-03-03 03:17:02 +00:00
paul
543e960d76 dont use direct call of TControl.DoEndDock from DockPerformer (hint from Marius)
git-svn-id: trunk@13971 -
2008-02-04 02:39:25 +00:00
paul
6826699163 drag/drop:
- restore CancelDrag
- restore DragManager.EndDrag

git-svn-id: trunk@13952 -
2008-02-02 09:45:19 +00:00
paul
f089997530 formatting some code
git-svn-id: trunk@13619 -
2008-01-04 18:04:26 +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
paul
c711f7fcfc change formatting in some units: decapitalize keywords, spacing
git-svn-id: trunk@13387 -
2007-12-19 09:09:18 +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
paul
1cdfd2446a - some minor changes and comments for native win32 image list
- native drag image list implementation for win32

git-svn-id: trunk@10933 -
2007-04-11 05:41:56 +00:00
paul
fd45a904f4 - fixing AV during Drag and Drop operation
- looking on non TWinControl objects while drop (0008628)

git-svn-id: trunk@10914 -
2007-04-07 16:45:10 +00:00
paul
14d8e68b4a - Step 1 of implementing DragImageList (only barebone)
git-svn-id: trunk@10879 -
2007-04-05 09:31:25 +00:00
marc
0558c2b8fa * Drag drop cursor patch from Paul Ishenin
git-svn-id: trunk@10459 -
2007-01-16 23:56:44 +00:00
mattias
d7bb813f84 cleanup, smaller layout fixes and fixed issue #1861
git-svn-id: trunk@9599 -
2006-07-12 20:52:07 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
vincents
5c84454943 changed hexstr(cardinal()) for pointers to dbgs() and other 64-bits fixes from Peter Vreman
git-svn-id: trunk@6915 -
2005-03-07 21:59:45 +00:00
mattias
caf487c9e8 implemented OnChange for TRadioButton, TCheckBox, TToggleBox and some more docking stuff
git-svn-id: trunk@5531 -
2004-05-30 14:02:31 +00:00
mattias
7f77713e6c replaced writeln by debugln
git-svn-id: trunk@5456 -
2004-05-11 12:16:48 +00:00
mattias
ce11f9f6e2 implemented mainunit hints for include files
git-svn-id: trunk@5393 -
2004-04-10 17:58:57 +00:00
mattias
277581d567 fixed CreateComponent for buttons, implemented basic Drag And Drop
git-svn-id: trunk@5238 -
2004-02-28 00:34:36 +00:00
mattias
0cf05a0a1c added docking properties
git-svn-id: trunk@4316 -
2003-06-25 18:12:32 +00:00
lazarus
d78e403562 MG: changed license to LGPL
git-svn-id: trunk@997 -
2002-02-09 01:47:36 +00:00
lazarus
5718818c2a MG: fixed random function results
git-svn-id: trunk@221 -
2001-03-12 12:17:02 +00:00
michael
f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00