174 Commits

Author SHA1 Message Date
Dmitry Stepanov 5112072d1e bump msrv + clippy fixes 2026-07-04 20:54:03 +03:00
Dmitry Stepanov 806c3ed297 finished with PartialEq impls 2026-06-11 12:05:30 +03:00
Dmitry Stepanov 7f33a13ff9 merged TypeUuidProvider trait into Reflect 2026-05-28 21:50:17 +03:00
Dmitry Stepanov 1db8a092f1 fixed name column hiding in inspector
- setting name column width is not the correct way, because this property is recursively supplied to the inner inspectors and hides what shouldn't be hidden
2026-05-24 11:48:29 +03:00
Dmitry Stepanov 4a0602ab25 bump version for the future release
- helps to catch bug reports from the "nightly" version of the engine
2026-03-30 20:50:58 +03:00
Dmitry Stepanov 9e9e2d7032 1.0.1 + changelog 2026-03-28 09:39:38 +03:00
Dmitry Stepanov 2b1ced0de3 improved doc comment 2026-03-21 21:52:19 +03:00
Dmitry Stepanov 1b3d2a3b71 ability to disable cargo update when running projects 2026-03-21 21:50:37 +03:00
Dmitry Stepanov 15b700f6d5 added helpful information to project manager 2026-03-21 10:06:12 +03:00
Dmitry Stepanov 117fe4752c print current version in the project manager window's title 2026-03-02 16:12:49 +03:00
Dmitry Stepanov 77d28013b2 disable info logging by default in project manager 2026-03-02 16:12:28 +03:00
Dmitry Stepanov 9c69ac4869 add exit confimation dialog for project manager 2026-02-27 22:55:55 +03:00
Dmitry Stepanov 9a22ebe563 send message box messages back 2026-02-27 22:55:02 +03:00
Dmitry Stepanov 8f0d2ce888 adjust "open docs" button style 2026-02-24 20:52:05 +03:00
Dmitry Stepanov 74cef0ae7a fix naming some more 2026-02-24 11:36:11 +03:00
Dmitry Stepanov 1942a1425b fix naming for inspector actions 2026-02-24 11:35:55 +03:00
Dmitry Stepanov ecb216dd08 ImageButtonBuilder helper + replaced make_button_xxx 2026-02-23 22:11:13 +03:00
Dmitry Stepanov 53bb76cdcb fixed text alignment for infinite constraints
- split text formatting into two stages: measure and arrange, measurement pass is usually does not have enough info about the real constraints. In many cases `+inf` was passed as a constraint, thus leading to incorrect vertical/horizontal alignment
- `build` was replaced with `measure_and_arrange`
2026-02-20 12:20:08 +03:00
Dmitry Stepanov 84457be254 added donate button for project manager 2026-02-19 19:05:43 +03:00
Dmitry Stepanov 359a2ec998 default ui for project manager 2026-02-14 16:46:52 +03:00
Dmitry Stepanov 496414ee33 bump version 2026-02-12 19:08:48 +03:00
Dmitry Stepanov 7f42517743 fixed help button being hidden by warnings button in the project manager 2026-02-09 20:37:52 +03:00
Dmitry Stepanov bdf9a5ccc0 show full project path
- reduces confusion when creating a new project
2026-02-09 20:25:32 +03:00
Dmitry Stepanov cbd4a553d5 use home dir as default location for new projects 2026-02-09 20:11:17 +03:00
Dmitry Stepanov 8bae331fd0 adjusted styles for "delete project" message box 2026-02-09 20:04:35 +03:00
Dmitry Stepanov 4de934e11f 1.0.0-rc.2 2026-02-05 22:04:37 +03:00
Dmitry Stepanov da549573f9 more typed handles for widgets 2026-01-22 19:34:37 +03:00
Dmitry Stepanov be14535dab typed handles for Inspector widget 2026-01-21 20:54:03 +03:00
Dmitry Stepanov df1a92e38d typed handles for CheckBox widget 2026-01-21 20:39:24 +03:00
Dmitry Stepanov 1cd9b705df typed handles for Decorator widget 2026-01-21 20:28:15 +03:00
Dmitry Stepanov ac234d2ba3 typed handles for DropdownList + DropdownMenu widgets 2026-01-21 19:24:50 +03:00
Dmitry Stepanov b0048feb2b typed handles for Grid+HotKeyEditor+KeyBindingEditor widgets 2026-01-21 19:12:52 +03:00
Dmitry Stepanov afe02a307d typed handles for ListView 2026-01-21 18:45:06 +03:00
Dmitry Stepanov c99b5a9f30 typed handles for Menu+MenuItem+MessageBox+NinePatch widgets 2026-01-20 22:09:09 +03:00
Dmitry Stepanov 82f6ee8a38 typed handles for NumericUpDown + PathEditor widgets 2026-01-20 21:35:21 +03:00
Dmitry Stepanov 2c3c84787a typed handles for Selector + SearchBar widgets 2026-01-18 23:29:00 +03:00
Dmitry Stepanov 961eb303f1 typed handles for StackPanel widget 2026-01-18 23:25:51 +03:00
Dmitry 5c8083c4e5 typed handles for Window widget 2026-01-18 12:48:48 +03:00
Dmitry Stepanov 3d22cbe679 typed handles for TextBox widget 2026-01-17 10:33:40 +03:00
Dmitry Stepanov debfd38bf5 typed handles for Text widget 2026-01-16 23:49:48 +03:00
Dmitry Stepanov cd67ed6f24 typed handles for Button widget 2026-01-16 18:49:49 +03:00
Dmitry Stepanov 8b4739066b removed AbstractSceneGraph + BaseSceneGraph, merged in SceneGraph 2026-01-09 10:51:49 +03:00
Dmitry Stepanov 66d1b34f35 pass dyn type constructors when deserializing scenes/uis 2025-12-30 10:29:57 +03:00
Dmitry Stepanov e99a4eea1e fixed warnings + tests 2025-12-25 19:43:08 +03:00
Dmitry 07b74eda25 placeholders for search bars 2025-12-14 12:53:12 +03:00
Dmitry Stepanov 19d98f4a3b refactored path filter to support fixed set of file types
- having a set of file types and a filter closure is confusing anyway
2025-12-05 20:14:50 +03:00
Dmitry Stepanov f5b36d17d3 use folder filter in project manager wizard 2025-12-02 23:56:01 +03:00
Dmitry Stepanov a4e2da245f folder filter preset 2025-12-02 23:55:20 +03:00
Dmitry Stepanov 5f945cd9fc moved mode out of file browser to file selector widget
- it was mixed functionality, since file browser must only be responsible for browsing the file system. Not serve as the selector with various modes
2025-12-02 18:44:59 +03:00
Dmitry Stepanov 8569099471 focus selected path on project import in the project manager 2025-12-01 22:21:05 +03:00