Commit Graph

42 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
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
Wojtek Figat
05ba9b8d45 Fix models uvs preview drawing 2021-04-29 16:39:26 +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
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
af34bafc5a Improve LocalizedStringTable editor 2021-04-22 13:28:52 +02:00
Wojtek Figat
6001eb88fa Fix Dropdown control
#334
2021-04-07 20:52:22 +02:00
Wojtek Figat
5c495b987b Add Shift+Home shortcut to Text Boxes
#386
2021-03-25 21:14:37 +01:00
Wojtek Figat
16f81cc184 Fix updating Label layout after font change when using automatic size
#380
2021-03-23 09:32:12 +01:00
Wojtek Figat
160dfa5dc7 Fix Label text alignment in auto size text
#308
2021-03-20 18:49:31 +01:00
Wojtek Figat
7dd67b5ae3 Fix Label auto-height and auto-width when text overflows the lines and it's wrapped
#358
2021-03-20 13:06:35 +01:00
Wojtek Figat
6a6eb96793 Fix code style 2021-03-18 11:15:27 +01:00
Wojtek Figat
8078b9543d Merge branch 'ui' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-ui 2021-03-18 11:09:28 +01:00
Jean-Baptiste Perrier
c8b57d417c Convert Control to ContainerControl. 2021-03-17 20:53:42 +01:00
Jean-Baptiste Perrier
fb70368c8d Fix image ordering. 2021-03-17 20:22:27 +01:00
Wojtek Figat
518df5e62b Add skipping textbox scrolling if it has no selection 2021-03-17 13:44:38 +01:00
Wojtek Figat
691df4cb80 Fix Dpi issues when RootWindow is null
Fix #344
2021-03-17 00:04:16 +01:00
stefnotch
85ab871d48 Call the correct DPI getter
See also https://github.com/FlaxEngine/FlaxEngine/pull/267
2021-03-15 15:40:32 +01:00
Wojtek Figat
a2be4bb74a Fix deserialization of UTF-8 string for C# object properties
Closes #320
2021-03-12 13:50:03 +01:00
Wojtek Figat
b7814e119b Merge branch 'label_text_clip_margin_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-label_text_clip_margin_fix 2021-03-08 21:53:35 +01:00
Wojtek Figat
0db1f5e965 Fix selection in high dpi 2021-03-08 20:57:35 +01:00
Wojtek Figat
fcc0ca1772 Merge branch 'textbox_dpi_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textbox_dpi_fix 2021-03-08 20:52:12 +01:00
GoaLitiuM
4795ffdf3d Fix text not getting clipped in Label with negative margins 2021-03-07 15:45:34 +02:00
Wojtek Figat
5a9ca6f130 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/BoundingSphere.cs
#	Source/Engine/Debug/DebugDraw.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
#	Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00
GoaLitiuM
cfb02692df Fix TextBox caret and selection size with custom DPI 2021-02-21 16:05:37 +02:00
Wojtek Figat
12c503646d Add more separators to TextBoxBase 2021-02-21 15:00:45 +01:00
W2.Wizard
20ba37e223 Cleanup 3 2021-02-21 11:09:04 +01:00
Ari Vuollet
e2590b5f11 Allow overriding most of the methods in TextBoxBase 2021-02-20 23:07:21 +02:00
Wojtek Figat
e3142e6408 Fix updating input fields on editing end without changes
Fixes #197
2021-02-03 22:34:11 +01:00
W2.Wizard
4d8cc9aef7 Fixed additional typos
Went through the source with VNNCC to correct as many found typos as possible

Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
2021-01-05 02:14:21 +01:00
Jean-Baptiste Perrier
03eb39afe6 Bumping all copyright headers to 2021. 2021-01-02 14:28:49 +01:00
Wojtek Figat
6fb9eee74c You're breathtaking! 2020-12-07 23:40:54 +01:00