Commit Graph

20657 Commits

Author SHA1 Message Date
martin
57f71f19ca SynEdit: Fixed insufficient redraw after unfolding
git-svn-id: trunk@20643 -
2009-06-16 17:22:20 +00:00
martin
886621c052 SynEdit: Fixed folding in some cases with mixed (ifdef vs begin) and closing keyword on same line, would fold to many lines
git-svn-id: trunk@20642 -
2009-06-16 16:54:53 +00:00
kirkpatc
4ac73c2c79 LCL docs: Addition of extensive descriptions in AvgLvlTree.xml; update of remaining files with addition of links to WSRegisterClass
git-svn-id: trunk@20641 -
2009-06-16 13:37:05 +00:00
mattias
4d5cecc70f educationlaz: added options base class
git-svn-id: trunk@20640 -
2009-06-16 07:36:48 +00:00
mattias
a3500f17a9 LCL: published TFrame.CHildSzing
git-svn-id: trunk@20639 -
2009-06-16 07:33:53 +00:00
paul
7a80764617 win32: popup menu for vista/w7
- override system drawing of submenu arrow, use own painting (right colors now)
  - don't use own calculations for right to left layouts, ask windows to do this for us

git-svn-id: trunk@20638 -
2009-06-16 04:38:20 +00:00
mattias
35d2816a9c codetools: indentation: added default policy
git-svn-id: trunk@20637 -
2009-06-15 19:38:24 +00:00
martin
ab475f9133 IDE: Fix Range-check, when pressing F11 (show OI) too often
git-svn-id: trunk@20636 -
2009-06-15 16:43:55 +00:00
mattias
ed54b6eb99 codetools: indentation: commentary begin
git-svn-id: trunk@20635 -
2009-06-15 16:18:52 +00:00
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