45 Commits
Author SHA1 Message Date
Adam Gąsior 2636a2aa27 Release 0.4.2 (#112)
* Update changelog

* Bump version number to 0.4.2
2023-03-17 13:52:58 +00:00
Adam Gąsior 780892ad4f Fix clear_background (#110)
- Set `CentralPanel`'s fill colour to transparent
2023-03-17 13:21:12 +00:00
Adam Gąsior 38ae157972 Release 0.4.1 (#109)
* Update changelog

* Bump crate version to 0.4.1

* Update crate documentation
2023-03-14 13:22:08 +00:00
Adam Gąsior d96ceba8e9 Update CHANGELOG.md (#101) 2023-02-09 17:10:31 +00:00
Adam Gąsior 646cd63f1f Prepare for release 0.4 (#99) 2023-02-09 16:56:18 +00:00
Adam Gąsior bc489166c9 Fix clippy errors in examples (#89)
- Replace `Box::new(MyApp::default)` with `Box::<MyApp>::default()`
2022-12-31 20:13:03 +00:00
Adam Gąsior 857195d43a Delete dynamic_tab (#87)
* Delete dynamic_tab

* Update CHANGELOG.md
2022-12-21 17:15:32 +00:00
Adam Gąsior 0a4b33f8a4 Release 0.3.1 (#86)
* Release 0.3.1

* Update Cargo.toml
2022-12-21 16:59:55 +00:00
Adam Gąsior d9613ba86f Release 0.3.1 (#85) 2022-12-21 16:56:44 +00:00
Adam Gąsior bd139a8805 Release 0.3 (#79)
* Bump version to 0.3.0, update README.md

* Update CHANGELOG.md

* Add `egui` update to breaking changes

* Change demo.gif
2022-12-10 12:16:14 +00:00
Adam Gąsior 72a38f29ad Add 'Quick start' guide in README.md (#78)
* Add 'Quick start' guide in README.md

* Add clarifircation
2022-12-10 11:05:36 +00:00
Adam Gąsior 3ea7524e6d Update CONTRIBUTING.md 2022-12-01 13:27:31 +00:00
Adam Gąsior 77bd0313b0 Create initial CONTRIBUTING.md (#69)
* Create initial CONTRIBUTING.md

* Write about issues and files to exclude

* Add PR templates

* Put link to contribution rules higher up in README.md for better visibility
2022-12-01 13:22:00 +00:00
Adam Gąsior c5fbbfd678 Update issue templates 2022-12-01 11:47:51 +00:00
Adam Gąsior 29d145213f Add missing new features to CHANGELOG.md (#58) 2022-10-26 16:05:35 +01:00
Adam Gąsior ae1907505c Deprecate dynamic_tab (#55)
* Deprecate everything in dynamic_tab.rs

* Delete the 'traits' example

* Update CHANGELOG.md
2022-10-18 20:29:51 +01:00
Adanos020 7ca93d4940 Add missing methods to StyleBuilder 2022-09-18 18:45:48 +01:00
Adanos020 69cb6a7a25 Expand 'Style Editor' in hello example 2022-09-18 18:37:45 +01:00
Adanos020 1ab575a8a7 Replace Option in builder with concrete type 2022-09-18 18:22:49 +01:00
Adanos020 7a411b5a19 Add possibility to disable dragging tabs - Closes #39 2022-09-18 18:20:56 +01:00
Adanos020 392c796471 Expose our egui version. 2022-09-14 20:04:49 +01:00
Adam Gąsior 0d52ab4426 Refactor CI (#36)
* Remove `cargo check` since `cargo clippy` already covers all its checks.

* Split related tasks into separate actions.

* Update name of `docs` action.

* Remove docs steps from rust-check/linux.

* Move docs test into a separate job.
2022-09-11 13:14:41 +01:00
Adanos020 f54735756e Bump crate version to 0.2.1 2022-09-09 20:39:01 +01:00
Adanos020 096be40cc9 Add LICENSE to included crate files 2022-09-06 12:12:40 +01:00
Adanos020 4965371881 Delete invalid categories 2022-09-04 20:18:13 +01:00
Adanos020 ab2c4b85a0 Bump crate version number to 0.2.0 2022-09-04 20:16:54 +01:00
Adanos020 a397f75a11 Add missing associated functions to trait Tab 2022-09-04 20:16:54 +01:00
Adanos020 1e3fbc9b7b Fix typo 2022-09-04 20:03:44 +01:00
Adanos020 2bd79b64e4 Add new demo GIF 2022-09-04 19:54:47 +01:00
Adanos020 51cb1d1281 Update CHANGELOG.md 2022-09-04 17:33:41 +01:00
Adanos020 df52e8b289 Refactoring, fixes #3 2022-09-04 17:29:05 +01:00
Adanos020 b99818958e Update CHANGELOG.md 2022-09-02 21:26:05 +01:00
Adanos020 e46ac7923f Fix formatting 2022-09-02 21:06:32 +01:00
Adanos020 5d6c61f85f Show content of all tabs in ScrollAreas, add adjustable inner margins. 2022-09-02 21:04:26 +01:00
Adanos020 0688793d8d Refactor the 'hello' example 2022-09-02 20:50:07 +01:00
Adanos020 110ede5d81 Update README.md (remove unnecessary import in example) 2022-08-21 15:50:15 +01:00
Adam Gąsior 88af4885c8 Update CHANGELOG.md (#17) 2022-08-14 20:45:09 +01:00
Adam Gąsior a1c508a281 Fix docs (#16)
* Import `WithTitle`, use `RichText` in the Usage section.

* Update README.md

* Fix `simple` example.

* Attempt fixing docs error by calling `egui::__run_test_ui`.

* Add missing variables.

* Update README.md again
2022-08-14 20:32:42 +01:00
Adam Gąsior 346f97c84b Tab rewrite (#6)
* Rewrite `Tab` as a struct with a `TabBuilder`, remove the necessity of creating a context type.
* Update crate documentation.
* Update README and docs.
* Put tab content inside a scroll area.
* Tweaks to `egui_dock::Style, style editor in `hello` example.
* Allow all impls of `egui::WidgetText` (including `egui::RichText`) in tab titles.
* Fix scrollbars showing up within content margins.
2022-08-14 19:49:55 +01:00
Adam Gąsior aeccd607b7 Fix CI (#15) 2022-08-14 19:48:35 +01:00
Adanos020 6a94dd101f Update README.md 2022-08-06 11:43:24 +01:00
Adanos020 e948837923 Update Cargo.toml, add crate documentation 2022-08-03 16:45:10 +01:00
Adanos020 15b14f6f7e Add documentation for types, functions, and fields 2022-08-02 22:39:00 +01:00
Adanos020 8c0c7cfa33 Add license 2022-07-29 14:38:06 +01:00
Adanos020 290a9c95eb Add a README and a simple example 2022-07-29 14:18:23 +01:00