Patrik Höglund
|
a859b2a26e
|
Add icon support to eframe (#193)
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
|
2021-02-26 15:59:30 +01:00 |
|
Emil Ernerfeldt
|
02a65132e4
|
Add epi::App::initial_window_size to control initial native window size
|
2021-02-23 20:28:55 +01:00 |
|
Emil Ernerfeldt
|
5f6a468812
|
Add Context::set_pixels_per_point to control the scale of the UI
|
2021-02-21 11:23:33 +01:00 |
|
Emil Ernerfeldt
|
dbc6a620cd
|
Control the maximum egui web canvas size with App::max_size_points
|
2021-02-12 17:58:02 +01:00 |
|
Emil Ernerfeldt
|
b61db038f2
|
Release 0.9.0 - light mode, right clicks and more
|
2021-02-07 17:06:51 +01:00 |
|
PauloMelo
|
eedb63bb3b
|
Add support for a HTTP body for POST (#139)
Closes https://github.com/emilk/egui/issues/137
Co-authored-by: Emil Ernerfeldt <emilernerfeldt@gmail.com>
|
2021-01-26 21:32:16 +01:00 |
|
Emil Ernerfeldt
|
37a3fe7f76
|
Release 0.8.0 - Grid layout & new visual style
|
2021-01-17 15:28:52 +01:00 |
|
Emil Ernerfeldt
|
31b7eda51e
|
Rename Egui to egui
Also update iamges in README.md
|
2021-01-17 14:48:59 +01:00 |
|
Emil Ernerfeldt
|
1f2aebc25a
|
Improve documentation
|
2021-01-17 12:24:13 +01:00 |
|
Emil Ernerfeldt
|
fb2317c993
|
Rename PaintCmd to Shape
|
2021-01-10 11:43:01 +01:00 |
|
Emil Ernerfeldt
|
5ef9f35d1e
|
[epi] Simplify TextureAllocator interface
|
2021-01-07 16:29:58 +01:00 |
|
Emil Ernerfeldt
|
d0d22ea09b
|
Release 0.7.0
|
2021-01-04 15:52:29 +01:00 |
|
Emil Ernerfeldt
|
69d31a5e47
|
[eframe] Make persistence, http and time optional features
Saves on compile times.
|
2021-01-04 10:25:13 +01:00 |
|
Emil Ernerfeldt
|
73f3d8cf46
|
Rename Srgba to Color32
|
2021-01-02 17:02:18 +01:00 |
|
Emil Ernerfeldt
|
14a96ca5d0
|
Add a dummy warm-up frame to the demo app to pre-cache emojis
|
2021-01-02 14:42:43 +01:00 |
|
Emil Ernerfeldt
|
4e3251c300
|
Improve ecosystem documentation and add changelogs for epi and eframe
|
2021-01-02 11:59:20 +01:00 |
|
Emil Ernerfeldt
|
4848c171eb
|
[demo] Move Fractal Clock to WrapApp
|
2021-01-02 00:12:45 +01:00 |
|
Emil Ernerfeldt
|
b1022d01c1
|
Rename epi::App::ui to epi::App::update
|
2021-01-01 20:22:18 +01:00 |
|
Emil Ernerfeldt
|
defad4ed51
|
Merge example_web into egui_demo_lib
|
2021-01-01 17:11:05 +01:00 |
|
Emil Ernerfeldt
|
375e317547
|
Move http fetch api from eframe to epi
|
2021-01-01 14:54:26 +01:00 |
|
Emil Ernerfeldt
|
9db1b8dbf9
|
Add http fetch to eframe and implement it in egui_glium using ureq
|
2020-12-30 20:56:50 +01:00 |
|
Emil Ernerfeldt
|
84414e62a3
|
Add new crate eframe which wraps egui, epi, egui_web and egui_glium
|
2020-12-29 15:57:13 +01:00 |
|
Emil Ernerfeldt
|
d7459bc13d
|
Move egui::app into new epi crate
|
2020-12-29 14:15:46 +01:00 |
|