Commit Graph

139 Commits

Author SHA1 Message Date
mattias
b69bf50553 IDE: designer: clean up undo code
git-svn-id: trunk@46476 -
2014-10-08 17:46:51 +00:00
mattias
5656db6508 IDE: indentiation
git-svn-id: trunk@45217 -
2014-05-28 23:12:11 +00:00
mattias
8844f15f3a IDE: designer mediator: fixed non visual components selection and moving, patch #26234
git-svn-id: trunk@45216 -
2014-05-28 22:43:19 +00:00
mattias
d599292ff9 IDE: designer: snap to nearest grid, instead of form grid, bug #18579
git-svn-id: trunk@44733 -
2014-04-14 20:22:29 +00:00
mattias
baabe96213 IDE: undo for designer, patch #22584
git-svn-id: trunk@44156 -
2014-02-18 21:46:36 +00:00
mattias
51d0aff5e3 IDE: clean up
git-svn-id: trunk@40695 -
2013-04-02 10:11:26 +00:00
mattias
251a4c02ff IDE: designer: fixed csDesignFixedBounds
git-svn-id: trunk@40153 -
2013-02-03 11:51:16 +00:00
juha
22c9f39a9c Designer: formatting
git-svn-id: trunk@39089 -
2012-10-15 10:42:04 +00:00
juha
a4875743e3 Designer: TControlSelection method optimizations by Zex Atilla
git-svn-id: trunk@39063 -
2012-10-13 09:13:51 +00:00
juha
50b8a2fee5 Designer: formatting
git-svn-id: trunk@38466 -
2012-08-31 16:19:43 +00:00
mattias
0fa5af44a5 IDE: designer selection: emit OnChange before OnChangeProperties
git-svn-id: trunk@37452 -
2012-05-29 11:10:04 +00:00
mattias
fb9c855546 IDEIntf: added TObjectInspectorDlg.EnableHookGetSelection, IDE: designer selection is now stored in TheControlSelection, as OI does not always exist
git-svn-id: trunk@37450 -
2012-05-29 09:42:07 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
mattias
b3a8dd03b1 fixed typos: childs
git-svn-id: trunk@29440 -
2011-02-10 09:37:16 +00:00
paul
41160c3a52 designer: disable snapping when Alt key is pressed (issue #0001974)
git-svn-id: trunk@26910 -
2010-07-30 08:17:49 +00:00
paul
9999081da8 lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531)
git-svn-id: trunk@23472 -
2010-01-17 07:12:12 +00:00
paul
e4cdead4c8 ide, ideintf: component treeview improvements
- add menu item to add collection items for TCollection and TCollectionItem
  - better find selected persistent
  - fix all calls of GetDesignerForm (no need to cast to TComponent) so if persistent changes then IDE also sets modified state

