1742 Commits (679c5bb1ab35cd149781e2772e1ac4bb011fd867)

Author SHA1 Message Date
Steven Kirk 85f07274d4 Fixed failing test. 10 years ago
Steven Kirk af696acc69 Removed gtkMode from Next/PreviousWord. 10 years ago
Steven Kirk 1b4ebf5b1d Renamed AsBinding -> ToBinding. 10 years ago
Dan Walmsley c33a7da97b Added todo comment for focus scopes. 10 years ago
Dan Walmsley 980a04b38f Whitespace changes. 10 years ago
Dan Walmsley 3fea4d34f1 Restore focus of input element after alt-key has stolen focus. 10 years ago
Dan Walmsley 4c5c099ec3 Dont focus menu then alt key down event is followed 10 years ago
Steven Kirk b0e0596500 Updated OmniXAML to allow '^' in markup extension. 10 years ago
Steven Kirk b6c51b34ef Renamed ValueHandler -> StreamPlugin 10 years ago
Steven Kirk 715149b1f5 Improve stream operator error message. 10 years ago
Steven Kirk 0ddf4caa95 Added a "stream" binding expression operator. 10 years ago
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 612839c13a Fix virtualized list keyboard scrolling. 10 years ago
Dan Walmsley 256465cd73 Improved text rendering quality on skia backend. 10 years ago
Steven Kirk 7067fa0146 Cross-axis scrolling for virtualized lists. 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 f15a136e00 Throw an exception if FontWeight <= 0 10 years ago
AndrewSt 795cb3bb9b Change property LastState on TryGetLastState method and add HasState property in UndoRedoHelper 10 years ago
Steven Kirk 1b32a6aac3 Fixed unused member warnings. 10 years ago
AndrewSt 03aa3c0b82 UndoRedoHelper.cs remove the commented-out code 10 years ago
Steven Kirk ca17c50bf4 Treat warnings as errors. 10 years ago
AndrewSt e3f94011bc Fix bug Pressing Ctrl-Z in a TextBox with no changes removes text #493 10 years ago
AndrewSt c7b772b262 TextBox fix NullReference bug when Text=Empty and press Ctrl+A (SelectAll) 10 years ago
Steven Kirk 52438d64db Don't try to invalidate an already closed window. 10 years ago
Wiesław Šoltés a508b594e8 Removed unused references 10 years ago
Wiesław Šoltés edc0a86178 Use latest app builder 10 years ago
Steven Kirk 6e7fb76966 Allow movement to after last char with arrow keys. 10 years ago
Steven Kirk df2f685ec8 Set canvas property default values to NaN. 10 years ago
Steven Kirk 85e025da6b Fixed spacing. 10 years ago
OronDF343 26f1f0b884 Fixed bad diff tool errors 10 years ago
OronDF343 f4c5293ece Changed point name once again 10 years ago
OronDF343 66d0a56046 Fixed negative values on Win32 10 years ago
Jeremy Koritzinsky c90cc4bf27 Implemented feedback. 10 years ago
Steven Kirk 2ab8941426 Move MaxClientSize to ITopLevelImpl. 10 years ago
Jeremy Koritzinsky 3640d4dc1b Implemented optimization to only construct a dictionary for priority levels if there is more than one in use. This drops memory consumption in most applications by a reasonable amount since most don't use multiple bindings on single properties (like animation and a local binding). 10 years ago
Jeremy Koritzinsky 1ae9b07764 Updated AppBuilder and added a documentation block about Avalonia Modules. 10 years ago
Wiesław Šoltés c91ee0fb61 Use SKBitmap.Decode method 10 years ago
Wiesław Šoltés 7a6d9d3673 Updated SkiaSharp to version 1.54 10 years ago
Mikhail Kanygin 40560a8ee2 Fixed #600: Incorrect TextBox selection coloring for non-left aligned text. 10 years ago
Steven Kirk cbd672e2f6 Moved field to correct place. 10 years ago
Dan Walmsley 51c8542030 prevented second subscription of ListenForNonClientClick 10 years ago
Steven Kirk b61adbfd64 Detach PopupRoot from logical tree... 10 years ago
Steven Kirk a0e880581e Use ContentControl in DropDown template. 10 years ago
Jeremy Koritzinsky 22ed332c70 Made UsePlatformDetect more modular and updated our platform assemblies to use this feature. 10 years ago
Jeremy Koritzinsky 9a18ef0afa Added support for auto-loading "Avalonia modules", which are classes that are auto-initialized via the instance constructor. 10 years ago
Steven Kirk 55d76d6cb9 Make sure panel is remeasured after add/remove. 10 years ago
Jeremy Koritzinsky 397f0ad38b Updated AppBuilder to have a way to track names of the windowing and rendering subsystems. 10 years ago