|
|
9f8faf4f17
|
Clear references holding on to types in game assemblies
|
2025-02-26 20:29:19 +02: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
|
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 |
|
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 |
|
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
|
7e2d45012e
|
Fix scroll panel regression from 6f0a2c0288
|
2024-12-01 11:31:44 +01:00 |
|
Wojtek Figat
|
44d96ad100
|
Fix curve editor panning to be stable
|
2024-11-30 23:20:57 +01:00 |
|
Wojtek Figat
|
9b43f2f03a
|
Add zooming in curve editor relative to the mouse cursor and adapt to curve size
|
2024-11-29 14:33:46 +01:00 |
|
Wojtek Figat
|
6f0a2c0288
|
Fix curve editor showing whole curve in a view
|
2024-11-28 18:27:09 +01:00 |
|
Wojtek Figat
|
dc91e55cec
|
Fix scroll bars when using negative content area (eg. curve editor)
|
2024-11-27 20:22:38 +01:00 |
|
Wojtek Figat
|
36cf859741
|
Fix game UI root control to properly raycast over 3D canvases
|
2024-11-19 00:02:16 +01:00 |
|
Wojtek Figat
|
38b662be63
|
Merge branch 'obfuscate-text-box' of https://github.com/Tryibion/FlaxEngine into Tryibion-obfuscate-text-box
|
2024-11-18 11:29:19 +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 |
|
Paul Adrian
|
c4c40874e3
|
added more float literals
|
2024-10-31 20:32:01 -05:00 |
|
Paul Adrian
|
9f8989b969
|
Set minimum resolution and resolution curve
- Set minimum resolution to (1,1) and minimum keyframe of the Resolution Curve to (0,0)
- Also added float literals
|
2024-10-31 20:26:02 -05:00 |
|
Chandler Cox
|
baa4c2c680
|
Fix tooltip having editor references.
|
2024-10-22 21:27:16 -05:00 |
|
Wojtek Figat
|
dbb6cecafb
|
Fix warning
|
2024-10-22 23:37:47 +02:00 |
|
Wojtek Figat
|
3d87c054be
|
Merge branch 'TooltipTextAlignment' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-TooltipTextAlignment
|
2024-10-22 23:35:24 +02:00 |
|
Wojtek Figat
|
09c0d0d29d
|
Add Alignment option to Vertical and Horizonal Panels
#2599
|
2024-10-22 22:34:57 +02:00 |
|
xxSeys1
|
b27ccc5f3b
|
condense switch statement
|
2024-10-17 18:42:39 +02:00 |
|
xxSeys1
|
7558cce609
|
change back accidentally committed line
|
2024-10-15 22:07:09 +02:00 |
|
xxSeys1
|
98215252bd
|
add tooltip text alignment editor options
|
2024-10-15 22:05:16 +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
|
fb4b0b2f75
|
Add resizing panel based on highest child if ControlChildSize is disabled but AutoSize is enabled
#2599 #2511
|
2024-09-18 23:37:05 +02:00 |
|
Wojtek Figat
|
a8354720df
|
Add ControlChildSize option to disable autosizing child controls in UI panel
#2511
|
2024-09-18 23:19:45 +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
|
8f0cf3b8ef
|
Fix navigation focus path in UIControl transform editor
#2704
|
2024-09-18 12:46:59 +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
|
51ee3de689
|
Add Background Brush to the control for more styling
#1898
|
2024-09-12 16:29:14 +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 |
|
Wojtek Figat
|
bbb0d36494
|
Fixed issues found by PVS-Studio
|
2024-09-09 18:21:59 +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 |
|
Wojtek Figat
|
21b4c7c916
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-16 14:52:57 +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 |
|
Wojtek Figat
|
45e83d6d15
|
Add feedback from PVS (static code analyzer)
https://pvs-studio.com/en/blog/posts/cpp/1153/
|
2024-08-15 13:01:40 +02:00 |
|
Wojtek Figat
|
5ae2196a01
|
Add support for customizing Dropdown popup visuals
|
2024-08-07 22:44:38 +02:00 |
|