Commit Graph

6500 Commits

Author SHA1 Message Date
micha
bf75b72edd add tcontrolclass, needed by codetoolsdefines
git-svn-id: trunk@6501 -
2005-01-07 21:02:48 +00:00
micha
b63e712b19 swap TCustomStaticText and TCustomLabel
git-svn-id: trunk@6500 -
2005-01-07 20:51:11 +00:00
micha
28ed2bea16 try allocating seperate strings to solve dialog disappearing issue (seems no effect)
git-svn-id: trunk@6499 -
2005-01-07 20:49:48 +00:00
mattias
0ae861c7ad implemented TTreeView.OnChange and OnChanging
git-svn-id: trunk@6498 -
2005-01-07 19:27:40 +00:00
mattias
8bf0d5935f clean up, added GetRGBValues
git-svn-id: trunk@6497 -
2005-01-07 18:40:10 +00:00
mattias
7fc8c7bc73 fixed TTabSheet.SetPageControl
git-svn-id: trunk@6496 -
2005-01-07 17:40:59 +00:00
micha
23511e1f13 use position in message, GetScrollInfo not yet up to date
git-svn-id: trunk@6495 -
2005-01-07 14:06:27 +00:00
vincents
68ed2f8fe4 don't create handle for unvisible menu item
git-svn-id: trunk@6494 -
2005-01-07 13:04:08 +00:00
vincents
6815fe14f7 send LM_CHANGE message for trackbar
git-svn-id: trunk@6493 -
2005-01-07 10:51:07 +00:00
vincents
0ce582b720 use BS_AUTO3STATE for checkbox with AllowGray=true
git-svn-id: trunk@6492 -
2005-01-07 08:53:50 +00:00
mattias
563264d9fa save TListBox.ItemIndex on destroy handle
git-svn-id: trunk@6491 -
2005-01-07 02:23:58 +00:00
mattias
36c907fc59 changed license to make more clear, that statically linking is alowed for non LGPL things
git-svn-id: trunk@6490 -
2005-01-07 02:04:01 +00:00
mattias
0ced54bdb8 implemented TCheckBox.State=cbGrayed for gtk intf without visual representation
git-svn-id: trunk@6489 -
2005-01-07 01:31:44 +00:00
mattias
9ad079b291 added dbpropedits.pas property editors for db controls
git-svn-id: trunk@6488 -
2005-01-06 23:59:44 +00:00
mattias
f0a505b202 added starting wine for .exe files from Andrew
git-svn-id: trunk@6487 -
2005-01-06 18:35:45 +00:00
micha
e7d14403ef fix access violation with dbedit (from loesje)
git-svn-id: trunk@6486 -
2005-01-06 13:22:24 +00:00
mattias
6334f891ba Columns property in TCustomGrid by Jesus
git-svn-id: trunk@6485 -
2005-01-05 15:20:10 +00:00
mattias
f85854acac started anchor editor and moved OverWritePromp from lcl to gtk intf
git-svn-id: trunk@6484 -
2005-01-05 14:46:35 +00:00
micha
a66848beab draw nonvisual components transparently
git-svn-id: trunk@6483 -
2005-01-05 10:55:52 +00:00
micha
2837a6b930 use mask enabled drawing functions
git-svn-id: trunk@6482 -
2005-01-05 10:04:22 +00:00
micha
4d130c0508 implement transparency (actually, non-transparency)
git-svn-id: trunk@6481 -
2005-01-04 14:23:37 +00:00
micha
4db025c0fc can only setfocus if canfocus
git-svn-id: trunk@6480 -
2005-01-04 14:22:21 +00:00
micha
37b31fa9fe fire onchange event if selected node changes
git-svn-id: trunk@6479 -
2005-01-04 11:39:44 +00:00
micha
a6cc7c88ea let canfocus imply that setfocus can be called
git-svn-id: trunk@6478 -
2005-01-04 11:26:26 +00:00
vincents
d62f50ff28 set version to 0.9.5
git-svn-id: trunk@6477 -
2005-01-04 08:49:22 +00:00
mattias
89d40a6fad treeview mouse selection now also when click on icon
git-svn-id: trunk@6476 -
2005-01-03 23:48:41 +00:00
mattias
dc88d11043 empty recent menus are now disabled
git-svn-id: trunk@6475 -
2005-01-03 23:42:39 +00:00
mattias
131da415de implemented TControl.AnchorSide
git-svn-id: trunk@6474 -
2005-01-03 22:44:31 +00:00
micha
3ddfc40ef5 always request ownership when about to modify buffer
git-svn-id: trunk@6473 -
2005-01-03 16:32:13 +00:00
micha
b632390f1e take windowstate into account when showing window
git-svn-id: trunk@6472 -
2005-01-03 16:29:48 +00:00
micha
8a978ff3c6 WM_SIZE can also mean windowstate change, always send message
git-svn-id: trunk@6471 -
2005-01-03 15:50:35 +00:00
mattias
80adbeee96 increased version to 0.9.5
git-svn-id: trunk@6470 -
2005-01-03 15:11:44 +00:00
micha
97e5873c19 keep the mainform (ie. lazarus main ide bar) active
git-svn-id: trunk@6469 -
2005-01-03 12:15:54 +00:00
mattias
c5310d1c12 implemented saving minimized/maximized state
git-svn-id: trunk@6468 -
2005-01-03 12:09:24 +00:00
micha
0e75b215d0 add TStatusBar.Canvas
git-svn-id: trunk@6467 -
2005-01-03 11:54:37 +00:00
mattias
4e074259bb clean up
git-svn-id: trunk@6466 -
2005-01-03 11:41:28 +00:00
mattias
4d8cc68ce2 rpm script now uses cvsexportlocal.pas, increased rpm version to 0.9.4.1
git-svn-id: trunk@6465 -
2005-01-03 11:22:18 +00:00
micha
4c626cc4b5 fix repeatingly setting pageindex 0,1,0,1,.. when removing more pages ... note: needs implementation of visible list
git-svn-id: trunk@6464 -
2005-01-03 11:13:41 +00:00
mattias
f1a8fc0a88 fixed registering TProgressBar, disabled docking in TToolBar, return key for codeexplorer, updated finnish translation
git-svn-id: trunk@6463 -
2005-01-03 01:07:08 +00:00
micha
51fba3ead7 focus window only if possible
git-svn-id: trunk@6461 -
2005-01-02 22:27:15 +00:00
micha
1eb68ebe5b focus window on left-click
git-svn-id: trunk@6460 -
2005-01-02 22:18:52 +00:00
vincents
ad7c770c47 require admin installation, to prevent error when writing file associations to the registry.
git-svn-id: trunk@6459 -
2005-01-02 21:25:44 +00:00
mattias
358d5c1c4e updated localization
git-svn-id: trunk@6458 -
2005-01-02 11:56:38 +00:00
mattias
0a3ee239a0 updated localization
git-svn-id: trunk@6457 -
2005-01-02 11:41:52 +00:00
mattias
fd903d9ed1 increased version to 0.9.4
git-svn-id: trunk@6456 -
2005-01-02 11:24:25 +00:00
mattias
cf818e4584 implemented adding class header comment on class completion
git-svn-id: trunk@6455 -
2005-01-01 23:22:48 +00:00
mattias
3ed44e9dd9 implemented gtk GetTextExtentPoint for UTF8
git-svn-id: trunk@6454 -
2005-01-01 20:17:32 +00:00
mattias
0b6defabbf accelerated code completion box in IDE and replaced ExtTextOut with ExtUTF8Out in TCanvas.TextOut
git-svn-id: trunk@6453 -
2005-01-01 20:05:08 +00:00
mattias
965c1e6b30 fixed loading TRadioButton.Checked
git-svn-id: trunk@6452 -
2005-01-01 19:36:40 +00:00
mattias
2d0f725a44 implemented TTIProgressBar
git-svn-id: trunk@6451 -
2005-01-01 18:56:47 +00:00