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
Dont freeze if someone implements window close cancellation.
|
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
freeze designer support assembly version.
|
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
rename stackpanel Gap property to Spacing property.
|
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
RenderOptions.BitmapInterpolationMode
|
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
fix bug that was preventing user from cancelling window close.
|
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
Fix For incorrect handling of NotifyCollectionChangedAction.Reset
|
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 |
Dan Walmsley
|
0e9d31068e
|
add platform settings.
|
8 years ago |
Dan Walmsley
|
c37f055b56
|
cache mouse position.
|
8 years ago |
Dan Walmsley
|
4addfa3db1
|
add implementation of mouse events.
|
8 years ago |
Nelson Carrillo
|
713eee8245
|
WIP
|
8 years ago |
danwalmsley
|
26bb57bfd6
|
Merge pull request #1777 from Muny-/fixes/extra-linux-keys
Added more linux keys & added VS code config to .gitignore
|
8 years ago |
wojciech krysiak
|
cdf8d1f8b4
|
Fix For incorrect handling of NotifyCollectionChangedAction.Reset from IReactiveDerivedList<>
|
8 years ago |
Kevin Smith
|
70f3ba800e
|
Added more linux keys & added VS code config to .gitignore
|
8 years ago |