APopatanasov
|
881f0b4cda
|
Prevent throwing NullReferenceException when the property is initially set to false the TextBox is not yet loaded.
|
2019-05-10 10:11:11 +03:00 |
APopatanasov
|
eff92f52e3
|
Add SelectAllOnKeyboardFocus that prevents the selection of the whole text when there is a keyboard focus.
|
2019-05-09 13:18:06 +03:00 |
APopatanasov
|
b46e30d5e6
|
Add a check for Shift and CapsLock for azerty keyboard when 6 is pressed - when Shift or CapsLock are pressed 6 should not be treated as minus.
|
2019-02-26 10:41:38 +02:00 |
ni4ka7a
|
be741a305d
|
Fix selection throws exception in calendar by setting correct date when preparing calendar cells to
|
2018-11-23 12:54:10 +02:00 |
ni4ka7a
|
4b07a67d88
|
fix exception in multidayview
|
2018-11-22 13:26:45 +02:00 |
APopatanasov
|
a7d4f7bdc8
|
Remove irrelevant code that throws unexpectedly error and make the selection be possible when the ItemsControl is still not arranged.
|
2018-11-15 18:13:38 +02:00 |
ni4ka7a
|
b4a40e3b0d
|
Fix stylecop errors
|
2018-11-14 11:26:43 +02:00 |
PROGRESS\darakchiev
|
68352cf52d
|
Set MultidayView update flag to all after changing displayMode and fetching appointments
|
2018-11-13 10:11:12 +02:00 |
ni4ka7a
|
e1514f8847
|
Add FetchNewAppointments when changing calendar display date or display mode
|
2018-11-09 16:30:44 +02:00 |
ni4ka7a
|
cdbc2f1eae
|
Delete unused property
|
2018-11-09 16:26:17 +02:00 |
ni4ka7a
|
3f97b936bd
|
Fix FetchNewAppointments logic to return appointments for all visible dates instead for only one month
|
2018-11-09 15:22:11 +02:00 |
ni4ka7a
|
f4fb8451cb
|
Extract GetFirstDateToRender in the calendar model so it can be executed even before the calendar ViewModels are loaded
|
2018-11-09 15:04:25 +02:00 |
ni4ka7a
|
4cac495ce2
|
Add start current time indicator only if the indicator should be visible
|
2018-11-09 13:50:32 +02:00 |
Atanas Popatanasov
|
ab5034b1f7
|
Update to 10.0.16299.0 - most currently used.
|
2018-10-30 23:21:10 +02:00 |
APopatanasov
|
702a5584fc
|
Remove teh project.json and add the nugets inside the csproj.
|
2018-10-30 13:11:43 +02:00 |
Atanas Popatanasov
|
8050966e26
|
Change the min version to 10.0.10586.0 and make handling of the PreviewKeyDown only if it is present.
|
2018-10-29 23:11:52 +02:00 |
Atanas Popatanasov
|
726e0433a2
|
Update the max and min version to 10.0.16299.0 and 10.0.17763.0 in order to use the PreviewKeyDown event introduced with 10.0.16299.0.
|
2018-10-28 15:03:08 +02:00 |
Atanas Popatanasov
|
3b84ad6909
|
Set a default value for the Foreground instead one from the constructor in order to make the control work in 1809.
|
2018-10-16 18:10:58 +03:00 |
Stefan Nenchev
|
b05e9bc241
|
-Fix calendar exception thrown when switching cells
|
2018-09-19 18:27:39 +03:00 |
APopatanasov
|
bfda74453f
|
Place the TextBlock of the AllDay text inside Border and expose Style for it.
|
2018-09-12 15:49:34 +03:00 |
APopatanasov
|
796222d605
|
- Fix the AllDayAreaHeight when the max rows are bigger than the current number of rows.
- Prevent overriding the Background of the appointments when Style is set and there is not Color set for the appointment.
|
2018-09-12 15:15:31 +03:00 |
APopatanasov
|
ca5af23c0d
|
Prevent setting the Height of the CurrentTimeIndicatorBorder in order to apply the set BorderThickness.
|
2018-09-05 15:18:24 +03:00 |
APopatanasov
|
61cb81bc30
|
Revert wrongly changed comment.
|
2018-08-09 10:00:05 +03:00 |
APopatanasov
|
1c30236a05
|
Address the comments.
|
2018-08-09 09:49:38 +03:00 |
APopatanasov
|
51575b2188
|
Fix the CI build.
|
2018-08-08 23:29:34 +03:00 |
APopatanasov
|
55a2390e57
|
Make the default value of weekendsvisible to be true.
|
2018-08-08 18:56:23 +03:00 |
APopatanasov
|
97fa2487ae
|
Improve the layout logic of the all day appointments.
|
2018-08-08 17:42:09 +03:00 |
APopatanasov
|
b028ba5515
|
Added WorkWeek functionality to the Scheduler capabilities of the Calendar.
|
2018-08-08 13:56:09 +03:00 |
APopatanasov
|
54dac571f9
|
Apply new way of merging the theming dictionaries in order to resolve an issue introduced with Windows Creators Update.
|
2018-07-27 15:16:11 +03:00 |
Atanas Popatanasov
|
95fd721cf6
|
Merge pull request #300 from telerik/Nasko/calendar-null-fix
Remove wrongly called unload layout - it should only be invoked from …
|
2018-07-26 15:09:56 +03:00 |
APopatanasov
|
72d0e19a33
|
Remove wrongly called unload layout - it should only be invoked from the UnapplyTemplateCore.
|
2018-07-26 14:52:51 +03:00 |
APopatanasov
|
7d4474c2ba
|
Replace the property used in the automation peer with a field.
|
2018-07-11 13:05:54 +03:00 |
APopatanasov
|
862528f674
|
Added AutomationPeer for the SegmentedControl and its Segments - make it readable by the narrator.
|
2018-07-09 19:18:16 +03:00 |
PROGRESS\demirev
|
1a9add9410
|
If clearing the selection no need to call this code
|
2018-06-08 14:58:40 +03:00 |
PROGRESS\demirev
|
53aaf16231
|
Allowed setting -1 as SelectedIndex in order to clear the selection
|
2018-06-08 13:45:43 +03:00 |
APopatanasov
|
4634505430
|
Revert a fix that breaks the Appointments layout logic.
|
2018-05-09 10:58:27 +03:00 |
APopatanasov
|
dac9ec84d6
|
Calendar multidayview fixes.
|
2018-05-08 23:30:31 +03:00 |
APopatanasov
|
2401945b7e
|
MultiDayView calendar fixes.
|
2018-05-08 19:09:37 +03:00 |
APopatanasov
|
eac3573835
|
Fix the build by clearing the style cop errors.
|
2018-04-27 17:45:49 +03:00 |
Atanas Popatanasov
|
b776bd0bf2
|
Merge pull request #265 from telerik/Nasko/AddStyleCop
Added StyleCop for the solutions.
|
2018-04-27 17:31:59 +03:00 |
APopatanasov
|
9ab59269a7
|
Added arrows that indicate that appointment expand on several days.
|
2018-04-24 15:22:05 +03:00 |
APopatanasov
|
bf75e36ca7
|
Improve mouse navigation.
|
2018-04-23 20:04:29 +03:00 |
APopatanasov
|
c61b259745
|
Format the Times in the time rules as datetimes - using DateTime formats.
|
2018-04-23 17:23:21 +03:00 |
APopatanasov
|
43d644cc5e
|
Added All-Day text for the all-day area.
|
2018-04-23 16:48:47 +03:00 |
APopatanasov
|
74892331e5
|
Make MoveToLower/UpperView work with the DayView. Apply latest design changes.Make Scroll to appoinment not to scroll to an appointment not in the current view.
|
2018-04-23 13:40:52 +03:00 |
Atanas Popatanasov
|
2103b35ba9
|
Merge pull request #267 from telerik/Nasko/DayViewStyleApplyFix
Apply the default Styles when changing between views and the initial …
|
2018-04-16 16:30:19 +03:00 |
APopatanasov
|
8342901f7d
|
Apply the default Styles when changing between views and the initial mode is not multiday.
|
2018-04-16 15:01:39 +03:00 |
APopatanasov
|
61e619e13a
|
Added unrecognized words to the StyleCop for Core.
|
2018-04-04 14:06:09 +03:00 |
APopatanasov
|
5311a25338
|
Added StyleCop for the solutions.
|
2018-04-04 13:08:14 +03:00 |
APopatanasov
|
1d536dc171
|
Clear Input StyleCop errors.
|
2018-04-03 19:26:56 +03:00 |