Ari Vuollet
923fc58cd1
Trigger UI double-click actions with left mouse button only
2026-08-18 01:08:41 +03: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
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
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
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
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
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
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
Phantom
6b1490dac4
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-03-12 12:26:26 +01:00
mafiesto4
30d7588d9c
Fix UI panel controls missing in Editor
2026-03-12 08:53:30 +01:00
Tryibion
c3aecc1a11
Add allowable characters enum to text box
2026-03-10 19:47:09 -05:00
Phantom
6629ead842
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-03-11 01:22:58 +01:00
mafiesto4
5509bc4989
Add option to render Canvas into GPUTexture
...
#3601
2026-03-10 16:29:39 +01:00
mafiesto4
3cfa110a48
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Audio/OpenAL/AudioBackendOAL.cpp
# Source/Engine/Graphics/Graphics.cpp
# Source/Engine/GraphicsDevice/Vulkan/CmdBufferVulkan.cpp
# Source/Engine/GraphicsDevice/Vulkan/CmdBufferVulkan.h
# Source/Engine/GraphicsDevice/Vulkan/Config.h
# Source/Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.cpp
# Source/Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
# Source/Engine/GraphicsDevice/Vulkan/QueueVulkan.cpp
2026-03-10 15:08:43 +01:00
Phantom
f4c1e81f64
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-03-09 18:56:30 +01:00
Tryibion
4d4571ee55
Allow -1 for Max textbox length
...
Allow -1 to be "no" length or max length. add bottom limit of -1.
2026-03-06 20:02:24 -06:00
Phantom
dfdcd47ad7
Merge branch 'master' into Improve-HighlightedPopUpColor
2026-03-04 22:33:45 +01:00
Saas
db46050b16
tweak caret blink speed
2026-03-01 11:01:55 +01:00
mafiesto4
273b110db4
Code style formatting and minor tweaks
...
#2800
2026-02-11 17:15:15 +01:00