Commit Graph

20298 Commits

Author SHA1 Message Date
ask
a81b58fb8b TAChart: Minor refactoring.
git-svn-id: trunk@20634 -
2009-06-15 14:08:56 +00:00
ask
e8953985b2 TAChart: Bar drawing improvements.
* Extract RectIntersectsRect and ExpandRange procedures.
* Fix various issues with zoomed display of bar series.
* Allow variable-width bars.
* Replace hack in extent calculation with correct code.
* Remove auto-adjustment of bar width to a multiple bar series.
  This was an ugly hack and should be re-implemented properly later.

git-svn-id: trunk@20633 -
2009-06-15 14:04:55 +00:00
paul
26309ffc92 win32: don't draw standard menu item bg for separator items on vista/w7
git-svn-id: trunk@20632 -
2009-06-15 09:28:51 +00:00
mattias
d9ddfb1c28 educationlaz: added readme
git-svn-id: trunk@20631 -
2009-06-15 08:06:32 +00:00
mattias
7c13246fac started educationlaz package
git-svn-id: trunk@20630 -
2009-06-15 06:56:34 +00:00
paul
ef2791cdc5 lcl: PositionDockRect only when we move it
git-svn-id: trunk@20629 -
2009-06-15 02:58:12 +00:00
paul
9a7b124e9d lcl: apply "Proper initialization of the docking object" from Hans-Peter Diettrich (issue #0013945)
git-svn-id: trunk@20628 -
2009-06-15 02:18:26 +00:00
dmitry
61942c9056 Carbon: fix for possible re-drawing loop
git-svn-id: trunk@20627 -
2009-06-14 22:20:10 +00:00
dmitry
d0eafc69e3 Carbon implementation SelectClipRGN
git-svn-id: trunk@20626 -
2009-06-14 20:42:20 +00:00
paul
92e7669048 win32: add button messages to wm_to_string
git-svn-id: trunk@20625 -
2009-06-14 09:43:29 +00:00
ask
db62e824ab TChart: Fix drawing of line series under the large zoom.
* Extract LineIntersectsRect function. 
* Introduce RoundChecked function.
* Mark connectors are now drawn below series pointers.

git-svn-id: trunk@20624 -
2009-06-14 06:47:22 +00:00
martin
3952cd81b8 SynEdit: Fixed some issues with unfolding to many blocks, when editing
git-svn-id: trunk@20623 -
2009-06-14 00:47:32 +00:00
andrew
e0673a43bf Made OpenURL dialog more user friendly
git-svn-id: trunk@20622 -
2009-06-13 23:58:52 +00:00
martin
00e3b0160c SynEdit: Fixed some issues with not redrawing when folded
git-svn-id: trunk@20621 -
2009-06-13 23:51:58 +00:00
mattias
2401f2c20c codetools: code completion: ignoring code after cursor for some completions
git-svn-id: trunk@20620 -
2009-06-13 21:35:28 +00:00
mattias
8651b74a87 IDE: clean up
git-svn-id: trunk@20619 -
2009-06-13 20:31:49 +00:00
mattias
ad7de21ad9 LCL: ChildSizing.Layout align right only when BidiMode=bdRightToLeft
git-svn-id: trunk@20618 -
2009-06-13 14:27:33 +00:00
mattias
36306bcd2a IDEIntf: added oem keys
git-svn-id: trunk@20617 -
2009-06-13 12:29:54 +00:00
mattias
f2f207f212 IDE: auto indent for many cases
git-svn-id: trunk@20616 -
2009-06-13 11:22:22 +00:00
paul
282a2b206c ide: fix "insert menu from template" dialog buttons
git-svn-id: trunk@20615 -
2009-06-13 09:17:32 +00:00
paul
881d1ac331 lcl: don't set ShowHint in CMParentShowHintChanged during loading, update ShowHint from ParentShowHint in Loaded (fixes issue #0013969)
git-svn-id: trunk@20614 -
2009-06-13 09:05:53 +00:00
paul
1c2b75ab5f lcl: send CM_PARENTSHOWHINTCHANGED when we change ParentShowHint property (same as we do for other ParentDoSomething properties)
git-svn-id: trunk@20613 -
2009-06-13 08:59:31 +00:00
paul
bdc5abc1da lcl: replace (csReadingState in AControl.ControlState) by (csReading in AControl.ComponentState) since we don't support csReadingState yet
git-svn-id: trunk@20612 -
2009-06-13 08:58:15 +00:00
paul
3e152cc862 win32: don't show accelerator char in menu if windows ask
git-svn-id: trunk@20611 -
2009-06-13 08:27:12 +00:00
paul
f50ffbfbc7 win32: implement vista/w7 menubar drawing
git-svn-id: trunk@20610 -
2009-06-13 04:54:27 +00:00
martin
2c76006b8f SynEdit, fixed default font heigh for windows
git-svn-id: trunk@20609 -
2009-06-12 18:39:58 +00:00
martin
e81fea3d01 SynEdit: auto fold region on load, fixed for "revert"
git-svn-id: trunk@20608 -
2009-06-12 17:53:33 +00:00
dmitry
42a1195943 fix for #13544
git-svn-id: trunk@20607 -
2009-06-12 17:35:10 +00:00
paul
a7eca7b2d5 win32: draw popup menu in Vista style on vista/w7
git-svn-id: trunk@20606 -
2009-06-12 16:20:19 +00:00
martin
d4702f28d9 SynEdit: Highlighter, limit default as key, only in classes
git-svn-id: trunk@20605 -
2009-06-12 16:06:48 +00:00
mattias
ef037bb0b6 codetools: class completion: copying calling convention
git-svn-id: trunk@20604 -
2009-06-12 15:46:53 +00:00
zeljko
ab26d78008 Qt: added XOR caret composition mode.Supported only with >= Qt-4.5. Fixes #11599.
git-svn-id: trunk@20603 -
2009-06-12 15:39:24 +00:00
mattias
c21ef12e52 IDE: BeginCodeTool: init out params
git-svn-id: trunk@20602 -
2009-06-12 15:34:58 +00:00
mattias
73525af26b IDE: BeginCodeTool: changed to out parameters
git-svn-id: trunk@20601 -
2009-06-12 15:33:17 +00:00
mattias
cd49fe92bc IDE: BeginCodeTool: find ActiveUnitInfo when ActiveSrcEdit is given
git-svn-id: trunk@20600 -
2009-06-12 15:31:08 +00:00
mattias
0a563086d3 IDE: BeginCodeTool init var parameters
git-svn-id: trunk@20599 -
2009-06-12 15:28:58 +00:00
martin
a67d6b003c SynEdit: Fix with certain Widths the caret was not displayed at the right side (eol) of SynEdit. Added extra space for block/overwrite caret
git-svn-id: trunk@20598 -
2009-06-12 14:37:05 +00:00
mattias
dfe698865a IDE: started auto indent
git-svn-id: trunk@20597 -
2009-06-12 14:15:21 +00:00
paul
8f48f1eb62 lcl: add more menu parts to ThemeServices
git-svn-id: trunk@20596 -
2009-06-12 14:06:14 +00:00
paul
4add4186ce win32: fix imagelist drawing if passed cx, cy = 0 (it means draw without stretch)
git-svn-id: trunk@20595 -
2009-06-12 14:05:30 +00:00
martin
c8704da140 SynEdit, added support for scrollbar auto-show; issue #13964
git-svn-id: trunk@20594 -
2009-06-12 13:53:45 +00:00
vincents
f46828a1b1 IDE: fixed layout of resized Show compiler options dialog from Zeljan (issue #13966)
git-svn-id: trunk@20593 -
2009-06-12 11:52:41 +00:00
dmitry
b91cb65bc3 fix for carbonstatusbar subitems painting
git-svn-id: trunk@20592 -
2009-06-12 11:33:38 +00:00
martin
8e0e4754ac SynEdit: Disable un-implemented options
git-svn-id: trunk@20591 -
2009-06-12 10:46:51 +00:00
martin
249ee7ec27 LCL: Fixed range-check in InternalColorToRGB
git-svn-id: trunk@20590 -
2009-06-12 10:42:00 +00:00
mattias
243682df33 IDEIntf: changed some var to out
git-svn-id: trunk@20589 -
2009-06-12 06:49:14 +00:00
mattias
65291945c8 opengl: improved error messages for non supported widgetsets
git-svn-id: trunk@20588 -
2009-06-12 06:21:14 +00:00
martin
9d97223c5c SynEdit: Added Copy and paste with ability to keep folded text
git-svn-id: trunk@20587 -
2009-06-11 23:00:44 +00:00
jesus
47b8c987cb LCL, fix a couple gtk2 combobox mem leaks
git-svn-id: trunk@20586 -
2009-06-11 20:12:02 +00:00
mattias
bbb1de7891 LCL: fixed LRSObjectBinaryToText line ending, bug #13963
git-svn-id: trunk@20585 -
2009-06-11 17:22:32 +00:00