Andrei Gagua
752dc644e5
Improve Animation Scene curve keyframe editing
...
Improves Animation Scene timeline curve editing, including vector keyframe selection/editing, tangent interaction, draggable edit popup, and several related editor UI fixes.
2026-06-12 16:26:35 +03:00
Andrei Gagua
272364c1a1
Upd: Added support for client-side window decoratoration, fixed UI bugs
2026-05-23 12:41:41 +03:00
mafiesto4
c10cfc8e45
Fix output log history popup management to smoother usage
2026-05-13 10:42:56 +02:00
mafiesto4
273b110db4
Code style formatting and minor tweaks
...
#2800
2026-02-11 17:15:15 +01:00
Ari Vuollet
f870fc3ae2
Merge remote-tracking branch 'origin/master' into sdl_platform
...
# Conflicts:
# Source/Editor/Viewport/MainEditorGizmoViewport.cs
2026-02-03 17:39:43 +02:00
mafiesto4
87ccaa9dd8
Add keyboard navgation to context menu child menus
...
#3676
2026-01-30 18:00:16 +01:00
mafiesto4
e8c2f18a4d
Add tab navigation to Editor context menus and popups
...
#3676
2026-01-30 17:50:24 +01:00
Ari Vuollet
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
mafiesto4
9646dd3fc2
Fix AutoFocus on ContainerControl to be false by default
2025-07-15 12:33:33 +02:00
Ari Vuollet
8df3999f85
Merge remote-tracking branch 'origin/master' into sdl_platform
2025-06-04 19:30:30 +03:00
mafiesto4
6f5308126b
Fix focus issue after closing context menu
2025-06-03 14:52:45 +02:00
GoaLitiuM
188e4313f9
Fix various issues with child window positioning
2025-04-19 21:13:47 +03:00
GoaLitiuM
f2fd98f742
Fix parent window position handling with popup/tooltip windows
2025-04-19 21:13:40 +03:00
GoaLitiuM
e7cda362b7
Fix popup and context menus not working on Wayland
2025-04-19 21:13:37 +03:00
GoaLitiuM
dac74829b4
Add flag for Window types
2025-04-19 21:13:34 +03:00
GoaLitiuM
b622a1cc5e
Implement SDL platform, windowing and input handling
2025-04-19 21:13:32 +03:00
mafiesto4
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
mafiesto4
9a654f729f
Fix context menu to resize instead of flash when showing while already visible
2024-10-24 19:27:53 +02:00
mafiesto4
87d35f0314
Add debug commands search popup to Output Log
2024-10-24 19:26:11 +02:00
mafiesto4
16235c21c0
Add optional direction option to context menu
2024-10-22 21:34:28 +02:00
mafiesto4
6905382310
Fix custom context menu popup showing as child (eg. prefab diff)
2024-02-26 22:13:50 +01:00
mafiesto4
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
mafiesto4
f1d57e47cb
Fix regression in some context menus on Windows due to recent changes to windows showing after first paint
2023-10-04 17:34:14 +02:00
mafiesto4
e10aa1ff58
Add support for editing dictionary keys that are structures
2023-05-24 22:58:07 +02:00
mafiesto4
05cb02aa09
Improve #936 for ExternalPopups and preserve odl impl on Windows
2023-02-17 20:44:23 +01:00
GoaLitiuM
cc4864231f
Use input focus to manage context menu hiding logic
2023-02-11 20:07:56 +02:00
mafiesto4
a7e428a21c
Merge branch 'master' into 1.5
...
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
2023-01-10 15:37:55 +01:00
mafiesto4
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
mafiesto4
bc7bf72660
Fix case when child context menu is already hidden and changed to other from code
2023-01-01 21:42:35 +01:00
mafiesto4
0dd79fe10a
Fix sub-context menu child popup still being open when parent context menu gets focused again by the user
2022-12-20 21:11:41 +01:00
mafiesto4
b7b31aad8e
Code style fix
...
#793
2022-10-23 23:49:46 +02:00
Tryibion
1c44c42b52
fixed position of child CMs when having to open left
2022-10-21 14:14:13 -05:00
mafiesto4
22367498da
Fix editing LinearCurve<Color> in properties window (color picker window closed keyframe editing popup)
2022-07-25 17:18:05 +02:00
mafiesto4
a881c90b2e
Refactor engine to support double-precision vectors
2022-06-13 00:40:32 +02:00
mafiesto4
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
mafiesto4
759dc98737
Fix Rename Popup direction near screen edges
...
#317
2021-03-18 16:48:07 +01:00
stefnotch
8f8f0266ce
Add DpiScale to RootWindow
2021-02-08 09:48:57 +01:00
stefnotch
f5b48e03e9
Per window DPI
2021-02-07 17:26:41 +01:00
mafiesto4
464523f318
Add missing control reference clear
2021-01-03 23:38:30 +01:00
mafiesto4
0d4ac16d18
Merge branch 'context-menu-focus-returning' of git://github.com/stefnotch/FlaxEngine into stefnotch-context-menu-focus-returning
2021-01-03 23:36:08 +01:00
jb-perrier
03eb39afe6
Bumping all copyright headers to 2021.
2021-01-02 14:28:49 +01:00
stefnotch
b63753b4d5
Return focus to the previous control when closing a context menu
...
Fixes the fancy Visject input stuff
2021-01-02 13:30:12 +01:00
stefnotch
65ab9cac50
Change ClientFrom/ToScreen to PointFrom/ToScreen
...
Fix #67
2020-12-29 18:10:26 +01:00
stefnotch
310140e91b
Fix context menu disappearing
...
Fix #10
2020-12-23 14:11:11 +01:00
mafiesto4
ed5450d7e6
Fix context menu positioning for child menus when flipping the direction over Y axis
2020-12-21 11:49:02 +01:00
mafiesto4
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00