Commit Graph

183 Commits

Author SHA1 Message Date
juha
5ff78d5320 Designer: Support Undo-action for changed Parent of a component. Issue #26815.
git-svn-id: trunk@61996 -
2019-10-05 19:47:24 +00:00
juha
3bb6b19392 IdeIntf: Allow F12 and other hotkeys in Object Inspector when the selection Combobox is active. Issue #29335, patch from ptvs.
git-svn-id: trunk@60745 -
2019-03-22 09:36:22 +00:00
juha
fcdd4db4dc IdeIntf: Fix coordinates for TTIPropertyGrid.OnPropertyHint. Issue #34689, patch from Zhengji.
git-svn-id: trunk@60708 -
2019-03-17 09:16:48 +00:00
juha
6921b150ee IDE: Add checkbox to show/hide property filter in object inspector. Issue #35043, patch from ptvs.
git-svn-id: trunk@60406 -
2019-02-11 16:35:11 +00:00
juha
7b640a0f3c Object Inspector: Formatting.
git-svn-id: trunk@59804 -
2018-12-12 13:51:55 +00:00
juha
c8545b8956 Object Inspector: Prevent component-tree hiding the component-values pane. Issue #34562.
git-svn-id: trunk@59803 -
2018-12-12 13:51:49 +00:00
juha
78f99157f2 LCL: Rename function NewLineMI back to NewLine for Delphi-compatibility. Issue #34667.
git-svn-id: trunk@59760 -
2018-12-09 15:37:15 +00:00
martin
8d45fef409 ObjectInspector: Reduce Painting in OI-Grid for smother scrolling. (ShowScrollBar in UpdateScrollBar let to a full Invalidate on each Paint). Unnecessary moving of FCurrentEdit (TWinControl), while outside visible area also increases InvalidationRect after ScrollWindowEx.
git-svn-id: trunk@59624 -
2018-11-22 10:27:04 +00:00
martin
075d701aad ObjectInspector: Make OI-Grid.Paint respect Canvas.ClipRect
git-svn-id: trunk@59623 -
2018-11-22 10:22:41 +00:00
martin
8765ceb4f1 ObjectInspector: Reduce calls to ComponentTree.Invalidate (changing the positon of FCurrentButton or FCurrentEdit in the OI-Grid can trigger a call to Resize of the Form, even so the Size did not change / Win10)
git-svn-id: trunk@59622 -
2018-11-22 10:21:27 +00:00
martin
b36dbf345d ObjectInspector: fix/restore ScrollWindowEx. Ensure proper scrolling of active-cell-editor, if partly out of visible view. Fix issue #0034539
git-svn-id: trunk@59604 -
2018-11-19 12:26:14 +00:00
wp
66aad5f3f6 IDEIntf: Call Repaint for redrawing the object inspector (instead of Invalidate) when the OI is scrolled or column widths are dragged {{MantisLink|34539}}, Patch by BrunoK.
git-svn-id: trunk@59567 -
2018-11-17 10:28:44 +00:00
juha
300fac7486 LCL-Win32: Invalidate OI's edit control also on Windows. Issue #34539.
git-svn-id: trunk@59553 -
2018-11-16 10:18:52 +00:00
mattias
da1be191da ideintf: simpifications
git-svn-id: trunk@59475 -
2018-11-06 23:46:19 +00:00
mattias
df79b8ffbb IDEIntf: simplified
git-svn-id: trunk@59474 -
2018-11-06 21:50:48 +00:00
wp
a7d36155f9 IDE/ObjectInspector: Fix size of widgetset icons on high-dpi screens.
git-svn-id: trunk@59323 -
2018-10-19 12:02:34 +00:00
wp
94c1307bb0 IDEIntf: Tweak Object Inspector such that TFlowPanelControl items cannot be added and deleted in an incorrect way (issue #34286).
git-svn-id: trunk@59133 -
2018-09-22 17:48:14 +00:00
juha
8ac408ea5a IdeIntf: Improve TOIPropertyGridRow.IsDisabled from r59082 #ac8ef42f9f.
git-svn-id: trunk@59084 -
2018-09-19 14:57:46 +00:00
juha
ac8ef42f9f IdeIntf: A new TDisabledCollectionPropertyEditor for TFlowPanel.ControlList. Disables the button for editor.
git-svn-id: trunk@59082 -
2018-09-19 12:37:42 +00:00
juha
508a89d4af LCL: Rename function NewLine -> NewLineMI to avoid name clashes and confusion.
git-svn-id: trunk@58939 -
2018-09-10 22:27:55 +00:00
juha
4366247bd3 IdeIntf: Enlarge Object inspector's ComboBox / Edit area. Improves visual appearance. Issue #33550, by Anthony Walter.
git-svn-id: trunk@58860 -
2018-09-04 20:59:01 +00:00
balazs
82ab3151e0 IDE: Update component tree(OI) when changing the Z-order of a control. Issue #33954.
git-svn-id: trunk@58521 -
2018-07-14 19:39:26 +00:00
ondrej
5834be34f2 ideintf: objectinspector: Fix status bar misalignment. issue #33825
git-svn-id: trunk@58123 -
2018-06-04 12:29:39 +00:00
mattias
7aa6b95bbb IDEIntf: less hints, comments
git-svn-id: trunk@57999 -
2018-05-22 08:00:08 +00:00
michl
31dd064264 IDE: ObjectInspector: Fixed property filter input: caret jumps to begin. Issue #33585
git-svn-id: trunk@57957 -
2018-05-18 19:51:00 +00:00
ondrej
936a0dea02 IDE: use IDEImages instead of custom image lists
git-svn-id: trunk@57865 -
2018-05-09 01:39:31 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
ondrej
a711fb97c0 IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
2018-04-26 10:02:59 +00:00
ondrej
cf03083224 IdeIntf: OI: fix streamed property detection (default float values were highlighted).
git-svn-id: trunk@57606 -
2018-04-05 11:22:33 +00:00
juha
067144af2d LCL-GTK2: Fix designer behavior when Top/Left/Width/Height is selected in Object Inspector. Issue #33426, patch from accorp.
git-svn-id: trunk@57604 -
2018-04-05 02:09:02 +00:00
juha
7cc99ef58e Object Inspector: Simplify and shorten a little. Add a ToDo in TObjectInspectorDlg.KeyDown.
git-svn-id: trunk@57490 -
2018-03-09 22:30:44 +00:00
juha
4d25fb8328 Object Inspector: Prevent index out of bounds error when no grid row is selected. Issue #33344.
git-svn-id: trunk@57474 -
2018-03-08 18:38:55 +00:00
michl
c582885e5c IDE: Fixed components with published properties of type "interface" does not work. Issue #32919. Patch by Andi Friess
git-svn-id: trunk@57332 -
2018-02-19 23:42:46 +00:00
ondrej
129140c672 IDE: Desktops: save ObjectInspector grid splitter and info panel properties.
git-svn-id: trunk@56913 -
2018-01-02 05:36:42 +00:00
mattias
913451674b IDEIntf: fixed function result
git-svn-id: trunk@56632 -
2017-12-05 12:36:50 +00:00
juha
8f3d7a7dea IDE, OI: Update the component ComboBox properly when it is visible. Issue #32427.
git-svn-id: trunk@55877 -
2017-09-17 10:34:48 +00:00
ondrej
c0c164a991 IdeIntf: OI: center current row arrow vertically. Issue #32280
git-svn-id: trunk@55672 -
2017-08-17 08:47:45 +00:00
mattias
813eb2f8f1 IDEIntf: TOICustomPropertyGrid: handle wheel events on grid the same as on edit cell control, issue #32193, from Anthony Walter
git-svn-id: trunk@55568 -
2017-07-24 08:30:30 +00:00
michl
0982e734bb IDE: High-DPI: ObjectInspector: Size of filter edit glyphs. Issue #32097
git-svn-id: trunk@55496 -
2017-07-13 16:56:01 +00:00
michl
3acd41371c IDE: High-DPI: ObjectInspector: Fixed drawing of active row bitmap. Issue #32097
git-svn-id: trunk@55492 -
2017-07-12 20:54:49 +00:00
ondrej
3f34b29aae IdeIntf: OI: fix font color for selected items in combobox [2]
git-svn-id: trunk@55312 -
2017-06-10 19:22:26 +00:00
ondrej
ecbfde6a60 IdeIntf: OI: fix font color for selected items in combobox
git-svn-id: trunk@55305 -
2017-06-10 12:16:30 +00:00
ondrej
0cd8ed04e5 LCL: combobox, listbox: fix drawing of customdrawn items. Change TOwnerDrawStateType.odPainted to odBackgroundPainted
git-svn-id: trunk@55304 -
2017-06-10 11:43:19 +00:00
ondrej
6578db1024 IDE: OI: use new csOwnerDrawEditableFixed and csOwnerDrawEditableVariable styles for combo boxes. Issue #31891
git-svn-id: trunk@55248 -
2017-06-05 19:48:29 +00:00
ondrej
1011b9f883 IDE: OI: revert standard comboboxes to csDropDown style. Issue #31891
git-svn-id: trunk@55242 -
2017-06-05 17:43:17 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
ondrej
7a3d5c7a3f IdeIntf: OI: use DefaultValueFont and ValueFont also for editors and hint window; draw default value in editor combobox with italic style.
git-svn-id: trunk@55025 -
2017-05-20 20:30:08 +00:00
ondrej
083ef5923c LCL: rename TControl.ScaleCoord* methods
git-svn-id: trunk@55022 -
2017-05-20 10:02:25 +00:00
ondrej
3a7e2ee5dd IdeIntf: propedits: fix highlighting default (=not stored) properties.
git-svn-id: trunk@54955 -
2017-05-17 18:27:55 +00:00
ondrej
fa6f0296b6 IdeIntf: OI: always write values to objects if explicitely wanted.
git-svn-id: trunk@54953 -
2017-05-17 14:55:48 +00:00