W2.Wizard
89734760fa
Revert previous checks, revert switch intend
2021-02-21 19:48:23 +01:00
W2.Wizard
35b687bf3d
Additional cleanup
...
Cleaned up some additional stuff that I found
2021-02-21 18:17:35 +01:00
W2.Wizard
8b3fc9842d
Apply review changes
...
Applied review changes and one additional skip of an unused variable
2021-02-21 17:03:58 +01:00
W2.Wizard
68f6e0251c
Cleanup 8
2021-02-21 14:27:44 +01:00
W2.Wizard
694b20148d
Cleanup 5
2021-02-21 11:50:30 +01:00
W2.Wizard
20ba37e223
Cleanup 3
2021-02-21 11:09:04 +01:00
W2.Wizard
52bc268ee7
Cleanup 1
2021-02-21 10:05:47 +01:00
Wojtek Figat
3e608e6dec
Merge branch 'fix-ui-issues' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-ui-issues
2021-02-15 10:22:55 +01:00
Wojtek Figat
f82ef8c065
Fix AssetPicker buttons usage without mouse down click over the control
...
Fixes #233
2021-02-14 18:18:58 +01:00
stefnotch
ac8c185056
Fix TreeNode hovering with collapsed children
...
and also set DefaultNodeOffsetY to get rid of the spaces between the nodes
2021-02-14 08:43:50 +01:00
Wojtek Figat
57f9e42486
Fix Editor timeline editor controls API visible in Visual Scripting
2021-02-07 21:41:46 +01:00
SilentCLD
7868c6505d
[Editor/Docking] Bring window to front on focus
2021-02-04 17:49:54 +00:00
Wojtek Figat
e3142e6408
Fix updating input fields on editing end without changes
...
Fixes #197
2021-02-03 22:34:11 +01:00
Wojtek Figat
b04e1381dc
Fix Unsigned Integer value field to prevent negative values
2021-01-24 13:30:48 +01:00
Wojtek Figat
c02faf51a0
Merge branch 'AboutFlaxAdjustment' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-AboutFlaxAdjustment
2021-01-18 21:07:49 +01:00
W2.Wizard
8fd0af3f39
Fixed Typos and padding
2021-01-17 10:18:30 +01:00
Wojtek Figat
932de300e4
Fix missing focus for SliderControl
2021-01-12 23:07:20 +01:00
Wojtek Figat
ba1a246a90
Merge branch 'typo-fix' of git://github.com/VNNCC/FlaxEngine into VNNCC-typo-fix
2021-01-11 15:33:45 +01:00
Wojtek Figat
eec6957b08
Fix using unsigned integer properties in Visual Script editor
2021-01-06 11:31:38 +01:00
VNC
6ab300025b
Fixed a ton of typos
2021-01-05 02:13:15 +01:00
Wojtek Figat
7bbdd25a9e
Merge branch 'dev' of git://github.com/VNNCC/FlaxEngine into VNNCC-dev
2021-01-03 23:41:33 +01:00
Wojtek Figat
464523f318
Add missing control reference clear
2021-01-03 23:38:30 +01:00
Wojtek Figat
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
Wojtek Figat
bf9204f146
Add IconsScale to editor interface options
2021-01-03 22:13:31 +01:00
Wojtek Figat
add539392a
Merge branch 'IconScaling' of git://github.com/DaveTheGameDev/FlaxEngine into DaveTheGameDev-IconScaling
2021-01-03 21:06:25 +01:00
Jean-Baptiste 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
Wojtek Figat
d94e777feb
Add support for using unsigned integer input fields in Visject Surface editor
2020-12-31 15:36:07 +01:00
Wojtek Figat
8998eb2330
Fix editor main window resizing edges size to be 10px
2020-12-29 23:20:21 +01:00
stefnotch
65ab9cac50
Change ClientFrom/ToScreen to PointFrom/ToScreen
...
Fix #67
2020-12-29 18:10:26 +01:00
VNC
2f313c6b43
Correct DockHintWindow drag offset if it was invalid when initializing
...
Description: If the toMove window is unfocused the FlaxEngine.Input.MouseScreenPosition property will always return a vector that only contains zeros. #64
Fix: Perform a later update that will correct the drag offset using the current mouse position.
2020-12-28 19:05:14 +01:00
David Conway
c6664c7d1e
Fix xml summary in ToolStrip.cs
2020-12-26 04:40:42 +11:00
David Conway
c0cc89201e
Move icon settings to styles
2020-12-24 20:04:43 +11:00
David Conway
08ebd99ed4
Add ToolStrip and Toolbox icon scaling settings
2020-12-24 20:04:36 +11:00
Wojtek Figat
c9989e0aff
Merge branch 'fix-maximum-window-size' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-maximum-window-size
2020-12-23 22:39:01 +01:00
stefnotch
4a068a3b86
Change maximum window size to 4096
...
For those neat 4k monitors
2020-12-23 21:54:42 +01:00
stefnotch
0679aebfac
Fix docking hints jumping around on high dpi screens
2020-12-23 14:12:53 +01:00
stefnotch
310140e91b
Fix context menu disappearing
...
Fix #10
2020-12-23 14:11:11 +01:00
Wojtek Figat
8ac2d7069d
Fixes for code style
...
(cherry picked from commit c987acb709 )
2020-12-21 11:56:22 +01:00
Jean-Baptiste Perrier
3c60f2691d
Typo
2020-12-21 11:54:51 +01:00
Jean-Baptiste Perrier
c83cc35b93
Adding auto sort to ContextMenu.
2020-12-21 11:54:51 +01:00
Wojtek Figat
4508f5b77f
Revert
2020-12-21 11:54:16 +01:00
Wojtek Figat
ed5450d7e6
Fix context menu positioning for child menus when flipping the direction over Y axis
2020-12-21 11:49:02 +01:00
Wojtek Figat
c987acb709
Fixes for code style
2020-12-21 11:42:18 +01:00
Jean-Baptiste Perrier
c496f2a9db
Typo
2020-12-21 11:38:23 +01:00
Jean-Baptiste Perrier
34d74477e4
Adding auto sort to ContextMenu.
2020-12-21 11:38:23 +01:00
Jean-Baptiste Perrier
6cefab801f
Title bar High DPI fix.
2020-12-19 13:47:59 +01:00
Wojciech Figat
dabae6a7ba
Minor tweaks
2020-12-14 12:40:01 +01:00
Wojtek Figat
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00