Commit Graph

4940 Commits

Author SHA1 Message Date
andrew
0e46adcc18 added missing file needed by TCheckBox for carbon
git-svn-id: trunk@8705 -
2006-02-04 17:56:15 +00:00
andrew
51d50e3074 basic implementation of TCheckBox for carbon
git-svn-id: trunk@8704 -
2006-02-04 17:51:53 +00:00
vincents
e56517cf55 fixed compilation of gtk2 interface on windows by putting code behind {$ifdef unix} and adding warning in the {$else} branch.
git-svn-id: trunk@8700 -
2006-02-03 21:47:33 +00:00
mattias
3f1451b586 removed lcl/COPYING.LCL, because it was old and wrong
git-svn-id: trunk@8690 -
2006-02-03 15:56:21 +00:00
jesus
3aab21e7b0 fixed TDBCheckBox don't post changes to dataset (issue #1370)
git-svn-id: trunk@8688 -
2006-02-02 21:19:17 +00:00
vincents
34ada0cc60 removed fpc 2.1.1 workaround, fpc has now an int64 overload of FloatToStrF
git-svn-id: trunk@8686 -
2006-02-02 12:42:26 +00:00
vincents
b8f76e44f5 if a Form has default bordericons, it should keep the default bordericons, if the BorderStyle changes (related to issue #1678)
git-svn-id: trunk@8685 -
2006-02-02 08:07:49 +00:00
jesus
29a732f8c6 fixed grid jumps to selected cell after mouse click on a scrolled unfocused cell, tabstop=true by default
git-svn-id: trunk@8684 -
2006-02-01 22:24:33 +00:00
vincents
0ecb485c10 fixed compilation with fpc 2.1.1
git-svn-id: trunk@8683 -
2006-02-01 21:22:54 +00:00
andrew
17d9a51c28 Fix for bug #1673 -- permission from Vincent
git-svn-id: trunk@8679 -
2006-01-31 16:15:12 +00:00
mattias
ebb80e5949 fixed win32/wince compilation
git-svn-id: trunk@8670 -
2006-01-31 13:57:43 +00:00
mattias
87439b8fab fixed initial TRadioGroup.ItemIndex under gtk
git-svn-id: trunk@8664 -
2006-01-30 20:20:33 +00:00
vincents
f96ac2f4bf changed for Delphi compatibility: changed Width,Height to Right,Bottom from Martin Smat
git-svn-id: trunk@8658 -
2006-01-29 20:25:49 +00:00
mattias
ab36f3dace implemented showing borderspace in designer
git-svn-id: trunk@8657 -
2006-01-29 14:57:01 +00:00
mattias
7ba529d123 fixed TColorBox odPainted
git-svn-id: trunk@8655 -
2006-01-29 00:18:36 +00:00
mattias
d099feb7f8 fixed gtk Frame3d
git-svn-id: trunk@8650 -
2006-01-28 23:19:18 +00:00
mattias
35d85a8f2f improved assing keycommands by reusing objects
git-svn-id: trunk@8649 -
2006-01-28 23:04:20 +00:00
jesus
4ce49481be implemented keep focused cell visible while scrollbar scrolling
git-svn-id: trunk@8647 -
2006-01-28 20:39:36 +00:00
mattias
0c9ab7d58b renamed DrawByRows to DrawAllRows
git-svn-id: trunk@8644 -
2006-01-28 18:14:26 +00:00
mattias
ee01d36329 fixed saving non loaded property
git-svn-id: trunk@8643 -
2006-01-28 14:42:12 +00:00
mattias
4672fc5ab0 added 5 space for TRadioGroup and TCheckGroup
git-svn-id: trunk@8640 -
2006-01-27 21:58:16 +00:00
mattias
da5881ed7f fixed ChildSizing spacing and Layout
git-svn-id: trunk@8639 -
2006-01-27 21:51:58 +00:00
mattias
9a738a013a added -dDisableWidgetColor
git-svn-id: trunk@8638 -
2006-01-27 21:21:34 +00:00
mattias
9789a6b124 implemented updating on changing BorderSpacing.InnerBorder
git-svn-id: trunk@8637 -
2006-01-27 20:52:03 +00:00
mattias
3c3ac6365a improved AutoSizing for Parent controls
git-svn-id: trunk@8636 -
2006-01-27 20:36:32 +00:00
mattias
4be9722684 reduced TRadioGroup calling HandleNeeded
git-svn-id: trunk@8634 -
2006-01-27 16:17:49 +00:00
mattias
90de7d2a9a implemented TControl.BorderSpacing.CellAlignHorizontal/Vertical, replaced TRadioGroup recreatewnd calls with UpdateItems, changed TRadioGroup.AutoFill to true as default
git-svn-id: trunk@8633 -
2006-01-27 15:21:08 +00:00
vincents
20ffc466c9 updated Dutch translations
Patch by: Matthijs

git-svn-id: trunk@8631 -
2006-01-27 12:26:08 +00:00
vincents
586f9de0ca check ColumnClick before raising OnColumnClick event from Matthijs
git-svn-id: trunk@8629 -
2006-01-27 12:01:30 +00:00
mattias
4b193a4407 improved color for gtk widgets from Darek
git-svn-id: trunk@8625 -
2006-01-26 20:53:59 +00:00
mattias
c474bf1958 published TStringGrid.OnShowHint
git-svn-id: trunk@8624 -
2006-01-26 18:38:52 +00:00
mattias
2daff690f8 added shrinking to TRadioGroup and TCheckGroup
git-svn-id: trunk@8621 -
2006-01-25 23:18:16 +00:00
mattias
022e1f68df fixed editor options layout to anchor options bottom
git-svn-id: trunk@8620 -
2006-01-25 23:05:25 +00:00
mattias
4572967898 TRadioGroup and TCheckGroup are now using ChildSizing properties
git-svn-id: trunk@8619 -
2006-01-25 22:48:01 +00:00
mattias
6c6535d395 implemented ChildSizing.Layout/EnlargeHorizontal/EnlargeVertical/ShrinkHorizontal/ShrinkVertical
git-svn-id: trunk@8618 -
2006-01-25 21:52:47 +00:00
vincents
0fa64aa78b published Align, Anchors and BorderSpacing (issue #1662)
git-svn-id: trunk@8617 -
2006-01-25 15:29:26 +00:00
mattias
40c0cd86f7 implemented more parts of TAutoSizeBox needed for ChildSizing.Layout
git-svn-id: trunk@8613 -
2006-01-24 16:52:43 +00:00
mattias
f78320e79d fixed a few layouts
git-svn-id: trunk@8606 -
2006-01-23 18:25:13 +00:00
jesus
b9df1396b6 fixes TDBEdit sets edit mode on EVERY key down (issue #1615)
git-svn-id: trunk@8605 -
2006-01-23 13:20:56 +00:00
mattias
fa3cda85f5 added debugging for clipboard
git-svn-id: trunk@8603 -
2006-01-23 10:37:40 +00:00
jesus
e36c93f81a fixes widestring to string convertion
git-svn-id: trunk@8600 -
2006-01-22 23:21:16 +00:00
mattias
4914273463 fixed auto adding package to project on popupmenu
git-svn-id: trunk@8598 -
2006-01-21 22:43:29 +00:00
mattias
4de0211460 added default LCL_PLATFORM for all big ide components
git-svn-id: trunk@8589 -
2006-01-21 09:38:59 +00:00
mattias
248fa55c77 ixed painting icons in package editor
git-svn-id: trunk@8586 -
2006-01-21 00:17:37 +00:00
mattias
d7347356ff implemented compiler options parsed optins with platform independent makros, disabled string highlighting
git-svn-id: trunk@8573 -
2006-01-20 13:38:42 +00:00
mattias
fe9a9c9db9 fixed focusing in gtklist
git-svn-id: trunk@8568 -
2006-01-19 22:54:58 +00:00
mattias
c5381fa007 reduced debugging output and extended debugging of lcl
git-svn-id: trunk@8565 -
2006-01-19 18:36:07 +00:00
mattias
992215d3a2 improved debugging for gtk from Darek
git-svn-id: trunk@8563 -
2006-01-18 23:01:41 +00:00
mattias
acebd87695 Form.WindowState now is kept up to date from Andrew Haines
git-svn-id: trunk@8561 -
2006-01-18 22:41:07 +00:00
andrew
6de45e4ce8 Fixed big 1641
git-svn-id: trunk@8559 -
2006-01-18 21:44:51 +00:00