3207 Commits (36be969fc63f470cf33257ef1a30f4d75549c042)

Author SHA1 Message Date
Benedikt Schroeder 4e4c49b1e3 fix comments 8 years ago
Benedikt Schroeder eb273c0fcb Inital 8 years ago
Dan Walmsley fd8e1ecba7 walk tree to find window. 8 years ago
Dan Walmsley 6bb25bea93 fix typo. 8 years ago
José Pedro c1d6fe6686
Fixed possible NullReferenceException in DefaultRenderLoop. 8 years ago
José Pedro 35b4913c0b
Removed AvaloniaWin32Exception usings. 8 years ago
Dan Walmsley 240bb40be4 whitespace fixes. 8 years ago
Dan Walmsley 89767c8b78 add comments to new properties. 8 years ago
Dan Walmsley 3bc303c4e8 implement menus and submenus obey screen extremities. 8 years ago
achal7 a38fe5c915 Seprated InvalidateMeasure out from InvalidateFormattedText. 8 years ago
achal7 16c2a181b2 Revert "Fix of issue #1448" 8 years ago
Achal Shah 7623a18a53 Revert "1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control" 8 years ago
achal7 802729bd2d Fix of issue #1448 8 years ago
achal7 8b9aace2e4 1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control 8 years ago
temporaryuser0 ad675ded5e
Check if event was handled before in OnTextInput 8 years ago
boombuler bcdc940cd9 removed unnecessary XmlnsDefinition 8 years ago
Steven Kirk 5491f4818e Use standard naming for Read methods. 8 years ago
Steven Kirk f83dd046a2 Use Contract.Requires for preconditions. 8 years ago
Steven Kirk 9ff123cc94 Moved StringTokenizer to Avalonia.Base. 8 years ago
Steven Kirk 68f5cd6dd6 Move DnD classes to Avalonia.Input. 8 years ago
Steven Kirk 3b2012dcd8 Fixed focused control display in DevTools. 9 years ago
Steven Kirk 4ca13f2e3f Added additional invalidation properties... 8 years ago
Dan Walmsley 8d07861e59 white space. 8 years ago
Dan Walmsley 2c9f3ede54 fix tests and and fixes. 8 years ago
Dan Walmsley a98d289af8 Add arrange fix for border and content presenter. 8 years ago
Steven Kirk 2d1ab0a106 Only update clip bounds when ClipToBounds = true. 8 years ago
achal7 16ea6a31fc 1) changed UpdateLastState to call UpdateLastState(TState) so that its the only one that has last update control 8 years ago
boombuler 6bb1cb471e don't use OSX-Platform DragSource 8 years ago
boombuler d5d8d049a4 Renamed AcceptDrag to AllowDrop and added docs 8 years ago
boombuler c09233e4b4 renamed DragSource to InProcessDragSource 8 years ago
lindexi f03d0e9a4f remove comment 8 years ago
Dan Walmsley 653372009a [ContentPresenter] BorderThickness affects render and measure. 8 years ago
Dan Walmsley 27680c35e9 [Border] CornerRadius affects render. 8 years ago
Steven Kirk ef44f2b908 Handle the click that opens a DropDown. 8 years ago
Steven Kirk 272939464e Need to press a button to click it! 8 years ago
ReeJK f412c696f0 use Source in Binding 8 years ago
ahopper a0b1ad62b3 Fix #1484 8 years ago
lindexi 31b88dc589 Change code 8 years ago
lindexi d1b06cb784 Comments at this low level are't really necessary 8 years ago
Dan Walmsley fedae81cb8 partial fix for 1436. 8 years ago
boombuler 7032b9b8eb moved Drag+Drop sources to Avalonia.Input 8 years ago
boombuler 8713cd5c9f code cleanup 9 years ago
Steven Kirk fef1422fdb Removed unused variable. 9 years ago
Steven Kirk 71c25cae2d Allow null pen in GeometryImpl. 9 years ago
Benedikt Schroeder f63b85f677 Remove comment 9 years ago
lindexi c064d05e8c Lasy new the dashes for if we new an array first that we may waste it when we use `dashes = pen.DashStyle.Dashes.Select(x => (float)x).ToArray()`. As a frequently used code I think this optimize is necessary. 9 years ago
lindexi 3e43fc221b for this code in `pen.DashStyle?.Dashes != null` that pen.DashStyle isnt null and we dont need add `?` 9 years ago
lindexi 6b231ba335 fix comment 9 years ago
José Pedro a89f9486f1
Implemented correct behavior for Command.CanExecute on MenuItem. 9 years ago
Benedikt Schroeder 50dd6cb66d Requested changes 9 years ago