Luke Schneider
ad28a3fdbf
Better light theme (Style) support, and a Default light theme (as a secondary option)
...
1) Added ForegroundViewport as a new color. It is used in the main game viewport (ViewportWidgetButton), and the viewport for rendering of particles and materials. It is needed because the default foreground in a Light theme is black, but black does not work well in a viewport. A new color seemed appropriate.
2) Fixed the profiler window to use the Foreground color in multiple text elements, instead of Color.White (or no default TitleColor). This includes the Row class, Asset class, SingleChart class, Timeline Class, and more.
3) Added a second theme/Style (DefaultLight) to include with the engine. It uses RGB float values because those were easier to transfer from the saved values that I had created (and they're easier for me to edit if necessary). I tried to emulate how the Default theme is created/loaded/etc as closely as possible.
2023-09-27 21:54:34 -05:00
Nils Hausfeld
b6ad252305
- Removed unnecessary null-conditional operator
...
- Removed unnecessary Float2 allocation
2023-09-23 19:14:06 +02:00
Nils Hausfeld
963300c2cb
- Implemented shift tab support for Container Controls
2023-09-23 11:56:45 +02:00
Wojtek Figat
19651db45e
Merge branch 'max-min-on-click' of https://github.com/Tryibion/FlaxEngine into Tryibion-max-min-on-click
2023-09-22 18:49:14 +02:00
bbf8883275
Fix docking hint areas not hiding after dragging a window
2023-09-21 20:13:06 +03:00
Chandler Cox
eb5a1f1103
Fix max and min on double click main menu buttons for custom menu bar
2023-09-20 17:49:17 -05:00
Wojtek Figat
a56ce92867
Fix crash when importing model with materials and Split Objects enabled
2023-09-19 23:07:10 +02:00
Wojtek Figat
dbd85fddfe
Refactor Editor Tab controls system to allows customizing the tab header controls
2023-09-12 22:24:15 +02:00
Wojtek Figat
16fed8927c
Refactor #1266 (code quality and simplicity)
2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8
Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Wojtek Figat
829d3b3642
Add editor shortcuts usability when toolstrip or main menu controls are focused
2023-09-11 15:07:06 +02:00
Chandler Cox
39ecfe8c24
Small bug fix
2023-09-03 12:11:33 -05:00
Chandler Cox
924e1c6d81
Fix right click deselecting scene tree nodes.
2023-09-03 06:36:29 -05:00
Wojtek Figat
462da342a7
Fix ContextMenuSingleSelectGroup selection of the first item that had default value
2023-09-01 11:43:02 +02:00
Wojtek Figat
3b163b6c4b
Minor cleanup
2023-08-27 16:36:37 +02:00
Wojtek Figat
94bd4d39f7
Merge branch 'animevent-abswrapper-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-animevent-abswrapper-remove
2023-08-27 16:31:48 +02:00
Wojtek Figat
6261f02d1c
Merge branch 'add-tab-breaks' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-tab-breaks
2023-08-27 16:29:31 +02:00
Wojtek Figat
97b56d1e72
Minor tweak #1332
2023-08-27 16:28:35 +02:00
Chandler Cox
87aba23299
Add tab breaks for window tabs.
2023-08-26 16:49:37 -05:00
Chandler Cox
7e429854d6
Simplify check to use attribute.
2023-08-23 09:03:56 -05:00
Chandler Cox
e1645210b3
Add check and indication if no anim events are found.
2023-08-23 08:46:21 -05:00
Chandler Cox
e16e2e2877
Prevent AbstractWrapper from showing in Add AnimEvent CM.
2023-08-23 08:35:35 -05:00
Chandler Cox
a737e7bb05
Small fix to UI
2023-08-22 17:36:09 -05:00
Chandler Cox
ce4cf9b34b
Add timeline position numbers and add to GUI.
2023-08-22 15:42:16 -05:00
Wojtek Figat
81860e5f18
Cleanup code #1215 and add cook game icon
2023-07-31 19:02:53 +02:00
Wojtek Figat
6e9b9b6d0e
Merge branch 'feature/1151-play-mode-actions' of https://github.com/envision3d/FlaxEngine into envision3d-feature/1151-play-mode-actions
2023-07-31 17:24:55 +02:00
NoriteSC
0b89164328
Merge branch 'FlaxEngine:master' into ContentBrowserImprovement
2023-07-28 15:56:40 +02:00
NoriteSC
6a65ccd5ef
rev1
2023-07-24 22:10:12 +02:00
Chandler Cox
f80b7ee2a5
Fix spacing
2023-07-23 18:58:47 -05:00
Chandler Cox
12005ad314
Simplify functionality into function.
2023-07-23 15:20:57 -05:00
Chandler Cox
02d135053f
Add scroll to selected asset/content item on asset picker select menu open.
2023-07-23 15:10:31 -05:00
envision3d
dba0675873
Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into feature/1151-play-mode-actions
2023-07-20 02:00:53 -05:00
Wojtek Figat
9536c37623
Add ability to unset type reference with null item
2023-06-28 15:12:58 +02:00
envision3d
940b0e02e5
improve state syncing of context menus and editor options
2023-06-28 04:08:36 -05:00
envision3d
39f4c00135
add play button actions, number of players
...
- add context menu support for toolstrip buttons
- add "Play Game" vs. "Play Scenes"
- add context menu for choosing play button action to toolstrip button
- add number of game client selection for cook & run
- add context menu for cook & run to toolstrip button
- add menu items for the above
- add editor option entries for saving user preferences for the above
2023-06-28 02:02:10 -05:00
Wojtek Figat
14d12418b6
Add iOS and Apple icons
2023-06-12 14:34:31 +02:00
Wojtek Figat
81ae687238
Merge remote-tracking branch 'origin/master' into 1.6
2023-05-28 16:34:38 +02:00
Wojtek Figat
62946f6359
Cleanup and improve code from #1109
2023-05-28 16:12:32 +02:00
Wojtek Figat
482d516c2e
Merge branch 'color-picker' of https://github.com/Menotdan/FlaxEngine into Menotdan-color-picker
2023-05-28 13:38:37 +02:00
Wojtek Figat
694980160b
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Editor/CustomEditors/CustomEditorsUtil.cs
# Source/Engine/Networking/NetworkReplicator.cpp
# Source/Engine/Scripting/ManagedCLR/MUtils.cpp
# Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs
2023-05-24 23:28:38 +02:00
Wojtek Figat
e10aa1ff58
Add support for editing dictionary keys that are structures
2023-05-24 22:58:07 +02:00
Menotdan
1d079842f6
Add Mac screen utilities, and removed an unneeded log.
2023-05-17 23:57:23 -04:00
Menotdan
a870513086
Color picker finally works, refactored the code.
2023-05-16 13:54:25 -04:00
Menotdan
2a7a07d2fc
Add a delegate, unfortunately it doesn't work?
2023-05-15 20:44:18 -04:00
Menotdan
f94ae3f3fd
Add mouse hook to the color picker.
2023-05-11 13:20:43 -04:00
Menotdan
4144c22dc4
Working demo of colorpicker eyedropper
2023-05-10 13:41:24 -04:00
Menotdan
2ce727d994
Correctly implement the ScreenUtils class
2023-05-10 13:34:28 -04:00
Menotdan
59c54db275
Implement C# callback for pixels finished reading
2023-05-10 00:58:38 -04:00
Menotdan
1ebf4d49e5
trying to get the correct window
2023-05-09 16:49:03 -04:00
Menotdan
c73ab05d70
Rather odd attempt to screenshot the view
2023-05-09 16:14:37 -04:00