Commit Graph

50955 Commits

Author SHA1 Message Date
mattias
8d43a73be1 codetools: avltree: new consistencycheck
git-svn-id: trunk@53925 -
2017-01-11 12:41:05 +00:00
mattias
0d6c0cfb48 lazutils: TAvgLvlTree.Compare inline
git-svn-id: trunk@53924 -
2017-01-11 12:40:38 +00:00
juha
1a2964b382 IDE: 'Add' button for BreakpointDlg toolbar. Issue #31209, patch from Flávio Etrusco.
git-svn-id: trunk@53923 -
2017-01-11 10:16:57 +00:00
balazs
54fde57388 Opkman: Hide "Create" button, the functionality is replaced by button "Submit".
git-svn-id: trunk@53922 -
2017-01-11 05:40:09 +00:00
wp
7529e42389 TAChart: Fix DatapointTools to work correctly with stacked and axis-transformed area and line series.
git-svn-id: trunk@53921 -
2017-01-10 23:09:56 +00:00
wp
0e6c18073a TAChart: Extend TBasicPointSeries to respect NearestPointTarget and Stacked in GetNearestPoint()
git-svn-id: trunk@53920 -
2017-01-10 23:03:47 +00:00
wp
9e66624982 TAChart: Define type TNearestPointTarget
git-svn-id: trunk@53919 -
2017-01-10 22:56:57 +00:00
wp
bb5823ecc2 TAChart: Move property Stacked from TAreaSeries/TLineSeries to tbeir ancestor TBasicPointSeries
git-svn-id: trunk@53918 -
2017-01-10 22:53:36 +00:00
wp
0028c7e58f TAChart: Add new public properties XValues, YValues to TChartSeries for simple access to data XList and YList.
git-svn-id: trunk@53917 -
2017-01-10 22:44:14 +00:00
michl
a7a61d5156 LCL: Win32: TStaticText, TGroupBox: fixed right aligned caption
git-svn-id: trunk@53916 -
2017-01-10 16:47:20 +00:00
michl
72427c9f1b LCL: ThemeServices: draw better themed disabled text
git-svn-id: trunk@53915 -
2017-01-10 16:15:35 +00:00
michl
18ed0a8978 LCL: TLabel, TPanel: draw themed grayed caption if disabled
git-svn-id: trunk@53914 -
2017-01-10 16:14:08 +00:00
michl
53014c52ff LCL: Win32: TStaticText: draw themed disabled caption
git-svn-id: trunk@53913 -
2017-01-10 16:10:17 +00:00
michl
43f4250bb3 LCL: Win32: TStaticText: Formating
git-svn-id: trunk@53912 -
2017-01-10 16:07:02 +00:00
mattias
3df7cd55d3 lazutils: TAvgLvlTree: added const param modifier for proc types
git-svn-id: trunk@53911 -
2017-01-10 16:06:20 +00:00
mattias
d51f16bf41 lazutils: fixed TAvgLvlTree.AddAscendingSequence, when LastAdded gets a right child
git-svn-id: trunk@53910 -
2017-01-10 13:33:05 +00:00
mattias
c0a096e832 lazutils: added TAvgLvlTree.AddAscendingSequence, optimized version of Add
git-svn-id: trunk@53909 -
2017-01-10 12:37:33 +00:00
juha
c993ba74ff LCL-GTK2: Don't change parameters of method TGtk2WidgetSet.Polyline. Use a temp variable. Issue #31205, patch from C Western.
git-svn-id: trunk@53908 -
2017-01-10 10:31:09 +00:00
wp
783241539d TAChart: Fix stacking of multi-valued Line/AreaSeries in case of axis transformations. New property Stacked to turn stacking off.
git-svn-id: trunk@53907 -
2017-01-10 00:11:06 +00:00
michl
76d8018a03 LCL: GroupBox: Win32: drawing a grayed caption if groupbox is disabled. Issue #27491
git-svn-id: trunk@53906 -
2017-01-09 16:55:49 +00:00
wp
24c746515e TAChart: Fix stacked bar series being incorrectly painted if a y axis transformation is active.
git-svn-id: trunk@53905 -
2017-01-09 12:35:09 +00:00
wp
2dd33ce583 TAChart: Fix extent of side-by-side bar series being calculated incorrectly if an x axis transformation is active.
git-svn-id: trunk@53904 -
2017-01-09 11:57:36 +00:00
wp
f9244f936d TAChart: Improved version of the new barseriestools demo.
git-svn-id: trunk@53903 -
2017-01-09 11:23:14 +00:00
wp
a11063c60e TAChart: Fix TBarSeries GetNearestPoint not working correctly in case of AxisTransformations
git-svn-id: trunk@53902 -
2017-01-09 11:22:47 +00:00
maxim
f2a9185013 Opkman: fixed typos, regenerated translations and updated Russian translation
git-svn-id: trunk@53901 -
2017-01-08 21:40:45 +00:00
michl
e34a8ccba3 Menu designer: Fixed MainMenu top items doesn't draw in Windows XP. Issue #31163
git-svn-id: trunk@53900 -
2017-01-08 20:56:43 +00:00
maxim
ac28ae0d0d IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@53899 -
2017-01-08 20:56:11 +00:00
michl
751e771242 LCL: Fixed of changing StaticText caption increase memory. Issue #31204
git-svn-id: trunk@53898 -
2017-01-08 11:45:08 +00:00
wp
b824d5d512 TAChart: Add new demo "barseriestool" to demonstrate the new BarSeries property ToolTarget.
git-svn-id: trunk@53897 -
2017-01-07 23:07:09 +00:00
wp
363f930d54 TAChart: Override TBarSeries.GetNearestPoint to accept clicks inside the bar, new property ToolTarget (http://forum.lazarus.freepascal.org/index.php/topic,35342.0.html)
git-svn-id: trunk@53896 -
2017-01-07 23:06:09 +00:00
wp
8aaec43f37 TAChart: Improved layout of toolsdemo
git-svn-id: trunk@53895 -
2017-01-07 18:14:56 +00:00
juha
5f92759f52 Converter: Do not free CacheUnitsThread automatically on terminate. Fixes a memory leak when conversion is aborted.
git-svn-id: trunk@53894 -
2017-01-06 14:03:22 +00:00
juha
662bc7f0d2 Converter: Search units under selected path instead of its parent path.
git-svn-id: trunk@53893 -
2017-01-06 14:03:18 +00:00
juha
e6662ccdc5 Converter: Refactor, turn nested functions into methods.
git-svn-id: trunk@53892 -
2017-01-06 14:03:16 +00:00
juha
c55426d008 Converter: Improve conversion for SynRegExpr and GetFileSize.
git-svn-id: trunk@53891 -
2017-01-06 14:03:15 +00:00
juha
714bd8024f Converter: Prevent the IDE freezing when cancelling the conversion. A non-started thread was waited for.
git-svn-id: trunk@53890 -
2017-01-06 14:03:13 +00:00
juha
7f70c71a43 IDE: Use -O3 by default for building optimized IDE.
git-svn-id: trunk@53889 -
2017-01-06 14:03:07 +00:00
ondrej
5f5df812af LCL, win32: TMemo: remove Lines.BeginUpdate/EndUpdate for win32 for Delphi compatibility
git-svn-id: trunk@53888 -
2017-01-06 11:03:11 +00:00
michl
98625cfd74 LCL: TEdit/TMemo: use UTF8ToUTF16 instead of string magic to be FPC 2.6.4 compatible. Issue #8657
git-svn-id: trunk@53887 -
2017-01-06 07:12:54 +00:00
michl
b310cb9b16 LCL: TMemo: Fixed SetSelText scroll memo. Issue #8665 Modified patch from AlexeyT
git-svn-id: trunk@53886 -
2017-01-05 19:11:01 +00:00
balazs
dbe254e132 Opkman: Submit packages to remote server.
git-svn-id: trunk@53885 -
2017-01-04 13:51:11 +00:00
jesus
27eb75ed6b LazReport: preserve selected property in object inspector on seletion change, issue #30392
git-svn-id: trunk@53884 -
2017-01-03 18:45:51 +00:00
mattias
9bccfe6ab7 chmhelp: disable showing CodeBrowser on unknown identifiers. LHelp has its own search function
git-svn-id: trunk@53876 -
2017-01-03 16:58:34 +00:00
mattias
c8f26b3e53 IDEIntf: added help
git-svn-id: trunk@53875 -
2017-01-03 16:53:58 +00:00
mattias
cc720977ce IDEIntf: help for source identifier: added option to disable showing CodeBrowser on unknown identifier
git-svn-id: trunk@53874 -
2017-01-03 16:53:22 +00:00
mattias
a1d31e8ee9 IDE: source help: show by default only one identifier per unit, ignoring overloads, avoiding to show the select dialog for e.g. "format"
git-svn-id: trunk@53873 -
2017-01-03 16:41:18 +00:00
mattias
a330b075c2 codetools: FindDeclarationAndOverloads: added option fdlfOneOverloadPerUnit
git-svn-id: trunk@53872 -
2017-01-03 16:39:30 +00:00
mattias
baa0147222 codetools: fixed FindDeclarationAndOverloads on interface function
git-svn-id: trunk@53871 -
2017-01-03 16:24:36 +00:00
mattias
b26395674d IDE: less hints
git-svn-id: trunk@53870 -
2017-01-03 15:56:34 +00:00
sekelsenmat
207f8493e1 lazcanvas: Implements some abstract routines to avoid warnings
git-svn-id: trunk@53869 -
2017-01-03 15:51:43 +00:00