Commit Graph

6859 Commits

Author SHA1 Message Date
micha
06d7f53d8a fix bug #575, refresh control image when moving/resizing
git-svn-id: trunk@6660 -
2005-01-21 19:47:16 +00:00
mattias
b03bf7f76a implemented option to reduce designer painting
git-svn-id: trunk@6659 -
2005-01-21 19:18:35 +00:00
micha
11192971f6 fix capturing of mouse during dragging
speed up drawing of grid; use Pixels[] to draw pixels :)
moveto/lineto uses Pen, not Brush

git-svn-id: trunk@6658 -
2005-01-21 16:18:31 +00:00
micha
46192cb3cc implement TCustomLabel.Layout
git-svn-id: trunk@6657 -
2005-01-21 14:18:11 +00:00
micha
4338d1ed7e implement TCustomLabel.Transparent
git-svn-id: trunk@6656 -
2005-01-21 13:38:10 +00:00
micha
4c10140dbf check range of new TopY
git-svn-id: trunk@6655 -
2005-01-21 12:40:31 +00:00
micha
c5f71e2011 only change cursor if within client area
git-svn-id: trunk@6654 -
2005-01-21 12:10:25 +00:00
micha
780de93e75 cleanup focus; fix tabbing
git-svn-id: trunk@6653 -
2005-01-21 11:52:01 +00:00
mattias
07c70ad0b5 fixed changing the cell value while in editor mode from Jesus
git-svn-id: trunk@6652 -
2005-01-21 10:41:30 +00:00
mattias
623d8f33d0 implemented streaming of anchorsides
git-svn-id: trunk@6651 -
2005-01-21 10:34:56 +00:00
mattias
ff55a92ced fixed showing anchor control in anchor editor
git-svn-id: trunk@6650 -
2005-01-20 22:10:36 +00:00
mattias
0312b4613d implementing anchor editor, setting sibling and reference sides
git-svn-id: trunk@6649 -
2005-01-20 20:51:06 +00:00
mattias
efeb185b05 implemented setting Anchors via AnchorEditor
git-svn-id: trunk@6648 -
2005-01-20 19:00:33 +00:00
mattias
87dfdda5ef published TComboBox.OnDbClick
git-svn-id: trunk@6647 -
2005-01-20 16:58:16 +00:00
vincents
a4169e7bc6 use default widget set and target os
git-svn-id: trunk@6646 -
2005-01-20 14:25:26 +00:00
vincents
ef34c15147 implemented TWin32WSCustomListBox.GetTopIndex and SetTopIndex
git-svn-id: trunk@6645 -
2005-01-20 13:34:07 +00:00
mattias
bdd68241d4 fixed win compilation
git-svn-id: trunk@6644 -
2005-01-20 13:10:58 +00:00
mattias
d98fb2e07c fixed Escape key in dialogs: run params, new, compiler opts
git-svn-id: trunk@6643 -
2005-01-20 11:37:24 +00:00
mattias
4f73c82aaf fixed fpCanvas TPenStyle to LCL intf pen styles
git-svn-id: trunk@6642 -
2005-01-20 00:31:39 +00:00
vincents
c2ffe68e8d fixed calculating EffectiveMaxWidth and EffectiveMaxHeight
git-svn-id: trunk@6641 -
2005-01-19 22:34:30 +00:00
vincents
dd8c50dc28 renamed AvLTree to AvL_Tree
git-svn-id: trunk@6640 -
2005-01-19 12:48:24 +00:00
mattias
9775b31e86 improved invert assignment tool for comments from Andrew Haines
git-svn-id: trunk@6639 -
2005-01-19 08:17:03 +00:00
mattias
03115ff293 replaced array of with pointer of integer for 1.0.10
git-svn-id: trunk@6638 -
2005-01-18 22:35:51 +00:00
mattias
cc5ecdae5c added workaround for bug #3574
git-svn-id: trunk@6637 -
2005-01-18 22:26:10 +00:00
vincents
58131f7541 fixed unlocking executable after debugging
git-svn-id: trunk@6636 -
2005-01-18 21:22:44 +00:00
mattias
166bd87dab added stream size check for TBitmap
git-svn-id: trunk@6635 -
2005-01-18 19:46:41 +00:00
mattias
0dd37d3a62 improved invert assignment tool by multilines from Andrew Haines
git-svn-id: trunk@6634 -
2005-01-18 18:46:59 +00:00
vincents
5d92a35f90 show message if not help is found
git-svn-id: trunk@6633 -
2005-01-18 13:11:54 +00:00
vincents
e79faaf4d2 fixed showing error, if no browser is found
git-svn-id: trunk@6632 -
2005-01-18 07:28:29 +00:00
marc
c7d03af771 * oops, fixed line end calculation
git-svn-id: trunk@6631 -
2005-01-18 00:59:49 +00:00
marc
3ddadc078f * Improved line end detection for rawimages
git-svn-id: trunk@6630 -
2005-01-18 00:09:31 +00:00
mattias
7c5349758d fixed constraints for forms under gtk
git-svn-id: trunk@6629 -
2005-01-17 17:49:28 +00:00
mattias
0ee509e404 replaced aboutform resizing
git-svn-id: trunk@6628 -
2005-01-17 17:20:59 +00:00
mattias
ed02f73289 improved TLabel autosizing
git-svn-id: trunk@6627 -
2005-01-17 16:42:35 +00:00
vincents
2d37fafe6a win32 installer uses package icon from Francisco
git-svn-id: trunk@6626 -
2005-01-17 16:16:35 +00:00
mattias
a21cbfceca improved gtk intf to calculate TextHeight
git-svn-id: trunk@6625 -
2005-01-17 15:36:31 +00:00
vincents
a2b5b0b52e added new icon for lazarus package file
git-svn-id: trunk@6624 -
2005-01-17 15:35:08 +00:00
mattias
7cfb7c62b7 added check for additional compiler config biting the standard one
git-svn-id: trunk@6623 -
2005-01-17 13:08:12 +00:00
micha
628659f24e properly support TImage.OnPaint event, fix infinite loop
git-svn-id: trunk@6622 -
2005-01-17 12:49:48 +00:00
mattias
12a43a51bb replaced about form caption with resourcestring
git-svn-id: trunk@6621 -
2005-01-17 12:26:05 +00:00
mattias
be9331e1ba added showing all four sides to AnchorEditor
git-svn-id: trunk@6620 -
2005-01-17 11:53:39 +00:00
vincents
e44cb55cf6 added registry settings for opening packages on the command line
git-svn-id: trunk@6619 -
2005-01-17 10:00:48 +00:00
marc
18ba83a732 * Rewrite of streamreading/writing to be sparc compatible
(no unaligned read/writes)

