|
|
e5ca67618f
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-01-28 22:09:09 +02:00 |
|
Wojtek Figat
|
8f0cf3b8ef
|
Fix navigation focus path in UIControl transform editor
#2704
|
2024-09-18 12:46:59 +02:00 |
|
Wojtek Figat
|
51ee3de689
|
Add Background Brush to the control for more styling
#1898
|
2024-09-12 16:29:14 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
f1fe83ca81
|
Add RayCast utility to UI controls
#1952
|
2024-02-26 16:22:56 +01:00 |
|
Nils Hausfeld
|
b6ad252305
|
- Removed unnecessary null-conditional operator
- Removed unnecessary Float2 allocation
|
2023-09-23 19:14:06 +02:00 |
|
Nils Hausfeld
|
963300c2cb
|
- Implemented shift tab support for Container Controls
|
2023-09-23 11:56:45 +02:00 |
|
Wojtek Figat
|
3bbfe9de8a
|
Code cleanup, add tooltip and cache property option in layout #1140
|
2023-06-09 17:32:57 +02:00 |
|
Olly Rybak
|
c92a3e566e
|
New button styling
|
2023-05-21 09:57:39 +10:00 |
|
Chandler Cox
|
2b59cbf0f1
|
Organize the style groups of UI controls
|
2023-05-10 07:44:54 -05:00 |
|
Wojtek Figat
|
e9bdc8b319
|
Fix crash when starting drag&drop with invalid control state (detached from window)
|
2023-04-17 12:36:59 +02:00 |
|
Wojtek Figat
|
d09dfd1f61
|
Add **Canvas Scaler** control for resolution-independent UI
#448 #525
|
2023-02-08 19:51:16 +01:00 |
|
Wojciech Figat
|
fc65e5a7a6
|
Fix leftover UI control state when it gets disabled/hidden/reparented
|
2023-01-16 15:08:57 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Chandler Cox
|
2297ba3c86
|
moved where hiding the tooltip is called when starting to drag for better response
|
2022-10-25 16:38:23 -05:00 |
|
Chandler Cox
|
091fe0a40a
|
Simplified tool tip hide
|
2022-10-06 19:12:46 -05:00 |
|
Chandler Cox
|
2d42ca522d
|
Fixed spacing and comment
|
2022-10-06 16:51:25 -05:00 |
|
Chandler Cox
|
79ccda3883
|
Moved code to on drag enter to minimize calls.
|
2022-10-06 16:49:35 -05:00 |
|
Chandler Cox
|
40f7980c18
|
hide tooltip while dragging
|
2022-10-05 22:05:27 -05:00 |
|
Wojtek Figat
|
1633d8ebb6
|
Minor fixes
|
2022-07-23 01:27:40 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojciech Figat
|
5a0d8f44ff
|
Fix crash on Editor closing
|
2022-03-25 15:36:47 +01:00 |
|
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 |
|
Wojciech Figat
|
fcb9bbbe72
|
Fix showing tooltips for tree nodes in Editor
|
2021-12-09 17:08:39 +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
|
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
|
7e622a69a6
|
Fix AutoFocus saved in data for controls
|
2021-04-07 20:53:18 +02:00 |
|
stefnotch
|
12fd7274a9
|
Fix DPI regression: use the overrideable RootWindow instead of _root
|
2021-03-29 10:54:48 +02:00 |
|
Wojtek Figat
|
abe635ad9b
|
Fix exception in Custom Editors UI due to invalid reference value processing
#325
|
2021-03-18 15:12:25 +01:00 |
|
Wojtek Figat
|
4eeadf87fb
|
Fix warning
|
2021-03-17 10:28:14 +01:00 |
|
Wojtek Figat
|
691df4cb80
|
Fix Dpi issues when RootWindow is null
Fix #344
|
2021-03-17 00:04:16 +01:00 |
|
Wojtek Figat
|
d06433deed
|
Merge branch 'better-uicontrol-editor' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-better-uicontrol-editor
|
2021-03-08 22:01:30 +01:00 |
|
Wojtek Figat
|
81f3a65a5f
|
Merge branch 'fix-per-window-dpi' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-per-window-dpi
# Conflicts:
# Source/Editor/Utilities/Utils.cs
# Source/Editor/Windows/Assets/MaterialWindow.cs
# Source/Editor/Windows/Assets/ParticleEmitterWindow.cs
# Source/Engine/Platform/Linux/LinuxWindow.cpp
# Source/Engine/Platform/Windows/WindowsWindow.cpp
|
2021-03-08 20:50:31 +01:00 |
|
honzapatCZ
|
2e687edd99
|
ui editor
|
2021-03-06 15:09:45 +01:00 |
|
stefnotch
|
0a9e9e6695
|
Address review comments
|
2021-02-21 20:50:21 +01:00 |
|
stefnotch
|
f5b48e03e9
|
Per window DPI
|
2021-02-07 17:26:41 +01:00 |
|
Wojtek Figat
|
c3b36062ed
|
Fix error
|
2021-02-03 19:24:47 +01:00 |
|
VNC
|
6ab300025b
|
Fixed a ton of typos
|
2021-01-05 02:13:15 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
stefnotch
|
65ab9cac50
|
Change ClientFrom/ToScreen to PointFrom/ToScreen
Fix #67
|
2020-12-29 18:10:26 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|