git-svn-id: trunk@23163 -
2009-12-17 14:05:01 +00:00
mattias
c64b628c67 IDE: fixed painting datamodules
git-svn-id: trunk@23103 -
2009-12-12 15:51:01 +00:00
paul
835f394fbd ide: allow deletion of TCollectionItems (todo: don't allow deletion of TCollection)
git-svn-id: trunk@22919 -
2009-12-02 10:38:03 +00:00
mattias
f246b17923 IDE: controlselection: using FreeNotification opRemove for selected components
git-svn-id: trunk@22627 -
2009-11-16 15:12:14 +00:00
mattias
e6d6a54eb9 reduced warnings
git-svn-id: trunk@22382 -
2009-11-02 10:47:24 +00:00
paul
72ca561bdb designer: reduce debug output
git-svn-id: trunk@21925 -
2009-09-30 03:41:38 +00:00
paul
d6a6f487a7 formatting
git-svn-id: trunk@21776 -
2009-09-20 04:42:57 +00:00
paul
6daf1895cc designer: cancel move/resize operation on ESC key press (issue #0010981)
git-svn-id: trunk@21755 -
2009-09-18 07:36:09 +00:00
mattias
9d47b22a8e IDEIntf: fixed designer mediator grand child bounds
git-svn-id: trunk@21668 -
2009-09-12 16:06:18 +00:00
mattias
5a72f4fee4 IDE: designer mediator: implemented rubberband and draw markers
git-svn-id: trunk@21649 -
2009-09-11 12:05:49 +00:00
mattias
de3d5fa347 IDEIntf: designer mediator: fixed GetComponentOriginOnForm
git-svn-id: trunk@21644 -
2009-09-10 11:12:52 +00:00
mattias
2d33a670e1 IDEIntf: designer mediator: added ComponentIsIcon
git-svn-id: trunk@21637 -
2009-09-09 20:16:48 +00:00
mattias
6e272afa14 IDE: mediator in controlselection
git-svn-id: trunk@21625 -
2009-09-08 16:00:56 +00:00
paul
f5b7d75df5 ide, designer: allow negative left and top for non-visual components (also fixes bug #0013468)
git-svn-id: trunk@21561 -
2009-09-04 03:25:05 +00:00
paul
b40172afcd designer: simplify previous commit
git-svn-id: trunk@20726 -
2009-06-24 01:38:46 +00:00
paul
7dd0bd8b77 ide, designer: fix compilation after recent fpc 2.3.1 change - r13320 #54190edc5b
git-svn-id: trunk@20725 -
2009-06-24 01:29:12 +00:00
paul
93a1c4eccf designer: update component treeview and object inspect on after execution of chnage parent command (issue #0013787)
git-svn-id: trunk@20115 -
2009-05-22 04:29:39 +00:00
paul
0a20153a4d designer: fix painting (visible only on windows)
- use symmetric DC.Restore for all DC.Save calls
  - set control for designer DC since it is not always possible to retrieve control from DC (especially it is impossible on windows)
  - if GetDCOriginRelativeToWindow return False use another approach to retrieve this origin (using known DC control)
  - formatting

git-svn-id: trunk@19064 -
2009-03-22 16:00:04 +00:00
paul
2b18e40042 designer: formatting
git-svn-id: trunk@18834 -
2009-02-27 08:14:13 +00:00
paul
e8e122df26 designer: add SelectAll menu item, Ctrl+A key handling (implements issue #0001776)
git-svn-id: trunk@18757 -
2009-02-19 03:43:00 +00:00
mattias
26293e4375 IDE: designer: fixed updating Form.Left/Top on window move
git-svn-id: trunk@18628 -
2009-02-10 10:11:04 +00:00
paul
40f211f179 designer: formatting
git-svn-id: trunk@18627 -
2009-02-10 04:19:06 +00:00
mattias
b9db2f0fa6 clean up
git-svn-id: trunk@18624 -
2009-02-09 23:31:35 +00:00
mattias
838c0d5428 IDE: designer: update OI props of selected form when moving
git-svn-id: trunk@18623 -
2009-02-09 23:23:24 +00:00
paul
85a4abd345 designer: clear the whole component selection on designer destroying (bug #0012994)
git-svn-id: trunk@18337 -
2009-01-19 08:32:41 +00:00
tombo
a7714f09e0 IDE designer: limit component position to form client area
git-svn-id: trunk@13996 -
2008-02-06 11:45:50 +00:00
mattias
cdde9e222b IDE: fixed updating statusbar on source editor page change via keyboard, fixed typo
git-svn-id: trunk@13110 -
2007-12-01 23:47:14 +00:00
vincents
a905bdf46f IDE: fixed comparing selections if one of the selections is empty (bug #9062) patch from Yuri + improvement
git-svn-id: trunk@11393 -
2007-06-27 12:42:51 +00:00
vincents
d6c36b0fe3 IDE: don't try to space controls equally, if only one control is selected (bug #9118)
git-svn-id: trunk@11341 -
2007-06-20 23:03:44 +00:00
mattias
0cbf3340ac gtk2 intf: fixed connecting events of TListBox
git-svn-id: trunk@11012 -
2007-04-27 09:30:50 +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
mattias
aaece13776 OI: keeping order of multi selection
git-svn-id: trunk@10023 -
2006-10-02 08:42:06 +00:00
mattias
ab36f3dace implemented showing borderspace in designer
git-svn-id: trunk@8657 -
2006-01-29 14:57:01 +00:00
mattias
dceaef4f4f fixed typo
git-svn-id: trunk@8473 -
2006-01-08 22:26:38 +00:00