paul
|
051e47f08a
|
ComboHeight := ComboHeight replaced with UpdateComboHeight
git-svn-id: trunk@11077 -
|
2007-05-04 15:11:39 +00:00 |
|
paul
|
5629cad996
|
- prevent csSimple combobox to have double height in runtime
- some win32 intf combobox related code moving
git-svn-id: trunk@11071 -
|
2007-05-04 02:24:45 +00:00 |
|
vincents
|
c64b39bc07
|
win32 interface: implemented Items.BeginUpdate and Items.Capacity for Listbox and Combobox
git-svn-id: trunk@10722 -
|
2007-03-08 23:02:40 +00:00 |
|
jesus
|
a4664b8977
|
fix for TWin32ListStringList to preserve special chars and status on assign operation
git-svn-id: trunk@10233 -
|
2006-11-22 23:56:03 +00:00 |
|
micha
|
aac5c510b4
|
preserve combobox text when changing string in list (issue #1734)
git-svn-id: trunk@9566 -
|
2006-07-05 20:31:49 +00:00 |
|
mattias
|
6eb4930179
|
fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
|
2006-05-05 05:52:08 +00:00 |
|
vincents
|
599bce7c87
|
revert wrong commits of revision 8804 #3c90c0bcc8
git-svn-id: trunk@8805 -
|
2006-02-23 09:40:21 +00:00 |
|
vincents
|
3c90c0bcc8
|
added TWidgetSet.AppSetTitle, implemented for TWin32WidgetSet (fixes issue #1758)
git-svn-id: trunk@8804 -
|
2006-02-23 09:35:39 +00:00 |
|
vincents
|
69498e8919
|
fixed TWin32ListStringList.Assign (issue #1750)
git-svn-id: trunk@8798 -
|
2006-02-22 22:55:30 +00:00 |
|
vincents
|
a0311c2cba
|
removed cvs logs
git-svn-id: trunk@7541 -
|
2005-08-22 12:30:03 +00:00 |
|
vincents
|
7e441f98c9
|
remove ===-lines in cvs log comments, so removelog awk script does its work correctly
git-svn-id: trunk@7538 -
|
2005-08-22 10:05:31 +00:00 |
|
micha
|
e449af4c82
|
remove TWin32WidgetSet.RecreateWnd, use the one from Controls unit
git-svn-id: trunk@7369 -
|
2005-07-18 12:37:58 +00:00 |
|
vincents
|
6ee528e57c
|
fixed objects with a sorted listbox from Jesus
git-svn-id: trunk@7232 -
|
2005-06-10 18:57:12 +00:00 |
|
micha
|
b6deeb5694
|
fix double-clicking in combobox in object inspector, set itemindex when assigning list of strings
git-svn-id: trunk@7116 -
|
2005-04-29 09:44:56 +00:00 |
|
micha
|
b2c1d425e5
|
fixed: listbox loses selection when updating selected item (fixes #780)
git-svn-id: trunk@7068 -
|
2005-04-11 12:35:17 +00:00 |
|
vincents
|
90c4d52283
|
Call inherited in TWin32ComboBoxStringList.Insert and Delete.
git-svn-id: trunk@6222 -
|
2004-11-08 21:35:16 +00:00 |
|
micha
|
76b630a62d
|
remove usage of fcompstyle in twin32liststringlist by using descendent class for combobox specific things
git-svn-id: trunk@6200 -
|
2004-11-04 15:12:35 +00:00 |
|
micha
|
17ad66bb2a
|
fix remember edit string in combobox after assigning strings to list (fixes find in files dialog search in lazarus)
git-svn-id: trunk@6199 -
|
2004-11-04 12:05:14 +00:00 |
|
micha
|
6ec01de193
|
remove LM_RECREATEWND message, as it is not used by LCL
git-svn-id: trunk@6026 -
|
2004-09-18 11:06:47 +00:00 |
|
micha
|
27896971f5
|
fix forget text after assigning items, need to give exact right class
git-svn-id: trunk@5967 -
|
2004-09-11 12:15:45 +00:00 |
|
micha
|
963bdc89c2
|
convert lm_gettext to new interface methods
remove lm_settext replacement settext methods in twidgetsets
git-svn-id: trunk@5956 -
|
2004-09-10 14:38:30 +00:00 |
|
micha
|
d189d5601f
|
convert LM_SETLABEL message to interface methods
git-svn-id: trunk@5954 -
|
2004-09-10 09:43:13 +00:00 |
|
micha
|
6a16e02b1e
|
fix combobox height; whatever the lcl passes as height for combobox, always calculate our own
git-svn-id: trunk@5448 -
|
2004-05-08 12:32:32 +00:00 |
|
micha
|
912d81b51e
|
revert intf split
git-svn-id: trunk@5225 -
|
2004-02-23 08:19:05 +00:00 |
|
micha
|
8c520fe744
|
split interface into non-lcl and lcl-component dependent parts
git-svn-id: trunk@5224 -
|
2004-02-22 22:52:59 +00:00 |
|
micha
|
8881c2270a
|
fix a lot of range check errors win32
git-svn-id: trunk@4986 -
|
2003-12-29 14:22:22 +00:00 |
|
micha
|
b70adfa95f
|
fix itemdata (string+object) for combobox (from vincent)
git-svn-id: trunk@4955 -
|
2003-12-26 09:28:05 +00:00 |
|
micha
|
ddfd56c757
|
fix AV when retrieving object (from vincent)
git-svn-id: trunk@4921 -
|
2003-12-21 11:50:39 +00:00 |
|
micha
|
db29443b99
|
nil check
git-svn-id: trunk@4889 -
|
2003-12-15 22:04:05 +00:00 |
|
micha
|
5e5162e764
|
checklistbox, implement object+checked; from vincent
git-svn-id: trunk@4887 -
|
2003-12-15 21:57:16 +00:00 |
|
micha
|
ac34069131
|
implement tchecklistbox
git-svn-id: trunk@4841 -
|
2003-11-25 21:20:38 +00:00 |
|
micha
|
5994e25936
|
added "included by" notice at top of file
git-svn-id: trunk@4815 -
|
2003-11-18 07:20:40 +00:00 |
|
mattias
|
635996eafe
|
clean ups from Karl
git-svn-id: trunk@4692 -
|
2003-10-02 11:18:09 +00:00 |
|
mattias
|
06801fd78c
|
varois improvements for ParentColor from Micha
git-svn-id: trunk@4654 -
|
2003-09-20 13:27:49 +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
|
d0b28bec51
|
implements SET_LABEL from Micha
git-svn-id: trunk@4535 -
|
2003-08-27 09:33:26 +00:00 |
|
mattias
|
c771afd96b
|
applied listbox/combobox patch from Karl
git-svn-id: trunk@4524 -
|
2003-08-26 08:12:33 +00:00 |
|
mattias
|
128efb679e
|
several fixes for the win32 intf, added pending OnResize events
git-svn-id: trunk@4515 -
|
2003-08-23 21:17:09 +00:00 |
|
mattias
|
f3b46f7896
|
fixed SetComboHeight in win32 intf and finddeclaration of overloaded proc definition
git-svn-id: trunk@4514 -
|
2003-08-23 11:30:51 +00:00 |
|
mattias
|
79fbd6d34d
|
fixed log
git-svn-id: trunk@4476 -
|
2003-08-13 21:23:10 +00:00 |
|
mattias
|
e8f5c08e4a
|
fixed combobox height from Vincent
git-svn-id: trunk@4475 -
|
2003-08-13 16:26:07 +00:00 |
|
mattias
|
51083ebbab
|
fixed keypress/keyup, createcaret on synedit focus
git-svn-id: trunk@4467 -
|
2003-08-12 14:02:54 +00:00 |
|
mattias
|
4c6b973475
|
removed debuggging SetName, Patch from Karl Brandt
git-svn-id: trunk@4430 -
|
2003-07-28 06:42:42 +00:00 |
|
mattias
|
1e211748ee
|
fixed some win32 intf warnings
git-svn-id: trunk@4335 -
|
2003-06-28 16:20:19 +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
|
89e86c44b3
|
applied patch from Karl Brandt
git-svn-id: trunk@3641 -
|
2002-11-15 23:43:54 +00:00 |
|
lazarus
|
7e22203228
|
MG: updated licenses
git-svn-id: trunk@1671 -
|
2002-05-10 07:43:49 +00:00 |
|
lazarus
|
33f2ddca8e
|
Keith: Removed obsolete code, in preperation of a pending TWin32Object cleanup
git-svn-id: trunk@1233 -
|
2002-02-09 01:48:09 +00:00 |
|
lazarus
|
b1e06b7653
|
Keith:
* Fixes for Win32
* Added new listviewtest.pp example
git-svn-id: trunk@659 -
|
2002-02-04 10:54:33 +00:00 |
|
lazarus
|
d2c64aa547
|
Keith: Fixes for Win32
git-svn-id: trunk@652 -
|
2002-02-01 10:13:09 +00:00 |
|