Commit Graph

27 Commits

Author SHA1 Message Date
Samuel 08b095355b
Add app-process crash handler (#129)
* Add app-process crash handler.

* Fix view-process kill by user not working after respawn.

* Fix handling of child exit by signal.
2024-04-24 16:39:06 -03:00
Samuel c7372c62bb
Implement task::ipc. (#124) 2024-04-21 23:27:22 -03:00
Samuel 42ff086ed3
Cargo-deadlinks check (#118)
* Fix doc links.
2024-04-19 10:01:34 -03:00
Samuel 4d5792e9c3
Implement third party license bundling (#97)
* Add `cargo about` config.

* Implement third-party license bundling in view prebuilt.

* Add LICENSES service, fix cargo-about parsing.

* Create `zng-tp-licenses` to better support collection in downstream apps.

* Add `zng::third_party`.

* Add default licenses view.
2024-04-13 17:58:03 -03:00
Samuel 21862a0a85
Fix many typos. (#87) 2024-04-11 01:27:49 -03:00
Samuel Guerra 23d6fed7c1 Fix some crate builds in docs.rs. 2024-04-10 00:51:13 -03:00
Samuel Guerra 8fba7edf64 Started implementing combo-box and split button. 2023-07-12 17:02:11 -03:00
Samuel Guerra 07ed057b6d Fixed custom check command in rust-analyzer. 2023-01-18 00:37:16 -03:00
Samuel Guerra af93564b39 Started implementing `icon!` and material icons. 2022-06-16 00:39:41 -03:00
Well e8e24e3f78 Fixed multi-scrolling speed. 2022-05-14 01:34:31 -03:00
Samuel Guerra 76d717343a Add vscode file nesting config for build tests and ".stderr" files. 2022-05-07 11:45:15 -03:00
Samuel Guerra 638a7c0ddc Removed "RUSTC_FORCE_INCREMENTAL" is causing to many errors. 2022-02-24 21:53:56 -03:00
Samuel Guerra 1e30af29c9 Enable RUSTC_FORCE_INCREMENTAL cause incremental compilation is disabled in new rust verison. 2022-02-24 20:23:03 -03:00
Samuel Guerra 8f4454b14b Spelling. 2021-12-30 12:57:43 -03:00
Samuel 6c4d018c4c Fixed Ubuntu build. 2021-12-22 23:46:23 -03:00
Samuel Guerra 71676b6fe2 Refactored do to be a cargo alias. 2021-11-09 20:18:21 -03:00
Samuel Guerra 3026c13e44 Reimplemented profiler to use tracing. 2021-11-07 23:45:33 -03:00
Samuel Guerra 5cef417602 More EOF fixes. 2021-09-06 15:19:02 -03:00
Samuel Guerra 50d6531479 After Rust update:
* Removed `RUSTC_FORCE_INCREMENTAL`, is enabled by default again.

* Fixed new `clippy` warnings.
2021-07-29 16:39:55 -03:00
Samuel Guerra d28c553b3f Enable RUSTC_FORCE_INCREMENTAL 2021-05-11 00:02:21 -03:00
Samuel Guerra 9534432849 Remove `do` from analyzer, will only enable when there is work to do in do. 2021-03-24 13:21:49 -03:00
Samuel Guerra a311e5b051 Add `do` to Rust Analyzer. 2021-03-24 12:35:54 -03:00
Samuel Guerra b5c9ddbb59 Exclude annoying hint highlights in ErrorLens. 2021-03-23 01:15:42 -03:00
Samuel Guerra 8d1da4a4c4 Started implementing a CodeTour for the widget macros. 2021-03-20 19:52:45 -03:00
Samuel Guerra c226b9e082 Test incorrect #[property(..)] in methods. 2021-02-25 00:53:16 -03:00
Samuel Guerra 7a966d6f05 Fixed typos. 2020-02-24 23:47:19 -03:00
Samuel Guerra a7446c5c0a Refactoring and bug fixes. 2020-02-10 23:51:18 -03:00