Commit Graph

325 Commits

Author SHA1 Message Date
mattias
9d03ecd608 fixed setting TTreeView.ScrollBars
git-svn-id: trunk@2024 -
2002-08-17 23:40:41 +00:00
mattias
fc31a23939 combobox height can now be set, added OI item height option
git-svn-id: trunk@2022 -
2002-08-17 23:40:40 +00:00
mattias
c5cc5de28a implemented changing TMenuItem.GroupIndex at runtime
git-svn-id: trunk@2016 -
2002-08-17 23:40:39 +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
mattias
c8bc6b7ad6 fixed TSpinEdit.Value
git-svn-id: trunk@2007 -
2002-08-17 23:40:36 +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
mattias
ddddcfd940 fixed setcolor for streamed components
git-svn-id: trunk@1997 -
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
mattias
9f435a220c fixes for win32 listbox/combobox from Karl Brandt
git-svn-id: trunk@1989 -
2002-08-17 23:40:32 +00:00
mattias
8349a42be9 identifier completion: basically working, still hidden
git-svn-id: trunk@1984 -
2002-08-17 23:40:31 +00:00
mattias
e5a72b3c89 further cleanup
git-svn-id: trunk@1982 -
2002-08-17 23:40:30 +00:00
mattias
4a7e4840d0 focus fixes, reduced lpi size
git-svn-id: trunk@1978 -
2002-08-17 23:40:29 +00:00
mattias
695d576ca7 xmlcfg deletion, focus fixes
git-svn-id: trunk@1974 -
2002-08-17 23:40:28 +00:00
mattias
debbbef933 fixed SetColor
git-svn-id: trunk@1971 -
2002-08-17 23:40:27 +00:00
mattias
e376417311 added more Delphi win32 compatibility functions
git-svn-id: trunk@1967 -
2002-08-17 23:40:26 +00:00
mattias
ce8e8b1113 implemented TListBox.TopIndex
git-svn-id: trunk@1964 -
2002-08-17 23:40:25 +00:00
mattias
c1da001b0f fixed uninitialized logbrush
git-svn-id: trunk@1961 -
2002-08-17 23:40:24 +00:00
mattias
6d4ac41744 changes for fpc 1.1
git-svn-id: trunk@1956 -
2002-08-17 23:40:23 +00:00
mattias
632b401809 added included by to unitinfo and a few win32 functions
git-svn-id: trunk@1952 -
2002-08-17 23:40:22 +00:00
mattias
ed32192473 fixed setting activecontrol to nil when removing component
git-svn-id: trunk@1947 -
2002-08-17 23:40:21 +00:00
mattias
3f50a49cd3 Button.Default now sets focus
git-svn-id: trunk@1945 -
2002-08-17 23:40:20 +00:00
mattias
c0dce55dbc mem leak with tooltips, fix from Jeroen
git-svn-id: trunk@1941 -
2002-08-17 23:40:19 +00:00
mattias
8831ae73d0 custom controls now support child wincontrols
git-svn-id: trunk@1938 -
2002-08-17 23:40:18 +00:00
mattias
882fd86034 freeing GDIObjects without AppTerminate
git-svn-id: trunk@1931 -
2002-08-17 23:40:17 +00:00
mattias
59e044f78a fixes for fpc 1.1
git-svn-id: trunk@1929 -
2002-08-17 23:40:16 +00:00
mattias
f52032df06 added patch from Jeroen van Idekinge
git-svn-id: trunk@1432 -
2002-02-09 02:30:56 +00:00
mattias
9db0976b62 renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
git-svn-id: trunk@1389 -
2002-02-09 01:48:23 +00:00
mattias
004a1277d0 new constants for compatibility
git-svn-id: trunk@1388 -
2002-02-09 01:48:22 +00:00
mattias
6a6bb03117 improved ExtTxtOut: support for char dist array
git-svn-id: trunk@1379 -
2002-02-09 01:48:21 +00:00
mattias
fbe5199bb0 double byte char font started
git-svn-id: trunk@1366 -
2002-02-09 01:48:20 +00:00
mattias
f674b85242 patch from Vincent: clean ups and fixed crash on destroying window
git-svn-id: trunk@1357 -
2002-02-09 01:48:19 +00:00
mattias
7f5f2fa537 fixed resize request
git-svn-id: trunk@1342 -
2002-02-09 01:48:18 +00:00
mattias
e8bfd838c7 added Timer patch from Vincent Snijders
git-svn-id: trunk@1330 -
2002-02-09 01:48:17 +00:00
mattias
650efeac77 started OnMouseEnter and OnMouseLeave
git-svn-id: trunk@1329 -
2002-02-09 01:48:16 +00:00
mattias
ad462128ab fixed TListView.Items.Add
git-svn-id: trunk@1306 -
2002-02-09 01:48:15 +00:00
mattias
68239a729c fixed buffer overrun and added several checks
git-svn-id: trunk@1293 -
2002-02-09 01:48:14 +00:00
mbukovjan
5b0f9093b8 Fixes to MaxLength. TCustomMemo now has MaxLength, too.
git-svn-id: trunk@1285 -
2002-02-09 01:48:13 +00:00
mbukovjan
ec85b16201 Fix keydown & keypress for TMemo and hopefully not break others.
git-svn-id: trunk@1280 -
2002-02-09 01:48:12 +00:00
lazarus
9b0c22439e MG: improved warning
git-svn-id: trunk@1258 -
2002-02-09 01:48:11 +00:00
lazarus
5612b36d36 MB: Fixed selection start/end/text for edits and combos. Add support for memos.
git-svn-id: trunk@1254 -
2002-02-09 01:48:10 +00:00
lazarus
bdb0ba6f53 MG: fixed TListView with more than 2 columns
git-svn-id: trunk@1243 -
2002-02-09 01:48:09 +00:00
lazarus
dd14f6a5fd MG: fixed setting gdk pen style
git-svn-id: trunk@1229 -
2002-02-09 01:48:08 +00:00
lazarus
370c5dc92b MG: fixed TMainMenu creation
git-svn-id: trunk@1217 -
2002-02-09 01:48:07 +00:00
lazarus
2d793e93b1 MG: fixed gdkwindow checks
git-svn-id: trunk@1212 -
2002-02-09 01:48:06 +00:00
lazarus
ea0d764c31 MG: fixed LM_LVChangedItem, OnShowHint, small bugs
git-svn-id: trunk@1203 -
2002-02-09 01:48:05 +00:00
lazarus
89f9ebb318 MG: reduced showing forms during creation
git-svn-id: trunk@1191 -
2002-02-09 01:48:04 +00:00
lazarus
51f5bd8ea0 MG: added persistent hints for main ide bar
git-svn-id: trunk@1186 -
2002-02-09 01:48:03 +00:00
lazarus
bb9f2ffbaa MG: fixed typo
git-svn-id: trunk@1179 -
2002-02-09 01:48:02 +00:00
lazarus
0b61d18ce4 MG: implemented TMethodList and Application Idle handlers
git-svn-id: trunk@1173 -
2002-02-09 01:48:01 +00:00