Commit Graph

3920 Commits

Author SHA1 Message Date
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
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
marc
61fedc0c97 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@19592 -
2009-04-23 22:04:46 +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
vincents
9e597f8954 updated translation strings using new update po file tool.
git-svn-id: trunk@19563 -
2009-04-21 20:48:34 +00:00
martin
9d8131f5d6 SynEdit: Fixed flicker, if themes(Windows) where off. SynEdit would not use a double-buffer then. issue #0013550
git-svn-id: trunk@19553 -
2009-04-21 12:51:31 +00:00
martin
c14b8611f4 SynEdit: Fold-context-Menu, fix crash for right click at lines without fold
git-svn-id: trunk@19549 -
2009-04-21 12:30:58 +00:00
vincents
ae6e3689e1 components: fpweb: add support for FastCGI from fpc 2.3.1 (issue #13421)
* Support for FastCGI applications
* Mentioned difference between custom and normal web-applications (handling webmodules)
* Register THtmlPageProducer
* Set executabletype to petLibrary for Apache-modules
* Removed runnable flag from Webapplications that can't be run from inside the Lazarus IDE
* Removed CreateFormStatements flag from webapplication which don't need those 
patch by Joost van der Sluis

git-svn-id: trunk@19548 -
2009-04-21 10:57:58 +00:00
vincents
0c01642a75 components: fpweb: made changes to synchronize with update in fcl-web fpc 2.3.1 from Attila Borka (issue #13251)
git-svn-id: trunk@19547 -
2009-04-21 10:50:22 +00:00
ask
1f8f8a9909 TAChart: Convert [X/Y]ImageToGraph to functions
git-svn-id: trunk@19543 -
2009-04-21 08:39:29 +00:00
ask
64c6432237 TAChart: Convert {X/Y}GraphToImage to functions
git-svn-id: trunk@19542 -
2009-04-21 08:27:50 +00:00
ask
45d428b6e3 TAChart: Add Series.ZPosition property
git-svn-id: trunk@19541 -
2009-04-21 08:15:21 +00:00
ask
2117d39cf8 TAChart: add default values to published properties, minor cleanups.
git-svn-id: trunk@19540 -
2009-04-21 05:49:44 +00:00
mattias
de190884ee codetools: as operator in with variables
git-svn-id: trunk@19533 -
2009-04-20 22:59:04 +00:00
martin
c35881890d SynEdit Fold via context-menu: fix unfolding
git-svn-id: trunk@19529 -
2009-04-20 21:38:03 +00:00
mattias
39701eb2d7 codetools: fixed code completion in sub begin block
git-svn-id: trunk@19527 -
2009-04-20 16:08:30 +00:00
mattias
76f345e29e IDE: codeexplorer: implemented figure empty begin blocks
git-svn-id: trunk@19522 -
2009-04-20 13:18:23 +00:00
mattias
a7d4c2d5b4 synedit: clean up
git-svn-id: trunk@19518 -
2009-04-19 21:10:03 +00:00
martin
6a6c84d56b SynEdit Folding: Improved Pop-up-Menu on fold-gutter => replace normal popup.
git-svn-id: trunk@19516 -
2009-04-19 17:11:02 +00:00
martin
59d3bbd7e9 SynEdit Folding: Improved block detection for Pop-up-Menu on fold-gutter
git-svn-id: trunk@19511 -
2009-04-19 12:44:11 +00:00
martin
d6d2d80d9f SynEdit Folding: Added Pop-up-Menu to Gutter
git-svn-id: trunk@19499 -
2009-04-19 00:39:59 +00:00
martin
1f3f3bd7e0 SynEdit, Folding: Don't follow the caret, unless config says so
git-svn-id: trunk@19493 -
2009-04-18 21:25:57 +00:00
martin
d3bde9aa5a SynEdit, Folding: allow collapsing more than one fold per line. issue #12811
git-svn-id: trunk@19491 -
2009-04-18 18:58:50 +00:00
mattias
73edc4762b codetools: nested comments for GetAtomString
git-svn-id: trunk@19479 -
2009-04-18 04:28:44 +00:00
mattias
cc98da7e85 codetools: nested comments for CompareAtom
git-svn-id: trunk@19478 -
2009-04-18 04:15:52 +00:00
mattias
7c7f67c1a8 codetools: CompareComments
git-svn-id: trunk@19476 -
2009-04-18 04:00:08 +00:00
martin
fcef8bf239 Synedit: Fixed deleting block. If block-begin was past eol, sometimes a text fragment would remain. issue #0013534
git-svn-id: trunk@19475 -
2009-04-17 22:26:35 +00:00
mattias
9939cc7c12 IDE: codeexplorer: started sorted constants
git-svn-id: trunk@19469 -
2009-04-17 13:02:41 +00:00
vincents
443073a7a2 pinters: fixed compilation on win64
git-svn-id: trunk@19466 -
2009-04-17 09:57:10 +00:00
mattias
da0694aae0 IDE: code explorer: fixed ignoring user defined constants
git-svn-id: trunk@19461 -
2009-04-16 23:29:31 +00:00
mattias
7400ba8680 IDE: code explorer: added figures for Paul
git-svn-id: trunk@19458 -
2009-04-16 22:55:18 +00:00
jesus
3c6e7b1b20 ProjectTemplates translations update from Graeme, issue #13128
git-svn-id: trunk@19457 -
2009-04-16 18:31:31 +00:00
martin
fee076fd23 SynEdit: Fixed a possible null pointer exception, in highlighter.
git-svn-id: trunk@19449 -
2009-04-15 20:33:01 +00:00
martin
8be1eac47f SynEdit: Cleanup, removed ifdef
git-svn-id: trunk@19448 -
2009-04-15 16:28:31 +00:00
martin
094f0e041d SynEdit, Pascal Highlighter better matching of incorrect nested blocks
git-svn-id: trunk@19447 -
2009-04-15 15:50:35 +00:00
mattias
3ecc7b502b sqldb: recreated Makefile
git-svn-id: trunk@19442 -
2009-04-15 10:08:53 +00:00
jesus
06bf2624c0 printers (cups), set some dialog's postions to poScreenCenter
git-svn-id: trunk@19432 -
2009-04-15 00:30:20 +00:00
martin
f22870f50f SynEdit, Word-Pair-Markup, fixed drawing artefacts, if another window was moved over the editor
git-svn-id: trunk@19429 -
2009-04-14 20:44:47 +00:00
paul
b86e6de121 position own made print form on screen center
git-svn-id: trunk@19423 -
2009-04-14 06:55:59 +00:00