2023-01-08 |
Stephen Seo | Version 0.4.0 0.4.0 |
commit | commitdiff | tree | snapshot |
2022-12-11 |
Stephen Seo | Change rust project edition to "2021" |
commit | commitdiff | tree | snapshot |
2022-12-07 |
Stephen Seo | Fix clippy warning |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Stephen Seo | Fix not-staying-in-fullscreen bug |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Stephen Seo | Fix "brighter" displayed album art bug |
commit | commitdiff | tree | snapshot |
2022-12-06 |
Stephen Seo | Update to latest ggez (0.8.1) |
commit | commitdiff | tree | snapshot |
2022-11-01 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-11-01 |
Stephen Seo | Refactor handling of Result conversion |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Stephen Seo | Impl better handling of unknown image type |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Stephen Seo | Fix clippy warnings |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Stephen Seo | Update README.md 0.3.7 |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Stephen Seo | Fix edge-case where MPD omits album art format |
commit | commitdiff | tree | snapshot |
2022-08-25 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-08-10 |
Stephen Seo | Bump version to 0.3.6 0.3.6 |
commit | commitdiff | tree | snapshot |
2022-08-10 |
Stephen Seo | Impl setting opacity of text bg via arg |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Stephen Seo | Update year in LICENSE |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Stephen Seo | Bump version to 0.3.5 0.3.5 |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Stephen Seo | Bump version to 0.3.4 0.3.4 |
commit | commitdiff | tree | snapshot |
2022-08-02 |
Stephen Seo | Impl album display |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Refactor freetype handling code to be safer |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Fix memory leak related to freetype, bump v0.3.3 0.3.3 |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Fix always failing freetype call, version 0.3.2 0.3.2 |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Bump version to 0.3.1 0.3.1 |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Fix/inhibit clippy warnings |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Replace println! with debug_log::log(...) |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Merge branch 'dev' (unicode_support feature) 0.3.0 |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Update README.md, version to 0.3.0 |
commit | commitdiff | tree | snapshot |
2022-08-01 |
Stephen Seo | Impl unicode support via fontconfig and freetype |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Fix warnings |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Fix default builds |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Impl fontconfig finding font with given char/str |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Impl freetype use, bindgen for fontconfig |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Fix unintended change of font scaling behavior |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Stephen Seo | Update display.rs to (eventually) use unicode text |
commit | commitdiff | tree | snapshot |
2022-07-30 |
Stephen Seo | Rename new feature to "unicode_support" |
commit | commitdiff | tree | snapshot |
2022-07-29 |
Stephen Seo | Update Cargo.lock, prep for unicode support |
commit | commitdiff | tree | snapshot |
2022-05-16 |
Stephen Seo | Impl more informative error messages 0.2.20 |
commit | commitdiff | tree | snapshot |
2022-03-23 |
Stephen Seo | Handle paused/stopped/play state, version bump 0.2.19 |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Stephen Seo | Update README.md version |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Stephen Seo | Update dependency image to "0.24" 0.2.18 |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stephen Seo | Update metadata and README.md |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stephen Seo | Bump patch version due to updated README.md 0.2.17 |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Stephen Seo | Update metadata (Cargo.toml) |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Stephen Seo | Bump version to 0.2.16 0.2.16 |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Stephen Seo | Fix logic for when to sleep on mpd_handler thread |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Stephen Seo | Remove unnecessary call to "ok()" on Result |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Stephen Seo | More robust handling of authentication failure 0.2.15 |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Stephen Seo | Fix most clippy warnings, bump version 0.2.14 |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Stephen Seo | Fix second album art fetch method on decode fail 0.2.13 |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Stephen Seo | Bump version to 0.2.12 0.2.12 |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Stephen Seo | Try second albumart fetching method on decode fail |
commit | commitdiff | tree | snapshot |
2022-01-11 |
Stephen Seo | Replace magic numbers with consts, bump version 0.2.11 |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Stephen Seo | Replace magic number with const, bump version 0.2.10 |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Stephen Seo | Differentiate between log level/state, bump version 0.2.9 |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Stephen Seo | Force 5 fps drawing, bump version to 0.2.8 0.2.8 |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Stephen Seo | Minor refactoring |
commit | commitdiff | tree | snapshot |
2021-12-30 |
Stephen Seo | Fix most clippy warnings |
commit | commitdiff | tree | snapshot |
2021-12-30 |
Stephen Seo | Minor fix (same behavior, different "usage") |
commit | commitdiff | tree | snapshot |
2021-12-30 |
Stephen Seo | Bump version to 0.2.7, minor fix 0.2.7 |
commit | commitdiff | tree | snapshot |
2021-12-30 |
Stephen Seo | Refactor MPDHandler to "hide" the Arc/RwLock impl |
commit | commitdiff | tree | snapshot |
2021-12-27 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2021-12-23 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2021-12-20 |
Stephen Seo | Fix re-showing prompt on password fail, impl logs 0.2.6 |
commit | commitdiff | tree | snapshot |
2021-12-18 |
Stephen Seo | Fix "slow startup" bug, bump version to 0.2.5 0.2.5 |
commit | commitdiff | tree | snapshot |
2021-12-18 |
Stephen Seo | Fix album-art-data fetching, bump version 0.2.4 0.2.4 |
commit | commitdiff | tree | snapshot |
2021-12-18 |
Stephen Seo | Bump version to 0.2.3 0.2.3 |
commit | commitdiff | tree | snapshot |
2021-12-18 |
Stephen Seo | Refactor getting album art from handle to display |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Bump version to 0.2.2 0.2.2 |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Scale timer size based on window size |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Update Cargo.lock |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Bump version up to 0.2.1 0.2.1 |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Scale title/artist text based on window dimensions |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Impl hide text when "H" key is pressed |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Fix key_press event not only on key down 0.2.0 |
commit | commitdiff | tree | snapshot |
2021-12-16 |
Stephen Seo | Fix get current_song_pos in shared |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Update README.md, bump version to 0.2.0 |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Impl disabling showing specific info texts |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Add flag to disable fill-scaling album art |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Impl fill-scale the album art to the window |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Efficiency refactorings |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | Impl info text |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP allow non-ascii chars for password input |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP minor fixes |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP minor fix |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP impl album art display |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP Impl --pprompt |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP Stop MPDHandler thread on failed auth |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP only update display if dirty_flag is set |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP several fixes |
commit | commitdiff | tree | snapshot |
2021-12-15 |
Stephen Seo | WIP remove yielding in MPDDisplay::update() |
commit | commitdiff | tree | snapshot |
2021-12-14 |
Stephen Seo | WIP Fix typo |
commit | commitdiff | tree | snapshot |
2021-12-14 |
Stephen Seo | WIP add debug logging |
commit | commitdiff | tree | snapshot |
2021-12-14 |
Stephen Seo | WIP fix handling resizing |
commit | commitdiff | tree | snapshot |
next |