Граф коммитов

806 Коммитов

Автор SHA1 Сообщение Дата
APopatanasov e2eb5d022e Prevent the designer from crashing when Composition is used. Handle scenarios where Composition should not be used. 2017-06-12 16:57:11 +03:00
Atanas Popatanassov bdacafc511 Revert unnecessary change. 2017-06-12 13:23:59 +03:00
APopatanasov 06dcfd7cf3 Expose KeyDown command. 2017-06-12 13:17:53 +03:00
Atanas Popatanassov 6e4ffbd136 Merge pull request #114 from telerik/atanasov/chart-bindings
Added onPropertyChange handler for the chart property bindings
2017-06-12 10:53:28 +03:00
Nikolay Atanasov 3a6696866c Added onPropertyChange handler for the chart property bindings 2017-06-12 10:44:51 +03:00
Atanas Popatanassov 371e6a8ff1 Merge pull request #113 from telerik/Nasko/DevMerge
Added missing fixes
2017-06-09 12:02:13 +03:00
APopatanasov 80c33877f3 IsHandleEnabled is now public again 2017-06-09 11:56:22 +03:00
APopatanasov 8e40cee284 Grid fix: Setting DataGridColumn.IsVisible before the control is loaded throws an exception. 2017-06-09 11:40:20 +03:00
Atanas Popatanassov fb4d2b4846 Merge pull request #102 from telerik/Nasko/ChartCompositionImpl
Implement the Composition API for RadChart
2017-06-09 10:49:49 +03:00
Atanas Popatanassov 1085045845 Fix type and use fields for setting the Brush. 2017-06-09 00:37:20 +03:00
Atanas Popatanassov b385c9034e Merge pull request #103 from telerik/Nasko/ChangeMinTargetVersion
Change the minimum TargetPlatform version
2017-06-07 14:01:13 +03:00
progressivo cd0dadded0 Merge pull request #109 from telerik/Ivo/ListViewPerformance
Improve ListView performance by reducing ui elements in ListViewItem
2017-06-06 18:02:45 +03:00
PROGRESS\gergov d4b99b4366 Improve ListView performance by reducing ui elements in ListViewItem 2017-06-06 17:54:11 +03:00
Atanas Popatanassov afcb23f434 Merge pull request #108 from telerik/master
Merge Dev with Master
2017-06-06 17:47:26 +03:00
Atanas Popatanassov 820743d66c Merge pull request #107 from telerik/Nasko/UpdateReadme
Update readme with build status
2017-06-06 17:41:19 +03:00
APopatanasov 6169bcad70 Update readme 2017-06-06 17:36:54 +03:00
progressivo 7ab10f99cf Merge pull request #106 from telerik/Ivo/SwipeImprovements
ListView performance improvement - Swipe drag handles are now loaded …
2017-06-06 17:28:24 +03:00
APopatanasov 4c74a067ee Add Appveyour build status in readme file. 2017-06-06 17:26:11 +03:00
PROGRESS\gergov f33c466ee4 ListView performance improvement - Swipe drag handles are now loaded on demand 2017-06-06 17:00:19 +03:00
progressivo 02e7f2c040 Merge pull request #105 from telerik/Ivo/ReorderImprovements
ListView performance optimization - reorder handle is now loaded on d…
2017-06-06 15:12:35 +03:00
PROGRESS\gergov 2357e7287c ListView performance optimization - reorder handle is now loaded on demand 2017-06-06 15:02:08 +03:00
progressivo 53cdac0773 Merge pull request #104 from telerik/Ivo/GridDSProvider
Fix issue in LocalDataSourceProvider where engine status is not updat…
2017-06-06 10:57:22 +03:00
PROGRESS\gergov b6725ec78d Fix issue in LocalDataSourceProvider where engine status is not updated correctly when it has faulted. 2017-06-06 10:47:54 +03:00
APopatanasov 34d8031bde Change the minimum TargetPlatform version 2017-06-05 18:23:14 +03:00
Atanas Popatanassov 957479b37a Merge branch 'master' into Nasko/ChartCompositionImpl 2017-06-05 16:12:33 +03:00
APopatanasov f35294e108 Implement the Composition API for the:
- Axis;
- Ticks;
- CatesianChartGrid;
- ScatterLineSeries,
- BarSeries;
- CandleStickSeries;
- OhlcSeries;
- Trend Line and Financial Indicator;

Added ContainerVisualsFactoruy class that provides the ability to choose whether the visual elements should be drawn using the Composition API, to change the ContainerVisual used for the drawing of the element (currently only SpriteVisual could be used) and to modify the ContainerVisual by changing its Offset, Size, Brush etc.

