Skip to content

Tags: white-axe/Luminol

Tags

pr154

Toggle pr154's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: unify crates `ui`, `components` and `modals`

pr153

Toggle pr153's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: crash if eframe's run_native method fails

pr152

Toggle pr152's commit message

Verified

This commit was signed with the committer’s verified signature.
melody-rs Melody Madeline
use match instead of unwrap_or

pr148

Toggle pr148's commit message

Verified

This commit was signed with the committer’s verified signature.
white-axe 刘皓
Fix frame view cellpicker `scroll_rect` height

I'm not sure why egui is setting the height of `scroll_rect`
incorrectly, but since we know what the height of the cellpicker should
be we can easily fix this.

pr147

Toggle pr147's commit message

Verified

This commit was signed with the committer’s verified signature.
white-axe 刘皓
Replace `frame.cell_data.xsize()` with `frame.len()`

The `.xsize()` of `frame.cell_data` doesn't always correspond to the
maximum cell number in a frame because of how the frame resizing
function defined in crates/ui/src/windows/animations/util.rs works.

So for all the code that was incorrectly assuming `.xsize()` was related
to the maximum cell number, I replaced the `.cell_data.xsize()` with a
new `.len()` method that more accurately determines the correct value.

pr145

Toggle pr145's commit message

Verified

This commit was signed with the committer’s verified signature.
white-axe 刘皓
Update `time` to 0.3.36

This fixes compiler errors when using very new Rust versions starting
from around May 2024.

(cherry picked from commit 9fd85e5)

pr143

Toggle pr143's commit message

Verified

This commit was signed with the committer’s verified signature.
white-axe 刘皓
Fix compiler warning in steam.rs

pr141

Toggle pr141's commit message

Verified

This commit was signed with the committer’s verified signature.
melody-rs Melody Madeline
Flush files

pr140

Toggle pr140's commit message

Verified

This commit was signed with the committer’s verified signature.
white-axe 刘皓
Update `.regen` and `.remove_file` for new path cache algorithm

pr139

Toggle pr139's commit message

Verified

This commit was signed with the committer’s verified signature.
melody-rs Melody Madeline
Change how scripts_path functions

Produces a toast when failing to load scripts, and when modified marks scripts as modified