mattias
c5cc5de28a
implemented changing TMenuItem.GroupIndex at runtime
...
git-svn-id: trunk@2016 -
2002-08-17 23:40:39 +00:00
lazarus
40c4529ddb
MG: added multiselection to TTreeView
...
git-svn-id: trunk@2015 -
2002-08-17 23:40:38 +00:00
lazarus
93cf16fbfb
MG: added jitform error messagedlg
...
git-svn-id: trunk@2014 -
2002-08-17 23:40:38 +00:00
mattias
06b1f43748
added Timer patch from Vincent Snijders
...
git-svn-id: trunk@2013 -
2002-08-17 23:40:38 +00:00
mattias
3f45b7a427
fixed TCustomEdit.SelStart when nothing selected
...
git-svn-id: trunk@2012 -
2002-08-17 23:40:38 +00:00
mattias
8e135ecbd4
fixed scrolling offset of TScrollingWinControl
...
git-svn-id: trunk@2011 -
2002-08-17 23:40:37 +00:00
lazarus
9d188370ec
MG: fixed removing notebook
...
git-svn-id: trunk@2010 -
2002-08-17 23:40:37 +00:00
lazarus
c30ed6f2fb
EchoMode for TCustomEdit. emNone not implemented for GTK+, falls back to emPassword
...
behaviour.
git-svn-id: trunk@2009 -
2002-08-17 23:40:37 +00:00
lazarus
ba9a1380a2
MG: fixed TMainMenu creation
...
git-svn-id: trunk@2008 -
2002-08-17 23:40:37 +00:00
mattias
c8bc6b7ad6
fixed TSpinEdit.Value
...
git-svn-id: trunk@2007 -
2002-08-17 23:40:36 +00:00
lazarus
f7aeef6c24
MG: fixed gdkwindow checks
...
git-svn-id: trunk@2006 -
2002-08-17 23:40:36 +00:00
lazarus
2a80832e93
Cleanups plus a fix to TPanel parent/drawing problem.
...
git-svn-id: trunk@2005 -
2002-08-17 23:40:36 +00:00
lazarus
7105e0e951
MG: TNotebook is now streamable
...
git-svn-id: trunk@2004 -
2002-08-17 23:40:36 +00:00
lazarus
c852a0b4f1
MG: designer: right click selects component before popup
...
git-svn-id: trunk@2003 -
2002-08-17 23:40:35 +00:00
lazarus
f8efdc401d
MG: fixed LM_LVChangedItem, OnShowHint, small bugs
...
git-svn-id: trunk@2002 -
2002-08-17 23:40:35 +00:00
mattias
a8fb5c2730
implemented fsStayOnTop+bsNone for forms under gtk (useful for splash)
...
git-svn-id: trunk@2001 -
2002-08-17 23:40:35 +00:00
lazarus
4dcdd090d2
MG: fixed notebook client area, send messages and minor bugs
...
git-svn-id: trunk@2000 -
2002-08-17 23:40:35 +00:00
lazarus
f7948ac0f1
MG: fixed Polygon and not winding
...
git-svn-id: trunk@1999 -
2002-08-17 23:40:34 +00:00
lazarus
d85e8632eb
Added shortcut keys to labels
...
Support for alphabetically sorting the properties
Standardize message and add shortcuts ala Kylix
Published BorderStyle, unpublished BorderWidth
ShowAccelChar and FocusControl
ShowAccelChar and FocusControl for TLabel, escaped ampersands now work.
git-svn-id: trunk@1998 -
2002-08-17 23:40:34 +00:00
mattias
ddddcfd940
fixed setcolor for streamed components
...
git-svn-id: trunk@1997 -
2002-08-17 23:40:34 +00:00
lazarus
01d5566007
MG: TNotebook is now streamable
...
git-svn-id: trunk@1996 -
2002-08-17 23:40:34 +00:00
mattias
c4f54e8a8c
clean ups
...
git-svn-id: trunk@1995 -
2002-08-17 23:40:33 +00:00
lazarus
0b6577c626
MG: component editors can now add menuitems to the designer popupmenu
...
git-svn-id: trunk@1994 -
2002-08-17 23:40:33 +00:00
lazarus
33c0df6f93
AJ: ignore offset in Polygon Winding, Region/FillRect should take care of it
...
git-svn-id: trunk@1993 -
2002-08-17 23:40:33 +00:00
lazarus
6a8d07fed4
New dialog for multiline caption of TCustomLabel.
...
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.
git-svn-id: trunk@1992 -
2002-08-17 23:40:33 +00:00
lazarus
17b1955795
MG: fixed GetClipBox
...
git-svn-id: trunk@1991 -
2002-08-17 23:40:32 +00:00
lazarus
f5f9fc75f5
MG: image support, TScrollBox, and many other things from Andrew
...
git-svn-id: trunk@1990 -
2002-08-17 23:40:32 +00:00
mattias
9f435a220c
fixes for win32 listbox/combobox from Karl Brandt
...
git-svn-id: trunk@1989 -
2002-08-17 23:40:32 +00:00
lazarus
899f210a31
MG: double click in designer now invokes component editors
...
git-svn-id: trunk@1988 -
2002-08-17 23:40:32 +00:00
lazarus
d10d5a9ee8
MG: added some property editors and started component editors
...
git-svn-id: trunk@1987 -
2002-08-17 23:40:31 +00:00
lazarus
8b114c41b6
MG: fixed mouse coords on scrolling wincontrols
...
git-svn-id: trunk@1986 -
2002-08-17 23:40:31 +00:00
lazarus
44be5bffe9
MG: double, triple and quad clicks now works
...
git-svn-id: trunk@1985 -
2002-08-17 23:40:31 +00:00
mattias
8349a42be9
identifier completion: basically working, still hidden
...
git-svn-id: trunk@1984 -
2002-08-17 23:40:31 +00:00
lazarus
8e7c84ff70
MG: fixed designer popupmenu
...
git-svn-id: trunk@1983 -
2002-08-17 23:40:30 +00:00
mattias
e5a72b3c89
further cleanup
...
git-svn-id: trunk@1982 -
2002-08-17 23:40:30 +00:00
lazarus
7f7fb2cb15
MG: fixed destroying combobox
...
git-svn-id: trunk@1981 -
2002-08-17 23:40:30 +00:00
lazarus
2a419eaf2f
MG: fixed GetClipBox when clipping region invalid
...
git-svn-id: trunk@1980 -
2002-08-17 23:40:30 +00:00
lazarus
9c12599844
MG: implemented TControlScrollBar.Size
...
git-svn-id: trunk@1979 -
2002-08-17 23:40:29 +00:00
mattias
4a7e4840d0
focus fixes, reduced lpi size
...
git-svn-id: trunk@1978 -
2002-08-17 23:40:29 +00:00
lazarus
405467a871
MG: fixed drawing of non visual components in designer
...
git-svn-id: trunk@1977 -
2002-08-17 23:40:29 +00:00
lazarus
7aa2430516
MG: fixed resetting comobobox text
...
git-svn-id: trunk@1976 -
2002-08-17 23:40:29 +00:00
lazarus
0af33eac34
MG: fixed GetClipBox
...
git-svn-id: trunk@1975 -
2002-08-17 23:40:28 +00:00
mattias
695d576ca7
xmlcfg deletion, focus fixes
...
git-svn-id: trunk@1974 -
2002-08-17 23:40:28 +00:00
lazarus
518962c472
MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
...
git-svn-id: trunk@1973 -
2002-08-17 23:40:28 +00:00
lazarus
d76072b95e
MG: fixed TComboBox and InvalidateControl
...
git-svn-id: trunk@1972 -
2002-08-17 23:40:27 +00:00
mattias
debbbef933
fixed SetColor
...
git-svn-id: trunk@1971 -
2002-08-17 23:40:27 +00:00
lazarus
e3d4a67ca1
MG: fixed return polygon point
...
git-svn-id: trunk@1970 -
2002-08-17 23:40:27 +00:00
lazarus
7b96e8ac2f
MG: reduced DesignerForm invalidates (changes from Jesus Reyes)
...
git-svn-id: trunk@1969 -
2002-08-17 23:40:27 +00:00
lazarus
fb47c94ac2
MG: reduced paint messages and DC getting/releasing
...
git-svn-id: trunk@1968 -
2002-08-17 23:40:26 +00:00
mattias
e376417311
added more Delphi win32 compatibility functions
...
git-svn-id: trunk@1967 -
2002-08-17 23:40:26 +00:00