Emil Ernerfeldt
d69ce546fa
Release egui_glow 0.18.1 - remove unnecessary calls to gl.get_error
3 years ago
Nigecat
87ca29173d
Fix typo in ui.rs (waker -> weaker) ( #1586 )
3 years ago
Alejandro Perea
fe6e1ce28f
Add *_released & *_clicked PointerState methods ( #1582 )
3 years ago
Emil Ernerfeldt
e82b87ca73
Remove calls to gl.getError in release builds ( #1583 )
This slows down the web version a lot, especially on some browsers
Publish new web demo
3 years ago
carrotflakes
cb2298e98b
Fix CircleShape::visual_bounding_rect() ( #1575 )
3 years ago
Reilly Moore
1dd014cbed
mark the response of a toggle_value as changed on click ( #1573 )
3 years ago
René Rössler
d3af3a6de1
egui_extras date picker: fix Feb 29 crash ( #1571 )
3 years ago
Emil Ernerfeldt
32b4781da2
Improve web demo for mobile ( #1556 )
`egui_demo_app/lib`: add "About egui" window, and improve mobile layout
This makes the app responsive, removing the side bars on mobile and turning them into drop-down menus instead.
3 years ago
Emil Ernerfeldt
078be52ff8
README.md: Fix broken links to toggle_switch.rs example code
3 years ago
Emil Ernerfeldt
b30224471c
Release 0.18.1 of egui & epaint - Change `Shape::Callback` to `&mut dyn Any` ( #1552 )
3 years ago
Emil Ernerfeldt
dc26890a80
Release 0.18.0 - Shape::Callback, Table, and better text contrast
3 years ago
Emil Ernerfeldt
9394e7ea22
Publish new web demo
3 years ago
Emil Ernerfeldt
f0e6332b42
Fix cargo deny ( #1549 )
* Make the strip demo less ugly
* revert duplicated windows dependency in Cargo.lock
* cargo update
* Remove duplicated windows dependency by reverting rfd
* And again for parking_lot_core
3 years ago
Emil Ernerfeldt
d24599f3cc
Revert tts version to 0.20
3 years ago
Emil Ernerfeldt
45b0a071c8
Clean up changelogs and add contributors section
3 years ago
Emil Ernerfeldt
b41fb585fe
Add doclinks to egui_extras::RetainedImage
3 years ago
Emil Ernerfeldt
ec57683c1a
Update some crates
3 years ago
Emil Ernerfeldt
00471f2887
Update cint 0.2 -> 0.3
3 years ago
Emil Ernerfeldt
ed4fe43e7a
Update tts 0.20 -> 0.21
3 years ago
Emil Ernerfeldt
30aeb2a94f
Update webbrowser 0.6 -> 0.7
3 years ago
Emil Ernerfeldt
11e8ffa079
Reduce Plot::show code bloat by adding Plot::show_dyn
3 years ago
Emil Ernerfeldt
003dc4aac9
egui_demo_app: add link to my twitter
3 years ago
Emil Ernerfeldt
051deb293f
mute warning when building for wasm
3 years ago
Emil Ernerfeldt
51f6cd9c58
Simplify plot demo code
3 years ago
Emil Ernerfeldt
e5ccfedd61
Escape some strings in build_demo_web.sh
3 years ago
Emil Ernerfeldt
462ad5a7f6
egui_demo_app: fall back to dark mode if there is no system preference
3 years ago
Emil Ernerfeldt
3ace620f37
Code cleanup in eframe web backend
3 years ago
Emil Ernerfeldt
9b9c5005d3
CI and check.sh: run cargo doc for all crates
3 years ago
Emil Ernerfeldt
603e5bc5fb
Add Rect::lerp
3 years ago
Emil Ernerfeldt
b137f16472
Make members of `Response` public, but hide documentation
Discourage their direct use, but allow it
3 years ago
Emil Ernerfeldt
c869f67066
Simplify file_dialog example
3 years ago
Emil Ernerfeldt
8a2470b45e
example hello_world: remove frame.set_window_size
it doesn't work very well
3 years ago
Emil Ernerfeldt
afd27ca664
Simplify eframe web panic handler code
3 years ago
Emil Ernerfeldt
1983d19614
eframe: fix wrong clear color on native
3 years ago
Emil Ernerfeldt
da2ce58127
egui_demo_app: don't do a transparent native window
It doesn't work great on Mac
3 years ago
Emil Ernerfeldt
e1bcaeebe5
App::clear_color: give egui::Visuals as argument
3 years ago
Emil Ernerfeldt
8303523ccf
Precompute rounded vertices ( #1547 )
Co-authored-by: Daniel Buch Hansen <boogiewasthere@gmail.com>
3 years ago
Emil Ernerfeldt
3a83a600bb
Add a custom 3D demo using glow to egui_demo_app ( #1546 )
3 years ago
Emil Ernerfeldt
bb421c7e8a
Remove `egui_web` and `epi` ( #1545 )
* Remove integration name (it is always eframe)
* Remove egui_web crate
* Move egui_web/CHANGELOG.md into eframe/CHANGELOG.md
* Remove all mentions of egui_web
* Remove epi crate and absorb into eframe
* egui_glow: only use puffin on native
* Remove WASM doc from CI (we don't generate it anyways!)
* Remove eframe::epi and improve eframe docs
3 years ago
Emil Ernerfeldt
18d529203a
Publish new web demo to fix source links following PR #1540
https://github.com/emilk/egui/pull/1540
3 years ago
Emil Ernerfeldt
ed002acc68
Refactor: move things into eframe ( #1542 )
* Move all epi-related code from egui_glow into eframe
* Move epi stuff from egui-winit into eframe
* Remove mention of epi in egui
* Remove mention of epi in egui_glium
* Remove trait epi::NativeTexture
* Remove confusing mentions of epi
* Refactor egui_web: break up into smaller files
* Clean up feature flags further, and update changelogs
* Clean up check.sh
* Small cleanup of egui_web/Cargo.toml
* Fix dependencies for pure_glow example
* Fix clippy false positive
3 years ago
Nihaal Sangha
5ea51c3f0b
Fix typo in README ( #1533 )
3 years ago
Emil Ernerfeldt
881f9b4161
Deprecate `CollapsingHeader::selectable/selected
Better to use the more powerful CollapsingState::show_header
3 years ago
Emil Ernerfeldt
355d70d2b9
Move code from `egui_demo_lib` to `egui_demo_app` ( #1540 )
Also clean up feature names and dependencies
3 years ago
Emil Ernerfeldt
39917bec26
Collapsing header with custom header ( #1538 )
* Returns openness in CollapsingResponse
* Make CollapsingState a building block for custom collapsing headers
* Add a demo of the custom collapsing header
* Revert to much simpler tree demo
* Add CollapsingState::is_open and CollapsingState::set_open
3 years ago
Emil Ernerfeldt
8e266760e2
Silence warnings about unused profiling macros in egui-winit
3 years ago
Emil Ernerfeldt
1133f3a42b
Improve look of color button and `show_color` slightly
3 years ago
Emil Ernerfeldt
06802cb0a0
Add Rounding::at_least and Rounding::at_most
3 years ago
Emil Ernerfeldt
e3b77e320a
Fix broken doclink
3 years ago
Emil Ernerfeldt
2fd20308e5
Add Ui::toggle_value
3 years ago