Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grovesNL/glyphon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: grovesNL/glyphon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 20 commits
  • 14 files changed
  • 10 contributors

Commits on Feb 22, 2024

  1. Do a little feature magic to allow to build for web (#83)

    * Remove default features
    
    * Enable default features for dev (testing) builds
    
    * Enable WGSL unconditionally
    Jengamon authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4700e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    f95e66f View commit details
    Browse the repository at this point in the history
  2. Bump cosmic text to 0.11 (#89)

    Co-authored-by: Xavier Lambein <xavier@lambein.xyz>
    xlambein and Xavier Lambein authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c16b6eb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Reuse Vec allocations in TextRenderer

    hecrj authored and grovesNL committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4f24305 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    3e281d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. update to wgpu 0.20.0 (#93)

    EggShark authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    670140e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Support sharing Pipeline state between TextAtlas (#95)

    * Support sharing `Pipeline` state between `TextAtlas`
    
    * Keep using `Vec` for pipeline cache
    
    * Use `OnceCell` to keep `Pipeline` private
    
    * Revert "Use `OnceCell` to keep `Pipeline` private"
    
    This reverts commit 4112732.
    
    * Rename `Pipeline` type to `Cache`
    hecrj authored May 8, 2024
    Configuration menu
    Copy the full SHA
    5aed9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b411ea7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    0fdbd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a45708 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    47f4126 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    9def853 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. update example to use winit 0.30 (#105)

    * update example to use winit 0.30
    
    * omit unneeded field in example
    BillyDM authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    719d69a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    f820947 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Update CI (#109)

    * Update to checkout 4
    
    * Make sure CI includes all targets
    grovesNL authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3dab1f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6ede9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Add support for custom icons/glyphs (#102)

    * add support for svg icons
    
    * remove SVG helper struct
    
    * forgot to remove default features
    
    * rework api for custom glyphs
    
    * remove unused file
    
    * expose custom glyph structs
    
    * remove `InlineBox`
    
    * use slice for TextArea::custom_glyphs
    
    * offset custom glyphs by text area position
    
    * remove svg feature
    
    * remove unused file
    
    * add scale field to CustomGlyphInput
    
    * update custom-glyphs example to winit 0.30
    
    * fix the mess merge conflicts made
    
    * add final newline
    
    * make custom-glyphs a default feature
    
    * remove custom-glyphs feature
    
    * remove unnecessary pub(crate)
    
    * rename CustomGlyphDesc to CustomGlyph
    
    * rename CustomGlyphID to CustomGlyphId
    
    * improve custom glyph API and refactor text renderer
    
    * rename CustomGlyphInput and CustomGlyphOutput, add some docs
    BillyDM authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b2129f1 View commit details
    Browse the repository at this point in the history
  2. add text-sizes example (#114)

    * add text-sizes example
    
    * rename window title in text-sizes example
    BillyDM authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2daf883 View commit details
    Browse the repository at this point in the history
  3. Cleanup before release

    grovesNL committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    692e23c View commit details
    Browse the repository at this point in the history
  4. Release 0.6.0

    grovesNL committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    744f239 View commit details
    Browse the repository at this point in the history
Loading