bc4b94d2bc
Use in over ref modifier in Math functions input parameters
2025-12-16 00:15:30 +02:00
ecf074801f
Fix ref usage warnings with in-parameters
2025-12-16 00:15:30 +02:00
Phantom
ed50ce9c90
Change Dropdown's EditorOrder from 2023 to 2024
2025-12-07 18:48:16 +01:00
Phantom
a7e77f6e21
Update CreatePopupItem method
...
-Modify the `TextColour` property to use a dynamic value based on `TextColour` multiplied by `0.9f` instead of a fixed value (`Colour.White * 0.9f`).
-Modify the `TextColourHighlighted` property to use the dynamic value of `TextColourHighlighted` instead of a fixed value (`Colour.White`).
2025-12-07 18:23:38 +01:00
Phantom
56278b17ee
Add Text Color Highlighted on Dropdown
2025-12-07 16:53:43 +01:00
Wojtek Figat
dab44f5ceb
Minor fixes
2025-10-16 10:20:51 +02:00
Wojtek Figat
823ed247d2
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Level/Actors/Sky.cpp
2025-10-03 22:37:32 +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
87e2c4c4d5
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Editor/Windows/OutputLogWindow.cs
# Source/Engine/Level/Actor.cpp
2025-09-24 18:18:27 +02:00
Wojtek Figat
ae4ae7a638
Fix rich textbox vertical alignment
...
#3502
2025-09-15 15:17:18 +02:00
Wojtek Figat
8921cf5156
Add label/button text to string convertion for better debugging
2025-09-09 10:42:10 +02:00
Wojtek Figat
9646dd3fc2
Fix AutoFocus on ContainerControl to be false by default
2025-07-15 12:33:33 +02:00
Wojtek Figat
185151b025
Minor fixes
2025-06-27 18:52: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
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
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
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
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
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
2ab9adab24
Merge remote-tracking branch 'origin/master' into 1.10
2025-02-24 23:27:56 +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
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
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
Chandler Cox
f2e4fe300b
Change color for readonly text. Fix selection still showing when text box is not focused.
2024-12-31 12:56:43 -06:00
Wojtek Figat
9d70fd82d6
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Source/Engine/Networking/NetworkReplicator.cpp
2024-11-22 16:31:18 +01:00
Chandler Cox
65d966fffa
Add being able to obfuscate text in a text box with a character.
2024-11-15 09:45:02 -06:00
Wojtek Figat
b681a03bfb
Fix output log window to properly handle copy and other input events
2024-10-21 13:03:40 +02:00
Wojtek Figat
58e1396c15
Fix rich text box snapping to be ignored at text end
...
#2964
2024-10-04 22:39:10 +02:00
Amir Alizadeh
c8f57ea82b
Fix RichTextBox selection bug
2024-10-03 21:46:59 +03:30
Chandler Cox
8080c21760
Fix HasBorder and BorderThickness for RichTextBox
2024-09-27 11:31:59 -05:00
Chandler Cox
7b9da3786d
Fix carrot position when no text but text alignment
2024-09-23 15:57:21 -05:00
Wojtek Figat
18dc475f40
Merge remote-tracking branch 'origin/master' into 1.9
...
# Conflicts:
# Source/Engine/UI/GUI/Common/Button.cs
2024-09-23 14:11:05 +02:00
Wojtek Figat
c9817b25a3
Fix label sizing issues
...
#2496
2024-09-18 23:06:10 +02:00
Wojtek Figat
e024897b7d
Refactor Button to inherit from Label and get all of its functionalities
...
#2599
2024-09-18 23:05:42 +02:00
Wojtek Figat
262c536d7f
Fix Label auto sizing to be relative to pivot and sync layout when editing
...
#2496
2024-09-18 22:21:56 +02:00
Wojtek Figat
6857664f48
Add navigation focus submit to Image via mouse left click action
2024-09-18 12:27:37 +02:00
Wojtek Figat
f7f4c15e82
Fix TextBox caret and selection when using text alignment options
...
#2653
2024-09-18 12:00:41 +02:00
Wojtek Figat
cb67fbcbd7
Remove BackgroundBrush from Button as it's already in Control as of 51ee3de689
2024-09-12 19:01:18 +02:00
Wojtek Figat
9daddccbed
Merge remote-tracking branch 'origin/master' into 1.9
...
# Conflicts:
# Source/Editor/Modules/ContentDatabaseModule.cs
# Source/Editor/Surface/SurfaceUtils.cs
# Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
# Source/Engine/Foliage/Foliage.cpp
# Source/Engine/Graphics/Models/MeshBase.h
# Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
2024-09-12 13:38:20 +02:00
Chandler Cox
c844c6b7f0
Add page up and down in textboxbase
2024-09-05 20:51:27 -05:00
Chandler Cox
34facd8769
Add Shift+End for textboxbase
2024-09-05 18:54:03 -05:00
Wojtek Figat
20456d95e8
Merge remote-tracking branch 'origin/master' into 1.9
2024-08-22 17:33:20 +02:00
Chandler Cox
7772669148
Better fix.
2024-08-16 07:46:31 -05:00
Chandler Cox
1047911cfe
Fix initial lerp jumping for Progress bar on first update.
2024-08-16 07:40:52 -05:00