Wojtek Figat
09f2be907e
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Flax.flaxproj
2023-10-09 12:40:47 +02:00
Ruan Lucas
95f40ecc0c
clean code
2023-10-07 16:27:14 -04:00
Ruan Lucas
56c3080b10
fix edit text box
2023-10-07 11:06:23 -04:00
Wojtek Figat
a8f6a90a2f
Merge branch 'control-double-click' of https://github.com/MineBill/FlaxEngine into MineBill-control-double-click
2023-10-06 17:20:46 +02:00
Wojtek Figat
bc291f592e
Merge branch 'improved-scrolling' of https://github.com/ontrigger/FlaxEngine into ontrigger-improved-scrolling
2023-10-06 16:58:36 +02:00
MineBill
8a34ae3ece
Handle double clicking to eliminate perceived lag.
2023-10-01 18:41:32 +03:00
Wojtek Figat
dd21020297
Merge remote-tracking branch 'origin/master' into 1.7
2023-10-01 13:17:41 +02:00
Wojtek Figat
8c61b6d41b
Merge branch 'blur-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-blur-fix
2023-10-01 12:25:39 +02:00
Wojtek Figat
19a0eab966
Merge branch 'sceneanim_null_check_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sceneanim_null_check_fix
2023-10-01 12:12:21 +02:00
Wojtek Figat
da647d3403
Merge branch 'labelSetBaselineGap' of https://github.com/Arcnor/FlaxEngine into Arcnor-labelSetBaselineGap
2023-10-01 12:06:57 +02:00
Wojtek Figat
4d6a27c92a
Merge branch 'Statusbar-Imrpovements' of https://github.com/davevanegdom/FlaxEngine into davevanegdom-Statusbar-Imrpovements
2023-10-01 12:01:31 +02:00
Chandler Cox
260c48e41d
Change blur panel to draw self. Fix issue with blur strength slider.
2023-09-30 17:44:42 -05:00
Edu Garcia
8eed667d5a
Makes BaseLinesGapScale configurable for Label
2023-09-28 22:41:24 +01:00
Chandler Cox
9a5d8e2c51
Fix tooltip crash
2023-09-28 15:31:30 -05:00
58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojtek Figat
58b9d76d24
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Editor/Viewport/PrefabWindowViewport.cs
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-28 20:42:54 +02:00
Wojtek Figat
139e6d0d1f
Improve #1514 to share code for tooltip position wrapping
2023-09-28 20:16:57 +02:00
Wojtek Figat
b242820132
Merge branch 'tooltip-move' of https://github.com/Tryibion/FlaxEngine into Tryibion-tooltip-move
2023-09-28 19:59:59 +02:00
ontrigger
249ded3d1f
fix incorrect link
2023-09-27 22:12:21 +03:00
Wojtek Figat
2f9c601678
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-27 17:32:47 +02:00
Wojtek Figat
a919130434
Merge branch 'ui-adds' of https://github.com/Tryibion/FlaxEngine into Tryibion-ui-adds
2023-09-26 10:47:24 +02:00
ontrigger
2d37e59e73
completely remove SmoothingScale
2023-09-26 00:51:44 +03:00
ontrigger
056d8d5b6c
don't animate when scrollbar is held
2023-09-25 23:46:16 +03:00
ontrigger
a18d2d0eba
remove logging
2023-09-25 23:35:52 +03:00
ontrigger
9667848c96
make scrolling duration based and deprecate SmoothingScale
2023-09-25 23:28:29 +03:00
Wojtek Figat
d7b5a582f2
Merge branch 'fix-rightclick-source' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rightclick-source
2023-09-25 15:46:43 +02:00
Wojtek Figat
212a2e1ded
Format code from recent PRs
2023-09-25 15:42:23 +02:00
Wojtek Figat
1b9d61b408
Merge branch 'TextBox-ControlBackspaceSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-TextBox-ControlBackspaceSupport
2023-09-25 15:34:40 +02:00
Chandler Cox
84ecd49439
Fix slider clipping left most pixel of fill bar.
2023-09-24 15:40:56 -05:00
Chandler Cox
8a2272b825
Add has border and border thickness options.
2023-09-24 15:40:40 -05:00
Chandler Cox
cb89daad36
Clean up comments.
2023-09-24 15:15:53 -05:00
Chandler Cox
87ef35cd4f
Add tooltips to move with the mouse cursor.
2023-09-24 15:14:28 -05: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
Nils Hausfeld
df23174deb
- Added proper control backspace support
2023-09-22 19:23:16 +02:00
davevanegdom
5fc9176ce7
Removed customization for "Normal" and "TextColor"
2023-09-21 23:18:46 +02:00
davevanegdom
21c742bd8a
Customizable statusbar
2023-09-21 14:54:57 +02:00
Chandler Cox
ffbd14ad49
Fix right clicking on source folder to sometimes select non-visible child.
2023-09-20 15:35:36 -05:00
Wojtek Figat
a71de7357c
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-19 21:42:53 +02:00
Chandler Cox
dabbd7bc6a
Add highlighting when mouse is over slider thumb.
2023-09-16 11:46:36 -05:00
Wojtek Figat
6bdbaecc18
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-13 10:29:28 +02:00
Wojtek Figat
6ece66b018
Merge branch 'input-editors' of https://github.com/Tryibion/FlaxEngine into Tryibion-input-editors
2023-09-12 14:09:49 +02:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Chandler Cox
d96f19e5c6
Change exposed positionns to float 2
2023-09-05 08:44:59 -05:00
Chandler Cox
65a02f032f
Expose helpful slider data.
2023-09-05 08:25:25 -05:00
Chandler Cox
20f35e332f
Add slider control
2023-09-04 20:15:59 -05:00
Wojtek Figat
6a5e660c2e
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-02 19:02:52 +02:00
Chandler Cox
a98458be1f
Small improvements.
2023-08-31 14:14:01 -05:00
Chandler Cox
e4dfda7202
Add method enum.
2023-08-31 14:07:17 -05:00
Chandler Cox
d7112dc534
Improve progress bar to add switch between clipping and stretch and add direction.
2023-08-30 17:59:39 -05:00