Commit Graph

147 Commits

Author SHA1 Message Date
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
Wojtek Figat
c996476a28 Fix ScreenSpace UICanvas order in Prefab preview (move back to prevent editor widgets occlusion) 2021-04-29 16:21:29 +02:00
Wojtek Figat
2e5b89aa84 Fix ScreenSpace UICanvas prefab preview activate/deactivate 2021-04-29 15:49:57 +02:00
Wojtek Figat
d2ac0429d3 Fix order when pasting UI Controls
#487
2021-04-29 15:22:36 +02:00
Wojtek Figat
c2afe0b6b2 Fix synchronizing ActorTreeNode order after actor duplicate
#487
2021-04-29 15:22:10 +02:00
Wojtek Figat
a9b5c5d32d Fix initial label ands button text values 2021-04-29 11:33:13 +02:00
Wojtek Figat
3eef855c31 Merge branch 'fix-textbox-bugs' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-textbox-bugs 2021-04-28 10:40:27 +02:00
Wojtek Figat
3ef41e1e23 Merge branch 'master' into localization 2021-04-27 16:54:49 +02:00
Wojtek Figat
35f06bbf6e Fix using TextBoxBase with child controls
(cherry picked from commit 2b41c8d24f)
2021-04-27 16:50:34 +02:00
Wojtek Figat
17467c81a4 Add LocalizedString support for UI 2021-04-27 14:28:42 +02:00
Wojtek Figat
2b41c8d24f Fix using TextBoxBase with child controls 2021-04-26 15:15:17 +02:00
Wojtek Figat
b73ff9aaf6 Merge branch '1.1' into 1.2
# Conflicts:
#	Source/Platforms/DotNet/Newtonsoft.Json.dll
#	Source/Platforms/DotNet/Newtonsoft.Json.pdb
#	Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
#	Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
2021-04-24 12:32:17 +02:00
stefnotch
3c2c95d670 Fix textbox selection when deleting
See https://forum.flaxengine.com/t/renaming-items-in-the-content-area-problem/334
2021-04-24 10:31:00 +02:00
stefnotch
37ed8afb30 Fix selecting and then pasting text
Now the caret isn't off by 1 character anymore
2021-04-24 10:30:52 +02:00
Wojtek Figat
6821e3c370 Fix progress bar drawing precision and stability
#471
2021-04-22 19:25:01 +02:00
Wojtek Figat
ace8295ab7 Merge remote-tracking branch 'origin/master' into localization
# Conflicts:
#	Source/Platforms/DotNet/Newtonsoft.Json.dll
#	Source/Platforms/DotNet/Newtonsoft.Json.pdb
#	Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
#	Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
2021-04-22 16:10:36 +02:00
Wojtek Figat
af34bafc5a Improve LocalizedStringTable editor 2021-04-22 13:28:52 +02:00
Tayler Mauk
3410bd5380 Standardize variable names 2021-04-20 22:31:15 -07:00
Tayler Mauk
dc0f77ae2a Fix issue #468 2021-04-20 22:24:37 -07:00
Tayler Mauk
3e73f40c0f Fix issue #460 2021-04-20 21:23:42 -07:00
Wojtek Figat
480783b7fa Add LocalizedString to TextRender 2021-04-19 16:25:44 +02:00
stefnotch
08d08133c1 GetChildAt should do it in reverse order to respect z order 2021-04-18 09:49:25 +02:00
W2.Wizard
7877f77242 Add Scalar Icon, PS & XBox
A separate scalar icon for the value box
2021-04-13 10:41:04 +02:00
Wojtek Figat
ac1eb8d58d Merge branch 'master' into 1.2 2021-04-13 09:52:03 +02:00
Wojtek Figat
7e622a69a6 Fix AutoFocus saved in data for controls 2021-04-07 20:53:18 +02:00
Wojtek Figat
6001eb88fa Fix Dropdown control
#334
2021-04-07 20:52:22 +02:00
honzapatCZ
ff4f1277e7 invert preserveBounds back 2021-04-07 11:45:12 +02:00
Nejcraft
6fba1a4ab9 Delete Control.Bounds.cs.rej 2021-04-07 11:22:45 +02:00
Nejcraft
f24cb34e3f Merge branch '1.2' into ui-achorpopup-shiftctrl-modes 2021-04-07 11:20:20 +02:00
Wojtek Figat
772af752d2 Fix regression from dff1374378 2021-04-07 11:10:51 +02:00
Wojtek Figat
dff1374378 Post-merge tweaks
#417
2021-04-07 10:57:17 +02:00
honzapatCZ
41a873450e should work now 2021-04-06 16:54:22 +02:00