vincents
97c1684037
LCL: improved logic to retrieve WheelScrollLines.
...
win32 widget set: use Mouse.WheelScrollLines to determine the mouse wheel scroll lines.
git-svn-id: trunk@15717 -
2008-07-09 09:07:53 +00:00
kirkpatc
fa17781d1d
FPDoc - some more updates to TCustomImageList in imglist.xml
...
git-svn-id: trunk@15716 -
2008-07-09 07:21:06 +00:00
vincents
5dcea6ca0b
synedit: added @ to the work break characters (bug #11630 )
...
git-svn-id: trunk@15715 -
2008-07-09 07:04:23 +00:00
marc
c1820846a9
Issue #11571 :
...
* on Carbon color DC bitmaps are always 32bpp, our description specifies this, bitmapinfo should skip alpha when no alpha present
* only reduce bitsperpixel to 24bit on win32
git-svn-id: trunk@15714 -
2008-07-09 00:10:47 +00:00
jesus
772684f5d0
LCL, implemented extended selection in dbgrid with multiselect option
...
git-svn-id: trunk@15713 -
2008-07-08 21:12:32 +00:00
mattias
1546f3eee9
IDEIntf: TPropertyEditorHook changed method names to be ansistring instead shortstring
...
git-svn-id: trunk@15712 -
2008-07-08 18:48:15 +00:00
mattias
b3038dc825
IDE: showing events of ancestor names with classname
...
git-svn-id: trunk@15711 -
2008-07-08 18:37:33 +00:00
vincents
fc07f2877b
synedit: fixed detecting invalid UTF8 chars as special chars from Martin Friebe (bug #11628 )
...
git-svn-id: trunk@15710 -
2008-07-08 18:20:44 +00:00
mattias
6c56c29ae5
IDE: added debugging for frame events
...
git-svn-id: trunk@15709 -
2008-07-08 17:59:05 +00:00
mattias
93694fa80f
synedit: improved crDelete to allow undo/redo bug #11596
...
git-svn-id: trunk@15708 -
2008-07-08 17:52:34 +00:00
vincents
4ee45a7631
LCL: reverted accidental commits of r15706 #d49446d842
...
git-svn-id: trunk@15707 -
2008-07-08 16:48:59 +00:00
vincents
d49446d842
LCL: fixed typo in postscriptcanvas (bug #11629 )
...
git-svn-id: trunk@15706 -
2008-07-08 16:45:16 +00:00
mattias
53f2b70699
implemented Ctrl-Click for values, started inlined method properties
...
git-svn-id: trunk@15705 -
2008-07-08 14:06:42 +00:00
mattias
f24355994c
IDE: added todo
...
git-svn-id: trunk@15704 -
2008-07-08 14:04:30 +00:00
vincents
04866ed972
win32 interface: use system information about the number of lines to scroll with wheel mouse (bug #7316 )
...
git-svn-id: trunk@15703 -
2008-07-08 12:57:30 +00:00
marc
ee79443e1a
* Added nil-check for editor files not part of the project (workaround for #11571 )
...
git-svn-id: trunk@15702 -
2008-07-07 23:17:38 +00:00
mattias
530aa687de
IDE: reduced debugging output
...
git-svn-id: trunk@15701 -
2008-07-07 22:22:17 +00:00
mattias
138ad73ec6
IDE: fixed creating methods with the right LookupRoot owner for inline components
...
git-svn-id: trunk@15700 -
2008-07-07 22:21:48 +00:00
mattias
bc8c1dea0f
IDE: putting inline component into form: fixed lookuproot of methods
...
git-svn-id: trunk@15699 -
2008-07-07 20:43:13 +00:00
mattias
9cf5b70a7d
IDE: writing method names to stream of inline components
...
git-svn-id: trunk@15698 -
2008-07-07 15:54:50 +00:00
mattias
3246e67e23
IDEIntf: added resourcestrings
...
git-svn-id: trunk@15697 -
2008-07-07 15:36:06 +00:00
mattias
a1681f0ae4
IDE: delete form component: checking if it is a nested/inline component
...
git-svn-id: trunk@15696 -
2008-07-07 15:31:08 +00:00
mattias
63efe33bc3
IDE: implemented auto loading frame hidden when ptting a frame onto a form
...
git-svn-id: trunk@15695 -
2008-07-07 14:22:46 +00:00
mattias
86cf5d94fb
IDE: fixed crash on selecting frame
...
git-svn-id: trunk@15694 -
2008-07-07 14:09:13 +00:00
mattias
75cb5b0984
IDE: close frame: checking if frame is used as inline/nested component
...
git-svn-id: trunk@15693 -
2008-07-07 11:58:18 +00:00
mattias
085ddbcdac
IDE: adding frame to form: adding published var, unit and package
...
git-svn-id: trunk@15692 -
2008-07-07 11:02:58 +00:00
mattias
30a2dc2ee2
IDE: invertassigntool converted to UTF-8
...
git-svn-id: trunk@15691 -
2008-07-07 10:26:57 +00:00
vincents
ae5a3cc7b8
win32 interface: fixed calculating text size on bitbtns (bug #11618 )
...
git-svn-id: trunk@15690 -
2008-07-07 08:09:30 +00:00
mattias
e8071d14a8
synedit: implemented markup system from Martin Friebe
...
git-svn-id: trunk@15689 -
2008-07-07 07:41:40 +00:00
kirkpatc
990a41ff9a
FPDoc - definitions have been added for TCustomImageList in imglist.xml
...
git-svn-id: trunk@15688 -
2008-07-07 07:33:23 +00:00
paul
b13da039c9
qt: fix bitmap related crash from Luiz ( #0011614 )
...
git-svn-id: trunk@15687 -
2008-07-07 02:00:54 +00:00
vincents
892bfce165
LazBuild: fixed default widget set for darwin (bug #11617 )
...
git-svn-id: trunk@15686 -
2008-07-06 20:37:23 +00:00
vincents
899a6b0d07
win32 interface: take extra precaution to prevent range check errors if the LCL attempts to put an invalid UTF8 string on the clipboard (bug #11609 )
...
git-svn-id: trunk@15685 -
2008-07-06 19:53:34 +00:00
mattias
5f15a64ce4
IDE: designer component dependencies: implemented searching for inline components
...
git-svn-id: trunk@15684 -
2008-07-06 14:23:10 +00:00
mattias
6611e4c5c9
IDE: designer: reading inline streams when putting components on a form
...
git-svn-id: trunk@15683 -
2008-07-06 13:36:02 +00:00
mattias
7d22d4856a
IDE: designer: creating components: set csInline before calling Create
...
git-svn-id: trunk@15682 -
2008-07-06 12:22:03 +00:00
mattias
06eebec281
IDE: designer: creating components: set ComponentState flags before calling Create
...
git-svn-id: trunk@15681 -
2008-07-06 12:13:43 +00:00
mattias
046b400ff5
IDE: lfm repair dlg: improved layout
...
git-svn-id: trunk@15680 -
2008-07-06 11:49:02 +00:00
mattias
7ea2fd6706
copying: updated doc
...
git-svn-id: trunk@15679 -
2008-07-05 22:38:24 +00:00
mattias
911017a6d4
codetools: ppu: changed output of example to pascal
...
git-svn-id: trunk@15678 -
2008-07-05 22:37:52 +00:00
marc
be03b6c68d
* Updated Russian translation by Maxim Ganetsky
...
git-svn-id: trunk@15677 -
2008-07-04 23:27:21 +00:00
vincents
96850f6525
win32 interface: fixed range check errors from Martin Friebe (bug #11607 )
...
git-svn-id: trunk@15676 -
2008-07-04 21:26:32 +00:00
mattias
60afb63909
fixed 2.2.0 compilation
...
git-svn-id: trunk@15675 -
2008-07-04 15:07:15 +00:00
tombo
29ea8899f8
LCL: fixed range check errors
...
git-svn-id: trunk@15674 -
2008-07-04 14:02:11 +00:00
tombo
fa3bdaac2f
MouseAndKeyInput - a tool for cross-platform manipulation with mouse and key input
...
git-svn-id: trunk@15673 -
2008-07-04 13:04:55 +00:00
tombo
b44c433779
Printers4Lazarus: added Carbon restrictions
...
git-svn-id: trunk@15672 -
2008-07-04 12:01:50 +00:00
vincents
84ac43fd45
fpgui widget set: fixed compilation with fpc 2.3.1
...
git-svn-id: trunk@15671 -
2008-07-04 09:42:05 +00:00
mattias
cc89b8c867
codetools: ppu: splitted rtl group
...
git-svn-id: trunk@15670 -
2008-07-04 08:54:59 +00:00
vincents
b836129186
fpgui widget set: allow components to be visible at runtime from Graeme (issue #11606 )
...
git-svn-id: trunk@15669 -
2008-07-04 08:54:57 +00:00
marc
e90a4cab8b
* fixed transparency of speedbutton glyph (issue #11571 )
...
git-svn-id: trunk@15668 -
2008-07-03 23:47:36 +00:00