Commit Graph

19301 Commits

Author SHA1 Message Date
marc
a0cc36d681 * Updated Chineese translation by shinyv
* Renamed zh-cn extention to zh_CN (to be more consequent with others)

git-svn-id: trunk@19637 -
2009-04-26 15:44:31 +00:00
marc
bf6e777f64 * updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@19636 -
2009-04-26 15:28:00 +00:00
paul
459c87b06b gtk: trial to find better matches for titlebar colors
git-svn-id: trunk@19635 -
2009-04-26 14:49:06 +00:00
paul
cd1570a15d gtk2: improve notebook close button (it looks natively in gnome now)
- make it theme dependent
  - fix size

git-svn-id: trunk@19634 -
2009-04-26 14:14:31 +00:00
mattias
b46c4051e3 codetools: fixed closing with variable nodes, bug #10640
git-svn-id: trunk@19633 -
2009-04-26 13:25:24 +00:00
paul
670a37d8c4 lcl: add comments why Left, Top, Height, Width have no default values
git-svn-id: trunk@19632 -
2009-04-26 12:54:56 +00:00
paul
78973488a9 ide: Project Inspector usability improvement by Vladimir Zhirov (issue #0013584)
git-svn-id: trunk@19631 -
2009-04-26 12:34:14 +00:00
paul
f422f8db79 lcl: set default value for TControl.DoubleBuffered (issue #0013593)
git-svn-id: trunk@19630 -
2009-04-26 12:15:44 +00:00
dmitry
8307ced794 * carbon: removed doubled-draw effect of invalidates inside painting event.
git-svn-id: trunk@19629 -
2009-04-26 08:25:52 +00:00
ask
7277e0b12c TAChart: 3D look for bar series.
* Add Series.Depth property
* Publish and impement it in TBarSeries
* Update demo

git-svn-id: trunk@19628 -
2009-04-26 07:11:58 +00:00
ask
4f29817505 TAChart: Do not store zero extent bounds.
git-svn-id: trunk@19627 -
2009-04-26 06:27:11 +00:00
jesus
9d7d926126 LCL, fix grid handling F2 when it's not editable, from Daniel Simões de Almeida, issue #13591
git-svn-id: trunk@19626 -
2009-04-26 04:16:34 +00:00
mattias
633a222078 clean up
git-svn-id: trunk@19625 -
2009-04-25 19:44:13 +00:00
mattias
a557b7dfc8 IDE: renamed build modes to properties
git-svn-id: trunk@19624 -
2009-04-25 19:38:41 +00:00
mattias
2fed482283 updated INSTALL.txt from Swen Heinig
git-svn-id: trunk@19623 -
2009-04-25 19:38:06 +00:00
mattias
49eced03ba docs: updated build_html.sh
git-svn-id: trunk@19622 -
2009-04-25 18:23:56 +00:00
mattias
647d09915b docs: added chm builder script
git-svn-id: trunk@19621 -
2009-04-25 18:07:55 +00:00
paul
92bbe0f074 qt: implement teTooltip drawing
git-svn-id: trunk@19620 -
2009-04-25 16:14:56 +00:00
paul
7d97f14c33 lcl: THintWindow drawing:
- remove TThemeServices.DrawTooltip, move content to DrawElement for teTooltip
  - call standard ThemeServices.DrawElement in THintWindow.Paint (now tooltips looks native on windows xp, vista, gtk, gtk2)

git-svn-id: trunk@19619 -
2009-04-25 14:40:54 +00:00
paul
38dd29e0b7 synedit: fix TSynBaseCompletionHint after recent THintWindow change
git-svn-id: trunk@19618 -
2009-04-25 14:21:15 +00:00
paul
eccf58fefc gtk: implement teToolTip drawing in gtk theme services
git-svn-id: trunk@19617 -
2009-04-25 13:29:18 +00:00
paul
793393a8d6 lcl: start native drawing of tooltip windows
- add TThemeServices.DrawTooltip
  - reimplement tooltip drawing through ThemeServices in case of color = clInfoBk
  - implement native tooltip drawing in ThemeServices for Windows with enabled themes

git-svn-id: trunk@19616 -
2009-04-25 12:56:04 +00:00
mattias
22260a35b9 IDEIntf: renamed TLazBuildMode to TLazBuildProperty
git-svn-id: trunk@19615 -
2009-04-25 12:17:19 +00:00
paul
2c04e4de3e ide: use correct tooltip font color (issue #0013524)
git-svn-id: trunk@19614 -
2009-04-25 11:41:50 +00:00
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