1855 Commits (2e1a4cf08a5fce80c40d26c34975228ae1e69435)
 

Author SHA1 Message Date
Emil Ernerfeldt 2e1a4cf08a impl std::fmt::Debug for TexturesDelta 3 years ago
Emil Ernerfeldt 745f209c61 Make RawInput.max_texture_side an Option 3 years ago
Emil Ernerfeldt 76f564428b Implement Serialize/Deserialize for `TextShape` 3 years ago
Emil Ernerfeldt a90379ac8d Ignore characters that are wrong in `emoji-icon-font.ttf` 3 years ago
Emil Ernerfeldt 2af1dda4c3 Add TexturesDelta::clear 3 years ago
Emil Ernerfeldt 0a46634c13 Simplify backends by adding `fn paint_and_update_textures` helper 3 years ago
Emil Ernerfeldt 8f887e2ebd Add Shape::visual_bounding_rect() 3 years ago
Emil Ernerfeldt fd3fb726c1 Fix bugs in `consume_key` and improve Modifiers API 3 years ago
Emil Ernerfeldt 476a3057b0 egui_demo_lib: make egui_extras an optional dependency 3 years ago
Emil Ernerfeldt 6d68838821 Clean up changelogs 3 years ago
Emil Ernerfeldt ddf914b517
Update crates (#1283) 3 years ago
Emil Ernerfeldt b8f427ddd6 Add a Code of Conduct, based on the Contributor Covenant 3 years ago
Emil Ernerfeldt b360dffdbf Demo app: handle the case of wrong selected anchor 3 years ago
Emil Ernerfeldt c3fc8997d6
Introduce egui_extras with RetainedImage for loading svg,png,jpeg,… (#1282) 3 years ago
Emil Ernerfeldt 713917e481 refactor egui_web (break up lib.rs) 3 years ago
Emil Ernerfeldt 89d19860b8 Misc code cleanup, docs fixes, etc 3 years ago
Emil Ernerfeldt e49245fae5 Improve the anti-aliasing of filled paths with sharp corners 3 years ago
Emil Ernerfeldt b8fbbf7d62 Fix anti-aliasing of filled paths with counter-clockwise winding order 3 years ago
Emil Ernerfeldt 10634fc344 Improve the Bézier demo: drag control points and simplify code 3 years ago
Emil Ernerfeldt 3a5ec4733f Fix bug when debug-painting clip rectangles 3 years ago
Emil Ernerfeldt aa53522179
Slider event fixes (#1270) 3 years ago
Emil Ernerfeldt 3ed68274b0 Make `Slider` report gained_focus,has_focus,lost_focus from DragValue 3 years ago
Emil Ernerfeldt 0d21405855 Fix: DragValue correctly reports gained_focus 3 years ago
Emil Ernerfeldt 989a6d202f Slider: return drag_started,dragged,drag_released if value was dragged 3 years ago
Benedikt Terhechte 8e62b382fd
Add some macOS emacs keybindings (#1243) 3 years ago
Tulio Leao e746e3a58b
Light edits on README.md (#1246) 3 years ago
Urho Laukkarinen 6abdde0334
Add more source code links to demos (#1260) 3 years ago
Emil Ernerfeldt 3d754e3a16
Prevent ScrollArea:s from becoming tiny (#1255) 3 years ago
Emil Ernerfeldt b5c8f034e7
Add web location info to egui_web/epi (#1258) 3 years ago
Emil Ernerfeldt 4e316d32e5 Fix scroll_to with align 3 years ago
Emil Ernerfeldt 4af3cae26d
Scroll so that text cursor remains visible (#1252) 3 years ago
cat-state c1569ed0d7
Add Ui.input_mut & InputState.ignore_key (#1212) 3 years ago
Friz64 c8c871fcd1
Add `move_to_top` and `top_most_layer` (#1242) 3 years ago
Sven Niederberger 8f8eb5d4a9
Customize Plot label and cursor texts (#1235) 3 years ago
BctfN0HUK7Yg cfad28936d
Color picker now always pops up next to the button (#1237) 3 years ago
Juan Campa 635c65773d
Allow scroll into view without specifying an alignment (#1247) 3 years ago
Emil Ernerfeldt c1cd47e3a7 README: Add section to FAQ about how to work with async code 3 years ago
Emil Ernerfeldt f92df7db56 README: Add screenshot to demonstrate the skin-ability of egui 3 years ago
Alexander 62504fface
Slider: Add step parameter (#1225) 3 years ago
Juan Campa c4528beb72
Make non interactable layers not interact (#1240) 3 years ago
4JX 14e985a894
Expose `FontTweak` through `egui::FontTweak` (#1244) 3 years ago
Emil Ernerfeldt 69626296f1
Make v-align and scale of user fonts tweakable (#1241) 3 years ago
Emil Ernerfeldt 3f8ba3a542
Improve the contrast of the default light mode style (#1238) 3 years ago
Emil Ernerfeldt 815598a842 .vscode/settings.json: insertFinalNewline and trimTrailingWhitespace 3 years ago
Yusuf Bera Ertan 1ebb5ccabf
Don't install console panic hook and tracing wasm subscriber in egui_web (#1230) 3 years ago
4JX 2f042ababd
Make `Margin` pub and move to style.rs (#1236) 3 years ago
Emil Ernerfeldt b2323bd13e Add VSCode settings with {"editor.formatOnSave": true} 3 years ago
Emil Ernerfeldt 4cede42748 Add ui.weak(text) 3 years ago
Emil Ernerfeldt defc400c21
Add an example of how to display an SVG image in egui (#1228) 3 years ago
Erlend Walstad 2802e03526
Per-side margins with new struct Margin (#1219) 3 years ago