Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/egui

egui: an easy-to-use immediate mode GUI in pure Rust
https://github.com/tauri-apps/egui

[epaint] Replace tuple (Rect, Shape) with tuple-struct ClippedShape

8598c365a154eba1573d5b24af3fb621e8fb95e2 authored about 4 years ago
Put input/output data types into mod egui::data

7b318887ee81fe655b2fad6f5f9838cbaf6e4880 authored about 4 years ago
[emath] Add Pos2::zero() and Rect::clamp(point)

d11b02d45e6e1a614dd4e341ae424751bea3906f authored about 4 years ago
Simplified color picker

33545501f9213d18e0bd9ea48dd824778752ab1f authored about 4 years ago
[egui_web] Improve alpha blending + add WebGL2 painter

ef595153c9bdf79a286a8307e3c24b89d52b2394 authored about 4 years ago
Make index.html background color brighter to make Egui pop

e1000da305a3ef4c43bee38eaf454e160b83d8a4 authored about 4 years ago
TextEdit: only show cursor preview when moving mouse

03c667149a9b0bc524ef971a0560c8281f23a7a9 authored about 4 years ago
Add must_use to Shape

01bee768d970f0548037de21c912bc3b8a16121f authored about 4 years ago
Add border around color button

cc002763eda7616942120948b7bf266529614cd7 authored about 4 years ago
[grid] Fix the last corner cases and bugs

2b48f9723bb04b51a0c87e43ff9038366f34d9a9 authored about 4 years ago
[grid] Allow putting a separator in a grid

07f1b074ca845f1b09419201b1b57f8f613bdd6b authored about 4 years ago
Don't highlight window titles when interacting with the window

It is very distracting.

a5ce1ba7111b021365000e9cca456f4805ab4cb0 authored about 4 years ago
Highlight window name when clicking a window

60006cd9c66ac0d4b4cd1666e7f9be4ba580176d authored about 4 years ago
New sleeker visual style

Remove a lot of borders, remove transparency, simplify and unify.

620e43d48368601107ae1a75cf6da08eeeb34d09 authored about 4 years ago
[grid] Make striped slightly wider than contents

6d5eaeeafa19549649c64e0f1da65739b517ffe5 authored about 4 years ago
[grid] Option to set spacing

b1157ee642471dffd38b78258e92ef9fe34875a8 authored about 4 years ago
[grid] Set default row height to interact_size.y

It is what we use for horizontal layouts, and makes sense.

480c6db37f63b3e52df8a5f2cef1816059bde31d authored about 4 years ago
[grid] Ensure the contents of each grid cell is aligned left+center

03c9cda89baea7936206f0206cea43cb50fe9798 authored about 4 years ago
Fix minor alignment/size issue in TextEdit

db591bc56cb28c4376d048cee6278fdb187feded authored about 4 years ago
[demo] Add collapsing header to widget gallery

6f814b9516f8101938e883bb96101412eec69bc3 authored about 4 years ago
[grid] Add optional minimal row height

641a302e0a3b73839d47c8d8637f416a6a878fa9 authored about 4 years ago
[style] Tweak collapsing header spacing

9ce59d747f45abc6dd5dd00901de06571cc90bd6 authored about 4 years ago
[grid] Make the stripes fairly sizes

17d88c81878964bfbd321c029f03d2d3b1c1126f authored about 4 years ago
[refactor] Simplify how ui calls placer after adding a widget

8e1c7625f1473e08063eea78e034c54c6fbe5952 authored about 4 years ago
[style] Tweak windows icon positioning

2b07a757537467744b28c9c893b4089711fa2147 authored about 4 years ago
[grid] only save state once

8e34cc50be5497148e639367267bf9413197f5be authored about 4 years ago
Add Window::current_pos to position a winodw

795906bb244b3131241fd5eab162ed31d4b201e6 authored about 4 years ago
Add option to remove the frame from a TextEdit

99726decb62e0032a776a603e610530d227a736f authored about 4 years ago
Fix minor size and alignment issue in SelectedLabel

fb5bd801b84d97f30b8034fbb44193e697bf5206 authored about 4 years ago
Auto-shrink grid

63d3e9e70bde6d45a51810b8eae10e692c359ce4 authored about 4 years ago
Use Grid to add labels to the color picker sliders

Also improve the color preview in the color picker

73d16eb7716eea0358932aae52113c8918742356 authored about 4 years ago
[style] combo box: use the same text style as for a button

1b40a5dda5e3ddd6661bfb2c3b620cbc21ec3cfa authored about 4 years ago
Update changelog with InputState::key_down

e9f8e5d6a3e56fe474339fc3b18be95d75d6e6b2 authored about 4 years ago
[style] Slightly expand buttons when hovering and interacting

6d8a7666140ad5ff507999a645683bdfe00cdf55 authored about 4 years ago
[style] Tweak vertical text alignment