git-svn-id: trunk@6618 -
2005-01-16 23:01:07 +00:00
micha
fe9b5eccd7 fix bug #464 and #514: create bitmap handle to back image drawing up
git-svn-id: trunk@6617 -
2005-01-16 19:46:39 +00:00
micha
82325ca16d fix compilation
git-svn-id: trunk@6616 -
2005-01-16 19:23:32 +00:00
micha
5f8026a62c fix bug #506: pass quoted files and paths to gdb that possibly contain spaces
git-svn-id: trunk@6615 -
2005-01-16 19:02:02 +00:00
micha
b5f2c228e2 fix bug #488: custompage should have csnodesignvisible never set *or* before creation of handle
git-svn-id: trunk@6614 -
2005-01-16 15:37:18 +00:00
micha
83cd8b7126 revert patch: use synchronize by default; users now always need to use cthreads otherwise there will be a RTE
git-svn-id: trunk@6613 -
2005-01-16 13:59:02 +00:00
mattias
e0542e128f implemented loading .lpk on cmd line
git-svn-id: trunk@6612 -
2005-01-16 13:34:55 +00:00
mattias
838c199783 added DoCompareCells, changed OnCompareCell from Jesus
git-svn-id: trunk@6611 -
2005-01-16 13:16:31 +00:00