Chandler Cox
|
2e643347ec
|
Fix selection height
|
2024-04-11 10:16:20 -05:00 |
|
Chandler Cox
|
fb1685fe81
|
Fix underline being in wrong spot on different DPIs
|
2024-04-11 09:56:59 -05:00 |
|
Wojtek Figat
|
1f35f9536d
|
Merge branch 'text-stuff' of https://github.com/Tryibion/FlaxEngine into Tryibion-text-stuff
|
2024-03-24 20:24:29 +01:00 |
|
Wojtek Figat
|
b821bb7a54
|
Simplify code
|
2024-03-24 20:17:42 +01:00 |
|
Chandler Cox
|
495de38c48
|
Make TargetViewOffset only go to bottom of text. Add Scroll to Carrot for new lines.
|
2024-03-22 12:09:41 -05:00 |
|
Chandler Cox
|
4b9f50add0
|
Fix carrot and selection height based on dpi scale to correctly scale with interface options.
|
2024-03-21 21:23:05 -05:00 |
|
Wojtek Figat
|
01daa2d66a
|
Merge branch 'input-settings-changes' of https://github.com/Menotdan/FlaxEngine into Menotdan-input-settings-changes
# Conflicts:
# Source/Editor/Modules/UIModule.cs
|
2024-03-04 18:33:16 +01: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 |
|
Wojtek Figat
|
a2b8312fba
|
Cleanup stuff in #2019
|
2024-02-18 19:48:43 +01:00 |
|
Wojtek Figat
|
45aa0e1b65
|
Merge branch 'master' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-master
|
2024-02-18 16:11:31 +01:00 |
|
Wojtek Figat
|
e165c87e5a
|
Format code #1871
|
2024-02-18 00:03:54 +01:00 |
|
Wojtek Figat
|
7a21c37603
|
Merge branch 'directional-slider' of https://github.com/Tryibion/FlaxEngine into Tryibion-directional-slider
|
2024-02-17 23:50:50 +01:00 |
|
Chandler Cox
|
76cf935583
|
Fix Dropdown panel scale correctly.
|
2024-01-10 22:00:20 -06:00 |
|
ExMatics HydrogenC
|
4497b2ca7d
|
Add fallback settings for control
|
2023-12-19 12:36:12 +08:00 |
|
ExMatics HydrogenC
|
ac090d690e
|
Merge remote-tracking branch 'upstream/master'
|
2023-12-19 12:33:13 +08:00 |
|
Menotdan
|
52d4dff587
|
Fix build regression involving TextBoxBase being used in both game builds and editor builds.
|
2023-12-08 22:11:54 -05:00 |
|
Menotdan
|
13cc45c3d7
|
Add the option to deselect all whereve there is a select all, Refactor much of the codebase to use keybinds from InputOptions.
|
2023-12-08 20:16:07 -05:00 |
|
Chandler Cox
|
b8ce9e8c59
|
Scale up drop down items with text height as needed.
|
2023-12-08 17:01:48 -06:00 |
|
ExMatics HydrogenC
|
23b71e7d3e
|
Make font fallbacking the default option
|
2023-12-03 15:11:47 +08:00 |
|
ExMatics HydrogenC
|
95f5e31e48
|
Fix textbox height
Fix build error under non-windows platforms
|
2023-12-01 19:38:15 +08:00 |
|
ExMatics HydrogenC
|
3d139a241a
|
Fix C# editor
|
2023-12-01 09:28:29 +08:00 |
|
ExMatics HydrogenC
|
623f478b44
|
Move fallback rendering to new class
|
2023-11-30 23:22:11 +08:00 |
|
ExMatics HydrogenC
|
cdbe59a3fb
|
Add fallback settings to CSharp
|
2023-11-30 23:12:56 +08:00 |
|
ExMatics HydrogenC
|
3365fb5afc
|
Fix console rendering bug
|
2023-11-30 14:59:43 +08:00 |
|
ExMatics HydrogenC
|
41bbce56f6
|
Add multifont rendering to editor
|
2023-11-30 13:41:45 +08:00 |
|
ExMatics HydrogenC
|
a3bc394e4e
|
Fix a bunch of rendering bugs
|
2023-11-29 15:04:29 +08:00 |
|
ExMatics HydrogenC
|
47a25c7828
|
Add font fallback
Note: All the `First()` in the code are temperary workarounds to make it work and require refractoring
|
2023-11-28 07:17:46 +08:00 |
|
Wojtek Figat
|
422fb34c69
|
Rename NumberOfItemsToShow to ShowMaxItemsCount #1826
|
2023-11-13 14:41:33 +01:00 |
|
Chandler Cox
|
0930671e90
|
Cache main panel, cleanup cached variables.
|
2023-11-06 06:25:17 -06:00 |
|
Chandler Cox
|
253c4c27ab
|
Remove out of range exceptions due to serialization issues.
|
2023-11-03 21:23:09 -05:00 |
|
Chandler Cox
|
41d513e5d2
|
Add directions to slider control.
|
2023-11-03 21:22:00 -05:00 |
|
Chandler Cox
|
1fa03a0de2
|
Fix focus issues to allow panel scroll bar to be clicked and used.
|
2023-10-28 11:25:14 -05:00 |
|
Chandler Cox
|
590f3f7493
|
Fix Dropdown scaling with CanvasScalar. Add limiting number of items to show in the dropdown.
|
2023-10-28 10:29:39 -05:00 |
|
|
|
2d5ad297a5
|
Fix error when hitting escape in read-only textboxes
|
2023-10-13 19:57:32 +03:00 |
|
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 |
|
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 |
|
Edu Garcia
|
8eed667d5a
|
Makes BaseLinesGapScale configurable for Label
|
2023-09-28 22:41:24 +01: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 |
|
Wojtek Figat
|
212a2e1ded
|
Format code from recent PRs
|
2023-09-25 15:42:23 +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 |
|
Nils Hausfeld
|
df23174deb
|
- Added proper control backspace support
|
2023-09-22 19:23:16 +02: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 |
|