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
mattias
cba602c612
fixed TDesigner.CheckFormBounds
...
git-svn-id: trunk@7633 -
2005-09-06 09:07:27 +00:00
vincents
9ba8694ec3
fixed debug output
...
git-svn-id: trunk@7629 -
2005-09-05 12:14:08 +00:00
mattias
7bccdc9896
added TMaskEdit.EditMask property editor from Lagunov Aleksey
...
git-svn-id: trunk@7576 -
2005-08-27 12:55:55 +00:00
vincents
1064272122
removed ifdef ver1 from Martin Smat
...
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
micha
560e203e67
invalidate markers (gray selection boxes) on multiselections when unselecting ( fixes #764 )
...
git-svn-id: trunk@7145 -
2005-05-05 13:49:59 +00:00
mattias
5673f4846e
fixed note about jpeg bug
...
git-svn-id: trunk@6803 -
2005-02-18 16:59:39 +00:00
vincents
8e64bd00ae
fixed fpc 1.0.x compilation
...
git-svn-id: trunk@6773 -
2005-02-08 21:46:23 +00:00
mattias
e25e3db111
implemented OnIdle checking for controlselection bounds
...
git-svn-id: trunk@6749 -
2005-02-05 15:37:31 +00:00
micha
06d7f53d8a
fix bug #575 , refresh control image when moving/resizing
...
git-svn-id: trunk@6660 -
2005-01-21 19:47:16 +00:00
mattias
617a25c02d
added mouse cursors for 8 uni directions, imlemented for gtk
...
git-svn-id: trunk@6577 -
2005-01-13 22:07:10 +00:00
mattias
0ced54bdb8
implemented TCheckBox.State=cbGrayed for gtk intf without visual representation
...
git-svn-id: trunk@6489 -
2005-01-07 01:31:44 +00:00
vincents
d212a88751
Replaced writeln by DebugLn in {$IFDEF VerboseDesigner}
...
git-svn-id: trunk@6129 -
2004-10-11 10:47:19 +00:00