Commit Graph

440 Commits

Author SHA1 Message Date
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
Wojtek Figat
143d9bcce6 Fix border placement in Dropdown control 2024-08-07 17:50:23 +02:00
Wojtek Figat
6e01cca9ad Add TextFormat, SelectedItemChanged, and text alignment options to Dropdown 2024-08-07 17:46:30 +02:00
Wojtek Figat
1c02f3d8fe Add text alignment options to Button 2024-08-07 17:44:47 +02:00
Wojtek Figat
b33c2b4f36 Merge remote-tracking branch 'origin/master' into 1.9 2024-07-19 00:32:54 +02:00
Chandler Cox
85a04f8e81 Perform layout of splitter panel once splitter is done being dragged. 2024-07-16 20:36:27 -05:00
Wojtek Figat
e1bede1bf6 Merge remote-tracking branch 'origin/master' into 1.9 2024-06-13 17:07:37 +02:00
Wojtek Figat
6fc056cba2 Add default material for Radial Menu control
#2678
2024-06-11 15:57:54 +02:00
Wojtek Figat
210c443b30 Cleanup code 2024-06-11 09:48:53 +02:00
Wojtek Figat
735aa70b53 Merge branch 'RadialMenu-and-material-nodes' of https://github.com/cNori/FlaxEngineFork into cNori-RadialMenu-and-material-nodes 2024-06-11 08:21:40 +02:00
Wojtek Figat
d56d624f0f Merge branch 'grid-slot-spacing' of https://github.com/Tryibion/FlaxEngine into Tryibion-grid-slot-spacing 2024-06-10 18:12:35 +02:00
Wojtek Figat
dfd6df7f42 Merge branch 'progress-bar-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-progress-bar-fix 2024-06-08 12:02:26 +02:00
Norite SC
d4145179a9 RadialMenu and material nodes 2024-06-02 02:23:48 +02:00
ExMatics HydrogenC
9e9013ec43 Add missing recalculations of the thumb 2024-06-01 18:23:37 +08:00