AsmPrgmC3
31a1882997
Fix alpha blending in WebGL2 backend ( #650 )
Add a render-to-texture step with an sRGBA8 texture
3 years ago
Emil Ernerfeldt
cb566fc295
Release 0.14.0 - Ui panels and bug fixes
3 years ago
Emil Ernerfeldt
a256ca115b
Drag and drop files into egui_glium and egui_web ( #637 )
* Implement file drag-and-drop for egui_glium
* Implement file drag-and-drop into egui_web
* Cleanup
3 years ago
mental
eefc56c213
fix and pin web-sys breakage in `Navigator::clipboard` ( #608 )
3 years ago
Emil Ernerfeldt
d807451348
Release 0.13.0 - Better panels, plots and new visual style
3 years ago
Emil Ernerfeldt
eb6c293774
Update crates glium, tts, and run cargo update
3 years ago
Emil Ernerfeldt
62f58a3b05
egui_web: default to light mode unless prefers-color-scheme: dark
3 years ago
Emil Ernerfeldt
442b953964
Tell docs.rs to use the --all-features flag when generating docs
Closes https://github.com/emilk/egui/issues/381
4 years ago
Emil Ernerfeldt
8f8ba16696
Release 0.12.0 - Multitouch, user memory, window pivots, and improved plots
4 years ago
Emil Ernerfeldt
7747a1f171
Update tts 0.15 -> 0.16
4 years ago
Emil Ernerfeldt
b30cb3313a
Try to allow turning off default_fonts for all libs ( #266 )
4 years ago
Emil Ernerfeldt
d544c3dd8b
Release 0.11.0 - Optimization, screen reader & new layout logic
4 years ago
Emil Ernerfeldt
7792ee0422
Update tts from 0.14 -> 0.15 (screen reader feature)
4 years ago
Emil Ernerfeldt
aba2108159
Replace JSON with RON for persistence (epi/eframe/glium/web)
4 years ago
Emil Ernerfeldt
1f965d16a2
Try the new cargo dependency resolver added in rust 1.51
4 years ago
Lin Han
795282edc0
egui_web: enable IME support on web. ( #253 )
4 years ago
Emil Ernerfeldt
4c45ca113e
Make sure to include license files in the next release
4 years ago
Emil Ernerfeldt
44cd304cdf
Add experimental screen_reader feature
Part of https://github.com/emilk/egui/issues/167
4 years ago
Emil Ernerfeldt
fb2db4940e
Release 0.10.0 - Plot and polish
4 years ago
Emil Ernerfeldt
8fb1472560
Add glsl files to egui_web and egui_glium includes
4 years ago
Emil Ernerfeldt
b61db038f2
Release 0.9.0 - light mode, right clicks and more
4 years ago
Emil Ernerfeldt
37a3fe7f76
Release 0.8.0 - Grid layout & new visual style
4 years ago
Emil Ernerfeldt
31b7eda51e
Rename Egui to egui
Also update iamges in README.md
4 years ago
Emil Ernerfeldt
ef595153c9
[egui_web] Improve alpha blending + add WebGL2 painter
4 years ago
Emil Ernerfeldt
d0d22ea09b
Release 0.7.0
4 years ago
Emil Ernerfeldt
69d31a5e47
[eframe] Make persistence, http and time optional features
Saves on compile times.
4 years ago
Emil Ernerfeldt
d7459bc13d
Move `egui::app` into new `epi` crate
4 years ago
Emil Ernerfeldt
dca7f85f21
Release Egui 0.6.0
4 years ago
Emil Ernerfeldt
6f5fd1b9c0
Replace parking_lot with atomic_refcell
You can still opt-in to use parking_lot if you plan to use the same
egui::Context from multiple threads.
4 years ago
Emil Ernerfeldt
8528d8c5f7
Update parking_lot_core
Required turning on features = ["wasm-bindgen"] in egui_web
4 years ago
Emil Ernerfeldt
403e2dfe5f
Release Egui 0.5.0
## 0.5.0 - 2020-12-13
### Added ⭐
* Emoji support: 1216 different emojis that work in any text.
* The Demo app comes with a Font Book to explore the available glyphs.
* `ui.horizontal_wrapped(|ui| ...)`: Add widgets on a row but wrap at `max_size`.
* `ui.horizontal_wrapped_for_text`: Like `ui.horizontal_wrapped`, but with spacing made for embedding text.
* `ui.horizontal_for_text`: Like `ui.horizontal`, but with spacing made for embedding text.
* `egui::Layout` now supports justified layouts where contents is _also_ centered, right-aligned, etc.
* `ui.allocate_ui(size, |ui| ...)`: Easily create a child-`Ui` of a given size.
* `SelectableLabel` (`ui.selectable_label` and `ui.selectable_value`): A text-button that can be selected.
* `ui.small_button`: A smaller button that looks good embedded in text.
* `ui.drag_angle_tau`: For those who want to specify angles as fractions of τ (a full turn).
* Add `Resize::id_source` and `ScrollArea::id_source` to let the user avoid Id clashes.
### Changed 🔧
* New default font: [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu ).
* Make it simpler to override fonts in `FontDefinitions`.
* Remove minimum button width.
* Refactor `egui::Layout` substantially, changing its interface.
* Calling `on_hover_text`/`on_hover_ui` multiple times will stack tooltips underneath the previous ones.
* Text wrapping on labels, buttons, checkboxes and radio buttons is now based on the layout.
### Removed 🔥
* Removed the `label!` macro.
4 years ago
Emil Ernerfeldt
a7e7826d2c
Release 0.4.0 of egui, egui_web and egui_glium
4 years ago
Emil Ernerfeldt
fad0029119
egui_web: Add simple fetch API and demostrate it in example_web
4 years ago
Emil Ernerfeldt
7651e2f15b
egui_web: Implement copy, cut and paste
4 years ago
Emil Ernerfeldt
b6dcae4651
Update versions to 0.3.0
4 years ago
Emil Ernerfeldt
42b433a204
[release] bump version numbers to 0.2.0
4 years ago
Emil Ernerfeldt
b9a3240ca3
Bump Egui version to 0.1.4
4 years ago
Emil Ernerfeldt
ad9783a33d
Update links to point to https://github.com/emilk/egui
because I renamed the github repository from "emigui" to "egui"
4 years ago
Emil Ernerfeldt
d35be05731
add descriptions for egui_glium and egui_web crates
4 years ago
Emil Ernerfeldt
b06c9e94fb
[egui] rename "with_serde" feature flag to just "serde"
4 years ago
Emil Ernerfeldt
b58142ba15
Update versions to 0.1.3
4 years ago
Emil Ernerfeldt
eb713ac514
[build] use path dependencies in all Cargo.toml
4 years ago
Emil Ernerfeldt
dfa4d52a94
[web] move all reusable web code into egui_web
4 years ago
Emil Ernerfeldt
1a4c399e41
[web] port all remaining JS code to Rust
4 years ago
Emil Ernerfeldt
0afad57d41
[web] port JS code to Rust
4 years ago
Emil Ernerfeldt
8dced5896c
rename egui_wasm to egui_web
4 years ago
Emil Ernerfeldt
8b1f02f22c
[egui] handle dynamic changes to pixels_per_point (dpi scaling)
Also: egui::Context::new() no longer takes any arguments
5 years ago
Emil Ernerfeldt
b80baf4039
[egui] make serde an optional dependency
5 years ago
Emil Ernerfeldt
fd5ab736bb
Rename from "Emigui" to "Egui"
Shorter to type (especially in code).
5 years ago
Emil Ernerfeldt
bcc786fd95
[license] licence under MIT or Apache-2.0
5 years ago