Commit Graph

235 Commits

Author SHA1 Message Date
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