2141 Commits (2278128e6679bd51940bac9bf0b7b9f29afc4182)
 

Author SHA1 Message Date
Emil Ernerfeldt 0862712595 Add Vec2::dot 3 years ago
trevyn 888cd9c3eb
Don't paint insertion point if text is immutable (#1523) 3 years ago
Emil Ernerfeldt c70c72ef61 eframe: make sure we wait for FileStorage to complete the save 3 years ago
Emil Ernerfeldt f789159a4a Don't persist Grid sizes 3 years ago
Emil Ernerfeldt 558891c146 eframe native: persist app state in background thread 3 years ago
Emil Ernerfeldt 1dee439ab1 Added CursorIcons for resizing columns, rows and 8 cardinal directions 3 years ago
trevyn 2932c36238
Add triple-click support (#1512) 3 years ago
Emil Ernerfeldt 4231a5303b Clean up custom plot axis demo 3 years ago
Emil Ernerfeldt e82ea0c4b4 Plot: estimate bounds for generator functions 3 years ago
Emil Ernerfeldt cde5f95fc9 code cleanup: replace some for_each with normal for-loops 3 years ago
Jan Haller e22f6d9a7e
Customize grid spacing in plots (#1180) 3 years ago
Emil Ernerfeldt 676ff047e9 Add Ui::scroll_with_delta, and improve scroll docs 3 years ago
Emil Ernerfeldt 5414e8a7fb Rename `Painter::sub_region` to `Painter::with_clip_rect` 3 years ago
Emil Ernerfeldt 2d2022fb72
Add Link widget (#1506) 3 years ago
Boby 96335d5f45
added `epi::Frame::set_window_pos` (#1505) 3 years ago
Emil Ernerfeldt 2b861f86e8 egui_web: Ignore input of "GroupNext" 3 years ago
bigfarts 2ca72e0bae
Add line breaking rules for Japanese text. Fixes #1497. (#1498) 3 years ago
Zachary Kohnen abf340c62a
egui_web: Fix misplaced resize and other event handlers (#1503) 3 years ago
Emil Ernerfeldt 2355828d41 Remove epaint::mutex::Arc type alias 3 years ago
Emil Ernerfeldt 5a78213421
Enable depth buffer in WebGL backend (#1499) 3 years ago
Emil Ernerfeldt f3e31391e0 Pass clip rectangle to PaintCallback 3 years ago
Stanisław Jelnicki 2745699bd6
Add `Ui::spinner` shortcut method (#1494) 3 years ago
tami5 b738418243
New example 'custom_font_style' + improve docs (#1476) 3 years ago
Emil Ernerfeldt a7b6334784 Misc doc improvements 3 years ago
Emil Ernerfeldt 2ae93c40ab
Move examples out of `eframe/examples` into `examples/` (#1486) 3 years ago
Emil Ernerfeldt 170b21b63e
Add opt-in support for the 'puffin' profiler in eframe (#1483) 3 years ago
Emil Ernerfeldt 973c3f22d1
Revert "Update tts to 0.21.1" (#1482) 3 years ago
Emil Ernerfeldt 08b208586a egui-winit: if clipboard fails to start, fall back to local clipboard 3 years ago
Emil Ernerfeldt d364dfac66 Add Rect::distance_to_pos 3 years ago
Emil Ernerfeldt 038b3cf2e2 Add `Painter::hline` and `Painter::vline` 3 years ago
Emil Ernerfeldt 701ae3cb46 egui_extras::Table: fix bugs in the virtual scrolling 3 years ago
Emil Ernerfeldt 56b127f209 Simplify table demo 3 years ago
Emil Ernerfeldt de038b9546 Update tts to 0.21.1 3 years ago
Emil Ernerfeldt efc0b992e0 egui_extras: fix bug when restoring persisted table widths 3 years ago
Emil Ernerfeldt e97241861e egui_extras Table/Strip: less aggressive cell clipping 3 years ago
Emil Ernerfeldt 917f9e1768 Refactor and simplify feature flags 3 years ago
Emil Ernerfeldt 426b933d2f egui_extras: add `cell_layout` option to set the layout of all cells 3 years ago
Emil Ernerfeldt 0e0eedfdda Add ui.horizontal_centered 3 years ago
Emil Ernerfeldt 772ef84242 egui_extras Table/Strip: fix some spacing bugs 3 years ago
Emil Ernerfeldt c88e1f8b29 egui_extras: improve Table/Strip docs, and only panic in debug builds 3 years ago
Emil Ernerfeldt 65d16695ae
Replace copypasta with arboard (#1475) 3 years ago
Alexis Sellier b036257729
Make `FontId` functions constant (#1463) 3 years ago
Emil Ernerfeldt 9b37c82d46 Update three-d to 0.11 3 years ago
Emil Ernerfeldt 29d214912f Improve explanation of immediate mode 3 years ago
Emil Ernerfeldt c2ab0404b7
Fix crash in text layout (#1468) 3 years ago
Emil Ernerfeldt cf0338d48f
Rust 1.60.0 + refactor cargo features (#1467) 3 years ago
Emil Ernerfeldt bdfc512b01 Add docstring example for `TableBody::rows` 3 years ago
Emil Ernerfeldt cd0fb1f3d9 Simplify table demo 3 years ago
wayne 0c87e02f55
egui_extras: enable virtual scroll for heterogenous rows (#1444) 3 years ago
Friz64 dd58d5175f
Replace `top_most_layer` with more flexible `layer_ids` (#1266) 3 years ago