Commit Graph

291 Commits

Author SHA1 Message Date
paul
d5c7e43700 - BidiMode patch from Zaher Dirkey (0008996) part 1
git-svn-id: trunk@11408 -
2007-07-02 07:00:51 +00:00
vincents
87d2069122 lCL: removed TLeftRight, is now part of the classes unit
git-svn-id: trunk@11368 -
2007-06-25 12:58:45 +00:00
vincents
baebd22616 LCL: moved TButton from buttons unit to stdctrls (bug #9137), compilation tested on windows for gtk2, qt and win32 widgetset
git-svn-id: trunk@11367 -
2007-06-25 08:34:41 +00:00
vincents
6a03559a23 LCL: added TCustomLabel.GetLabelText (issue #9121) from Laurent
git-svn-id: trunk@11339 -
2007-06-20 22:05:55 +00:00
jesus
183704f081 LCL, TCustomLabel default color is clNone, but it wont allow to store color:=clWindow which is the default for TControl
git-svn-id: trunk@11323 -
2007-06-14 21:04:56 +00:00
mattias
fe1ca96a65 LCL: implemented TStaticText.DialogChar to focus FocusControl, gtk2 intf: shortcuts of buttons, radiobuttons, checkboxes are now handled by the LCL
git-svn-id: trunk@11245 -
2007-05-31 21:38:56 +00:00
vincents
4698d08d12 wince interface: added support for OnAsyncSocketMsg event from Ales Katona
git-svn-id: trunk@11219 -
2007-05-29 19:27:37 +00:00
paul
0b6ce0bd99 BiDiMode patch from zaher dirkey (report 0008955)
git-svn-id: trunk@11209 -
2007-05-28 09:06:36 +00:00
paul
3c6665616c - TCustomMemo.WantReturns implementation (0008352)
git-svn-id: trunk@11124 -
2007-05-10 14:12:03 +00:00
paul
1ef92b0f0b - TMemo.Alignment implementation for win32, qt, gtk2
git-svn-id: trunk@11092 -
2007-05-07 07:31:14 +00:00
paul
45f07afcc1 - LCL and Win32 TListBox.Columns
git-svn-id: trunk@11083 -
2007-05-05 15:30:19 +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
39a0ba8569 LCL: published Font and ParentFont for Radiobutton and Checkbox (#8735)
git-svn-id: trunk@10994 -
2007-04-24 11:33:29 +00:00
vincents
f73e81e3de LCL: added Begin/EndUpdate in TCustomMemo.SetSelText, implemented SetUpdateState for memo lines in the win32 widgetset, fixes (8702)
git-svn-id: trunk@10974 -
2007-04-19 10:16:35 +00:00
paul
78187ac487 - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk)
- changed CanTab of TWinControl to use TWSWinControlClass.CanFocus
- published TRadioGroup.TabStop

git-svn-id: trunk@10829 -
2007-03-30 05:22:36 +00:00
paul
1158d39fd8 - publishing TMemo.OnDblClick event
git-svn-id: trunk@10812 -
2007-03-27 09:33:50 +00:00
paul
7cbd5a47d5 - publishing TMemo.OnClick event
git-svn-id: trunk@10811 -
2007-03-27 07:47:33 +00:00
paul
7e597d9d71 - added missed property TCustomListBox.Count for Delphi compatability
git-svn-id: trunk@10799 -
2007-03-25 16:12:00 +00:00
vincents
ba85e84687 LCL: published dragging related properties
patch by: Paul Ishenin

git-svn-id: trunk@10648 -
2007-02-16 08:31:43 +00:00
vincents
23b36dbfdd LCL: published TListbox.OnDragDrop and OnDragOver
git-svn-id: trunk@10647 -
2007-02-15 10:07:05 +00:00
vincents
ff7a9a5c84 lcl: checkbox and radiobutton have ParentColor is true by default (bug #8284)
git-svn-id: trunk@10614 -
2007-02-08 22:43:23 +00:00
vincents
7ef1dc90d4 LCL: published T(DB)CheckBox.Color and ParentColor (bug #8185)
git-svn-id: trunk@10540 -
2007-01-30 15:33:39 +00:00
vincents
21bb6f3c42 LCL: also published TDBComboBox.Color and ParentColor
git-svn-id: trunk@10473 -
2007-01-18 13:54:04 +00:00
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