Ivan Kochurkin
f940456d3e
gtkMode = true by default in NextWord and PreviousWord methods.
10 years ago
Ivan Kochurkin
8eea7fb4bc
fixes #686 : "End" key works incorrectly in TextBox.
10 years ago
Steven Kirk
d35c483b64
Merge pull request #758 from AvaloniaUI/fixes/633-virt-horizontal-scroll
WIP: Cross-axis scrolling for virtualized lists.
10 years ago
Steven Kirk
84486d0161
Merge branch 'master' into fixes/633-virt-horizontal-scroll
10 years ago
Steven Kirk
829fed015e
Merge pull request #745 from robbieknuth/fixes/702_textbox_tab_focus_select_all_text
When a textbox gets focus via the tab key, select all text if the textbox is single line.
10 years ago
Steven Kirk
bdeac95e9c
Merge branch 'master' into fixes/633-virt-horizontal-scroll
10 years ago
Steven Kirk
d5e220279f
Merge branch 'master' into fixes/702_textbox_tab_focus_select_all_text
10 years ago
Steven Kirk
612839c13a
Fix virtualized list keyboard scrolling.
When cross-axis scrollbar is visible.
10 years ago
Wiesław Šoltés
92be70cdae
Merge pull request #759 from VitalElement/skia-smooth-font-rendering
Improved text rendering quality on skia backend.
10 years ago
Dan Walmsley
256465cd73
Improved text rendering quality on skia backend.
10 years ago
Steven Kirk
f580157146
Merge pull request #733 from andrewst/textboxfixbugs
Fix several bugs in TextBox
10 years ago
AndrewSt
1de3248b88
Merge branch 'master' into textboxfixbugs
10 years ago
robbieknuth
0e10b75fd3
Merge branch 'master' into fixes/702_textbox_tab_focus_select_all_text
10 years ago
Steven Kirk
7067fa0146
Cross-axis scrolling for virtualized lists.
There are still a few bugs around scrollbar behavior, and maybe Grid. To
see them, add a long item in the middle of VirtualizationTest's items,
resize the window to require a scrollbar and scroll up and down.
10 years ago
Jeremy Koritzinsky
e2c7f53a32
Merge pull request #757 from wieslawsoltes/fixes/travisci-latest-mono-bugs
Use mono 4.4.2 until latest 4.6 is fixed
10 years ago
Wiesław Šoltés
96bd07e193
Use mono 4.4.2 until latest 4.6 is fixed
https://bugzilla.xamarin.com/show_bug.cgi?id=44323
https://bugzilla.xamarin.com/show_bug.cgi?id=44402
10 years ago
AndrewSt
97af2b4587
Merge branch 'master' into textboxfixbugs
10 years ago
AndrewSt
7872b6e2bf
Fix typo in TextBoxTest.cs
10 years ago
Jeremy Koritzinsky
7d38064736
Merge pull request #751 from robbieknuth/fixes/749_750_multiline_textbox_issues
Fixes/749 750 multiline textbox issues
10 years ago
Robbie Knuth
507bc51b59
Handle special case of deleting carriage returns and linefeeds in multiline textboxes.
10 years ago
Robbie Knuth
6b9c7c1c47
Textboxes should take whitespace into account when calculating size.
10 years ago
Robbie Knuth
48760735ee
When a textbox gets focus via the tab key, select all text if the textbox is single line.
10 years ago
Steven Kirk
b8e78742a7
Merge pull request #744 from AvaloniaUI/fixes/700-fontweight-0
Throw an exception if FontWeight <= 0
10 years ago
AndrewSt
fc6115735e
Add unit test check Ctrl+A, Ctrl+Z
10 years ago
Steven Kirk
b2141da430
Forgot to save .csproj.
10 years ago
Steven Kirk
ebd8f7c410
Merge branch 'master' into fixes/700-fontweight-0
10 years ago
Steven Kirk
f15a136e00
Throw an exception if FontWeight <= 0
In FormattedText. Fixes #700 .
10 years ago
Wiesław Šoltés
7bd3a176ef
Merge pull request #743 from AvaloniaUI/fixes/718-test-locale-failure
Run certain tests in invariant culture.
10 years ago
Steven Kirk
dd29966f20
Run certain tests in invariant culture.
Fixes #718 .
10 years ago
Wiesław Šoltés
5c6f97301f
Merge pull request #742 from AvaloniaUI/fixes/741-travis-failing-tests
Disable xunit appdomains on non-Windows.
10 years ago
Steven Kirk
95a623f6cf
Updated XUnit NoAppDomain setting.
On advice from @wieslawsoltes .
10 years ago
Steven Kirk
6df7aa6c06
Disable xunit appdomains on non-Windows.
10 years ago
Jeremy Koritzinsky
7b4c10a7f8
Merge pull request #730 from AvaloniaUI/fixes/729-gtk-window-close
GTK: Don't try to invalidate an already closed window.
10 years ago
AndrewSt
795cb3bb9b
Change property LastState on TryGetLastState method and add HasState property in UndoRedoHelper
10 years ago
Steven Kirk
7f55c48372
Merge branch 'master' into fixes/729-gtk-window-close
10 years ago
Steven Kirk
8c89e0daba
Merge pull request #736 from AvaloniaUI/dont-run-interactivity-tests-in-paralell
Don't run interactivity tests in parallel.
10 years ago
Steven Kirk
d868cc1c6e
Merge branch 'master' into fixes/729-gtk-window-close
10 years ago
Steven Kirk
37277a4dbe
Merge branch 'master' into dont-run-interactivity-tests-in-paralell
10 years ago
Steven Kirk
6a466c9b69
Merge pull request #734 from AvaloniaUI/warnings-as-errors
Treat warnings as errors.
10 years ago
Steven Kirk
6b5f95996e
Merge branch 'master' into warnings-as-errors
10 years ago
Steven Kirk
61393d8b22
Removed some more unused variables.
10 years ago
Steven Kirk
1b32a6aac3
Fixed unused member warnings.
That only show up on mono: seems the standard C# compiler silently
ignores most of these.
10 years ago
Steven Kirk
a8ffca44ac
Merge pull request #735 from wieslawsoltes/fixes/732-cake-test-runner
Fix for cake test runner runs Avalonia.Controls.UnitTests twice
10 years ago
AndrewSt
7f48db6508
Merge branch 'master' into textboxfixbugs
10 years ago
Wiesław Šoltés
9408187d79
Merge branch 'master' into fixes/732-cake-test-runner
10 years ago
AndrewSt
03aa3c0b82
UndoRedoHelper.cs remove the commented-out code
10 years ago
Steven Kirk
7eb939dbce
Don't run interactivity tests in paralell.
10 years ago
Steven Kirk
a4aed80c52
Merge pull request #726 from AvaloniaUI/fixes/704-canvas-right-bottom
Fix canvas positioning.
10 years ago
Wiesław Šoltés
3b088a4b4d
Fix unit tests search pattern
10 years ago
Steven Kirk
ca17c50bf4
Treat warnings as errors.
In Release build in main Avalonia assemblies (couldn't do it in
Avalonia.Markup.Xaml due to warnings in OmniXaml). To do this, fixed a
number of warnings.
10 years ago