|
|
d70a003617
|
Improve tab-less dock window behavior in other platforms
Add checks for #3215 to hide the tab bar only if it doesn't prevent
window dragging in Wayland sessions with native decorations.
|
2025-09-07 19:27:24 +03:00 |
|
|
|
b443b74d18
|
Merge branch 'master' into sdl_platform
# Conflicts:
# Source/Editor/GUI/Docking/DockHintWindow.cs
# Source/Editor/Options/InterfaceOptions.cs
|
2025-09-07 19:02:09 +03:00 |
|
Wojtek Figat
|
b965ca6c8c
|
Fix Content Window navigation bar to expand toolstrip for proper scroll bar display
#3326
|
2025-08-25 14:38:55 +02:00 |
|
Wojtek Figat
|
2c34bd2308
|
Merge branch 'TabHeight' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-TabHeight
|
2025-08-24 13:21:12 +02:00 |
|
|
|
fc341a86e7
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-08-24 09:44:28 +03:00 |
|
Wojtek Figat
|
9a59925a36
|
Merge branch 'SimplifyListCtrlScrolling' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-SimplifyListCtrlScrolling
|
2025-08-22 22:34:05 +02:00 |
|
Wojtek Figat
|
2c1713d300
|
Fix rare issues with shift tree selection
|
2025-08-19 23:00:29 +02:00 |
|
Wojtek Figat
|
8136691914
|
Merge branch 'shift-select-nodes' of https://github.com/Tryibion/FlaxEngine into Tryibion-shift-select-nodes
# Conflicts:
# Source/Editor/GUI/Tree/Tree.cs
|
2025-08-19 18:45:33 +02:00 |
|
Wojtek Figat
|
303087c4c4
|
Fix regression in renaming textbox placement of newly added actor to prefab
|
2025-08-12 23:18:18 +02:00 |
|
Chandler Cox
|
fc46219a82
|
Add support for multi-select disable.
|
2025-07-17 23:09:36 -05:00 |
|
Chandler Cox
|
2546e19d65
|
Add shift selection for tree nodes
|
2025-07-17 23:07:06 -05:00 |
|
Saas
|
33b540ed9e
|
fix naming and treat unfolded category items as normal items
|
2025-07-10 20:07:52 +02:00 |
|
Saas
|
50871d8885
|
simplify and fix edge case in item list scrolling while holding control
|
2025-07-09 18:41:41 +02:00 |
|
|
|
8e69aa8bd6
|
Fix error while closing Editor
Build Android / Game (Android, Release ARM64) (push) Has been cancelled
Build iOS / Game (iOS, Release ARM64) (push) Has been cancelled
Build Linux / Editor (Linux, Development x64) (push) Has been cancelled
Build Linux / Game (Linux, Release x64) (push) Has been cancelled
Build macOS / Editor (Mac, Development ARM64) (push) Has been cancelled
Build macOS / Game (Mac, Release ARM64) (push) Has been cancelled
Build Windows / Editor (Windows, Development x64) (push) Has been cancelled
Build Windows / Game (Windows, Release x64) (push) Has been cancelled
Cooker / Cook (Mac) (push) Has been cancelled
Tests / Tests (Linux) (push) Has been cancelled
Tests / Tests (Windows) (push) Has been cancelled
|
2025-07-03 22:57:07 +03:00 |
|
|
|
90b2fded48
|
Merge remote-tracking branch 'origin/master' into sdl_platform
Build Android / Game (Android, Release ARM64) (push) Has been cancelled
Build iOS / Game (iOS, Release ARM64) (push) Has been cancelled
Build Linux / Editor (Linux, Development x64) (push) Has been cancelled
Build Linux / Game (Linux, Release x64) (push) Has been cancelled
Build macOS / Editor (Mac, Development ARM64) (push) Has been cancelled
Build macOS / Game (Mac, Release ARM64) (push) Has been cancelled
Build Windows / Editor (Windows, Development x64) (push) Has been cancelled
Build Windows / Game (Windows, Release x64) (push) Has been cancelled
Cooker / Cook (Mac) (push) Has been cancelled
Tests / Tests (Linux) (push) Has been cancelled
Tests / Tests (Windows) (push) Has been cancelled
# Conflicts:
# Source/Editor/Windows/SceneTreeWindow.cs
|
2025-07-03 22:05:29 +03:00 |
|
|
|
28980e5fbf
|
Cleanup
|
2025-07-03 22:02:36 +03:00 |
|
|
|
aab0d772a4
|
Implement client-side window decorations for Editor windows
|
2025-07-03 22:02:36 +03:00 |
|
Wojtek Figat
|
53ed2431b5
|
Merge branch 'ItemsListExpandOnNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListExpandOnNavigate
|
2025-07-01 15:48:24 +02:00 |
|
|
|
6d337464f7
|
Support XDG Desktop Portal as color picker provider
Wayland and XWayland fallback implementation uses XDP in
order to query picked color from desktop.
|
2025-06-24 16:41:32 +03:00 |
|
|
|
4654117d5e
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-06-16 17:09:22 +03:00 |
|
xxSeys1
|
8164ce924f
|
fix unfolding to actually work
|
2025-06-16 15:30:51 +02:00 |
|
xxSeys1
|
d110237423
|
fix GetVisibleItems() to only get visible items
|
2025-06-16 14:51:29 +02:00 |
|
Wojtek Figat
|
a6a2fd2c66
|
Format code
#3526
|
2025-06-16 14:48:18 +02:00 |
|
Wojtek Figat
|
a05ca12770
|
Merge branch 'scenetree-scroll' of https://github.com/Zode/FlaxEngine into Zode-scenetree-scroll
|
2025-06-16 14:44:54 +02:00 |
|
Wojtek Figat
|
c649a4f4b2
|
Merge branch 'ClearSearchOnAssetReferenceNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ClearSearchOnAssetReferenceNavigate
|
2025-06-16 14:30:53 +02:00 |
|
xxSeys1
|
cd7233d559
|
allow the user to unfold folded categories when scrolling with keyboard
|
2025-06-16 14:10:44 +02:00 |
|
|
|
6ff260d052
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-06-16 14:09:29 +03:00 |
|
Wojtek Figat
|
42687a792c
|
Merge branch 'ItemListImprovedKeyboardNav' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemListImprovedKeyboardNav
|
2025-06-15 22:59:20 +02:00 |
|
Wojtek Figat
|
f376fd50a9
|
Merge branch 'main-menu-get-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-main-menu-get-add
|
2025-06-15 20:36:32 +02:00 |
|
Wojtek Figat
|
648504ceb1
|
Format code
#3544
|
2025-06-15 20:31:04 +02:00 |
|
Zode
|
00055ef663
|
Make tool strip buttons more responsive by also reaction to double left clicks
|
2025-06-11 17:47:27 +03:00 |
|
Chandler Cox
|
e1a2a36978
|
Add GetOrAddButton utility for MainMenu.
|
2025-06-09 15:02:43 -05:00 |
|
Zode
|
1fa83639c2
|
Fix update order inconsistencies between machines by exposing an action for when defered layout happens.
|
2025-06-08 00:38:59 +03:00 |
|
xxSeys1
|
85fd1389db
|
clear content panel search when selecting asset picker asset
|
2025-06-07 18:17:40 +02:00 |
|
xxSeys1
|
cce042045e
|
wrap scrolling items with arrow keys and simplify scrolling logic
|
2025-06-07 17:34:01 +02:00 |
|
|
|
8df3999f85
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-06-04 19:30:30 +03:00 |
|
Wojtek Figat
|
8b88def9d0
|
Revert some changes from #3389 that are not relevant for world units
|
2025-06-03 17:43:01 +02:00 |
|
Wojtek Figat
|
fa97229830
|
Merge branch 'float_equality' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-float_equality
|
2025-06-03 17:26:12 +02:00 |
|
Wojtek Figat
|
6f5308126b
|
Fix focus issue after closing context menu
|
2025-06-03 14:52:45 +02:00 |
|
|
|
b1fd86e6b5
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-06-02 18:15:16 +03:00 |
|
Wojtek Figat
|
eb90ab84f2
|
Fix performing layout after changing selected tab
#3467 #3487
|
2025-06-02 13:17:51 +02:00 |
|
Wojtek Figat
|
28c70f5078
|
Fix some editor UI
#3460 #3491
|
2025-06-02 11:00:33 +02:00 |
|
Wojtek Figat
|
1ebb3e67d6
|
Merge branch 'add-root-tree-line-option' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-root-tree-line-option
|
2025-06-02 10:17:34 +02:00 |
|
Wojtek Figat
|
a613d89f47
|
Merge branch 'fix_tree_performance' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_tree_performance
|
2025-06-01 21:55:58 +02:00 |
|
Chandler Cox
|
545a43de32
|
Add drawing root tree lines except for in scene and prefab tree.
|
2025-05-23 16:50:55 -05:00 |
|
xxSeys1
|
dfe177447c
|
add auto selecting first item in item list context menu if no selection
|
2025-05-03 22:11:38 +02:00 |
|
|
|
f09fd7ad34
|
Use exact value comparison in caching related functions
(cherry picked from commit 9d7c6b26422e127719836944d8d473910190e7d4)
|
2025-05-02 14:19:55 +03:00 |
|
|
|
9a4d3a56a3
|
Fix slow Tree expansion/collapsion with large amount of tree nodes
|
2025-05-02 13:31:13 +03:00 |
|
|
|
0a20378acd
|
Handle Wayland dragging actions ending prematurely
|
2025-04-19 21:14:12 +03:00 |
|
|
|
d4e87877b6
|
Fix editor viewport activating while dragging a window
|
2025-04-19 21:14:12 +03:00 |
|