mirror of
https://github.com/encounter/egui_dock.git
synced 2026-07-10 03:18:37 -07:00
* WIP: update to latest egui * Update egui git hash * Update examples * Example style editor: make color pickers into popups * Nicer style editor * Simplify the tab painting, and make it look better * simplify code * Add hline_color * Add ability to control text color of active tabs * Document Node::Lead * Derive clone * Code cleanup * Bug fix: show grab cursor preview when hovering a tab * Add TabViewer::on_tab_button to let users listen for clicks etc * use same resize colors as egui * Update to egui 0.21.0 * Don't force default_fonts onto users of egui_dock * Update changelog