Commit Graph

110 Commits

Author SHA1 Message Date
paul
11de6af8b9 decapitalize all procedure and function keywords to make all looks the same
git-svn-id: trunk@14375 -
2008-03-03 08:06:26 +00:00
paul
3cbd0f604b fix range check error (0010888)
git-svn-id: trunk@14252 -
2008-02-26 04:22:19 +00:00
paul
27d0c29fb7 remove csCaptureMouse from TCustomEdit and TCustomCombobox (they are not needed and breaks behavior or qt applications)
git-svn-id: trunk@14220 -
2008-02-21 06:01:58 +00:00
sekelsenmat
1f1caf9f20 TComboBox.AutoSize now defaults to true.
git-svn-id: trunk@14058 -
2008-02-09 21:22:54 +00:00
mattias
525fec94be LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
git-svn-id: trunk@13564 -
2008-01-01 23:35:52 +00:00
mattias
fd641213fc LCL: undo docking patch
git-svn-id: trunk@13349 -
2007-12-16 11:00:25 +00:00
mattias
767859d068 IDE: implemented short cuts for ecSetFreeBookmark, ecPrevBookmark, ecNextBookmark
git-svn-id: trunk@13348 -
2007-12-16 10:58:01 +00:00
paul
789c8bbb0f protect TCustomCombobox.GetItemHeight from unallocated handle
git-svn-id: trunk@13271 -
2007-12-11 02:30:33 +00:00
mattias
6264aac23c LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
git-svn-id: trunk@12461 -
2007-10-14 12:54:29 +00:00
mattias
f4eaf90e42 undo
git-svn-id: trunk@12129 -
2007-09-22 10:09:27 +00:00
mattias
b647927885 translations: german: added lazreport maincalleditor.de.po from Joerg Braun
git-svn-id: trunk@12128 -
2007-09-22 10:06:48 +00:00
vincents
78ef0135a5 LCL: set combobox maxlength when the control is created (bug #9439)
git-svn-id: trunk@11817 -
2007-08-14 18:30:00 +00:00
paul
5f5b46fe5d (Qt): workaround for adding items into combobox on DropDown event
git-svn-id: trunk@11646 -
2007-07-27 17:18:41 +00:00
paul
a73411c689 (Qt):
- right positioning of most controls include TGraphicControl descendants
- fixing typo in SlotKey (SynEdit now handle keys)

git-svn-id: trunk@11618 -
2007-07-25 09:01:40 +00:00
paul
37bdf71f61 - changed handle check in combobox SetItemHeight to more correct
git-svn-id: trunk@11154 -
2007-05-16 14:07:03 +00:00
paul
7887335793 - ItemHeight of TCustomCombobox can be updated by control with overriding design value
- non Transparent SpeedButton must fill his rect himself
- typo in Transparent setter of SpeedButton with opaque

git-svn-id: trunk@11140 -
2007-05-15 07:06:26 +00:00
paul
f83756a0d3 - request combobox item heights through onMeasureItem when style is ownerdraw variable + misc bugs with ItemHeight (report 0008113)
git-svn-id: trunk@11070 -
2007-05-04 01:26:23 +00:00
vincents
e57532df45 LCL: fixed range error when itemID is UINT(-1)
git-svn-id: trunk@10929 -
2007-04-10 12:38:18 +00:00
vincents
c094754b4c LCL: fixed TComboBox.SelText (bug #8450) based on patch by Tom
git-svn-id: trunk@10848 -
2007-04-02 09:45:39 +00:00
mattias
bb7d1e7f50 LCL: TCustomComboBox: do not fire OnSelect if ItemIndex is changed to -1
git-svn-id: trunk@10780 -
2007-03-22 10:44:01 +00:00
mattias
5969cf4b03 gtk intf: omitting TComboBoxBox LM_CHANGED events during popup
git-svn-id: trunk@10767 -
2007-03-18 23:01:41 +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
vincents
016dc06f02 LCL: changing TCustomComboBox.ReadOnly affects ComboBox.Style
git-svn-id: trunk@10261 -
2006-11-29 21:22:02 +00:00
mattias
12d2ead692 TComboBox: KeyDown no longer eats normal keys
git-svn-id: trunk@9756 -
2006-08-27 16:56:28 +00:00
micha
41947d6c28 better fix for combobox item selection, sync widgetset with itemindex (issue #7124)
git-svn-id: trunk@9574 -
2006-07-06 21:04:50 +00:00
mattias
6402b88dda fixed getting ItemIndex in TComboBox.DestroyWnd
git-svn-id: trunk@9397 -
2006-06-04 12:15:38 +00:00
mattias
d6e20f3d08 TComboBox: call OnChange if OnSelect is not set
git-svn-id: trunk@9289 -
2006-05-16 16:27:18 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +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
marc
116d6521cf * Fixed setting itemindex=-1 without handle
* Fixed selchange events during combo destoy 

git-svn-id: trunk@9043 -
2006-03-29 19:21:18 +00:00
mattias
f6e1bf014e added LM_CHANGED to TCustomComboBox from Darek
git-svn-id: trunk@9033 -
2006-03-28 17:05:15 +00:00
mattias
decac5e3ee calling TComboBox.OnSelect when ItemIndex changes from luizamerico
git-svn-id: trunk@8961 -
2006-03-18 15:47:57 +00:00
mattias
62ffcbc9b2 added codetools directory cache for units
git-svn-id: trunk@8945 -
2006-03-17 17:10:53 +00:00
mattias
b9bd15f7c6 implemented cbactRetainPrefixCase for TComboBox
git-svn-id: trunk@8929 -
2006-03-13 00:29:50 +00:00
mattias
b6da4edd5c deactivated auto DropedDown on TCustomComboBox.MouseUp
git-svn-id: trunk@8865 -
2006-03-04 01:08:02 +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
mattias
4d6ed5f8b2 added TComboBox.AutoCompleteText feature
git-svn-id: trunk@8483 -
2006-01-10 14:26:48 +00:00
micha
0d63c21f78 easier readable code for storage decision of ReadOnly
recreate control in case readonly changed for win32

git-svn-id: trunk@8363 -
2005-12-24 20:53:58 +00:00
micha
a4f6996c21 prevent setting itemindex -1
git-svn-id: trunk@8234 -
2005-11-28 21:43:09 +00:00
vincents
3b444c3425 Text property is valid in OnChange event (reverted 8198 #d672ec111b completely)
git-svn-id: trunk@8211 -
2005-11-22 13:59:36 +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
micha
d672ec111b add loud complaint to LCL, so we fix the combobox issue soon
git-svn-id: trunk@8198 -
2005-11-19 21:49:38 +00:00
mattias
9e4a4eeb01 implemented TComboBox.OnSelect from Andrew Haines
git-svn-id: trunk@7681 -
2005-09-12 22:31:13 +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
mattias
7811bbddf9 fixed config path for IDE Dialogs
git-svn-id: trunk@7461 -
2005-07-31 17:33:25 +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