Commit Graph

232 Commits

Author SHA1 Message Date
Wojtek Figat
00be6ffb89 Merge branch 'master' into 1.5 2022-10-29 20:45:51 +02:00
Wojtek Figat
ccd830a270 Merge branch 'better-tool-tip-hide-on-drag' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-tool-tip-hide-on-drag 2022-10-29 19:34:02 +02:00
Wojtek Figat
7ddc1a1553 Code style fix 2022-10-29 19:05:35 +02:00
Wojtek Figat
eb52d333ae Refactor scene rendering to use batched culling for main view and shadow projections 2022-10-28 17:53:21 +02: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
a79b642613 Added KeyUp event in TextBoxBase 2022-10-24 14:11:34 -05:00
Chandler Cox
616379c54b Added an event to subscribe to in TextBoxBase that gets fired when a key is down. 2022-10-24 14:00:56 -05:00
Wojtek Figat
ebd88a407d Fix mouse leave event handling to restore cursor
#759
2022-10-10 18:47:38 +02:00
Wojtek Figat
0ed41f97fc Merge branch 'cursor-changes' of https://github.com/Tryibion/FlaxEngine into Tryibion-cursor-changes 2022-10-10 18:33:29 +02:00
Chandler Cox
6d6961d961 removed mouse button down as it caused issues with focus 2022-10-06 19:59:51 -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
Chandler Cox
aca5522245 Fixed small bug when moving a tab when close to the split panel splitter 2022-10-05 21:16:54 -05:00
Chandler Cox
3867cb5e97 Changed how cursor is set back to default, so it doesnt keep setting itself 2022-09-30 20:52:04 -05:00
Chandler Cox
e18002dd03 Fixed regression of cursor being stuck in default when trying to change it in viewport 2022-09-30 20:01:35 -05:00
Chandler Cox
c19ff9b2ef Added a change in cursor type to assist in UX for resizing editor panels and changing the values in value boxes 2022-09-30 19:25:50 -05:00
Wojciech Figat
07b02e6cf3 Add option to disable selecting text in text box
5dadaf70f9
2022-08-08 13:51:55 +02:00
Wojciech Figat
183e87d147 Fix rich text box images from name in cooked build 2022-08-08 11:48:36 +02:00
Wojciech Figat
5dadaf70f9 Add option to disable selecting text in text box 2022-08-08 11:18:16 +02:00
Wojtek Figat
ad7a8e528a Fix tab navigation 2022-08-06 12:10:14 +02:00
Wojciech Figat
f781fd8ab6 Add horizontal alignment tags for rich text box 2022-08-05 15:29:37 +02:00
Wojciech Figat
9caf80bdc9 Add option to disable text clipping in text boxes 2022-08-05 14:38:18 +02:00
Wojciech Figat
982e8df9b6 Fix TextureBrush to return valid size if texture is not yet loaded 2022-08-05 08:51:33 +02:00
Wojciech Figat
4c280ef015 Fix drawing single character text format 2022-08-04 14:42:52 +02:00
Wojciech Figat
142d81065a Add text block alignment options for rich text box (and valign tag) 2022-08-04 13:52:25 +02:00
Wojciech Figat
3089cc3b59 Add img tag to rich text box 2022-08-04 12:43:16 +02:00
Wojciech Figat
4923d63a94 Add size tag 2022-08-03 15:41:25 +02:00
Wojciech Figat
6f18a8a3ff Add font tag 2022-08-03 14:39:00 +02:00
Wojciech Figat
8f895e54cd Improve rich text layout for lines with different fonts in line to match baseline 2022-08-03 12:58:23 +02:00
Wojciech Figat
ad37b8361b Add more tags to Rich Text Box 2022-08-03 12:57:22 +02:00
Wojciech Figat
64609f823c Add **HTML tags processing in Rich Text Box** 2022-08-03 10:16:13 +02:00
Wojciech Figat
94060e16b9 Add more utilities for text processing with font and text subrange 2022-08-02 16:52:25 +02:00
Wojtek Figat
5fea0cd693 Fix mouse hovering controls under expanded dropdown list panel 2022-07-24 13:37:23 +02:00
Wojtek Figat
2dfd676c5e Fix errors in Editor when editing particle emitter if effect that uses it is selected 2022-07-24 11:55:00 +02:00
Wojtek Figat
1633d8ebb6 Minor fixes 2022-07-23 01:27:40 +02:00
Wojtek Figat
2de20b93c7 Fix text box not consuming key down event causing editor shortcuts activate when typing 2022-07-19 15:37:36 +02:00
Wojtek Figat
74f4f8e4da Merge branch 'fix_richtextbox_dblclick' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_richtextbox_dblclick 2022-07-15 20:35:23 +02:00
Wojtek Figat
511682db87 Change Text Render text to allow multi line editing 2022-07-04 21:36:46 +02:00
Wojtek Figat
2e947ab85a Fixes for large worlds 2022-07-04 20:35:29 +02:00
Wojtek Figat
039bf8253a Add UI Canvas support for Large Worlds 2022-07-03 17:12:35 +02:00
Wojtek Figat
7ebdce5e42 More work for large worlds 2022-06-29 23:28:03 +02:00
Wojtek Figat
9ba117cde3 Refactor OrientedBoundingBox to use Transform for transformation instead of Matrix (for large worlds) 2022-06-16 10:51:59 +02:00
Wojtek Figat
d4d27b88f0 Format engine codebase with ReSharper 2022-06-14 19:05:04 +02:00
Wojtek Figat
a881c90b2e Refactor engine to support double-precision vectors 2022-06-13 00:40:32 +02:00
ec443b811b Fix error when double-clicking empty RichTextBox 2022-05-25 23:39:11 +03:00
Wojtek Figat
785f8915b7 Merge remote-tracking branch 'origin/gi' into large-worlds
# Conflicts:
#	Source/Engine/Core/Math/Vector3.h
2022-05-21 19:45:13 +02:00
Wojtek Figat
7bb5ffc2a4 Fix copy pasting multi-line text into a single-line textbox 2022-05-04 20:16:29 +02:00
Wojciech Figat
a7e512bd50 Add GlobalSurfaceAtlas draw pass 2022-04-27 16:41:40 +02:00