Commit Graph

31446 Commits

Author SHA1 Message Date
juha
3191e3f231 lhelp: making mouse wheel movement faster. Issue #19445
git-svn-id: trunk@31989 -
2011-08-15 10:17:27 +00:00
ask
173ae2f758 TAChart: Fix typo in the navigation demo
git-svn-id: trunk@31988 -
2011-08-15 09:58:06 +00:00
ask
20ac7ef34a TAChart: Do not draw grid lines on the edge of the clip rectangle
git-svn-id: trunk@31987 -
2011-08-15 08:12:18 +00:00
juha
ee1b95918a LCL: Fix an error in earlier commit (r31890) and solve issue #19979
git-svn-id: trunk@31986 -
2011-08-14 20:41:39 +00:00
juha
0d4fe16125 lhelp: Show Index correctly in all machines. If it worked before, this change makes no difference. Issue #19450, patch from Anton
git-svn-id: trunk@31985 -
2011-08-14 09:10:10 +00:00
juha
ea052b646d Codetools: Improve class code beautifier, patch from Anton.
git-svn-id: trunk@31984 -
2011-08-14 09:09:57 +00:00
juha
e6e192474e ChmHelpPkg: Remove Codetools dependency.
git-svn-id: trunk@31983 -
2011-08-14 08:14:16 +00:00
juha
56d6cc8a2d IDE: Minor spelling correction.
git-svn-id: trunk@31982 -
2011-08-14 08:13:57 +00:00
martin
246b2239e3 SynEdit: Issue #19970, rev 31979 #0ef98cf0c6: fixed constref in function types too
git-svn-id: trunk@31981 -
2011-08-13 20:54:20 +00:00
martin
ef8e06cce2 SynEdit: Fixed potential crash, on destroy
git-svn-id: trunk@31980 -
2011-08-13 20:52:49 +00:00
juha
0ef98cf0c6 SynEdit: highlight constref in procedural type declaration. Issue #19970, patch from Anton
git-svn-id: trunk@31979 -
2011-08-13 18:32:02 +00:00
maxim
726c7461f4 regenerated translations; updated Russian translation
git-svn-id: trunk@31978 -
2011-08-13 18:01:20 +00:00
maxim
1182b0de8c IDE: unified Find in Files dialog resource strings with Find/Replace dialog ones; added missing accelerators, bug #19966
git-svn-id: trunk@31977 -
2011-08-13 18:00:16 +00:00
juha
810c1a3653 LCL: Change param names in TCustomCheckListBox.CheckAll to avoid confusion with property name.
git-svn-id: trunk@31976 -
2011-08-13 12:56:58 +00:00
juha
67081e51b3 LCL: Implement procedure TMenuItem.Add(const AItems: array of TMenuItem), Issue #19889
git-svn-id: trunk@31975 -
2011-08-13 12:31:37 +00:00
juha
278845f007 LCL: Implemented TCustomCheckListBox.CheckAll (Delphi2010 compat). Starts to works when bug #19979 is fixed
git-svn-id: trunk@31974 -
2011-08-13 12:15:02 +00:00
ask
3338aa1034 TAChart: Use TDataPointCrosshairTool in tools demo
git-svn-id: trunk@31973 -
2011-08-13 09:31:53 +00:00
ask
6980c29514 TAChart: Add TDataPointCrosshairTool.CrosshairPen property
git-svn-id: trunk@31972 -
2011-08-13 09:29:04 +00:00
ask
a9be6582cb TAChart: Add Hide and KeyDown methods to TDataPointCrosshairTool
git-svn-id: trunk@31971 -
2011-08-13 09:21:32 +00:00
ask
ad3dfd2bae TAChart: Fix mouse coordinates passed to KeyUp/KeyDown tool events
git-svn-id: trunk@31970 -
2011-08-13 09:20:36 +00:00
ask
9589bb8c23 TAChart: Add TDataPointCrosshairTool.Size property
git-svn-id: trunk@31969 -
2011-08-13 08:21:58 +00:00
ask
4e1e68d332 TAChart: Add TDataPointCrosshairTool
git-svn-id: trunk@31968 -
2011-08-13 08:17:02 +00:00
vincents
49546fbb0b jcf, fixed compilation with fpc 2.7.1: don't call abstract methods
git-svn-id: trunk@31967 -
2011-08-12 21:16:22 +00:00
ask
c7a63a2aed TAChart: Automatically determine default tool drawing mode based on the widgetset
git-svn-id: trunk@31966 -
2011-08-12 17:48:29 +00:00
ask
b132e87418 TAChart: Add TZoomDragTool.Frame property
git-svn-id: trunk@31965 -
2011-08-12 17:36:14 +00:00
ask
f1e69d3d5f TAChart: Add TChartTool.Draw and TChartTool.DrawingMode. Publish DrawingMode property for TZoomDragTool.
git-svn-id: trunk@31964 -
2011-08-12 17:25:57 +00:00
juha
cba541db5e IDE: Caption for project wizard and some comments
git-svn-id: trunk@31963 -
2011-08-12 13:28:38 +00:00
juha
02803ca4af IDE: Add examples to the list of recent projects if it is empty and the examples have write access. Issue #14506
git-svn-id: trunk@31962 -
2011-08-12 13:19:14 +00:00
ask
ff7e117d2f TAChart: Add enumerator to TChartTools. Add "strict" modifiers to classes in TATools unit.
git-svn-id: trunk@31961 -
2011-08-12 12:20:21 +00:00
juha
a3b74ddd78 Codetools: Class completion now ignores empty parenthesis. Issue #19668, patch from Anton
git-svn-id: trunk@31960 -
2011-08-12 11:50:11 +00:00
juha
9ccda3b3ec LCL: Don't set ShowPrefix in confirmation dialogs. Affects eg. Search and Replace dialog. Issue #19928
git-svn-id: trunk@31959 -
2011-08-12 11:23:17 +00:00
juha
776eb29c39 Designer: Close MenuEditor when linked MainMenu/PopupMenu is destroyed , issue #19964, patch from Flávio Etrusco
git-svn-id: trunk@31958 -
2011-08-12 09:14:11 +00:00
juha
184720121a IDE Confirmation dialog when closing modified file says changed from 'Abort' to 'Cancel', issue #19968
git-svn-id: trunk@31957 -
2011-08-12 08:01:13 +00:00
sekelsenmat
d7b4da9529 Fixes bug #19531 - Cannot select the last day of month in Carbon
git-svn-id: trunk@31956 -
2011-08-12 07:03:06 +00:00
sekelsenmat
a7f666c100 carbon: Indentation fixes, removes tabs
git-svn-id: trunk@31955 -
2011-08-12 07:01:47 +00:00
sekelsenmat
6d6f8ddae2 Patch from bug #18456: Fixes memory leaks in lcl-cocoa
git-svn-id: trunk@31954 -
2011-08-12 06:16:02 +00:00
ask
413337fbfa TAChart: Make TConstantLine.AxisIndexX work in GetNearestPoint and MovePoint methods. Update axistransf demo.
git-svn-id: trunk@31953 -
2011-08-12 06:00:05 +00:00
juha
1cb3753a6f Codetools: Fix hint directives after vars and consts in PascalReader. Issue #19614, patch from Anton
git-svn-id: trunk@31952 -
2011-08-11 21:37:30 +00:00
juha
59c2d2e1b6 TreeView: draw lines more correctly in psPattern mode. Issue #19568, patch from Anton
git-svn-id: trunk@31951 -
2011-08-11 21:15:40 +00:00
juha
746f3a3afa IDE: Close ActionEditor when linked ActionList is destroyed. Issue #19661, patch from Anton
git-svn-id: trunk@31950 -
2011-08-11 20:43:41 +00:00
juha
3e2ccd6a39 chmhelp, lhelp: cleanup
git-svn-id: trunk@31949 -
2011-08-11 20:25:23 +00:00
jesus
c7d7e4e44d synedit, fix compile with fpc trunk
git-svn-id: trunk@31948 -
2011-08-11 20:24:58 +00:00
jesus
561307dda3 Fix compile with fpc trunk
git-svn-id: trunk@31947 -
2011-08-11 20:18:27 +00:00
juha
21904840d4 Codetools: Fix to CodeCompletion when adding units for method parameters. Issue #18992, patch from Anton
git-svn-id: trunk@31946 -
2011-08-11 17:15:49 +00:00
juha
d006555269 Add a shebang line to fpweb/images/make_img_list.sh
git-svn-id: trunk@31945 -
2011-08-11 16:35:27 +00:00
juha
9b6a97e013 Converter: Set Win32GraphicApp flag for GUI applications.
git-svn-id: trunk@31942 -
2011-08-11 13:47:05 +00:00
maxim
8568dbce1f IDE: don't replace old searches with the same term in Search Results View dialog, bug #19941. Patch by Flávio Etrusco with some fixes.
git-svn-id: trunk@31941 -
2011-08-10 23:59:52 +00:00
juha
f2de67ee6b IDE: SearchResultView, fix form hiding with AnchorDocking and implement shortcut for closing page. Issue #19939, patch from Flávio Etrusco
git-svn-id: trunk@31940 -
2011-08-10 23:19:47 +00:00
maxim
d993bf9d70 regenerated translations; updated Russian translation
git-svn-id: trunk@31933 -
2011-08-10 21:17:50 +00:00
maxim
8f0fc6070b IDE: fixed accelerators conflicts, bug #19936
git-svn-id: trunk@31932 -
2011-08-10 20:54:53 +00:00