Commit Graph

6533 Commits

Author SHA1 Message Date
vincents
eb7cf06c6b made TabVisible public
git-svn-id: trunk@6534 -
2005-01-10 16:35:35 +00:00
vincents
1562f523fe - added small installer image
- use seperate registry settings for installing as admin or as normal user.
- open source files with lazarus

git-svn-id: trunk@6533 -
2005-01-10 16:34:06 +00:00
vincents
abe5e0c3fb some ugly hacks to fix 1.0.x compilation
git-svn-id: trunk@6532 -
2005-01-10 15:59:43 +00:00
mattias
23c0cffdf8 added priority workaround for ambigious classes.pp in fpc sources
git-svn-id: trunk@6531 -
2005-01-10 12:32:49 +00:00
vincents
9e2233d5a9 added small installed image form S�rgio
git-svn-id: trunk@6530 -
2005-01-10 11:41:27 +00:00
vincents
c441ca730e implemented passing command line parameters to lazarus
git-svn-id: trunk@6529 -
2005-01-10 08:49:28 +00:00
mattias
5916c57809 fixed RemovePage. And I forgot last cvs log entry: TPage.TabVisible from Andrew Haines
git-svn-id: trunk@6528 -
2005-01-09 23:36:29 +00:00
mattias
f8d3853f8c fixed loading no unit at start
git-svn-id: trunk@6527 -
2005-01-09 23:28:18 +00:00
mattias
251c2b3f44 implemented loading command line filenames at start
git-svn-id: trunk@6526 -
2005-01-09 23:16:19 +00:00
mattias
739c0598e0 updated translations
git-svn-id: trunk@6525 -
2005-01-09 15:37:37 +00:00
mattias
5cdec89521 added Invert attribution tool from sergio
git-svn-id: trunk@6524 -
2005-01-09 15:26:05 +00:00
mattias
e58fafc956 added example for TTIGrid
git-svn-id: trunk@6523 -
2005-01-09 14:51:55 +00:00
mattias
1be6e84c55 registered andadded icon for TTIGrid
git-svn-id: trunk@6522 -
2005-01-09 14:11:03 +00:00
mattias
9ce30e43e9 implemented showing object names for TTIGrid
git-svn-id: trunk@6521 -
2005-01-09 13:48:06 +00:00
mattias
8f4126458f implemented showing property names for TTIGrid
git-svn-id: trunk@6520 -
2005-01-09 12:18:59 +00:00
mattias
487b6f09fc added TFileDialogComponentEditor and TFileDlgFilterProperty from Lagunov
git-svn-id: trunk@6519 -
2005-01-09 12:10:32 +00:00
mattias
893a0a64e3 implemented basic TTIGrid showing value cells
git-svn-id: trunk@6518 -
2005-01-09 02:49:26 +00:00
micha
f771e4ab9a fix cursor handling, and statictext alignment
git-svn-id: trunk@6517 -
2005-01-08 22:19:51 +00:00
vincents
423adf9b59 TLabel.ShowAccelChar default value is True
git-svn-id: trunk@6516 -
2005-01-08 22:13:21 +00:00
vincents
0f54bb7238 reverted previous change
git-svn-id: trunk@6515 -
2005-01-08 21:43:31 +00:00
mattias
d92ce8d36c fixed finding class after class completion
git-svn-id: trunk@6514 -
2005-01-08 16:27:59 +00:00
mattias
66a176a847 fixed finding class after class completion
git-svn-id: trunk@6513 -
2005-01-08 16:23:55 +00:00
mattias
2ca5b0d2f8 added workaround for fpc bug #3534
git-svn-id: trunk@6512 -
2005-01-08 16:02:17 +00:00
mattias
2e1f289436 fixed finding class after class completion
git-svn-id: trunk@6511 -
2005-01-08 15:40:58 +00:00
mattias
4f3496c1cd fixed TabOrder dialog for new TabOrder
git-svn-id: trunk@6510 -
2005-01-08 15:06:06 +00:00
micha
9a6dc5eb4a move taborder and tabstop to twincontrol
git-svn-id: trunk@6509 -
2005-01-08 14:23:56 +00:00
mattias
1ac4c9fdda implemented TPen.Mode=pmXor from Jesus
git-svn-id: trunk@6508 -
2005-01-08 11:03:18 +00:00
mattias
0dbbfae88f added Lagunov Aleksey to Contributors.txt
git-svn-id: trunk@6507 -
2005-01-08 10:43:07 +00:00
micha
4c3b54fe0f label can not bew focused anymore, hide tabstop/taborder
git-svn-id: trunk@6506 -
2005-01-07 21:53:48 +00:00
micha
d2bcf688ef publish Layout property (compatibility with situation before swap with tstatictext)
git-svn-id: trunk@6505 -
2005-01-07 21:36:37 +00:00
mattias
500dcf8cde improved placing new forms by Jan
git-svn-id: trunk@6504 -
2005-01-07 21:09:18 +00:00
micha
b7cbb90119 tlabel is not a wincontrol, change routine to accept tcontrols
git-svn-id: trunk@6503 -
2005-01-07 21:03:21 +00:00
mattias
a9010971e6 TFont, TBrush, TPen can now be used with fpCanvas
git-svn-id: trunk@6502 -
2005-01-07 21:02:59 +00:00
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