Commit Graph

19277 Commits

Author SHA1 Message Date
mattias
8f2bc2fdb1 codetools: identifier completion search at start of identifier and at end of valid code, bug #10548
git-svn-id: trunk@19613 -
2009-04-24 18:01:03 +00:00
ask
0c273e0445 TAChart: Initial implementation of 3D look. Add demo.
git-svn-id: trunk@19612 -
2009-04-24 14:41:28 +00:00
ask
4b83c209c8 TAChart: Add TBarSeries.AdjustBarWidth property.
git-svn-id: trunk@19611 -
2009-04-24 14:36:16 +00:00
ask
563f244d92 TAChart: Invert ZOrder.
git-svn-id: trunk@19610 -
2009-04-24 14:09:33 +00:00
ask
3db771a856 TAChart: Starting 3-D look implementation.
* Introduce TChartZPosition type.
* Add Depth property.
* Fix ZPosition for function series.

git-svn-id: trunk@19609 -
2009-04-24 14:04:12 +00:00
ask
622ce0f331 TAChart: Fix calculation of right boundary while drawing function series.
git-svn-id: trunk@19608 -
2009-04-24 12:21:52 +00:00
ask
4ebf36a67c TACHart: Replace hard-coded 'Tolerance' value with ExpandPercentage property. Update demo.
git-svn-id: trunk@19607 -
2009-04-24 12:20:58 +00:00
ask
6941ef0833 TAChart: More extent improvements.
* Use FCurrentExtent instead of F{X/Y}Graph{Min/Max}.
* Carefully check for various combinations of Chart.Extent and series bounds.

