Emmanuel Hansen

Results 38 issues of Emmanuel Hansen

This should fix an issue with #4446 . ServiceCreator is returned for bcat services, instead of the previous BcatService.

enhancement
service:bcat

## What does the pull request do? Improves scroll snapping when scrolling with mouse wheel. If snappoints are enabled, wheel scrolling will snap to the next scroll snappoint in the...

**Please provide as much information as possible.** When a video is downloaded from a player on a website, the file name, generated from the page name, is truncated to exactly...

**Describe the bug** The following crash occurs on net 8-rc 1. ```Unhandled exception. System.TypeInitializationException: The type initializer for 'FluentAvalonia.UI.FALocalizationHelper' threw an exception. ---> System.InvalidOperationException: Reflection-based serialization has been disabled for...

bug

**Note: for support questions, please use [stackoverflow](https://stackoverflow.com/search?tab=newest&q=ffmpeg%20autogen) or special repository on [github.com](in special repository [github.com](https://github.com/Ruslan-B/FFmpeg.AutoGen.Questions/issues))**. This repository's issues are reserved for feature requests and bug reports. * **I'm submitting a...

bug

Passthough mouse input for win32 embedded windows. Removes the need for rerouting native pointer events as avalonia pointer events.

gui

### Describe the bug All xaml/axaml files in the Avalonia repository do not load in the designer. There's no option to choose the built project, nor does intellisense work. ###...

bug

I am creating a project that requires embedding a foreign window into my GTK application. This require gdk_window_foreign_new, and there are currently no binding for it. This is necessary, and...

I'm trying to get the position of the cursor from a location within the bounds of the text rendered. My understanding is that GetCursorFromPoint will get the position at a...