Commit Graph

418 Commits

Author SHA1 Message Date
vincents
da0ece0f30 LCL: default value of TComboBox.ParentColor is false.
git-svn-id: trunk@10471 -
2007-01-18 13:30:28 +00:00
vincents
016177e2fb LCL: published TComboBox.Color and TComboBox.ParentColor
git-svn-id: trunk@10470 -
2007-01-18 13:13:42 +00:00
mattias
0fc3bea335 codetools: added special file fpc unit postion libc
git-svn-id: trunk@10343 -
2006-12-21 13:05:18 +00:00
mattias
503a5be753 lcl: TCustomEdit: property AutoSelect, CustomComboBox: property AutoSelect and property CharCase from Funky Beast
git-svn-id: trunk@10327 -
2006-12-13 09:22:00 +00:00
mattias
69660016b1 LCL: published TMemo.Enabled
git-svn-id: trunk@10293 -
2006-12-04 15:59:02 +00:00
vincents
17bc899c64 LCL: published TStaticText.TabStop
git-svn-id: trunk@10260 -
2006-11-29 21:20:57 +00:00
vincents
37739383ed published TStaticText.TabOrder
git-svn-id: trunk@10257 -
2006-11-29 13:02:18 +00:00
vincents
cb63d019b3 lcl: added overload for TCustomScrollbar.SetParams (issue #7657) from Tom Gregorovic
git-svn-id: trunk@10108 -
2006-10-25 21:11:19 +00:00
mattias
d17fddefd2 LCL: TScrollBar: adding PageSize to scrollinfo Max
git-svn-id: trunk@10051 -
2006-10-10 06:52:57 +00:00
mattias
af222dfa35 LCL: added TStaticText to additional tab in component palette for Delphi compatibility
git-svn-id: trunk@9999 -
2006-09-27 19:49:51 +00:00
mattias
12d2ead692 TComboBox: KeyDown no longer eats normal keys
git-svn-id: trunk@9756 -
2006-08-27 16:56:28 +00:00
mattias
7bb113cec8 fixed a few fpc 2.1.1 incompatibilities
git-svn-id: trunk@9716 -
2006-08-11 12:38:00 +00:00
mattias
8dddb17fa3 IDE find replace dlg: fixed resize events
git-svn-id: trunk@9587 -
2006-07-10 18:26:56 +00:00
mattias
909bde3051 fixed TRadioButton updating sibling buttons, when no handles are created
git-svn-id: trunk@9579 -
2006-07-10 00:31:40 +00:00
micha
dc66dedc3b add wanttabs property to tcustommemo to disable grabbing of tab key; compatibility (issue #1811)
git-svn-id: trunk@9570 -
2006-07-06 15:23:01 +00:00
mattias
88a04ff101 removed TLabel fontchanged hook and added TCheckList.OnClickChecked event from Darek
git-svn-id: trunk@9403 -
2006-06-05 10:24:47 +00:00
mattias
e81c0f77a0 added WithThemSpace parameter to GetPreferredSize
git-svn-id: trunk@9331 -
2006-05-21 15:47:28 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
5c9c26ad49 enable autoadjust size of tLabel after changing font from Darek
git-svn-id: trunk@9125 -
2006-04-15 10:37:40 +00:00
mattias
00b7b56f6f reduced overhead TLabel with single lines, added IFNDEF gtk_no_set_modal to deactivate modal forms in gtk intf from Darek
git-svn-id: trunk@9108 -
2006-04-09 20:55:52 +00:00
mattias
f6e1bf014e added LM_CHANGED to TCustomComboBox from Darek
git-svn-id: trunk@9033 -
2006-03-28 17:05:15 +00:00
vincents
1d625be7d0 published TListBox.OnShowHint
git-svn-id: trunk@8946 -
2006-03-17 18:48:34 +00:00
mattias
2ed9fee8a6 fixed writing empty strings to lfm
git-svn-id: trunk@8933 -
2006-03-13 10:01:43 +00:00
mattias
b9bd15f7c6 implemented cbactRetainPrefixCase for TComboBox
git-svn-id: trunk@8929 -
2006-03-13 00:29:50 +00:00
vincents
323b83d861 removed fpc 2.0.0 compatibility workarounds
git-svn-id: trunk@8761 -
2006-02-17 15:19:01 +00:00
vincents
ed75b8050b published TListBox.Color (issue #1264)
git-svn-id: trunk@8760 -
2006-02-17 14:16:15 +00:00
vincents
c0e1ccde8a published TComboBox.AutoComplete (issue #1706)
git-svn-id: trunk@8753 -
2006-02-17 13:38:56 +00:00
vincents
be77c68da7 implemented TCustomComboBox.AutoComplete (issue #1706)
git-svn-id: trunk@8752 -
2006-02-17 13:32:58 +00:00
mattias
126f596799 Added EndOfLineComplete capability for AutoCompleteText from Hwang Weng Sun
git-svn-id: trunk@8528 -
2006-01-16 09:14:47 +00:00
vincents
19d341988f published TListBox.Enabled (issue #1262)
git-svn-id: trunk@8499 -
2006-01-11 13:00:01 +00:00
mattias
25a6add0d6 renamed TComboBoxAutoCompleteTextSet to TComboBoxAutoCompleteTextOption
git-svn-id: trunk@8484 -
2006-01-10 14:28:10 +00:00
mattias
4d6ed5f8b2 added TComboBox.AutoCompleteText feature
git-svn-id: trunk@8483 -
2006-01-10 14:26:48 +00:00
micha
2088239f74 publish TCustomLabel.Transparent, seems to be implemented (issue #1182)
git-svn-id: trunk@8386 -
2005-12-29 21:59:11 +00:00
micha
cced0352b3 fix ControlStyle csOpaque for TCustomLabel (not opaque when transparent)
git-svn-id: trunk@8240 -
2005-11-29 21:23:28 +00:00
mattias
0cb1f93961 fixed TComboBox InitializeWnd calling inherited
git-svn-id: trunk@8201 -
2005-11-21 18:53:43 +00:00
micha
84afc58a43 expand and implement ReadOnly for win32
git-svn-id: trunk@8200 -
2005-11-20 15:43:15 +00:00
vincents
90b57f35f5 published TGroupBox.AutoSize
made groupboxes in Run Parameters dialog autosized

git-svn-id: trunk@8092 -
2005-11-07 10:52:02 +00:00
micha
68d4ba68c5 improve memo/edit keystroke "handled" property, which is, message result
add ability to continue processing shortcut events (fixes issue #1308)

git-svn-id: trunk@8062 -
2005-11-05 10:19:27 +00:00
vincents
4c2e697259 moved stringlist saving when destroying to FinalizeWnd (issue #1327)
git-svn-id: trunk@8043 -
2005-11-02 22:39:55 +00:00
vincents
7b07d9012d fixed TListBox.OnSelectionChanged event (issue #1340)
git-svn-id: trunk@7987 -
2005-10-27 18:41:21 +00:00
mattias
dff234fb45 TToggleBox.AutoSize = false as default
git-svn-id: trunk@7936 -
2005-10-08 16:06:53 +00:00
mattias
06a1976a71 published TSpeedButton.Font
git-svn-id: trunk@7870 -
2005-10-01 00:38:24 +00:00
mattias
aac6d79b71 TBitBtn now calls AdjustSize on change
git-svn-id: trunk@7748 -
2005-09-19 22:07:12 +00:00
vincents
defdd14239 fixed showing contents of TMemo, if it contained text in design mode (bug #1053)
git-svn-id: trunk@7690 -
2005-09-13 20:45:00 +00:00
mattias
9e4a4eeb01 implemented TComboBox.OnSelect from Andrew Haines
git-svn-id: trunk@7681 -
2005-09-12 22:31:13 +00:00
marc
8925ef5f51 * Fixed bug #907
* Changed TLMScoll <-> TWMScroll, TLMScroll has extended position info

git-svn-id: trunk@7665 -
2005-09-10 16:31:04 +00:00
vincents
1419d84e3d implemented TCustomEdit.Clear (issue #1142)
git-svn-id: trunk@7630 -
2005-09-05 20:07:38 +00:00
mattias
2f5c43d2e1 added gtk handler for TCheckListBox item check change
git-svn-id: trunk@7591 -
2005-08-29 10:35:25 +00:00
mattias
862a04296b added TComboBox.ReadOnly - only partially working under gtk1
git-svn-id: trunk@7546 -
2005-08-22 19:02:06 +00:00
micha
91d33a67f4 fixed: do not call KeyPress handling for alt-<x> keys (CN_SYSCHAR, WM_SYSCHAR)
fixed: handle tab when pressing the key, not when releasing it (seems platform independent)
fixed: remove tab handling in combobox
fixed: move dialogchar handling to pre-interface, so that widgetset can "ding" when key was not handled

git-svn-id: trunk@7543 -
2005-08-22 12:49:55 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
7ecd5dbcf0 remove ===-lines in cvs log comments, so removelog awk script does its work correctly
git-svn-id: trunk@7540 -
2005-08-22 11:51:25 +00:00
micha
76838c6238 fix inability to uncheck checkbox
git-svn-id: trunk@7508 -
2005-08-16 09:27:22 +00:00
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