|
|
668a4dbb4d
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-10-14 01:09:26 +03:00 |
|
Wojtek Figat
|
2d5fdfef2f
|
Merge branch 'ColorValueBoxDisplayAlpha' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ColorValueBoxDisplayAlpha
|
2025-10-13 20:51:13 +02:00 |
|
Saas
|
be7871c292
|
use Render2D based solution rather than shader for alpha grid
https://github.com/FlaxEngine/FlaxEngine/pull/3281#issuecomment-3218049398
|
2025-10-12 16:50:31 +02:00 |
|
|
|
1d8f221f1b
|
Merge remote-tracking branch 'origin/1.11' into sdl_platform_1.11
# Conflicts:
# Source/Engine/Platform/Windows/WindowsPlatform.cpp
# Source/Tools/Flax.Build/Build/ProjectTarget.cs
# Source/Tools/Flax.Build/Configuration.cs
|
2025-09-07 19:31:16 +03:00 |
|
Wojtek Figat
|
9646dd3fc2
|
Fix AutoFocus on ContainerControl to be false by default
|
2025-07-15 12:33:33 +02:00 |
|
|
|
8df3999f85
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-06-04 19:30:30 +03:00 |
|
|
|
f09fd7ad34
|
Use exact value comparison in caching related functions
(cherry picked from commit 9d7c6b26422e127719836944d8d473910190e7d4)
|
2025-05-02 14:19:55 +03:00 |
|
|
|
4e1251276d
|
Fix ValueBox mouse position resetting after releasing the button
|
2025-04-19 21:13:45 +03:00 |
|
|
|
3f6bf15554
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-04-19 21:13:34 +03:00 |
|
Wojtek Figat
|
32e87c7d4e
|
Merge branch 'SliderHoverColor' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-SliderHoverColor
|
2025-04-07 21:50:25 +02:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
xxSeys1
|
aaf87e3960
|
code style
|
2025-04-06 22:17:09 +02:00 |
|
xxSeys1
|
628bffd63e
|
change slider thumb color on hover
|
2025-04-06 14:36:37 +02:00 |
|
xxSeys1
|
051d363358
|
add alpha grid background
|
2025-03-14 15:51:36 +01:00 |
|
xxSeys1
|
9b495bbc68
|
improve how ColorValueBoxes draw transparent colors
|
2025-03-13 17:18:11 +01:00 |
|
Wojtek Figat
|
353315bb43
|
Grey-out value box slider icon when control is disabled
|
2024-08-28 15:49:37 +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 |
|
Chandler Cox
|
f3210608ae
|
make color value box the same spacing as the others in the editor.
|
2024-05-30 09:07:42 -05:00 |
|
Chandler Cox
|
79dbad6547
|
Ensure slider max and min are snapped to if the value is close to them.
|
2024-05-22 15:56:39 -05:00 |
|
Chandler Cox
|
6481897ffa
|
Fix SliderControl not being unfocused on value change.
|
2024-05-22 07:52:25 -05:00 |
|
Wojtek Figat
|
9e54827cb3
|
Cleanup code #2213
|
2024-03-19 20:13:41 +01:00 |
|
Wojtek Figat
|
911251cb20
|
Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
# Conflicts:
# Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Core/Math/Transform.h
|
2024-03-19 18:04:01 +01:00 |
|
Wojtek Figat
|
8de2249ed8
|
Refactor Editor UI style for selection and drag drop interactions
#1741
|
2024-03-07 16:45:09 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
nothingTVatYT
|
49beb2c7ba
|
add toggle formatting
|
2024-01-30 08:52:27 +01:00 |
|
nothingTVatYT
|
2625144945
|
rename attribute and fix parsing
|
2024-01-28 23:28:35 +01:00 |
|
nothingTVatYT
|
9e38a01acc
|
add units support in float, double and Float3 input
|
2024-01-28 20:52:25 +01:00 |
|
Wojtek Figat
|
7d70a15034
|
Fix color editing control to properly handle mouse event
#1782
|
2023-11-10 10:20:21 +01:00 |
|
Chandler Cox
|
f2c9ba5a00
|
Focus parent on value box slide end.
|
2023-10-11 15:33:32 -05:00 |
|
Wojtek Figat
|
3ac7c4e0ee
|
Codestyle fix
|
2023-10-09 23:21:02 +02:00 |
|
Wojtek Figat
|
62946f6359
|
Cleanup and improve code from #1109
|
2023-05-28 16:12:32 +02:00 |
|
Wojtek Figat
|
2afa287b67
|
Improve automatic slider speed for float value fields in Editor
|
2023-04-21 15:58:48 +02:00 |
|
Wojtek Figat
|
1b278f5c56
|
Update Mathf.Map usage to Mathf.Remap
#1008
|
2023-04-19 13:11:52 +02:00 |
|
Chandler Cox
|
34aff4a2b6
|
Added a change cursor boolean to TextBoxBase and made it so the cursor changes to default when hovering over the cancel button.
|
2023-02-22 17:34:33 -06:00 |
|
Chandler Cox
|
5c78e0d466
|
Possible fix for values reverting to previous values in ValueBoxes when changing the value right after sliding.
|
2023-02-05 15:23:09 -06:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojtek Figat
|
85f7d81ce4
|
Merge branch 'cancel-search-button' of https://github.com/Tryibion/FlaxEngine into Tryibion-cancel-search-button
|
2022-12-27 21:53:47 +01:00 |
|
Chandler Cox
|
96ec28c9a8
|
Cleaned up and used cross sprite.
|
2022-12-21 15:07:27 -06:00 |
|
Chandler Cox
|
1c85b30e9f
|
Change color of button on hover.
|
2022-12-15 20:53:47 -06:00 |
|
Chandler Cox
|
1b919b9fae
|
Created new SearchBox class with button to clear the search.
|
2022-12-15 20:45:51 -06:00 |
|
Chandler Cox
|
1a3bcc5d27
|
Changed default to true.
|
2022-12-08 16:21:10 -06:00 |
|
Chandler Cox
|
eab775b9a2
|
Added RstoreTextFromStart function and changed the calls. Renamed bool.
|
2022-12-08 08:02:57 -06:00 |
|
Chandler Cox
|
9b82860154
|
Allows user to left click to end editing text and right click to change text back to its original and end editing.
|
2022-12-08 08:02:57 -06:00 |
|
Chandler Cox
|
4f38a87eed
|
Changed using screen coords to using window points.
|
2022-11-19 16:33:09 -06:00 |
|
Wojtek Figat
|
6f380a6f12
|
Code style fix
#783
|
2022-10-23 23:46:11 +02:00 |
|
Chandler Cox
|
78bd7713a9
|
value boxes now hide your slide and return your mouse to the original position.
|
2022-10-19 21:41:58 -05:00 |
|
Cristhofer Marques
|
527ba719f4
|
update to the new variable names
|
2022-10-13 09:15:04 -03:00 |
|
Cristhofer Marques
|
f22a71509b
|
fix value box sliding
|
2022-10-13 01:12:38 -03:00 |
|
Wojtek Figat
|
ebd88a407d
|
Fix mouse leave event handling to restore cursor
#759
|
2022-10-10 18:47:38 +02:00 |
|
Chandler Cox
|
133d13ff3c
|
Fixed continually setting cursour back to default in value box
|
2022-10-10 11:06:10 -05:00 |
|