Implemented a LabelCreator interface tha provides the ability using a bool method to indicate whether a Label should be created or not - that provides the ability to choose the exact Labels the user could create based on some implemetned logic and could improve the performace a lot for specific scenaries where only a few specific labels needs to be visualized.
2017-06-05 14:09:56 +03:00
progressivo dc783f9413 Merge pull request #100 from telerik/Ivo/LviewFix
ListView Fix: Modifying ItemsSource asynchronously immediatelly after…
2017-06-05 11:04:05 +03:00
PROGRESS\gergov 345260823a ListView Fix: Modifying ItemsSource asynchronously immediatelly after the ItemsSource is set causes some rendering issues. 2017-06-05 10:55:14 +03:00
Atanas Popatanassov eb7a347959 Merge pull request #98 from telerik/Nasko/NugetDesignerFix
Remove irrelevant backslashes from the hintpath in order to prevent t…
2017-05-29 09:59:31 +03:00
Atanas Popatanassov e5b6361aa0 Change version 2017-05-28 16:34:47 +03:00
APopatanasov 6766a623eb Remove irrelevant backslashes from the hintpath in order to prevent the designer from crashing in Blend. 2017-05-26 10:00:14 +03:00
Atanas Popatanassov e82d19046b Merge pull request #75 from telerik/Nasko/CodeAnalyzerFixes
Fix Code Analysis warnings
2017-05-19 11:04:00 +03:00
Atanas Popatanassov 6101a29156 Merge branch 'master' into Nasko/CodeAnalyzerFixes 2017-05-19 10:58:01 +03:00
Atanas Popatanassov 00a1cd9eb2 Merge pull request #61 from telerik/TKonov/CIBuild
Added build CI status to README.md
2017-05-19 09:21:25 +03:00
Atanas Popatanassov ca57c9e889 Merge pull request #74 from telerik/Nasko/DataGrid_KeyNotFoundException
Prevent throwing KeyNotFoundException when all Headers of the DataGri…
2017-05-19 09:20:55 +03:00
Atanas Popatanassov 7d3548ba89 Merge pull request #90 from telerik/Nasko/NugetToolbox
Added VisualStudioToolsManifest file for the nuget in order to visual…
2017-05-19 09:20:29 +03:00
Atanas Popatanassov 7c60c3c2fe Merge pull request #91 from telerik/Nasko/ExpanderControlAutomationImpr
Remove irrelevant code from RadExpanderControl accessibility implemen…
2017-05-19 09:20:17 +03:00
Atanas Popatanassov aa93790bac Merge pull request #93 from telerik/Nasko/DataGridSpaceFix
Prevent Space key from selecting the cell in RadDataGrid when it is p…
2017-05-17 11:31:27 +03:00
APopatanasov 8eb756e523 Prevent Space key from selecting the cell in RadDataGrid when it is pressed from an inner control. 2017-05-17 11:16:25 +03:00
Atanas Popatanasov 5045735218 Remove irrelevant code from RadExpanderControl accessibility implementation and set the AccessibilityView of the AnimationIndicator to Raw in order to make in selectable in touch when the narrator is on. 2017-05-14 16:43:30 +03:00
APopatanasov ceff0e8207 Remove unnecessary control 2017-05-12 18:39:49 +03:00
Atanas Popatanassov 02d9adc3f1 Remove space 2017-05-11 12:52:22 +03:00
apopatanasov d1402a416d Added VisualStudioToolsManifest file for the nuget in order to visualize the controls in the Toolbox 2017-05-11 12:51:18 +03:00
Atanas Popatanassov 4e421ac139 Merge pull request #89 from telerik/Nasko/DataFormSpaceKeyFix
Handle the Space and Enter keys only for the RadExpanderControl
2017-05-09 14:25:32 +03:00
apopatanasov c2d2cbd757 Handle the Space and Enter keys only for the RadExpanderControl 2017-05-09 14:16:54 +03:00
Atanas Popatanassov f6a7741c40 Merge pull request #71 from awkoren/patch-1
Fix markdown link
2017-05-09 12:43:16 +03:00
apopatanasov ecca2d9b31 Fix StyleCop and Code Analysys warnings 2017-05-02 23:12:10 +03:00
Atanas Popatanassov 50643b1e5c Merge branch 'master' into Nasko/CodeAnalyzerFixes 2017-05-02 18:54:28 +03:00
Atanas Popatanassov beffc4f4b0 Merge pull request #87 from telerik/Nasko/RedstoneChartFix
Redstone chart fix
2017-05-02 16:36:33 +03:00
Atanas Popatanassov 0869ca1683 Fix typo mistake 2017-05-02 16:28:30 +03:00