8916 Commits (5242fc303ff83feabaed445e2a480948bfcf4e4e)
 

Author SHA1 Message Date
Steven Kirk e8e81c1faf
Merge branch 'master' into fixes/336-undo-redo-bindings 9 years ago
Steven Kirk 4d5d44a5c2
Merge pull request #1427 from sdoroff/auto-complete-box-control 9 years ago
Steven Kirk 0eb5ff84be
Merge branch 'master' into fixes/336-undo-redo-bindings 9 years ago
Benedikt Schroeder 030b48b313
Merge branch 'master' into feature/BorderThicknessCornerRadius 9 years ago
Benedikt Schroeder f63b85f677 Remove comment 9 years ago
Steven Kirk 18cf638b30 Merge remote-tracking branch 'origin/master' into pr/1427-added-autocompletebox-control 9 years ago
Steven Kirk e8be665b17
Merge pull request #1449 from AvaloniaUI/fixes/1447-alignment 9 years ago
Steven Kirk 4efd268788
Merge branch 'master' into fixes/1447-alignment 9 years ago
Steven Kirk 265e360db5
Merge pull request #1457 from DmitryZhelnin/NumericUpDown 9 years ago
Steven Kirk d350fdabfc
Merge branch 'master' into NumericUpDown 9 years ago
Steven Kirk a86a17a494
Merge pull request #1471 from jp2masa/menuitem-command-canexecute 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
Steven Kirk 253ff56895 Added a couple of Border CornerRadius render tests. 9 years ago
Steven Kirk 8fdc748486
Merge branch 'master' into feature/BorderThicknessCornerRadius 9 years ago
Steven Kirk 8427e1a34b
Merge pull request #1455 from worldbeater/patch-1 9 years ago
Jumar Macato 4f929ac0a1 Fix transitions 9 years ago
Jumar Macato 8dd3315c9a Split the global timer for Transitions and Animations. 9 years ago
José Pedro a89f9486f1
Implemented correct behavior for Command.CanExecute on MenuItem. 9 years ago
Jumar Macato fdeb946af6 Pass target control to the keyframes and other animation classes. 9 years ago
Jumar Macato 7693836c43 Minor Fixes pt. 2 9 years ago
Jumar Macato c828437239 Minor fixes. 9 years ago
Steven Kirk fc9f2cc2de
Merge branch 'master' into patch-1 9 years ago
Jumar Macato 6acc8f0551 * Transfer some keyframe handling responsibilites to the base class for maximum reusability on later custom derived classes. 9 years ago
Jumar Macato ee1960ba00 Finally, finally fix the linear parametric interpolation for DoubleKeyFrames 😄 9 years ago
Jumar Macato 39fea68f74 9 years ago
Jumar Macato 431afdebb1 * Fixed interpolation point selection when theres three or more keyframes. 9 years ago
Jumar Macato dd657e203d *Implement Basic Keyframe Animations support. 9 years ago
Benedikt Schroeder 50dd6cb66d Requested changes 9 years ago
dzhelnin 19dbf38e1e Cleanup remaining "double?" entries 9 years ago
dzhelnin 7c0f1f9374 Use "double" instead of "double?" for Value. DefaultValue removed. 9 years ago
dzhelnin e120d9c157 Minimum/Maximum coercion functions implementation added 9 years ago
dzhelnin d6b5e04f0c Reworked to provide common NumericUpDown control which values are doubles. 9 years ago
Steven Kirk 3236223e09 Made visuals depend on animations. 9 years ago
Jumar Macato 28e3d73098 Revert the library split, just transferring the base Animatable class to Avalonia.Visual was good enough. 9 years ago
Steven Kirk 6682c3e2dc Moved the reentrancy check to TextBox. 9 years ago
Benedikt Schroeder 1b283105fe Removed redundant if 9 years ago
Benedikt Schroeder 5b9de833a2 Clean complex rendering code 9 years ago
Benedikt Schroeder 27a666467c Initial 9 years ago
Jumar Macato fe66f3837e *Added numerical transition classes. 9 years ago
Jumar Macato 378bdc6c8c Fixed transition backend, transitions are now working. 9 years ago
Jumar Macato 3ffe5f3de7 Merge branch 'wip-animations' of https://github.com/jmacato/Avalonia into wip-animations 9 years ago
Jumar Macato f0868a595e *Commented out stray xml comment. 9 years ago
Jumar Macato 23aeff1cee *Commented out stray xml comment. 9 years ago
Jumar Macato e485b96dcb Merge conflicting commits 9 years ago
Jumar Macato 7becd1ea92 *Added initial implementation of new Transitions 9 years ago
Jumar Macato ce4ef46df0 *Added initial implementation of new Transitions 9 years ago
Jumar Macato 2556b50992 Rename Carousel & TabControls Transition property to PageTransitions to avoid confusion to the upcoming Transitions from Avalonia.Animations. 9 years ago
dzhelnin 89cfa644ae Added NumbersPage to ControlCatalog. 9 years ago