Miłosz Kosobucki

Results 9 issues of Miłosz Kosobucki

Arrow image asset could be removed because it's not used anywhere anymore. Fixes #10960 Signed-off-by: Miłosz Kosobucki ## What does this PR do? Implements new Container Card headers in EmotionFX...

feature/animation
sig/simulation

Hello, Since .net core 3.0 is going to introduce first stable Blazor release *and* C# 8 I think that it would be a good idea to make Blazor samples already...

## What does this PR do? This moves the parameter properties edit/creation window into the inspector. I's a re-submission of PR [!11702](https://github.com/o3de/o3de/pull/11702) that I had to take over. See that...

## What does this PR do? This PR migrates node palette dock (`EMStudio::NodePaletteWidget`) from custom solution to `GraphCanvas::NodePaletteWidget`. Also, common code for building the tree model for the node palette...

Since the cellSize parameter was not used anyway, let's get rid of it. Signed-off-by: Miłosz Kosobucki ## What does this PR do? It's a small code cleanup. ## How was...

sig/simulation

Allow panning with middle mouse button regardless of the current interaction mode. This reduces the need to switch the interaction mode in the remote view when the area where the...

## Steps to reproduce Run the following slint file under winit back end: ``` import "./PretendardVariable.ttf"; export component AppWindow inherits Window { width: 1024px; height: 768px; background: black; Text {...

a:renderer-femtovg
upstream

As raised in #23 it may make sense to have a compilation mode where we don't use exceptions. It's not possible right as we use exceptions in constructors for some...

idea

`misc-include-cleaner` was turned off in dd14c3464dbb23dadddd78bfcc0d87d129a024d1 but it should be fixed in clang 19. Once clang 19 is available in github runners, we may bring it back. Monitor this space...