b10dcf5012d32cceb1b046c907a2d8a72108356f authored about 4 years ago
Fix problem with having a grid in an infinitely sized ui

4ebaa53fead7686d1d75fcace3e4b3eb23f633b3 authored about 4 years ago
Add #[must_use] to all widget builders

08a4179e7e3ea91cb63c07b71afae4780005cfd6 authored about 4 years ago
Implement InputState::key_down (#107)

90797f04f4af00487b8baca4e493349b0c13db21 authored about 4 years ago
Text wrap correctly on Chinese chraracter (#104)

* Text wrap correctly on Chinese chrarcter

* Text wrap correctly on Chinese chraracter, check...

449192e5fba4f7c5d04332c229238a0fdc2edb1d authored about 4 years ago
Adjust spacing between window buttons and the border

b6ba98a40f396cebd75f4b07db31c339f936a126 authored about 4 years ago
[demo] Center the "(source code)" hyperlinks

5e7ad40c8da0f71a98900e8533fbf0be54c60557 authored about 4 years ago
Add widget gallery image to README.md

f3b011a8cdc44e2f764d54b51907474395a6e83b authored about 4 years ago
[demo] Add separator, hyperlink and SelectableLabel to widget gallery

1c5cdd857546ceb13facbbcccb464c45d8004012 authored about 4 years ago
Grid layout and widget gallery (#106)

* Wrap Layout and Region into a new struct Placer

* [egui] Add a simple grid layout

* Refa...

0b10fa5c291f99e458117529bb1bbc432aa0ce08 authored about 4 years ago
Image and ImageButton will no longer stretch to fill a justified layout

d344c9d9a3b08659d1edf01bb83624b3bf1029ab authored about 4 years ago
[egui_glium] Fix a bug where key releases weren't sent to Egui

Fixes https://github.com/emilk/egui/issues/102

4933bb3c308c2d60319c082a4b3163f9286c6cb8 authored about 4 years ago
Make `egui_glium::painter::Painter::paint_job` pub (#100)

* Make `egui_glium::painter::Painter::paint_job` pub

The background is: I'm working on an eng...

b08870dcee2f2c3bdf8b86beb888e5a78337de00 authored about 4 years ago
[demo] Persist which demo windows are open

d0c3bd0d8f61d1a4366c028393e18f86dec41abe authored about 4 years ago
Break out mod paint into new crate epaint

26d576f5101dfa1219f79bf9c99e29c577487cd3 authored about 4 years ago
Restructure mod paint

c0041d032a0916e632b63d63cba5d85b9ccdecfe authored about 4 years ago
Rename `PaintCmd` to `Shape`

fb2317c9939e25dc8ca7bcbace7bfde773dcb118 authored about 4 years ago
Move egui/math into new crate emath

a0b0f36d290d6d2454c833518068a058fa288777 authored about 4 years ago
Move align.rs into mod math

aee1474b6e1f556985e62038a13ffc9d00b77248 authored about 4 years ago
Add helper struct Align2

72ed94fcb3937efbb3cb1a301e105a2dd570474b authored about 4 years ago
[demo] Window options window: add checkbox to toggle close button

d89528548268fd43af1710f7fd53daf9692818ad authored about 4 years ago
Add debug option to paint rectangles around text primitives

1b3a5e5b50c44c5584e67dc35fd96dcbb1440249 authored about 4 years ago
Center window titles

e079ac5b4660b23eb4bef886f48d92138755bf7e authored about 4 years ago
[egui_demo_app] Enable "persistence" as a default feature

430fcd9e91b0c4115f6057062869a83ac79b780c authored about 4 years ago
Make size and alignment of emoji-icon-font match the rest of the fonts

This is done via a hack (for now).

987c7ddf9817808dabb8de4db3cc1a21edbb3792 authored about 4 years ago
Remove extra entries in texture atlas for monospace characters

a30eef11bc47095dda15df6e9864153753d69882 authored about 4 years ago
Make Region and some Layout members private

c969b8d9eb3df21c59ff02dafe1858e530c79238 authored about 4 years ago
[egui_glium] Explicitly use bilinear texture sampling

This is the reference renderer, so it is good to be explicit.

fe491c3b75e4bc59b428e6cf8c672a0bc1e511a4 authored about 4 years ago
[demo] Add test of pixel perfect rendering to color test

e105719d3436b0419733f6a2657d06df4cc1507c authored about 4 years ago
Fix precision issue in panel space allocation debug sanity check

Closes https://github.com/emilk/egui/issues/99

e413e5e3e9b16515a6335f39c05d54ec71846817 authored about 4 years ago
[epi] Simplify TextureAllocator interface

5ef9f35d1e28be29c1ca34f6fcb5070436231935 authored about 4 years ago
Optimize Color32::from_rgba_unmultiplied

e8e53e95006732d1ac9f7e36d66f72ca8eef693c authored about 4 years ago
Fix bug in ui.ui_contains_mouse

752c321a616ff866633b668a9b8e86d6c2ced262 authored about 4 years ago
Fix license copy-paste mistake

96b70b6971d563f20bc767338f19ec09c7e08bb6 authored about 4 years ago
Add ui.allocate_at_least and ui.allocate_exact_size

b4871e2aef0eff6ddce509a9be572852fcfa54d7 authored about 4 years ago
Build demo app with all features enabled

f68c30e0c76b01659d860dcd29aa47eede767a6c authored about 4 years ago
Fix example.html redirect

6552d59ac961e16f82e9b0f42aa344aae3a1c556 authored about 4 years ago
[eframe] Add missing version numbers to dependencies

61f8062d21442d26c4c4ac213be643936f4a1205 authored about 4 years ago
Release 0.7.0

d0d22ea09b8fc54f237bc10c9eecdb2a0f97e3a8 authored about 4 years ago
Update ureq to 2.0

1bcf35d774ddce64236b256a0f23961eb7922168 authored about 4 years ago
cargo update

5a15e573ea8e93e0ccef58c63231af249b919977 authored about 4 years ago
[eframe] Make persistence, http and time optional features

Saves on compile times.

69d31a5e475686480cad60bfba4fa3694fa4d89e authored about 4 years ago
Make `style` module public (#92)

Allow access to types such as `Visual` to configure the Ui style.

00269f96c0258cc9879cdabff5a14f327c1b9f1a authored about 4 years ago
Support additive colors in color picker

10a23d18e1972ed8ac13e5569fb58795e03cb2b2 authored about 4 years ago
TextEdit widgets are now slightly larger to accommodate their frames

Fixes https://github.com/emilk/egui/issues/89

5c8df6925d0ff384a8206b7cf7b32fbbed33e737 authored about 4 years ago
Add all alpha-numeric keys to egui::Key

Closes https://github.com/emilk/egui/issues/91

c6a5af19e6e8b92b06bec53a2bd13bb3b2d1bc73 authored about 4 years ago
Add a window options demo

cbe0de83ee533f803973b27151e655f18da708fd authored about 4 years ago
Add window.id(…) and area.id(…) for overriding the default Id

25b8a8ebfdfcbf0edbdcaaf805a4fb728cd93c78 authored about 4 years ago
[refactor] Split out widgets into different files

31930e25e3a9559eb705b7b167ead23f8b726463 authored about 4 years ago
Move struct Options into Memory so Style persists

d2d9bf4bdd3f7c9a045f502baa6c38d23d97b54b authored about 4 years ago
Add widget egui::reset_button

a905c884e823d3840f73d1c95c44bfa319616714 authored about 4 years ago
[egui] Derive Serialize/Deserialize for a bunch of things

fffa5e7795527c45969240f48b01a767766a89d5 authored about 4 years ago
refactor: move used_ids and tooltip_rect from Memory to FrameState

83b75b117e594056354150d1dfdf7b2d7c0fb7ee authored about 4 years ago
Move Color32 constants from `mod color` to `struct Color32`

029a85c1fc678db99b32c89aa67a273d6bb9e310 authored about 4 years ago
Deprecate color::srgba function. Use Color32::from_rgb etc instead.

64dd186daf98d2883640c2035aa2d0c909995102 authored about 4 years ago
Rename Srgba to Color32

73f3d8cf4685816300315317afa1e81e543a31cd authored about 4 years ago
[egui_demo_lib] Add missing "serde" feature to egui dependency

4fc12bf324b3817b97e292bc236f14ca756c70e1 authored about 4 years ago
Add helpful script for listing contents of a .ttf file

1bac357c8a86613538cd83464172d656457e25a2 authored about 4 years ago
Remove TODO.md (not very well updated anyways)

195ff723b245b86aed06e56eb83611d47c4caa94 authored about 4 years ago
Add missing epi features to egui_demo_lib

0a61e2d5da916de1eecde500111ccdb31eb6ac83 authored about 4 years ago
Scroll based on the mouse start position (#84)

Fixes #57

212fd80b0139a88f9b8dd846dfc6de660eff9d12 authored about 4 years ago
[egui_glium] make GliumInputState::raw public

Closes https://github.com/emilk/egui/issues/90

8fd58dc8275a970e27a8f75d3d100ba3755b189f authored about 4 years ago
clippy fixes

948d8ec6ed50255a6c2cd54507cbff9b370d4fe3 authored about 4 years ago
cargo update

2b2b9d5d28f5b49fb93dc8588cfbcd2d978cbd91 authored about 4 years ago
Add missing serde feature to egui_demo_lib

3fe6eaa78aed77277745a8b2418d000f7cb6cd15 authored about 4 years ago
Add a dummy warm-up frame to the demo app to pre-cache emojis

14a96ca5d0e2d075ec50e3d7114101689923983f authored about 4 years ago