mattias
c6197e81fe
IDE: creating component interfaces for nested/inline components
...
git-svn-id: trunk@15734 -
2008-07-10 13:36:50 +00:00
michael
ee57894807
* Fixed Delete action OnExecute handler
...
git-svn-id: trunk@15733 -
2008-07-10 13:10:45 +00:00
michael
0c769a8270
* Fixed some issues with anchoring, handling of table combobox
...
git-svn-id: trunk@15732 -
2008-07-10 13:10:03 +00:00
michael
650156f484
* Fixed image loading
...
git-svn-id: trunk@15731 -
2008-07-10 13:08:15 +00:00
vincents
8a3217a900
synedit: don't initialize KeyStrokes collection, when loading it from .lrs or .lfm (fixes bug #7305 ), thanks to Martin Schreiber for the hint
...
git-svn-id: trunk@15730 -
2008-07-10 07:19:08 +00:00
vincents
400dcfccd4
Added new contributor: Alexandr Gridnev
...
git-svn-id: trunk@15729 -
2008-07-10 07:08:38 +00:00
vincents
788fa12d18
LCL: added support for converting to and from codepage 866 (issue #11608 ) from Alexandr Gridnev
...
git-svn-id: trunk@15728 -
2008-07-10 06:40:50 +00:00
jesus
a1eb9d8f7f
LCL, fixed selection change while dragging
...
git-svn-id: trunk@15727 -
2008-07-10 01:21:58 +00:00
mattias
9dfbba8302
IDE: implemented jumping to inherited inline method
...
git-svn-id: trunk@15726 -
2008-07-10 00:07:06 +00:00
mattias
02181f508e
gtk1: fixed regression: gtk list IndexOf locked the change vents
...
git-svn-id: trunk@15725 -
2008-07-09 15:00:23 +00:00
vincents
e6859b987a
IDE: small improvements to the command line handling
...
git-svn-id: trunk@15724 -
2008-07-09 14:59:04 +00:00
vincents
2c7d835569
IDE: centralized command line parsing from Ido Kanner (issue #11624 )
...
git-svn-id: trunk@15723 -
2008-07-09 14:49:12 +00:00
mattias
e53050f3a2
fixed compilation for 2.3.1
...
git-svn-id: trunk@15722 -
2008-07-09 14:12:40 +00:00
mattias
dc0bf0c863
lazbuild: implemented compiling IDE without packages
...
git-svn-id: trunk@15721 -
2008-07-09 13:33:25 +00:00
mattias
9d0afc204c
IDE: moved IFDEF BigIDE to lazarus.pp to let it work even on quick build, LazBuild: implemented compiling IDE standard packages
...
git-svn-id: trunk@15720 -
2008-07-09 13:22:45 +00:00
mattias
a694ca9ced
IDE: changed GetLookupRootForComponent to handle nested/inline components
...
git-svn-id: trunk@15719 -
2008-07-09 11:56:49 +00:00
mattias
6e13c5dbe9
synedit: codefolding fixes: ctrl-mouse underlining, cursor left/right skip blocks from Martin Friebe
...
git-svn-id: trunk@15718 -
2008-07-09 11:38:05 +00:00
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