Saas
48100cf9fc
fix group element text clipping
...
fixes group element header text clipping outside of the header and into the settings icon (if there is one).
Also some extra code to handle script editor, as that displays some extra icons in the header.
2025-10-13 11:16:07 +02:00
Wojtek Figat
4c640b915f
Fix CheckBox to display check state when created in game without editor icon atlas
...
#3705
2025-10-03 11:25:25 +02:00
Wojtek Figat
ae4ae7a638
Fix rich textbox vertical alignment
...
#3502
2025-09-15 15:17:18 +02:00
Wojtek Figat
a471861e92
Fix editing UI Brush in prefabs
...
#3501
2025-09-12 23:15:13 +02:00
frank
a3073321cf
fix scaling for TextRender
2025-08-28 17:24:06 +08:00
Chandler Cox
38b4ace1a8
Use material base as ctor parameter.
2025-08-15 07:01:48 -05:00
Chandler Cox
cf503cf921
Add material instance ctor for MaterialBrush
2025-08-12 21:03:35 -05:00
Wojtek Figat
5a05038a9b
Add new UIBrush that uses UIBrushAsset json resource with a brush data
2025-06-24 13:08:25 +02:00
Wojtek Figat
ba75fd5882
Fix crash regression when textbox watermak is null
2025-06-05 12:47:45 +02:00
Wojtek Figat
fd8a8b5a4d
Fix missing default value of localized string in editor
2025-06-02 18:02:34 +02:00
Wojtek Figat
1d0a0a409d
Fix panel scroll bars update to be performed once again if controls are gets changed during layout
...
#3470 #3486
2025-06-02 13:40:27 +02:00
Wojtek Figat
14fcc593c7
Fix various margins and spacings between UI elements in Editor to be consistent
2025-05-30 15:28:56 +02:00
559d17e6c3
Reduce allocations in text rendering related functions
2025-05-04 15:05:46 +03:00
Chandler Cox
059fe98c67
Fix scroll bars not updating when dragging.
2025-04-26 07:38:18 -05:00
2acca350fe
Fix tooltip not appearing anymore after scripts compilation
2025-04-10 18:20:55 +03:00
Wojtek Figat
51df5af253
Merge branch 'fix-shift-arrow-end' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-shift-arrow-end
2025-04-08 16:50:09 +02:00
063f3c69ad
Fix error when Control state is cleared during scripts reload
2025-04-07 22:22:15 +03:00
Wojtek Figat
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
Chandler Cox
cb6a4cc325
Fix text box shift not working when selection start is at the text length.
2025-04-03 13:58:16 -05:00
Wojtek Figat
968044a6c7
Minor fixes
2025-03-31 22:59:15 +02:00
Wojtek Figat
7e145c56fd
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Source/Editor/Windows/Profiler/Memory.cs
2025-03-25 13:37:15 +01:00
Wojtek Figat
abe5b14f72
Merge branch 'unload_alc_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unload_alc_fix
2025-03-18 14:20:20 +01:00
Wojtek Figat
80df074b5f
Minor fixes
2025-03-17 16:37:28 +01:00
Wojtek Figat
7ee2e66881
Fix Rich Text Box ascender usage in line breaks for correct images placement
...
#3292
2025-03-17 16:37:15 +01:00
Wojtek Figat
7144e9352d
Optimize image size access
2025-03-17 15:19:53 +01:00
Wojtek Figat
81f24ca914
Refactor UI Control initialization to keep layout locked while loading hierarchy
...
#3031
2025-03-16 23:10:30 +01:00
Wojtek Figat
54050685d7
Optimize UI code
2025-03-16 23:07:56 +01:00
Wojtek Figat
a4082934b8
Update Editor UI to use empty Pivot after fa68a5f572
...
#3031
2025-03-16 23:06:08 +01:00
Wojtek Figat
fa68a5f572
Fix UI Controls layout auto-resizing to always use pivot-relative logic
...
#3031
2025-03-16 22:57:18 +01:00
Wojtek Figat
1e2e613a78
Fix rich textbox carret placement regressions
...
#3118 #2964
2025-03-08 23:49:12 +01:00
Wojtek Figat
5bdbbb6d38
Merge remote-tracking branch 'origin/master' into 1.10
2025-03-07 23:41:02 +01:00
Wojtek Figat
bc6f4f50cb
Fix serialization of ControlReference when used in prefabs
...
#3262
2025-03-07 18:55:03 +01:00
Wojtek Figat
5ffa3eb837
Fix getting Control from null ControlReference
...
#3123
2025-03-04 22:12:35 +01:00
Wojtek Figat
520bab7463
Refactor serialziation of ControlReference into a string with ID of actor for simplicity
...
#3123
2025-03-04 17:14:21 +01:00
Wojtek Figat
35fa63852c
Format code and simplify IControlReference a little bit
...
#3123
2025-03-04 16:06:48 +01:00
Wojtek Figat
fee54f0f39
Merge branch 'control-reference' of https://github.com/Tryibion/FlaxEngine into Tryibion-control-reference
2025-03-04 14:03:56 +01:00
9f8faf4f17
Clear references holding on to types in game assemblies
2025-02-26 20:29:19 +02:00
Wojtek Figat
2ab9adab24
Merge remote-tracking branch 'origin/master' into 1.10
2025-02-24 23:27:56 +01:00
xxSeys1
0d5534c445
decrease grid panel fill slider sensitivity
2025-02-24 17:43:32 +01:00
Wojtek Figat
afc4158dd3
Fix sprite and texture 9-slice rendering brush to properly calculate border size
2025-02-24 14:19:51 +01:00
Wojtek Figat
b81b0b7616
Fix text clipping behind the button in Behavior Knowledge Selector editor
2025-02-21 19:34:35 +01:00
Wojtek Figat
a6fb651ff4
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Source/Engine/Graphics/Materials/MaterialShader.h
2025-02-18 09:19:59 +01:00
Chandler Cox
25b8939aff
Update to include presenter context.
2025-02-16 18:05:25 -06:00
Chandler Cox
e4d2e429a0
Merge branch 'master' into control-reference
2025-02-16 17:40:38 -06:00
Wojtek Figat
b6f7914b14
Fix RenderToTextureControl to render correctly when using different texture size than control size
...
#2760
2025-02-01 15:17:21 +01:00
Wojtek Figat
d829461def
Merge branch 'fix_issue_3083' of https://github.com/amir9480/FlaxEngine into amir9480-fix_issue_3083
2025-01-27 11:58:13 +01:00
Wojtek Figat
8a7ceef288
Add content deprecation system that auto-saves assets in Editor that use old data format
2025-01-20 23:46:49 +01:00
Amir Alizadeh
ec11a79f55
Add raycast support to the ContainerControl
2025-01-19 23:55:56 +03:30
Chandler Cox
425699c4b0
Clamp control anchors betwen 0 and 1.
2025-01-19 13:51:50 -06:00
Wojtek Figat
addc6d5216
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Content/Editor/Gizmo/Material.flax
# Content/Engine/DefaultTerrainMaterial.flax
# Source/Editor/Windows/Assets/ModelWindow.cs
# Source/Editor/Windows/Assets/SkinnedModelWindow.cs
# Source/Engine/Core/Types/Variant.cpp
2025-01-13 18:07:54 +01:00