Skip to content
Permalink
master

Commits on Feb 5, 2022

  1. Per-corner rounding of rectangles (#1206)

    Co-authored-by: Emil Ernerfeldt <[email protected]>
    4JX and emilk committed Feb 5, 2022
  2. Remove prevent_default for mousedown events (#1209)

    This fixes the issue of tabs not focusing when egui is used inside vscode
    juancampa committed Feb 5, 2022

Commits on Feb 4, 2022

  1. Run cargo deny in CI (#1205)

    * Run cargo deny in CI
    * Use patched fork of ureq to avoid copy-left license
    * Use patched fork of tts to avoid LGPL license
    
    More:
    * ndarilek/tts-rs#21
    * algesten/ureq#479
    emilk committed Feb 4, 2022
  2. Update rfd 0.6 -> 0.7

    emilk committed Feb 4, 2022
  3. Update image 0.23 -> 0.24

    emilk committed Feb 4, 2022
  4. Update tts 0.19 -> 0.20

    emilk committed Feb 4, 2022
  5. cargo update

        Updating crates.io index
        Removing anyhow v1.0.52
        Updating atk-sys v0.14.0 -> v0.15.1
        Updating backtrace v0.3.63 -> v0.3.64
        Updating cairo-sys-rs v0.14.9 -> v0.15.1
        Updating cfg-expr v0.8.1 -> v0.9.1
        Updating clang-sys v1.3.0 -> v1.3.1
        Updating crc32fast v1.3.0 -> v1.3.1
        Updating enum-map v2.0.0 -> v2.0.1
        Updating enum-map-derive v0.7.0 -> v0.8.0
        Updating gdk-pixbuf-sys v0.14.0 -> v0.15.1
        Updating gdk-sys v0.14.0 -> v0.15.1
        Updating gio-sys v0.14.0 -> v0.15.4
        Updating glib-sys v0.14.0 -> v0.15.4
        Updating gobject-sys v0.14.0 -> v0.15.1
        Updating gtk-sys v0.14.0 -> v0.15.3
        Updating heck v0.3.3 -> v0.4.0
        Updating js-sys v0.3.55 -> v0.3.56
        Updating libc v0.2.116 -> v0.2.117
        Updating lock_api v0.4.5 -> v0.4.6
        Updating mint v0.5.8 -> v0.5.9
        Updating nix v0.22.0 -> v0.22.3
          Adding num_threads v0.1.3
        Updating pango-sys v0.14.0 -> v0.15.1
        Updating quote v1.0.14 -> v1.0.15
        Updating rfd v0.6.3 -> v0.6.4
        Updating serde v1.0.133 -> v1.0.136
        Updating serde_derive v1.0.133 -> v1.0.136
        Updating serde_json v1.0.75 -> v1.0.78
        Removing strum v0.21.0
        Removing strum_macros v0.21.1
        Updating syn v1.0.85 -> v1.0.86
        Updating system-deps v3.2.0 -> v6.0.1
        Updating time v0.3.5 -> v0.3.7
        Updating tracing v0.1.29 -> v0.1.30
        Updating tracing-attributes v0.1.18 -> v0.1.19
        Updating tracing-core v0.1.21 -> v0.1.22
        Removing unicode-segmentation v1.8.0
          Adding valuable v0.1.0
        Updating version-compare v0.0.11 -> v0.1.0
        Updating wasm-bindgen-futures v0.4.28 -> v0.4.29
        Updating web-sys v0.3.55 -> v0.3.56
        Updating which v4.2.2 -> v4.2.4
          Adding windows v0.30.0
          Adding windows_aarch64_msvc v0.30.0
          Adding windows_i686_gnu v0.30.0
          Adding windows_i686_msvc v0.30.0
          Adding windows_x86_64_gnu v0.30.0
          Adding windows_x86_64_msvc v0.30.0
        Updating zbus v2.1.0 -> v2.1.1
        Updating zbus_macros v2.1.0 -> v2.1.1
    emilk committed Feb 4, 2022
  6. Add a link to smithay-egui

    emilk committed Feb 4, 2022

Commits on Feb 1, 2022

  1. Use tracing crate for logging (#1192)

    * egui_web: use tracing crate
    * egui_glow: use tracing crate
    * Log at the debug level
    * egui_demo_app: enable tracing to log to stdout
    * Use tracing in egui-winit
    * Add opt-in tracing support to egui
    emilk committed Feb 1, 2022

Commits on Jan 30, 2022

  1. emilk.github.io -> www.egui.rs

    emilk committed Jan 30, 2022
  2. Create CNAME

    emilk committed Jan 30, 2022
  3. Delete CNAME

    emilk committed Jan 30, 2022
  4. Create CNAME

    emilk committed Jan 30, 2022
  5. Delete CNAME

    emilk committed Jan 30, 2022
  6. Create CNAME

    emilk committed Jan 30, 2022
  7. Delete CNAME

    emilk committed Jan 30, 2022
  8. Create CNAME

    emilk committed Jan 30, 2022

Commits on Jan 29, 2022

  1. Add ui.data(), ctx.data(), ctx.options() and ctx.tessellation_options…

    …() (#1175)
    
    Helpful access deeper into Memory
    emilk committed Jan 29, 2022

Commits on Jan 26, 2022

  1. Documentation improvements

    emilk committed Jan 26, 2022
  2. Bugfix/drag window (#1108)

    Call .drag_window() only after Left mouse btn clicked
    
    Co-authored-by: Emil Ernerfeldt <[email protected]>
    AlexxxRu and emilk committed Jan 26, 2022
Older