Commit Graph

415 Commits

Author SHA1 Message Date
mattias
7811bbddf9 fixed config path for IDE Dialogs
git-svn-id: trunk@7461 -
2005-07-31 17:33:25 +00:00
mattias
63ebe03976 fixed TEdit to eat normal keys and avoid triggering accelerators
git-svn-id: trunk@7424 -
2005-07-25 23:11:48 +00:00
micha
854c9cf746 fix bug #741: fix setting multiselect to not select all items; default extendedselect is true
git-svn-id: trunk@7382 -
2005-07-19 14:18:44 +00:00
mattias
ff9a280e4c added some anchorside autosizing, activated new generic autosizing, removed old special DoAutoSize methods
git-svn-id: trunk@7278 -
2005-06-24 14:03:33 +00:00
mattias
bb74449136 fixed registering TStaticText
git-svn-id: trunk@7276 -
2005-06-23 18:48:55 +00:00
mattias
6bc643e291 hid TStaticText - it is obsolete
git-svn-id: trunk@7253 -
2005-06-19 10:16:27 +00:00
mattias
536f8dd243 implemented TCustomLabel.OptimalFill: boolean
git-svn-id: trunk@7250 -
2005-06-18 16:10:09 +00:00
mattias
19553ee2d3 implemented context help system for compiler/make messages
git-svn-id: trunk@7247 -
2005-06-18 08:49:32 +00:00
vincents
903c6d561e fixed crashed with csOwnerDrawVariable combobox style (bug #934) from Jesus
git-svn-id: trunk@7236 -
2005-06-13 08:04:38 +00:00
mattias
3e841cb34a fixed triggering TListBox.Click when clicking on selected item
git-svn-id: trunk@7205 -
2005-05-26 22:15:51 +00:00
micha
564ffa1867 prevent double onclick event when using click-on-selchange
git-svn-id: trunk@7155 -
2005-05-06 10:21:38 +00:00
micha
6c015e6ea2 introduce intfselectionchanged procedure for widgetsets that do not send LM_SELCHANGED automatically
fix senditemindex to cause onclick event

git-svn-id: trunk@7154 -
2005-05-06 09:39:49 +00:00
mattias
a7b16d2f92 started TButtonActionLink
git-svn-id: trunk@7125 -
2005-05-02 09:17:08 +00:00
micha
2bfef4ae8e implement/fix button/label shortcut accelchar handling
git-svn-id: trunk@7108 -
2005-04-27 12:37:28 +00:00
mattias
dfbe4b526d fixed small aesthetical editoroptions bugs
git-svn-id: trunk@7089 -
2005-04-19 15:06:30 +00:00
mattias
6697af3196 accelerated TMemo on gtk, gtk2 and win32 interface from Andrew Haines
git-svn-id: trunk@7060 -
2005-04-05 19:41:19 +00:00
vincents
62622ade38 made TCustomCombobox.Clear virtual
git-svn-id: trunk@6998 -
2005-03-20 21:12:15 +00:00
mattias
57990d6de7 handle tab key in ControlKeyDown in TCustomEdit and TCustomComboBox
git-svn-id: trunk@6933 -
2005-03-10 09:02:11 +00:00
mattias
8a344c0ff0 BorderStyle for TCustomEdit in win32 intf from Jesus
git-svn-id: trunk@6925 -
2005-03-08 10:32:47 +00:00
marc
6ed8e2ecf4 * Reworked listviews to match new interface
git-svn-id: trunk@6848 -
2005-02-26 17:08:41 +00:00
mattias
49190601ad fixed componentpalette adding via double click
git-svn-id: trunk@6826 -
2005-02-21 20:15:28 +00:00
mattias
85765e67ac added navigation key check for up/down already handled
git-svn-id: trunk@6825 -
2005-02-21 13:54:26 +00:00
mattias
458fb0ea45 made TListBox.Clear virtual
git-svn-id: trunk@6812 -
2005-02-19 18:23:28 +00:00
micha
aa256339b2 select index of item in list, if text occurs in list
git-svn-id: trunk@6780 -
2005-02-11 16:26:26 +00:00
mattias
5f6a3f169e published TComboBox.ItemIndex from Sergios
git-svn-id: trunk@6734 -
2005-02-04 15:36:50 +00:00
mattias
77284fb222 published TEdit.OnEditingDone
git-svn-id: trunk@6733 -
2005-02-04 15:24:56 +00:00
micha
6fa632827f implement shortcut handling, tcustomlabel accelerator focuscontrol functionality
git-svn-id: trunk@6725 -
2005-02-03 15:10:23 +00:00
mattias
5ef1f06d1c added error message for TStaticText.BorderStyle not implemented during designing
git-svn-id: trunk@6693 -
2005-01-26 17:36:02 +00:00
micha
46192cb3cc implement TCustomLabel.Layout
git-svn-id: trunk@6657 -
2005-01-21 14:18:11 +00:00
micha
4338d1ed7e implement TCustomLabel.Transparent
git-svn-id: trunk@6656 -
2005-01-21 13:38:10 +00:00
mattias
87dfdda5ef published TComboBox.OnDbClick
git-svn-id: trunk@6647 -
2005-01-20 16:58:16 +00:00
mattias
ed02f73289 improved TLabel autosizing
git-svn-id: trunk@6627 -
2005-01-17 16:42:35 +00:00
micha
d1ef6f2b88 remove TStaticText.Layout property, not supported by delphi, hard to implement
git-svn-id: trunk@6549 -
2005-01-11 21:36:36 +00:00
vincents
73ba16e348 TCustomCheckBox.AllowGray defaults to false.
git-svn-id: trunk@6540 -
2005-01-11 13:25:23 +00:00
vincents
423adf9b59 TLabel.ShowAccelChar default value is True
git-svn-id: trunk@6516 -
2005-01-08 22:13:21 +00:00
micha
4c3b54fe0f label can not bew focused anymore, hide tabstop/taborder
git-svn-id: trunk@6506 -
2005-01-07 21:53:48 +00:00
micha
d2bcf688ef publish Layout property (compatibility with situation before swap with tstatictext)
git-svn-id: trunk@6505 -
2005-01-07 21:36:37 +00:00
micha
b63e712b19 swap TCustomStaticText and TCustomLabel
git-svn-id: trunk@6500 -
2005-01-07 20:51:11 +00:00
mattias
965c1e6b30 fixed loading TRadioButton.Checked
git-svn-id: trunk@6452 -
2005-01-01 19:36:40 +00:00
mattias
d2586ead0f published TEdit.Color - only useful under windows, gtk1 ignores it
git-svn-id: trunk@6439 -
2004-12-31 11:59:47 +00:00
mattias
c49518c55c published BorderSpacing for many controls
git-svn-id: trunk@6429 -
2004-12-27 19:40:59 +00:00
mattias
332d4e3136 implemented dialog to edit basic help db settings
git-svn-id: trunk@6425 -
2004-12-27 16:51:19 +00:00
vincents
64233e8c71 made some protected TCustomCombobox properties public, so they can be used by the win32 widget set.
git-svn-id: trunk@6381 -
2004-12-16 20:13:27 +00:00
mattias
545441282f fixed loading project flags and added RTTI example for readonly properties
git-svn-id: trunk@6373 -
2004-12-13 16:43:37 +00:00
mattias
8960dd3810 implemented preferred size for controls for theme depending AutoSizing
git-svn-id: trunk@6189 -
2004-11-03 14:18:36 +00:00
mattias
abacaa7cbf implemented Rename Identifier
git-svn-id: trunk@6075 -
2004-09-25 15:05:39 +00:00
mattias
08d727e283 various fixes for TCustomMemo, RTTIControls, FindReferences
git-svn-id: trunk@6046 -
2004-09-22 19:05:58 +00:00
micha
74f59c2028 convert LM_SETPROPERTIES message for tcustomlabel to interface methods
git-svn-id: trunk@6043 -
2004-09-22 14:50:18 +00:00
micha
4c7a853aca convert LM_SHORTCUT message to interface methods
git-svn-id: trunk@6018 -
2004-09-17 10:56:26 +00:00
micha
9bf5da6991 convert LM_APPENDTEXT to interface method
git-svn-id: trunk@5959 -
2004-09-10 17:59:58 +00:00
micha
d189d5601f convert LM_SETLABEL message to interface methods
git-svn-id: trunk@5954 -
2004-09-10 09:43:13 +00:00
mattias
56ae7a60a2 fixed focus catch for combobox csDropDownList
git-svn-id: trunk@5890 -
2004-08-30 10:49:20 +00:00
mattias
aa117a3f6c moved navigation key handling to TApplication and added options for custom navigation
git-svn-id: trunk@5862 -
2004-08-26 19:09:34 +00:00
mattias
4316d37265 better theming for some dialogs
git-svn-id: trunk@5833 -
2004-08-22 12:10:56 +00:00
mattias
8fb1867a6b removed obsolete unit vclglobals
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00
mattias
508c219f38 gtk intf now ignores size notifications of unrealized widgets
git-svn-id: trunk@5808 -
2004-08-17 19:01:37 +00:00
mattias
444c86b6f5 fixed fpc 1.0.10 compilation
git-svn-id: trunk@5798 -
2004-08-15 22:31:51 +00:00
mazen
c4db8f2797 + TCharater type used to allow UTF8 keyboard with gtk2
git-svn-id: trunk@5781 -
2004-08-13 16:40:47 +00:00
mattias
885b54ba20 fixed codetools ConstSet, implemented notifying TApplication whenmenu popups
git-svn-id: trunk@5776 -
2004-08-13 10:20:19 +00:00
mattias
513788c44b moved designer/abstractformeditor.pp to ideintf/formeditingintf.pas
git-svn-id: trunk@5744 -
2004-08-05 21:20:47 +00:00
mattias
649f11360b TStaticText.CanTab=false
git-svn-id: trunk@5732 -
2004-08-04 09:57:17 +00:00
mattias
116c988455 added RTTI controls
git-svn-id: trunk@5687 -
2004-07-16 21:49:00 +00:00
mattias
2a4f175ec4 fixed lcl package unit file name checklist.pas
git-svn-id: trunk@5675 -
2004-07-13 10:34:15 +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
5071772db1 fixed showing grabers for boundless components
git-svn-id: trunk@5660 -
2004-07-07 22:26:58 +00:00
mattias
13b1bfe34a TGTKListStringList now keeps selection on Put and Move
git-svn-id: trunk@5641 -
2004-07-03 11:11:09 +00:00
mattias
e85b004b32 fixed TStringGrid goEditing from Jesus
git-svn-id: trunk@5601 -
2004-06-27 09:34:24 +00:00
micha
964e269dcd fix designer cursor to not set Form.Cursor directly
git-svn-id: trunk@5563 -
2004-06-14 12:54:02 +00:00
vincents
a8ed94e6e6 listbox style changes are notified to the widgetset
git-svn-id: trunk@5551 -
2004-06-10 22:07:58 +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
d4265baaa0 readded protected TWinControl.BorderStyle
git-svn-id: trunk@5497 -
2004-05-21 18:34:44 +00:00
mattias
c01cf47133 quick fixed crashing property overloading BorderStyle
git-svn-id: trunk@5495 -
2004-05-21 18:12:17 +00:00
micha
c5117d42da add measureitem to tcustomlistbox just like tcustomcombobox has
git-svn-id: trunk@5492 -
2004-05-21 11:13:18 +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
e99b62d3de fixed 1.0.x compilation
git-svn-id: trunk@5296 -
2004-03-12 15:48:57 +00:00
mattias
fc72bfb144 added TWinControl.ParentFormInitializeWnd
git-svn-id: trunk@5288 -
2004-03-08 22:36:01 +00:00
mattias
9f68e8722f moved TOnwerDrawState to StdCtrls
git-svn-id: trunk@5286 -
2004-03-08 00:48:05 +00:00
mattias
17c9fe03bd added workaround for AutoSize in TCustomLabel
git-svn-id: trunk@5279 -
2004-03-07 09:37:20 +00:00
mattias
2eac6f15cf published some TRadioButton properties
git-svn-id: trunk@5232 -
2004-02-24 20:26:50 +00:00
mattias
f60b748b9d improved FindDragTarget
git-svn-id: trunk@5228 -
2004-02-23 23:15:14 +00:00
mattias
e5eba9a1ec published TLabel.OnMouseXXX
git-svn-id: trunk@5227 -
2004-02-23 20:06:05 +00:00
mattias
39a7a94021 added child-parent checks
git-svn-id: trunk@5218 -
2004-02-22 10:43:20 +00:00
mattias
ed4170793e fixed combo chane
git-svn-id: trunk@5199 -
2004-02-13 18:21:31 +00:00
mattias
63221956e2 implemented ByteOrder for TLazIntfImage and added call of to LM_SETFONT
git-svn-id: trunk@5183 -
2004-02-09 19:52:52 +00:00
mattias
46d10c1953 updated polish translation
git-svn-id: trunk@5177 -
2004-02-06 16:58:58 +00:00
mattias
caff68648f fixed GetConstraints for win32 intf
git-svn-id: trunk@5173 -
2004-02-05 13:53:38 +00:00
mattias
7218b6a616 implemented Actions for TSpeedButton, TMenuItem, TCheckBox
git-svn-id: trunk@5172 -
2004-02-05 09:45:33 +00:00
mattias
ddd3ba7dbd completed TControl actions
git-svn-id: trunk@5171 -
2004-02-04 23:30:18 +00:00
mattias
3a1867c652 removed workaround VirtualCreate
git-svn-id: trunk@5168 -
2004-02-04 22:17:09 +00:00
mattias
d7b70bb93d added TToolButton.Action and published some props
git-svn-id: trunk@5162 -
2004-02-04 12:59:08 +00:00
mattias
34f25d506b added DefineProperties check for check lfm
git-svn-id: trunk@5160 -
2004-02-04 11:09:40 +00:00
mattias
4565731a0f added SelectDirectory and TListBox.ItemVisible
git-svn-id: trunk@5159 -
2004-02-04 00:21:40 +00:00
mattias
2f6b16b01a added some TEdit ideas to TSpinEdit
git-svn-id: trunk@5158 -
2004-02-04 00:04:37 +00:00
mattias
286718c595 implemented interface constraints
git-svn-id: trunk@5135 -
2004-02-02 12:44:45 +00:00
mattias
4387af774a TScrollBar now automatically checks Align and Anchors for useful values
git-svn-id: trunk@5132 -
2004-02-02 00:41:06 +00:00
mattias
269687dae9 improved changing style of controls
git-svn-id: trunk@5112 -
2004-01-27 21:32:11 +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
383c1ee5f1 implemented TCustomListBox.ItemAtPos
git-svn-id: trunk@5054 -
2004-01-12 15:04:41 +00:00
mattias
28da3cef35 implemented TCustomListBox.ItemRect for gtk1 intf
git-svn-id: trunk@5047 -
2004-01-11 11:57:54 +00:00
mattias
4f0dee5f1f fixed setting TRadioButton.Caption for gtk
git-svn-id: trunk@5024 -
2004-01-06 17:58:06 +00:00
mattias
683563f9da published TEdit.Enabled
git-svn-id: trunk@5003 -
2004-01-03 20:36:29 +00:00
mattias
f8bf653343 implemented Clean Directories
git-svn-id: trunk@4859 -
2003-11-28 23:24:57 +00:00
mattias
2f74ed4559 added TListBox.PopupMenu
git-svn-id: trunk@4848 -
2003-11-27 19:40:34 +00:00
mattias
a1e0729a48 fixed scrollbar events under gtk from Colin
git-svn-id: trunk@4780 -
2003-11-08 14:12:48 +00:00
mattias
65e03eb325 added clipboard support for TCustomEdit from Colin
git-svn-id: trunk@4753 -
2003-11-01 18:58:15 +00:00
marc
ceaf698ecf Implemented new gtk keyevent handling
git-svn-id: trunk@4715 -
2003-10-16 23:54:27 +00:00
ajgenius
9984b79b87 add minor TEdit/TMemo properties for delphi compatiblitity
git-svn-id: trunk@4680 -
2003-09-26 18:19:40 +00:00
mattias
aab0dd3956 improved OnEnter for gtkcombo
git-svn-id: trunk@4663 -
2003-09-23 08:00:46 +00:00
mattias
93af878a76 started TDBMemo
git-svn-id: trunk@4639 -
2003-09-18 11:24:29 +00:00
mattias
5e5c1122a7 renamed LCLLinux to LCLIntf
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
mattias
40044dcf40 listbox and comboboxes now set sort and selection at handle creation
git-svn-id: trunk@4541 -
2003-08-28 09:10:01 +00:00
mattias
c771afd96b applied listbox/combobox patch from Karl
git-svn-id: trunk@4524 -
2003-08-26 08:12:33 +00:00
mattias
2dd3a2c7b1 replaced label with memo
git-svn-id: trunk@4436 -
2003-07-30 13:03:44 +00:00
marc
0a7ac9d03a + Implemented TCheckListBox.Checked[] property
git-svn-id: trunk@4384 -
2003-07-07 23:58:43 +00:00
mattias
1fb4ee52a5 fixes for debugging lazarus
git-svn-id: trunk@4296 -
2003-06-23 09:42:09 +00:00
mattias
8882e9c7e7 fixed keeping TForm.Visible=false
git-svn-id: trunk@4281 -
2003-06-16 22:47:19 +00:00
mattias
31e18d27ca fixed using streamed clientwith/height for child anchors
git-svn-id: trunk@4270 -
2003-06-13 14:38:01 +00:00
mattias
1f87f8a9bf applied TComboBox fix for grabbing keys from Yoyong
git-svn-id: trunk@4263 -
2003-06-12 16:18:23 +00:00
mattias
63025e4138 implemented tabstop
git-svn-id: trunk@4254 -
2003-06-10 17:23:35 +00:00
mattias
2417127a97 started TLabeledEdit
git-svn-id: trunk@4253 -
2003-06-10 15:58:39 +00:00
mattias
a5cac5fc10 implemented TComboBox dropdown from Yoyong
git-svn-id: trunk@4252 -
2003-06-10 13:35:54 +00:00
mattias
271144f7d7 added ambigius compiled unit test for packages
git-svn-id: trunk@4240 -
2003-06-07 09:34:21 +00:00
mattias
9acb463376 improved configure build lazarus dialog
git-svn-id: trunk@4108 -
2003-04-29 13:35:39 +00:00
mattias
9bbd6c482b added TMaskEdit from Tony
git-svn-id: trunk@4067 -
2003-04-16 22:59:35 +00:00
mattias
088d4e7233 fixed TMemo.WordWrap
git-svn-id: trunk@4060 -
2003-04-15 08:54:27 +00:00
mattias
e55f738b83 added but not implemented ComboBoxDropDown
git-svn-id: trunk@4046 -
2003-04-11 17:10:20 +00:00
mattias
1127317f62 started package registration
git-svn-id: trunk@4013 -
2003-04-04 16:35:24 +00:00
mattias
a66925277d added TMemoScrollBar
git-svn-id: trunk@3981 -
2003-03-29 17:20:05 +00:00
mattias
3c1c4757ca started TMemoScrollbar
git-svn-id: trunk@3980 -
2003-03-28 23:03:38 +00:00
mattias
bf371c66ab implemented TButtonControl.UseOnChange
git-svn-id: trunk@3961 -
2003-03-25 16:56:57 +00:00
mattias
30f6586797 fixed sending TButtonControl.OnClick on every change
git-svn-id: trunk@3960 -
2003-03-25 16:29:53 +00:00
mattias
66fb12f4a9 removed SetRadioButtonGroupMode
git-svn-id: trunk@3950 -
2003-03-17 20:53:16 +00:00
mattias
48e0c94e7a fixed TRadioGroup.ItemIndex=-1
git-svn-id: trunk@3949 -
2003-03-17 20:50:30 +00:00
mattias
f9ff190130 added IsWindowVisible
git-svn-id: trunk@3944 -
2003-03-17 08:51:10 +00:00
mattias
cb8dad4ea8 more localization for gtk- and win32-interface and lcl
git-svn-id: trunk@3908 -
2003-03-11 07:46:44 +00:00
mattias
b25b6d4dc1 finshed Make Resourcestring dialog and implemented TToggleBox
git-svn-id: trunk@3905 -
2003-03-09 17:44:12 +00:00
mattias
a0262292bf make resource string dialog nearly complete
git-svn-id: trunk@3904 -
2003-03-08 21:51:57 +00:00
mattias
e105af18d2 fixed initial size
git-svn-id: trunk@3884 -
2003-02-28 15:49:43 +00:00
mattias
1ebc4e36a2 fixed TListBox.BorderStyle=bsNone
git-svn-id: trunk@3823 -
2003-01-24 13:07:33 +00:00
mattias
b37432d3e7 fixes for win32 listbox/combobox from Karl Brandt
git-svn-id: trunk@3771 -
2003-01-01 10:46:59 +00:00
mattias
a4d0d73c11 further cleanup
git-svn-id: trunk@3756 -
2002-12-28 21:44:51 +00:00
mattias
25b66710e8 message view scrolls to message
git-svn-id: trunk@3740 -
2002-12-27 10:34:55 +00:00
mattias
3bcd792d80 changes for fpc 1.1
git-svn-id: trunk@3738 -
2002-12-27 08:46:32 +00:00
mattias
847131452a fixed setting TEdit properties after creating handle
git-svn-id: trunk@3725 -
2002-12-22 23:25:34 +00:00
mattias
735191d158 new constants for compatibility
git-svn-id: trunk@3694 -
2002-12-12 17:47:46 +00:00
mattias
b608081566 added form editor options for rubberband and colors
git-svn-id: trunk@3667 -
2002-11-27 14:37:37 +00:00
mbukovjan
8027d20e8c Fixes to MaxLength. TCustomMemo now has MaxLength, too.
git-svn-id: trunk@3642 -
2002-11-16 11:22:57 +00:00
lazarus
aedf519f43 MG: fixed TMainMenu creation
git-svn-id: trunk@3624 -
2002-11-12 10:16:17 +00:00
lazarus
88a2927d1c MG: broke LCL<->interface circles
git-svn-id: trunk@3566 -
2002-10-26 15:15:50 +00:00
lazarus
8efa0178f7 MG: broke some interfaces.pp circles
git-svn-id: trunk@3565 -
2002-10-26 11:20:30 +00:00
lazarus
cf9743275e MG: added inputdialog.inc
git-svn-id: trunk@3557 -
2002-10-25 09:47:38 +00:00
lazarus
b06153fbbe MG: broke circle stdctrls.pp <-> forms.pp
git-svn-id: trunk@3556 -
2002-10-25 08:25:44 +00:00
lazarus
17b6fecb78 AJ: Fixed forms <-> stdctrls circular uses
git-svn-id: trunk@3553 -
2002-10-24 19:35:34 +00:00
lazarus
d8abfdaf6a MG: broke graphics.pp <-> clipbrd.pp circle
git-svn-id: trunk@3549 -
2002-10-24 10:05:51 +00:00
lazarus
2f6d95cb38 AJ: Started Form Scrolling
Started StaticText FocusControl
    Fixed Misc Dialog Problems
    Added TApplication.Title

git-svn-id: trunk@3544 -
2002-10-23 20:47:27 +00:00
lazarus
3bfe825372 AJ: moved TCustomStaticText code to include/customstatictext.inc
git-svn-id: trunk@3529 -
2002-10-21 15:51:27 +00:00
lazarus
bb4cebd0bc AJ:switched to gtk_widget_newv to work around array of const
git-svn-id: trunk@3525 -
2002-10-20 22:57:18 +00:00
lazarus
8ef3f22c76 MG: fixes for 1.1
git-svn-id: trunk@3523 -
2002-10-20 21:54:03 +00:00
lazarus
f07eb318fe AJ: Partial HintWindow Fix; Added Screen.Font & Font.Name PropEditor; Started to fix ComboBox DropDown size/pos
git-svn-id: trunk@3520 -
2002-10-18 16:08:10 +00:00
lazarus
cc1ad2295f AJ: Improvements to TUpDown; Added TStaticText & GNOME DrawText
git-svn-id: trunk@3510 -
2002-10-14 14:29:50 +00:00
lazarus
e850093571 MG: added DrawItem to TComboBox/TListBox
git-svn-id: trunk@3459 -
2002-10-04 14:24:15 +00:00
lazarus
acd0679554 MG: started customdrawitem
git-svn-id: trunk@3454 -
2002-10-03 18:04:46 +00:00
lazarus
3986fdd872 MG: added TComboBox.OnPopup+OnCloseUp+ItemWidth
git-svn-id: trunk@3452 -
2002-10-03 14:47:31 +00:00
lazarus
adf826a1be AJ: TCustomLabel Autosize, TCustomCheckbox '&' shortcuts started
git-svn-id: trunk@3450 -
2002-10-03 00:08:50 +00:00
lazarus
cdc4491fb2 MG: accelerated unitdependencies
git-svn-id: trunk@3448 -
2002-10-02 16:16:40 +00:00
lazarus
0b38b75404 MG: added various history lists
git-svn-id: trunk@3446 -
2002-10-02 14:23:23 +00:00
lazarus
690a7f150a AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.
git-svn-id: trunk@3442 -
2002-10-01 18:00:04 +00:00
lazarus
27f7ca3e31 MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
Here is the run down of what it includes -

 -Vasily Volchenko's Updated Russian Localizations

 -improvements to GTK Styles/SysColors
 -initial GTK Palette code - (untested, and for now useless)

 -Hint Windows and Modal dialogs now try to stay transient to
  the main program form, aka they stay on top of the main form
  and usually minimize/maximize with it.

 -fixes to Form BorderStyle code(tool windows needed a border)

 -fixes DrawFrameControl DFCS_BUTTONPUSH to match Win32 better
  when flat

 -fixes DrawFrameControl DFCS_BUTTONCHECK to match Win32 better
  and to match GTK theme better. It works most of the time now,
  but some themes, noteably Default, don't work.

 -fixes bug in Bitmap code which broke compiling in NoGDKPixbuf
  mode.

 -misc other cleanups/ fixes in gtk interface

 -speedbutton's should now draw correctly when flat in Win32

 -I have included an experimental new CheckBox(disabled by
  default) which has initial support for cbGrayed(Tri-State),
  and WordWrap, and misc other improvements. It is not done, it
  is mostly a quick hack to test DrawFrameControl
  DFCS_BUTTONCHECK, however it offers many improvements which
  can be seen in cbsCheck/cbsCrissCross (aka non-themed) state.

 -fixes Message Dialogs to more accurately determine
  button Spacing/Size, and Label Spacing/Size based on current
  System font.
 -fixes MessageDlgPos, & ShowMessagePos in Dialogs
 -adds InputQuery & InputBox to Dialogs

 -re-arranges & somewhat re-designs Control Tabbing, it now
  partially works - wrapping around doesn't work, and
  subcontrols(Panels & Children, etc) don't work. TabOrder now
  works to an extent. I am not sure what is wrong with my code,
  based on my other tests at least wrapping and TabOrder SHOULD
  work properly, but.. Anyone want to try and fix?

 -SynEdit(Code Editor) now changes mouse cursor to match
  position(aka over scrollbar/gutter vs over text edit)

 -adds a TRegion property to Graphics.pp, and Canvas. Once I
  figure out how to handle complex regions(aka polygons) data
  properly I will add Region functions to the canvas itself
  (SetClipRect, intersectClipRect etc.)

 -BitBtn now has a Stored flag on Glyph so it doesn't store to
  lfm/lrs if Glyph is Empty, or if Glyph is not bkCustom(aka
  bkOk, bkCancel, etc.) This should fix most crashes with older
  GDKPixbuf libs.

git-svn-id: trunk@3373 -
2002-09-27 20:52:23 +00:00
lazarus
e4c398a208 MG: added patch from Andrew
git-svn-id: trunk@3361 -
2002-09-18 17:07:30 +00:00
lazarus
109aaa2ab7 MG: started TCollectionPropertyEditor
git-svn-id: trunk@3304 -
2002-09-09 07:26:42 +00:00
lazarus
4f2ae66e68 Fixed and simplified TRadioButton
git-svn-id: trunk@3302 -
2002-09-08 19:09:55 +00:00
lazarus
bb06eb301c EchoMode for TCustomEdit. emNone not implemented for GTK+, falls back to emPassword
behaviour.

git-svn-id: trunk@3296 -
2002-09-07 12:14:50 +00:00
lazarus
054b715d8d New dialog for multiline caption of TCustomLabel.
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.

git-svn-id: trunk@3283 -
2002-09-05 10:12:07 +00:00
lazarus
da2e467433 Added shortcut keys to labels
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.

git-svn-id: trunk@3278 -
2002-09-03 11:32:49 +00:00
lazarus
539b2d26ca MG: image support, TScrollBox, and many other things from Andrew
git-svn-id: trunk@3276 -
2002-09-03 08:07:20 +00:00
lazarus
77006e3b51 Use comboboxes. Use history. Prettify the dialog. Preselect text on show.
Make the findreplace a dialog. Thus removing resiying code (handled by Anchors now anyway).
Make Anchors work again and publish them for various controls.
SelStart and Co. for TEdit, SelectAll procedure for TComboBox and TEdit.
Clean up and fix some bugs for TComboBox, plus selection stuff.

git-svn-id: trunk@3263 -
2002-08-30 06:46:03 +00:00
lazarus
0820232958 MG: propedits text improvements from Andrew, uncapturing, improved comobobox
git-svn-id: trunk@3253 -
2002-08-27 18:45:13 +00:00
lazarus
ee117c5aeb MG: fixed designer component deletion
git-svn-id: trunk@3252 -
2002-08-27 14:33:37 +00:00
lazarus
6670f3b92c MG: replaced C-style operators
git-svn-id: trunk@3242 -
2002-08-25 13:31:35 +00:00
lazarus
982d2882b7 MG: from Andrew: style list fixes, autosize for radio/checkbtns
git-svn-id: trunk@3237 -
2002-08-24 06:51:22 +00:00
lazarus
10c89e7da7 MG: improved Clipping, TextOut, Polygon functions
git-svn-id: trunk@3226 -
2002-08-19 20:34:49 +00:00
lazarus
6be96de0d3 MG: removed ClientRectBugfix defines
git-svn-id: trunk@1850 -
2002-08-17 15:45:36 +00:00
lazarus
a7c6ec0711 MG: fixed get widget position for inherited gdkwindows
git-svn-id: trunk@1791 -
2002-07-23 07:40:52 +00:00
lazarus
d9b4ed05d3 MG: activated the clientrect bugfixes
git-svn-id: trunk@1702 -
2002-05-20 14:19:03 +00:00
lazarus
c01f402583 MG: fixed client rectangles, TRadioGroup, RecreateWnd
git-svn-id: trunk@1676 -
2002-05-13 14:47:01 +00:00
lazarus
ecfc86ab66 MG: changed license to LGPL
git-svn-id: trunk@1667 -
2002-05-10 06:05:58 +00:00
lazarus
8e03c7cef1 MG: further clientrect bugfixes
git-svn-id: trunk@1665 -
2002-05-09 12:41:32 +00:00
lazarus
b9f3eb9c5a MG: fixed AdjustClientRect of TGroupBox
git-svn-id: trunk@1626 -
2002-04-22 13:07:46 +00:00
lazarus
25b2c52fe6 MG: fixed save lrs to test dir
git-svn-id: trunk@1621 -
2002-04-21 06:53:55 +00:00
lazarus
b55a0943cc MG: added include comments
git-svn-id: trunk@1618 -
2002-04-18 08:09:03 +00:00
lazarus
d02846cc88 MG: fixed find declaration of forward def class
git-svn-id: trunk@1617 -
2002-04-18 07:53:08 +00:00
lazarus
852eb5a81f GTK Cleanup
Shane

git-svn-id: trunk@1545 -
2002-03-25 17:59:20 +00:00
lazarus
721fce0aee MWE:
+ Published OnClick for TMenuItem
  + Published PopupMenu property for TEdit and TMemo (Doesn't work yet)
  * Fixed debugger running twice
  + Added Debugger output form
  * Enabled breakpoints

git-svn-id: trunk@1450 -
2002-02-20 23:33:24 +00:00
lazarus
c9e180acac TPanel implemented.
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.

git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
0d6aff717d MWE: Converted to Unix fileformat
git-svn-id: trunk@585 -
2002-01-09 22:49:25 +00:00
lazarus
d8e9619afb MWE: published OnClick for checkbox family
git-svn-id: trunk@584 -
2002-01-09 22:47:29 +00:00
lazarus
8747750b3d Added a watch dialog.
Shane

git-svn-id: trunk@488 -
2001-12-07 20:12:15 +00:00
lazarus
a5a458d225 MG: fixed customradiogroup OnClick + ItemIndex
git-svn-id: trunk@361 -
2001-10-19 14:27:43 +00:00
lazarus
d175a3aca2 MG: small bugfixes and less notes
git-svn-id: trunk@288 -
2001-06-14 14:57:59 +00:00
lazarus
5cc0992d9c MWE:
+ Turned on longstrings
  + modified memotest to add lines

git-svn-id: trunk@244 -
2001-03-27 21:12:54 +00:00
lazarus
a60f0a22ae Start of code completion code.
Shane

git-svn-id: trunk@165 -
2001-02-02 14:23:38 +00:00
lazarus
b63fd4b108 Started the code completion.
Shane

git-svn-id: trunk@162 -
2001-02-01 16:45:20 +00:00
lazarus
5db12a2d5c Changes for TComboBox events KeyPress Focus.
Shane

git-svn-id: trunk@143 -
2001-01-28 21:06:07 +00:00
lazarus
7b20ab2021 Added some TImageList code.
Added a bookmark resource with 10 resource images.
Removed some of the IFDEF's in mwCustomEdit around the inherited code.
Shane

git-svn-id: trunk@112 -
2001-01-11 20:16:47 +00:00
lazarus
a392379d1d Added the Nudge feature to the IDE.
Shane

git-svn-id: trunk@109 -
2001-01-10 20:12:29 +00:00
lazarus
32bbe50f33 ViewUnits1, ViewForms1 and MessageDlg are all loaded from their resources and all controls are auto-created on them.
There are still a few problems with some controls so I haven't converted all forms.
Shane

git-svn-id: trunk@97 -
2001-01-05 17:44:37 +00:00
lazarus
536fafd89b Tested TCustomEdit.Readonly, MaxLength and CharCase.
Shane

git-svn-id: trunk@94 -
2001-01-04 15:09:05 +00:00
lazarus
bff114a928 Minor changes to TEdit.
Not tested.
Shane

git-svn-id: trunk@93 -
2001-01-04 13:52:00 +00:00
lazarus
f691b58971 Added more images to the resource.
Shane

git-svn-id: trunk@81 -
2000-12-29 15:04:07 +00:00
lazarus
3952fe23db changed the TCOmponentInterface SetPropByName. It works for a few properties, but not all.
Shane

git-svn-id: trunk@55 -
2000-12-01 15:50:39 +00:00
lazarus
fe6058b7fc New Object Inspector code
Shane

git-svn-id: trunk@52 -
2000-11-29 21:22:35 +00:00
lazarus
b3206798a8 Added procedure ListBox.Clear (changes by chris, added by stoppok)
git-svn-id: trunk@8 -
2000-07-16 12:45:01 +00:00
michael
f088b13a3e + Initial import
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00