Commit Graph

  • 9aa6323700 Pass tab to inner_margin_override updates Luke Street 2023-03-26 23:41:36 -04:00
  • 14dadf9d04 Style updates Luke Street 2023-03-26 23:36:01 -04:00
  • ca7d255484 Update documentation of Style::from_egui Adanos020 2023-03-24 17:11:32 +00:00
  • 815b4f5fd7 Moved fields from Interaction to DockArea and from Visuals to Style Adanos020 2023-03-24 17:05:30 +00:00
  • b7315411de Update changelog Adanos020 2023-03-21 22:20:26 +00:00
  • f68daa919c Update contribution guide Adanos020 2023-03-21 19:22:02 +00:00
  • 885bafcf7b Deprecate StyleBuilder Adanos020 2023-03-21 19:20:33 +00:00
  • 747d3c8df7 Split up Style into smaller structs and update docs Adanos020 2023-03-21 19:17:03 +00:00
  • a90677f70a Improve Node management (#107) Luc (Echow) Varoqui 2023-02-26 14:13:03 +01:00
  • 2636a2aa27 Release 0.4.2 (#112) main Adam Gąsior 2023-03-17 13:52:58 +00:00
  • 780892ad4f Fix clear_background (#110) Adam Gąsior 2023-03-17 13:21:12 +00:00
  • 38ae157972 Release 0.4.1 (#109) Adam Gąsior 2023-03-14 13:22:08 +00:00
  • 7a648674f8 Add #![warn(missing_docs)] flag to lib and small doc tweaks (#106) Luc (Echow) Varoqui 2023-02-19 14:22:30 +01:00
  • fada946406 Fix style editor in hello example (#104) Paul Hansen 2023-02-11 06:24:59 -06:00
  • d9bf906b6d fix splitter drag behavior (#103) Luc (Echow) Varoqui 2023-02-10 21:16:55 +01:00
  • 528b892459 Use CentralPanel in DockArea show (#98) Luc (Echow) Varoqui 2023-02-10 20:17:15 +01:00
  • 9e07a4b7a9 Use available_rect_before_wrap() in DockArea::show_inside (#102) Luc (Echow) Varoqui 2023-02-10 16:47:59 +01:00
  • d96ceba8e9 Update CHANGELOG.md (#101) Adam Gąsior 2023-02-09 17:10:31 +00:00
  • 646cd63f1f Prepare for release 0.4 (#99) Adam Gąsior 2023-02-09 16:56:18 +00:00
  • 66d9dd5773 Update to egui 0.21.0 (#93) Emil Ernerfeldt 2023-02-09 11:27:41 +01:00
  • 37ebb29442 More customaizable tabs (#94) Emil Ernerfeldt 2023-02-04 21:06:47 +01:00
  • 9310dd24c9 Improve GitHub Actions workflows (#97) Luc (Echow) Varoqui 2023-02-04 21:04:58 +01:00
  • 17ace82c6f fix: allow tabs to be clicked when tabs-are-draggable is false (#96) Luc (Echow) Varoqui 2023-02-04 14:40:16 +01:00
  • bc489166c9 Fix clippy errors in examples (#89) Adam Gąsior 2022-12-31 20:13:03 +00:00
  • 857195d43a Delete dynamic_tab (#87) Adam Gąsior 2022-12-21 17:15:32 +00:00
  • 0a4b33f8a4 Release 0.3.1 (#86) Adam Gąsior 2022-12-21 16:59:55 +00:00
  • d9613ba86f Release 0.3.1 (#85) Adam Gąsior 2022-12-21 16:56:44 +00:00
  • 645bb45999 Impl std::fmt::Debug for all exported types (#84) George Burton 2022-12-21 12:34:38 +00:00
  • 8a42e5fb85 manual default impl for Tree (#83) Jakob Hellermann 2022-12-19 18:47:16 +01:00
  • bf9cd36697 Update to egui 0.20 in README.md (#81) Emil Ernerfeldt 2022-12-11 20:36:22 +01:00
  • 02f549c476 Style option to change tab bar height (#62) An Tran 2022-12-11 11:35:36 -08:00
  • ecd56cae55 fix typo in readme (#80) Jacob 2022-12-10 14:11:51 +01:00
  • bd139a8805 Release 0.3 (#79) Adam Gąsior 2022-12-10 12:16:14 +00:00
  • 72a38f29ad Add 'Quick start' guide in README.md (#78) Adam Gąsior 2022-12-10 11:05:36 +00:00
  • 6cf39a633c Update to egui 0.20 (#77) Emil Ernerfeldt 2022-12-09 18:23:47 +01:00
  • 3ea7524e6d Update CONTRIBUTING.md Adam Gąsior 2022-12-01 13:27:31 +00:00
  • 77bd0313b0 Create initial CONTRIBUTING.md (#69) Adam Gąsior 2022-12-01 13:22:00 +00:00
  • c5fbbfd678 Update issue templates Adam Gąsior 2022-12-01 11:47:51 +00:00
  • 5073eb4bf5 Added ability to remove tab (using logic from render) (#70) Andrew J Westlake 2022-11-28 04:42:02 -06:00
  • d5c994c5f1 Small changes: #[inline] and simplifying code. (#71) George 2022-11-25 13:18:07 +02:00
  • 5f6a431841 Change separator color on hover and drag (#68) Emil Ernerfeldt 2022-11-16 12:08:34 +01:00
  • 041e5f362c inner_margin in Style (#67) Mikhail Sheldyakov 2022-11-09 22:54:55 +02:00
  • f1a630d3da Don`t show "grab" cursor icon with Style.tabs_are_draggable = false (#66) Mikhail Sheldyakov 2022-11-09 16:45:33 +02:00
  • c8a2aceab7 Implement add popups (#63) Past9 2022-11-08 05:49:43 -07:00
  • 32de0e0871 Fix combining 'expand tabs' and 'show add tab button' (#65) Adam Greig 2022-11-08 12:24:44 +00:00
  • 645c621ec0 Tab Add button (#43) An Tran 2022-11-02 14:35:53 -07:00
  • f88edb59f7 Make TabIndex publicly accessible (#60) knoellle 2022-10-31 10:43:17 +01:00
  • 10ade79285 Use pointing hand cursor for close button (#59) knoellle 2022-10-28 17:32:44 +02:00
  • 29d145213f Add missing new features to CHANGELOG.md (#58) Adam Gąsior 2022-10-26 16:05:35 +01:00
  • ae1907505c Deprecate dynamic_tab (#55) Adam Gąsior 2022-10-18 20:29:51 +01:00
  • d53d27963a added hover shows tab name when style enabled (#56) Jacob 2022-10-16 19:57:59 +02:00
  • b3d823d2b8 Update CHANGELOG.md (#54) Jacob 2022-10-13 17:58:53 +02:00
  • 0a79c3ed53 Add Tree::tabs: an iterator over the tabs (#53) Emil Ernerfeldt 2022-10-13 10:53:28 +02:00
  • 55b01ea6e8 Fix: use the correct icon when dragging (#51) Emil Ernerfeldt 2022-10-10 14:45:45 +02:00
  • 5f5a877a34 Make ScrollArea optional via Style (#49) Jacob 2022-10-06 22:58:39 +02:00
  • 270794c766 Added basic context menus (#46) Jacob 2022-10-04 11:04:41 +02:00
  • a2b02aa533 Add expand_tabs to StyleBuilder and update CHANGELOG (#47) Adam Greig 2022-10-03 10:11:10 +01:00
  • b12993a331 Add option to expand tabs to fill the tab bar. (#45) Adam Greig 2022-09-30 18:03:45 +01:00
  • f87ec393f8 Avoid extraneous clone on tab titles (#41) An Tran 2022-09-21 02:08:46 -07:00
  • a53415e83b StyleBuilder::from_egui, multiple dock IDs, Tree::find_active_focused (#40) An Tran 2022-09-19 11:30:28 -07:00
  • 7ca93d4940 Add missing methods to StyleBuilder Adanos020 2022-09-18 18:45:48 +01:00
  • 69cb6a7a25 Expand 'Style Editor' in hello example Adanos020 2022-09-18 18:37:45 +01:00
  • 1ab575a8a7 Replace Option in builder with concrete type Adanos020 2022-09-18 18:22:49 +01:00
  • 7a411b5a19 Add possibility to disable dragging tabs - Closes #39 Adanos020 2022-09-18 18:20:56 +01:00
  • 392c796471 Expose our egui version. Adanos020 2022-09-14 20:04:49 +01:00
  • 897603dee9 typo (#38) Stanislav 2022-09-14 00:31:52 +03:00
  • 59c37c145c added the ability to close window with middle-click (#34) Jacob 2022-09-11 15:53:12 +02:00
  • 0d52ab4426 Refactor CI (#36) Adam Gąsior 2022-09-11 13:14:41 +01:00
  • 7ffcb2ee2d Add ability to disable the background clear color for a tab (#35) Jakob Hellermann 2022-09-11 13:47:45 +02:00
  • f54735756e Bump crate version to 0.2.1 Adanos020 2022-09-09 20:39:01 +01:00
  • 096be40cc9 Add LICENSE to included crate files Adanos020 2022-09-06 12:12:40 +01:00
  • d431821d61 Fix tab text color (#32) Emil Ernerfeldt 2022-09-06 13:09:21 +02:00
  • 2a6d4c1ae6 Include in the crate only necessary content. (#31) George 2022-09-05 21:49:14 +03:00
  • 24d8731f2b Add opt-in serde feature to enable serialization of Tree (#30) Emil Ernerfeldt 2022-09-05 20:43:51 +02:00
  • 4965371881 Delete invalid categories Adanos020 2022-09-04 20:18:13 +01:00
  • ab2c4b85a0 Bump crate version number to 0.2.0 Adanos020 2022-09-04 20:16:06 +01:00
  • a397f75a11 Add missing associated functions to trait Tab Adanos020 2022-09-04 20:15:33 +01:00
  • 65457cdcd1 Fix typo in CHANGELOG.md. (#28) George 2022-09-04 22:04:57 +03:00
  • 1e3fbc9b7b Fix typo Adanos020 2022-09-04 20:03:44 +01:00
  • 2bd79b64e4 Add new demo GIF Adanos020 2022-09-04 19:54:47 +01:00
  • 51cb1d1281 Update CHANGELOG.md Adanos020 2022-09-04 17:33:41 +01:00
  • df52e8b289 Refactoring, fixes #3 Adanos020 2022-09-04 17:29:05 +01:00
  • b99818958e Update CHANGELOG.md Adanos020 2022-09-02 21:26:05 +01:00
  • e46ac7923f Fix formatting Adanos020 2022-09-02 21:06:32 +01:00
  • 5d6c61f85f Show content of all tabs in ScrollAreas, add adjustable inner margins. Adanos020 2022-09-02 21:04:26 +01:00
  • 0688793d8d Refactor the 'hello' example Adanos020 2022-09-02 20:49:59 +01:00
  • e7be2a1cce Refactor: TabViewer (#24) Emil Ernerfeldt 2022-09-02 08:34:14 +02:00
  • 05092bb0f1 CI: Run doctests and check doc links (#25) Emil Ernerfeldt 2022-09-01 20:14:19 +02:00
  • 2fb824889e Change DockArea api to look a bit more like other egui containers (#23) Guillaume Anthouard 2022-08-29 21:03:59 +02:00
  • 333f6dc4a2 Added the ability to close tabs (#22) Parker TenBroeck 2022-08-26 11:18:03 -04:00
  • 110ede5d81 Update README.md (remove unnecessary import in example) Adanos020 2022-08-21 15:48:33 +01:00
  • 03e5e5f213 Update egui version in README.md (#21) Jacob 2022-08-21 16:48:01 +02:00
  • b7ceff999d Replace WithTitle trait with impl Into<WidgetText> (#20) Guillaume Anthouard 2022-08-20 22:40:03 +02:00
  • 88af4885c8 Update CHANGELOG.md (#17) Adam Gąsior 2022-08-14 20:45:09 +01:00
  • a1c508a281 Fix docs (#16) Adam Gąsior 2022-08-14 20:32:42 +01:00
  • 346f97c84b Tab rewrite (#6) Adam Gąsior 2022-08-14 19:49:55 +01:00
  • aeccd607b7 Fix CI (#15) Adam Gąsior 2022-08-14 19:48:35 +01:00
  • 9577751aeb Update README.md (#13) Jacob 2022-08-14 19:31:28 +02:00
  • 0a24df8ed7 Fix CI: Wrong directory and cleaning up file. (#11) George 2022-08-14 15:54:15 +03:00
  • 2add26eff8 Adding CI. (#9) George 2022-08-14 14:16:01 +03:00