6568 Commits (8a2238c9421eed9e30ad24ca1c84dfcb927c1efc)
 

Author SHA1 Message Date
Nelson Carrillo 8a2238c942 Fix threading issue with winit 8 years ago
Dan Walmsley d285e23566 add issue for thread exception. 8 years ago
Nelson Carrillo 2d4630d23f Implement Timer support 8 years ago
Dan Walmsley 0167bbb97c implement Screens api. 8 years ago
Nelson Carrillo fd6bc602c2 Create SKSurfaces with a GRContext if one is provided. 8 years ago
Nelson Carrillo 1cc237e971 Add MakeCurrent to IGpuContext. Add support for Focused events. Improve Popup support. 8 years ago
Nelson Carrillo 45a401e665 Implement IconLoader. Fixes broken Images page on ControlCatalog. 8 years ago
Nelson Carrillo 036cebb80d Fix segfault on Linux related to EventsLoopProxy. Implement OS window button close 8 years ago
danwalmsley 788c96817e
Merge branch 'master' into windowing-prototype 8 years ago
Dan Walmsley 7b8eb9cb70 Merge remote-tracking branch 'nc4rrillo/windowing-prototype' into windowing-prototype 8 years ago
Nelson Carrillo 48bb018769 Add Window closing support 8 years ago
Dan Walmsley 617462703e implement modifiers for keyboard and mouse events. 8 years ago
Dan Walmsley c64a822338 Add missing keycodes. 8 years ago
Jumar Macato ff702fb077
Merge pull request #1788 from AvaloniaUI/fixes/windows-close-applicatio-exit-stuck-in-loop 8 years ago
Dan Walmsley 14ed0191af Dont freeze if someone implements window close cancellation. 8 years ago
Jumar Macato 713efbd16a
Merge pull request #1787 from AvaloniaUI/fixes/1407 8 years ago
Dan Walmsley ca7204ad9a freeze designer support assembly version. 8 years ago
danwalmsley 8b3c0803c7
Merge pull request #1786 from AvaloniaUI/fixes/1374-rename-gap-to-spacing 8 years ago
Dan Walmsley 5062f823b3 rename stackpanel Gap property to Spacing property. 8 years ago
Jumar Macato d68875ded4
Merge pull request #1762 from Gillibald/feature/ImageScaleMode 8 years ago
Benedikt Schroeder 9723eccb70 Merge branch 'feature/ImageScaleMode' of https://github.com/Gillibald/Avalonia into feature/ImageScaleMode 8 years ago
Benedikt Schroeder fb30bcd9bd Some minor issues fixed 8 years ago
Jumar Macato 981d0c346b
Merge branch 'master' into feature/ImageScaleMode 8 years ago
Nelson Carrillo 87dfd105a2 Make WindowId FFI safe 8 years ago
Nelson Carrillo bf96d2a838 Support CharacterEvent. Other misc cleanups.: 8 years ago
danwalmsley a9f11c159f
Merge pull request #1784 from AvaloniaUI/fixes/correct-handling-of-close-cancellation 8 years ago
Dan Walmsley 23fdfe51df fix bug that was preventing user from cancelling window close. 8 years ago
Nelson Carrillo 5339d88f93 Remove hardcoded DPI from GlRenderTarget. Cleanup WindowImpl a bit 8 years ago
Jumar Macato 667d288cec
Merge branch 'master' into feature/ImageScaleMode 8 years ago
Benedikt Schroeder 7e59520aaf Set default render quality to medium 8 years ago
Nelson Carrillo 1635986f05 Implement invalid rect coalescing to work around the lack of an OS driven invalidation mechanism in winit 8 years ago
Nelson Carrillo 5f9913b4d9 Merge branch 'windowing-prototype' of https://github.com/nc4rrillo/Avalonia into windowing-prototype 8 years ago
Nelson Carrillo 85185f3aa3 WIP 8 years ago
Dan Walmsley 166717f97f add windowing and gpu projects to sln. 8 years ago
Dan Walmsley 335a429302 implement keyboard input. 8 years ago
Dan Walmsley 53f456ea80 Merge remote-tracking branch 'nc4rrillo/windowing-prototype' into windowing-prototype 8 years ago
Dan Walmsley 5b00bf1171 divide wheel deltas by 50. 8 years ago
Nelson Carrillo 97a9e00860 Merge branch 'windowing-prototype' of https://github.com/nc4rrillo/Avalonia into windowing-prototype 8 years ago
Nelson Carrillo c6b09f88ec WIP 8 years ago
Dan Walmsley ae207aa194 implement mouse wheel events. 8 years ago
Dan Walmsley 42367440a5 implement GetScaleFactor for GLWindow. 8 years ago
Dan Walmsley ebc8702f22 Merge remote-tracking branch 'nc4rrillo/windowing-prototype' into windowing-prototype 8 years ago
Nelson Carrillo dbe8a41309 More WIP code 8 years ago
Dan Walmsley 718bf5b3d9 Merge remote-tracking branch 'nc4rrillo/windowing-prototype' into windowing-prototype 8 years ago
Nelson Carrillo d912b2b16d Add initial popup implementation 8 years ago
Nelson Carrillo 776b6c6b4b Add the ability to resize a GL context 8 years ago
Jumar Macato 60ebf67b84
Merge pull request #1778 from WojciechKrysiak/master 8 years ago
WojciechKrysiak 936f4af3f8
Merge branch 'master' into master 8 years ago
wojciech krysiak 03e8594451 Bug reproduction unit test 8 years ago
Dan Walmsley f1f347e29a fix PointToClient and PointToScreen. 8 years ago