git-svn-id: trunk@19606 -
2009-04-24 11:45:32 +00:00
mattias
ee6cc0c5be codetools: identifier completion after inherited, bug #10560
git-svn-id: trunk@19605 -
2009-04-24 11:44:36 +00:00
ask
a258bd419f TAChart: Check that Chart.Extent buonds are ordered corectly.
git-svn-id: trunk@19604 -
2009-04-24 11:35:33 +00:00
ask
56cc734a27 TAChart: Add DoubleRect utility function, EChartError base exception class.
git-svn-id: trunk@19603 -
2009-04-24 11:32:33 +00:00
martin
468a0e145f SynEdit, Fixed fold-context menu. Some items would not show, if begin-end blocks were not folded. issue #13576
git-svn-id: trunk@19602 -
2009-04-24 10:12:20 +00:00
dmitry
4ff5a5562a fix for #11190, implicit invalidates by SetBounds or SetVisibility inside OnPaint events are supported
git-svn-id: trunk@19601 -
2009-04-24 08:54:55 +00:00
dmitry
fa42e89af3 commented DebugLn
git-svn-id: trunk@19600 -
2009-04-24 08:53:59 +00:00
ask
a480ed52ae TAChart: Sort and group TChart members. Publish AxisColor property.
git-svn-id: trunk@19599 -
2009-04-24 08:39:47 +00:00
vincents
ad9038a66e mouse and key input component: added function to input a string (it was only one char at a time) from javivf (issue #13575)
git-svn-id: trunk@19598 -
2009-04-24 08:14:58 +00:00
ask
23f9d1f9c4 TAChart: Improve extent processing.
* Replace {X/Y}Graph{Max/Min} and AutoUpdate{X/Y}{Max/Min} properties with Extent class.
 * Use +/-Infinity instead of custom MinDouble/MaxDouble constants
 * Simplify UpdateExtent procedure

git-svn-id: trunk@19597 -
2009-04-24 07:24:04 +00:00
ask
f0d5fdc244 TAChart: More default values for properties.
git-svn-id: trunk@19596 -
2009-04-24 06:35:41 +00:00
paul
4b4bb3c76b ide: don't show observations when mode <> categories in the code explorer tree
git-svn-id: trunk@19595 -
2009-04-24 03:19:12 +00:00
paul
2da1e36c1c ide: set correct imageindex for uses section and used unit nodes
git-svn-id: trunk@19594 -
2009-04-24 03:07:44 +00:00
paul
841d9ef2fb ide: shot unit names instead of 'use unit' in the code explorer tree
git-svn-id: trunk@19593 -
2009-04-24 02:55:23 +00:00
marc
61fedc0c97 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@19592 -
2009-04-23 22:04:46 +00:00
mattias
1f588db5ff gtk intf: using gptBox instead of gptBoxGap for TTabControl content
git-svn-id: trunk@19591 -
2009-04-23 11:46:29 +00:00
mattias
c5b4688ec5 codetools: class completion: implemented property types with units prefixes, bug #11827
git-svn-id: trunk@19590 -
2009-04-23 10:18:57 +00:00
mattias
09148347e9 codetools: class completion: fixed adding behind variable lists, bug #13368
git-svn-id: trunk@19589 -
2009-04-23 09:57:51 +00:00
paul
4757739e38 lcl: adjust TButtonPanel buttons width/height on text change
git-svn-id: trunk@19588 -
2009-04-23 09:28:45 +00:00
paul
43a719696b ide: fix button order in Find In Files dialog (part of issue #0013561)
git-svn-id: trunk@19587 -
2009-04-23 09:08:45 +00:00
vincents
d4d1ed53a6 IDE: fixed layout of path editor dialog (issue #12245)
git-svn-id: trunk@19586 -
2009-04-23 08:58:01 +00:00
zeljko
682e03ea72 Qt: fix visibility of titlebar for modal windows under macOSX - qt-4.5
git-svn-id: trunk@19585 -
2009-04-23 07:47:38 +00:00
dmitry
b897fd7a7a * a small fix of carbon button default state. It's common for OSX to a focused and a default button to be different
git-svn-id: trunk@19584 -
2009-04-23 07:05:12 +00:00
paul
5cac8c511d gtk: formatting
git-svn-id: trunk@19583 -
2009-04-23 06:18:53 +00:00
paul
66a22b1146 gtk: fix some constants which makes bsDialog forms sizable
git-svn-id: trunk@19582 -
2009-04-23 05:09:24 +00:00
paul
8c93dc5ffd ide: fix goto form layout again
git-svn-id: trunk@19581 -
2009-04-23 03:06:21 +00:00
paul
d87a1cfcf9 ide: fix anchors for goto form
git-svn-id: trunk@19580 -
2009-04-23 02:55:04 +00:00
paul
8879a8e5a0 ide: simplify goto form
git-svn-id: trunk@19579 -
2009-04-23 02:49:12 +00:00
paul
b3249c670c ide: fix lazarus.lpi
git-svn-id: trunk@19578 -
2009-04-23 02:35:48 +00:00
paul
ce343a5f24 lcl: fix crashes when using buttonpanel on form (default conrol has not notified form about destruction)
git-svn-id: trunk@19577 -
2009-04-23 02:35:18 +00:00
paul
fb5ae56005 lcl: fix TButtonPanel buttons height (it must be the same for all buttons)
git-svn-id: trunk@19576 -
2009-04-23 00:42:41 +00:00
marc
9dc24780ac * fixed anchoring of relative path checkbox. Patch by Anders M. Hansen
git-svn-id: trunk@19575 -
2009-04-22 22:23:01 +00:00
marc
3dbc1e6f2e * Improved French translation by Thierry Bothorel
git-svn-id: trunk@19574 -
2009-04-22 21:38:25 +00:00
vincents
76d394715b LCL: fixed order of parameters of CalcFittingFontHeight in TLabel.OptimallFill from Daniel Simões de Almeida (issue #13557)
git-svn-id: trunk@19573 -
2009-04-22 19:05:43 +00:00
mattias
9074baf434 IDE: code explorer: implemented wrong indentation
git-svn-id: trunk@19572 -
2009-04-22 15:15:06 +00:00
vincents
772489f2f8 IDE: fixed adding search progress form to the window list, based on patch by Vladimir Zhirov (issue #13032)
git-svn-id: trunk@19571 -
2009-04-22 14:17:44 +00:00
dmitry
01bb1f3c33 fix for #13555
git-svn-id: trunk@19570 -
2009-04-22 09:05:39 +00:00
vincents
5a271ede8d IDE: added some accelerator keys in the file menu from Marius (issue #12339)
git-svn-id: trunk@19569 -
2009-04-22 08:25:32 +00:00
mattias
ce7fa875fb IDE: code observer options split in groups, bug #13551, Alexander S. Klenin
git-svn-id: trunk@19568 -
2009-04-22 08:03:25 +00:00
dmitry
02ba3921d6 * fixes tab control left arrow drawing for Leopard (and higher?)
git-svn-id: trunk@19567 -
2009-04-22 07:08:03 +00:00
mattias
2e18113fd7 IDE: find/rename identifier: search private identifiers only in current unit
git-svn-id: trunk@19566 -
2009-04-22 06:47:34 +00:00
mattias
a9d598fdb3 IDE: code observer: parsing inner blocks and brackets
git-svn-id: trunk@19565 -
2009-04-22 06:17:23 +00:00
mattias
63f92835aa IDE: code observer: max 50 items per category
git-svn-id: trunk@19564 -
2009-04-22 05:02:41 +00:00