Ari Vuollet
923fc58cd1
Trigger UI double-click actions with left mouse button only
2026-08-18 01:08:41 +03:00
mafiesto4
926d9a0a0d
Refactor rendering code by moving RenderContext to a separate harder file
2026-08-16 12:45:54 +02:00
mafiesto4
1f9f2b6a39
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Content/Shaders/GI/DDGI.flax
2026-08-13 11:46:40 +02:00
mafiesto4
8688695b28
Clarify UI Control Enabled doc
2026-08-10 07:14:22 +02:00
mafiesto4
49cb39e1f1
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Source/Engine/GraphicsDevice/Vulkan/GPUSwapChainVulkan.cpp
2026-08-05 08:12:00 +02:00
mafiesto4
bae31b0d50
Fix #4099
2026-08-04 19:05:08 +02:00
mafiesto4
76f1590605
Merge branch 'ImprovementSlider' of https://github.com/ThePhantomMask/FlaxEngine into ThePhantomMask-ImprovementSlider
2026-08-04 18:37:03 +02:00
mafiesto4
e6a9d7582c
Merge branch 'fix-split-zero' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-split-zero
2026-08-04 18:29:35 +02:00
mafiesto4
d845eb54ce
Refactor GeometryDrawStateData storage into RenderBufers for correct split-screen rendering
...
Refactor `ISceneRenderingListener` events to contain more data
2026-08-03 07:08:27 +02:00
mafiesto4
1bc66192db
Fix CanvasScaler point projection when using location offset
2026-07-28 22:27:45 +02:00
Tryibion
2eb36590dc
Fix highlight height and underline location to be dpi aware.
2026-07-27 21:02:38 -05:00
Tryibion
d2057d9c4f
Fix caret height. DPI is handled in the GetCharPosition method of the text boxes.
2026-07-27 21:02:16 -05:00
Tryibion
9c1817330d
Fix text box highlighting not using DPI
2026-07-27 20:49:41 -05:00
Tryibion
c27bc9e150
Prevent crash when split panel has zero width or height
2026-07-27 20:41:43 -05:00
mafiesto4
14ffa300cc
Add ViewportRect to UICanvas for UI placement
2026-07-24 18:35:49 +02:00
Phantom
b69eab0239
Merge branch 'master' into ImprovementSlider
2026-07-23 05:17:32 +02:00
mafiesto4
2723f91905
Fix errors on Editor shutdown
2026-07-22 09:26:54 +02:00
mafiesto4
d7cfd144ef
Fix errors on Editor shutdown
2026-07-21 23:39:01 +02:00
mafiesto4
d0ab5c961e
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Flax.flaxproj
2026-07-21 17:18:33 +02:00
Phantom
771edbb256
Merge branch 'master' into ImprovementSlider
2026-07-13 19:18:02 +02:00
Tryibion
6ba406953b
Add initial properties search to properties wndow and prefab properties panel.
2026-07-03 15:54:03 -05:00
mafiesto4
1915aa3c06
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Content/Shaders/DepthOfField.flax
# Source/Engine/Content/Asset.cpp
2026-06-30 10:06:55 +02:00
Phantom
9893636106
Merge branch 'master' into ImprovementSlider
2026-06-23 12:18:50 +02:00
luchu1993
68e3e459f0
Fix ProgressBar fill with large margins
...
Apply BarMargin before calculating the filled progress area so low values cannot shrink the bar rectangle into a negative size. This keeps ProgressBar fills clamped within the inner drawable area when large margins are used.\n\nFixes #4076 .
2026-06-20 10:12:31 +08:00
Phantom
93e17b5891
Merge branch 'master' into ImprovementSlider
2026-06-16 13:54:05 +02:00
mafiesto4
39994764d1
Don't return matrix by value due to perf #4136
2026-06-16 11:57:44 +02:00
Andrei Gagua
7326cf65d8
Fix: Editor - use non-jittered projection for post-TAA overlay grid
...
Add a managed `RenderView.GetOverlayProjection()` helper that returns the non-jittered projection once TAA has been resolved, and use it for editor overlay rendering paths.
2026-06-03 18:49:42 +03:00
mafiesto4
775e978fed
Merge remote-tracking branch 'origin/master' into 1.13
...
# Conflicts:
# Flax.flaxproj
# Source/Engine/Level/Actors/StaticModel.cpp
# Source/Engine/Level/Prefabs/Prefab.cpp
# Source/Engine/Tools/ModelTool/ModelTool.cpp
2026-06-03 17:15:38 +02:00
mafiesto4
e450658834
Remove deprecated mono runtime backend
...
Old `mono` backend was not maintained for since 1.7 (July 2023)
`dotnet` backend still can run `mono` on AOT platforms but with the latest .NET features.
2026-06-03 16:35:06 +02:00
Phantom
f8c9413e83
Merge branch 'master' into ImprovementSlider
2026-05-28 02:00:17 +02:00
Saas
96a081bf93
use mouse wrapping and rename mouse wrapping function parameter
2026-05-21 21:43:26 +02:00
Phantom
0bb57793bb
-u
2026-05-17 12:21:36 +02:00
Phantom
3de20d4a5c
-u Slider
2026-05-15 12:44:16 +02:00
Phantom
4c9f121e1e
-u OnNavigate on Slider Control
2026-05-15 00:53:53 +02:00
Phantom
a1e03db399
-u Slider
2026-05-15 00:24:05 +02:00
Phantom
356228d4d4
Initial Keyboard and Gamepad support on Slider Control
2026-05-15 00:00:05 +02:00
mafiesto4
d697bd7402
Update old API usage
...
#4080 #4081
2026-05-12 18:40:21 +02:00
mafiesto4
925b83e095
Fix text box selection height on macOS with custom system scale (hack)
2026-04-18 21:01:37 +02:00
mafiesto4
2fc95bdf57
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Content/Editor/MaterialTemplates/Deformable.shader
# Flax.flaxproj
# Source/Engine/Content/Content.h
# Source/Engine/Serialization/JsonTools.cpp
2026-04-01 17:14:21 +02:00
mafiesto4
b3aeab777f
Fix invalid CanRenderer when canvas actor is gone
...
#3945
2026-03-30 00:13:49 +02:00
mafiesto4
b8110e9db3
Add = to text box separators
2026-03-30 00:13:24 +02:00
mafiesto4
eab7794e3b
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Engine/Content/Storage/FlaxStorage.cpp
# global.json
2026-03-26 23:44:33 +01:00
mafiesto4
2c742bee41
Fix typo from #3914
2026-03-25 17:22:38 +01:00
mafiesto4
0f332e331d
Merge branch 'RadialMenuImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-RadialMenuImprovements
2026-03-25 17:21:20 +01:00
mafiesto4
f3c957481c
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Editor/GUI/Dialogs/ColorPickerDialog.cs
# Source/Editor/GUI/Dialogs/ColorSelector.cs
2026-03-24 23:41:58 +01:00
Phantom
14d6273a2f
fix #2 on Dropdown
2026-03-14 15:29:31 +01:00
Phantom
f876068086
Fix Text Color Highlighted
2026-03-13 20:09:57 +01:00
mafiesto4
45a8d82a83
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GUI.flax
# Flax.flaxproj
# Source/Editor/Windows/AboutDialog.cs
# Source/Engine/Serialization/Stream.cpp
# Source/Shaders/GUICommon.hlsl
2026-03-13 08:09:16 +01:00
Phantom
895758d27d
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-03-12 17:34:46 +01:00
mafiesto4
8b4f8de988
Fix Control.LocalLocation to use parent control GetDesireClientArea rather than Bounds
...
#3889
2026-03-12 15:27:31 +01:00