paul
2b18e40042
designer: formatting
...
git-svn-id: trunk@18834 -
2009-02-27 08:14:13 +00:00
paul
7f70a99e13
win32: fix pagecontrol in the designer after r18831 #af721847eb
...
git-svn-id: trunk@18833 -
2009-02-27 03:52:48 +00:00
jesus
008dca4acd
IDE, implemented closing editor tab with mouse middle button click
...
git-svn-id: trunk@18832 -
2009-02-27 03:25:41 +00:00
jesus
af721847eb
LCL, fixed TabIndexAtClientPos for win32 and gtk2
...
git-svn-id: trunk@18831 -
2009-02-27 03:23:46 +00:00
paul
d165265aaa
ideintf: fix asterisk position in the copyright header
...
git-svn-id: trunk@18830 -
2009-02-27 02:35:55 +00:00
martin
2129ac6726
Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package.
...
git-svn-id: trunk@18829 -
2009-02-26 23:31:02 +00:00
paul
1b0ce9d60f
ide: fix one anchor for code templates dialog
...
git-svn-id: trunk@18828 -
2009-02-26 22:57:16 +00:00
paul
ccc97fcddb
synedit: set default value for FrameColor
...
git-svn-id: trunk@18827 -
2009-02-26 22:56:44 +00:00
marc
fa88fa1f61
* Reset puse wait state when stopped (tip from paul)
...
git-svn-id: trunk@18826 -
2009-02-26 22:40:16 +00:00
paul
9d9c9448c5
gtk: all custom controls need EraseBackground (not only those who don't have csOpaque) ( fixes #0013224 )
...
git-svn-id: trunk@18825 -
2009-02-26 02:07:07 +00:00
paul
8c52991db1
formatting
...
git-svn-id: trunk@18824 -
2009-02-26 02:04:33 +00:00
jesus
85a175e084
LCL, make getcells and setcells virtual in TCustomStringGrid
...
git-svn-id: trunk@18823 -
2009-02-26 00:52:10 +00:00
mattias
036ac66bf8
codetools: added / to expression operators
...
git-svn-id: trunk@18822 -
2009-02-25 14:14:06 +00:00
paul
eeb0f872f1
gtk1: Memo.SelStart does not change, when adding new lines with Memo.Lines.Add (bug #0008360 )
...
git-svn-id: trunk@18821 -
2009-02-25 02:58:44 +00:00
mattias
59cea6c0ba
LCL: TMemo using TTextStrings
...
git-svn-id: trunk@18820 -
2009-02-24 18:24:40 +00:00
paul
2f23907551
designer: when show component name fill name rectangle before to prevent ugly look if few names overlap each-other
...
git-svn-id: trunk@18819 -
2009-02-24 14:09:22 +00:00
ask
c27d946f16
TAChart: refactor zooming
...
git-svn-id: trunk@18818 -
2009-02-24 11:43:48 +00:00
paul
aa768c5872
gtk: simplify Frame3D
...
git-svn-id: trunk@18817 -
2009-02-24 06:41:38 +00:00
paul
4931b03cdb
wince: fix compilation
...
git-svn-id: trunk@18816 -
2009-02-24 06:08:08 +00:00
paul
a4a728b2a4
lcl: formatting
...
git-svn-id: trunk@18815 -
2009-02-24 04:41:24 +00:00
paul
b95e622129
jcf: rename jcfsettings to JCFSettings since jfc looks for JCFSettings and it cannot be found on case sensitive file systems
...
git-svn-id: trunk@18814 -
2009-02-24 03:52:59 +00:00
paul
e9eca3fc92
ide: don't show minimize/maximize buttons for IDE options dialog (only allow to resize it)
...
git-svn-id: trunk@18813 -
2009-02-24 02:23:38 +00:00
paul
e341c015c5
designer: introduce TDesigner.ShowComponentCaptions property, fix SetShowComponentCaptionHints and SetShowEditorHints
...
ide: switch Designer.ShowComponentCaptions when "Show component captions" option is switched in the IDE options
git-svn-id: trunk@18812 -
2009-02-24 02:22:36 +00:00
paul
7e1eb7a0f1
designer: a bit improve form invalidates I introduced in r18806 #d37ad93cb0
...
git-svn-id: trunk@18810 -
2009-02-23 15:09:45 +00:00
paul
c363b5fff8
gtk2: fix item exchange (bug #0013081 )
...
git-svn-id: trunk@18809 -
2009-02-23 13:48:46 +00:00
zeljko
5563556ab1
Qt: fix crashes introduced by 18733.Class hierarchy is broken only if we look directly into qt libs, but we should not forget that we hacked QAbstractScrollArea class, so it's impossible to use with native controls. TQtAbstractScrollArea is TQtFrame now, so borderStyle can be setted up.
...
git-svn-id: trunk@18808 -
2009-02-23 10:58:48 +00:00
paul
cdcb46fcd0
win32: application should call OleInitialize to use some windows features like Clipboard, Drag and Drop, etc. Do this for LCL applications (maybe related to issue #0010409 ).
...
git-svn-id: trunk@18807 -
2009-02-23 10:25:47 +00:00
paul
d37ad93cb0
designer: Show non-visual component names below icons (issue #0013180 )
...
git-svn-id: trunk@18806 -
2009-02-23 09:13:27 +00:00
paul
1fdf7aac12
designer: improve look of non-visual components
...
git-svn-id: trunk@18805 -
2009-02-23 08:34:04 +00:00
paul
dfc003e02b
formatting
...
git-svn-id: trunk@18804 -
2009-02-23 08:33:27 +00:00
paul
3c5d739364
win32, wince: Frame3D must decrease passed rect
...
git-svn-id: trunk@18803 -
2009-02-23 08:22:45 +00:00
paul
9f70078354
qt: fix Frame3D drawing:
...
- decrease rect always even if we draw with bvNone (consistent behavior with carbon and gtk)
- improve drawing of Frame3D with bvLowered, bvRaised
git-svn-id: trunk@18802 -
2009-02-23 08:18:54 +00:00
paul
b260e0bc7d
designer: formatting
...
git-svn-id: trunk@18801 -
2009-02-23 07:32:49 +00:00
mattias
8eef3a2022
codetools: identifier completion: not adding semicolon in front of a binary symbol operator
...
git-svn-id: trunk@18800 -
2009-02-22 22:47:00 +00:00
martin
2f1b930d22
SynEdit, Folding: "type" does not always start a block: "foo = type string;"
...
git-svn-id: trunk@18799 -
2009-02-22 20:05:43 +00:00
martin
580a765d4e
SynEdit: Fixed BlockSelection, if multi byte UTF8 chars are present (requires fix in rev 18797 #9cfd930f46) (relates to bug #11819 / Note 25343; but any line with multibyte chars at the very start was affected)
...
git-svn-id: trunk@18798 -
2009-02-22 19:46:57 +00:00
martin
9cfd930f46
LCL/UTF-8: fix UTF8FindNearestCharStart (it kept looking at the 1st char in the string, assuming wrong start positions for others)
...
git-svn-id: trunk@18797 -
2009-02-22 19:43:06 +00:00
martin
81d0c46770
Add SynEdit-Design package to BigIDE
...
git-svn-id: trunk@18796 -
2009-02-22 18:42:03 +00:00
ask
a3580b1459
TAChart: Make marks optional. Allow custom marks formatting.
...
git-svn-id: trunk@18795 -
2009-02-22 16:06:23 +00:00
ask
4bd8cdc586
TAChart: implement all MarksStyle values for TPieSeries.
...
Add mark style selection to the demo application.
git-svn-id: trunk@18794 -
2009-02-22 15:10:53 +00:00
michael
3355d5624b
* Fixed access violation reported on Mailing list
...
git-svn-id: trunk@18793 -
2009-02-22 14:48:27 +00:00
ask
61219c304d
TAChart: Renamed ChartCoord -> TChartCoord
...
git-svn-id: trunk@18792 -
2009-02-22 14:41:55 +00:00
mattias
27966b0715
IDE: build modes: added TargetOS
...
git-svn-id: trunk@18791 -
2009-02-22 10:14:04 +00:00
jesus
82f1dfb48a
LCL, mouse hovering a toolbutton might change down state after leaving the button area, it should not change the previous down state
...
git-svn-id: trunk@18790 -
2009-02-22 05:05:09 +00:00
jesus
381c429d0a
LazReport, renamed some images
...
git-svn-id: trunk@18789 -
2009-02-21 21:28:20 +00:00
mattias
a4e0c566a7
IDE: build modes: add standard build mode
...
git-svn-id: trunk@18788 -
2009-02-21 21:23:58 +00:00
mattias
4b6abe2cbe
IDE: build modes: enable project build modes
...
git-svn-id: trunk@18787 -
2009-02-21 19:33:52 +00:00
marc
d445d07ffe
* Moved visual check forward, so we have always a visual when creating a pixmap. This might solve some object is NULL gdk warnings
...
git-svn-id: trunk@18786 -
2009-02-21 18:44:25 +00:00
jesus
246c0e3ae8
LazReport, do not autoscroll designer's form
...
git-svn-id: trunk@18785 -
2009-02-21 18:38:29 +00:00
mattias
4c7d84316a
IDE: added checks to not save .lrs,lfm,lrt file without directory
...
git-svn-id: trunk@18784 -
2009-02-21 16:14:22 +00:00