Commit Graph

178 Commits

Author SHA1 Message Date
Wojciech Figat
8c2241c6dc Update copyright year 2022-01-14 13:31:12 +01:00
Wojciech Figat
c178afdf6b Add **UI navigation** system
#574
2021-12-21 18:14:54 +01:00
Wojtek Figat
bb674b43f9 Refactor Timeline UI to use track flags 2021-12-11 17:28:20 +01:00
Wojciech Figat
fcb9bbbe72 Fix showing tooltips for tree nodes in Editor 2021-12-09 17:08:39 +01:00
Wojtek Figat
aacc336c2c Fix dropdown menu item clicking 2021-12-02 09:24:25 +01:00
Wojtek Figat
2114002803 Cleanup xml docs 2021-11-27 13:07:21 +01:00
Wojtek Figat
74f813ed3e Optimize UI in Editor 2021-11-27 13:07:09 +01:00
Wojciech Figat
502a67a75a Add Array constant node to Visual Script and Anim Graph 2021-11-18 16:35:46 +01:00
Wojtek Figat
ea80992376 Fixes 2021-11-11 13:23:58 +01:00
Wojtek Figat
214e626ac5 Refactor Control autofocus to be handled by control type instead of as part of base.OnMouseDown 2021-11-05 18:17:07 +01:00
Wojtek Figat
8938f13a0b Add support for compiling and running engine without C# scripting
(configurable via `EngineConfiguration.UseCSharp` in Flax.Build)
2021-10-23 16:43:15 +02:00
Wojtek Figat
b17332c5ba Fix TargetViewOffset from textboxes to be hidden 2021-10-14 11:26:13 +02:00
Wojtek Figat
5a35c4ad74 Add setter to Control.Center 2021-10-08 16:25:15 +02:00
Wojtek Figat
5b52e76fc9 Add ScrollBarsSize to Panel 2021-08-23 16:51:01 +02:00
Wojtek Figat
a04db5d4b4 Restore default behavior in TilesPanel to have no margin between items
#608
2021-08-23 14:45:59 +02:00
ScottLongley
b8c82ec47d Bounds fix 2 2021-08-23 22:17:54 +10:00
ScottLongley
96f4f676e4 Bounds fix 2021-08-23 22:06:28 +10:00
ScottLongley
8136d2823f Add margin to TilesPanel tile 2021-08-20 22:49:46 +10:00
Wojtek Figat
a8c7705c3b Fix null values handling in C# Json serialization
It didn't replace prefab object reference if replaced with null in the prefab instance.
2021-08-19 13:06:18 +02:00
Wojtek Figat
c1b2fc19c1 Add better timeline UI positioning for improved viewport navigation 2021-08-10 13:29:42 +02:00
Wojtek Figat
fc8c8b5c25 Tweaks and improvements for curves editing
#519
2021-08-04 16:35:19 +02:00
Wojtek Figat
b5d2b39c3e Fix Control.GetChildAtRecursive with overlapping controls 2021-08-03 11:14:17 +02:00
Wojtek Figat
429223c7e3 Fix Label text positioning when using Auto Fit 2021-07-30 15:58:06 +02:00
Wojtek Figat
91be427305 Fix typos 2021-07-23 16:25:12 +02:00
Wojtek Figat
2354bc9f4d Increase scroll bars size for easier usage 2021-07-15 21:57:34 +02:00
Wojtek Figat
5b595eb056 Add styling brush for progress bar 2021-07-14 12:27:14 +02:00
Wojtek Figat
d7cca59315 Add support for custom background brush to Button 2021-07-14 12:21:38 +02:00
Wojtek Figat
d7332509f7 Optimize Scene Rendering (cache drawable bounds and layers for culling with less cache misses) 2021-07-04 11:25:52 +02:00
Wojtek Figat
c4fc7b7e5d Fix UI Canvas visible in PrefabPreview when using IsActive
#559
2021-06-30 12:02:23 +02:00
Wojtek Figat
1fedad5dfe Add missing changes 2021-06-17 14:17:36 +02:00
Wojtek Figat
a75e403b35 Fixes 2021-06-15 13:51:16 +02:00
Wojtek Figat
384172050d Add missing doc comment 2021-06-09 13:25:04 +02:00
Wojtek Figat
f237d5d87d Post merge fixes to font reference as class
#420
2021-06-09 12:16:50 +02:00
Wojtek Figat
484bc409d4 Add support for NotNullItems option in collections editors
#542
2021-06-09 10:58:54 +02:00
Wojtek Figat
ebcf584117 Merge branch 'fix-collections' of git://github.com/Crawcik/FlaxEngine into Crawcik-fix-collections 2021-06-09 09:54:28 +02:00
Wojtek Figat
dfee74ad1f Add missing name some for GPU resources 2021-06-04 12:38:44 +02:00
Crawcik
9b55ffdf6c Adding collections background color in global settings 2021-06-03 14:29:42 +02:00
Wojtek Figat
c5405183c9 Fix tooltips to be constrained by monitor bounds instead of virtual desktop or parent window bounds
#470 #540
2021-06-01 12:14:04 +02:00
Wojtek Figat
97de7a627e Add order for Margin properties 2021-05-30 10:53:34 +02:00
Wojtek Figat
44433bf3b4 Add 9-slicking support for UI to draw sprites and textures
#155
2021-05-29 13:48:00 +02:00
Wojtek Figat
a08e1576ce Merge remote-tracking branch 'origin/master' 2021-05-28 09:12:30 +02:00
Wojtek Figat
91672b55d8 Fix disabling VertexSnapping for 3D UI rendering
#368
2021-05-20 09:36:02 +02:00
Wojtek Figat
62cca0682c Add option to use Point sampling when drawing textures and sprites in UI via Brushes 2021-05-19 19:48:39 +02:00
Wojtek Figat
224de66c49 Add missing attributes for AlphaPanel panel
#430
2021-05-17 10:15:57 +02:00
honzapatCZ
bd2af64a7e moving back 2021-05-17 10:15:56 +02:00
honzapatCZ
388ec655bf alpha+showcont 2021-05-17 10:15:56 +02:00
GoaLitiuM
78ee671607 Fix out of bound access to RichTextBoxBase internal buffer 2021-05-15 13:39:19 +03:00
W2.Wizard
887b52c18a Merge branch '1.2' into IconOverhaul 2021-05-13 15:21:36 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
05ba9b8d45 Fix models uvs preview drawing 2021-04-29 16:39:26 +02:00