]> git.seodisparate.com - mpd_info_screen/shortlog
mpd_info_screen
2021-12-30 Stephen SeoRefactor MPDHandler to "hide" the Arc/RwLock impl
2021-12-27 Stephen SeoUpdate README.md
2021-12-23 Stephen SeoUpdate README.md
2021-12-20 Stephen SeoFix re-showing prompt on password fail, impl logs 0.2.6
2021-12-18 Stephen SeoFix "slow startup" bug, bump version to 0.2.5 0.2.5
2021-12-18 Stephen SeoFix album-art-data fetching, bump version 0.2.4 0.2.4
2021-12-18 Stephen SeoBump version to 0.2.3 0.2.3
2021-12-18 Stephen SeoRefactor getting album art from handle to display
2021-12-16 Stephen SeoBump version to 0.2.2 0.2.2
2021-12-16 Stephen SeoScale timer size based on window size
2021-12-16 Stephen SeoUpdate Cargo.lock
2021-12-16 Stephen SeoBump version up to 0.2.1 0.2.1
2021-12-16 Stephen SeoScale title/artist text based on window dimensions
2021-12-16 Stephen SeoImpl hide text when "H" key is pressed
2021-12-16 Stephen SeoFix key_press event not only on key down 0.2.0
2021-12-16 Stephen SeoFix get current_song_pos in shared
2021-12-15 Stephen SeoUpdate README.md
2021-12-15 Stephen SeoUpdate README.md, bump version to 0.2.0
2021-12-15 Stephen SeoImpl disabling showing specific info texts
2021-12-15 Stephen SeoAdd flag to disable fill-scaling album art
2021-12-15 Stephen SeoImpl fill-scale the album art to the window
2021-12-15 Stephen SeoEfficiency refactorings
2021-12-15 Stephen SeoImpl info text
2021-12-15 Stephen SeoWIP allow non-ascii chars for password input
2021-12-15 Stephen SeoWIP minor fixes
2021-12-15 Stephen SeoWIP minor fix
2021-12-15 Stephen SeoWIP impl album art display
2021-12-15 Stephen SeoWIP Impl --pprompt
2021-12-15 Stephen SeoWIP Stop MPDHandler thread on failed auth
2021-12-15 Stephen SeoWIP only update display if dirty_flag is set
2021-12-15 Stephen SeoWIP several fixes
2021-12-15 Stephen SeoWIP remove yielding in MPDDisplay::update()
2021-12-14 Stephen SeoWIP Fix typo
2021-12-14 Stephen SeoWIP add debug logging
2021-12-14 Stephen SeoWIP fix handling resizing
2021-12-14 Stephen SeoWIP some minor fixes
2021-12-14 Stephen SeoWIP Custom event_loop for forced low fps
2021-12-14 Stephen SeoWIP actually use "error_text" in MPDHandler
2021-12-14 Stephen SeoWIP allow resizing, better handling of resizing
2021-12-14 Stephen SeoWIP heavy refactoring/rewriting, use ggez
2021-10-11 Stephen SeoFix parse data failure from MPD with "OK" string 0.1.0
2021-10-11 Stephen SeoMinor tweaks to font size of title/artist
2021-10-05 Stephen SeoAdjust display title/artist sizes
2021-09-21 Stephen SeoFix invalid if condition to fetch shared data
2021-09-20 Stephen SeoUse atomic_bool for dirty flag
2021-09-20 Stephen SeoMinor refactorings
2021-09-20 Stephen SeoFix sleeping on polling album art
2021-09-20 Stephen SeoMinor fixes/improvements/refactorings
2021-09-20 Stephen SeoMinor improvements/tweaks/refactorings
2021-09-18 Stephen SeoRefactorings and improvements
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoImpl hiding drawn text with "H" key
2021-09-17 Stephen SeoImpl password input prompt, improve help info
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoImpl title and artist display with existing
2021-09-17 Stephen SeoImpl fetching album art that isn't embedded
2021-09-17 Stephen SeoMinor tweak to the remaining-time timer display
2021-09-17 Stephen SeoMinor tweaks to drawn text positions
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoAdd error text display if auth/other fails
2021-09-17 Stephen SeoFixes/refactorings/improvements
2021-09-17 stephenseoUpdate 'README.md'
2021-09-17 Stephen SeoUpdate README.md
2021-09-17 Stephen SeoOutput error lines
2021-09-16 Stephen SeoUpdate README.md
2021-09-16 Stephen SeoUpdate README.md
2021-09-16 Stephen SeoUpdate README.md with usage
2021-09-16 Stephen SeoAdd README.md, LICENSE
2021-09-16 Stephen SeoFix UTF-8 parsing from title of song
2021-09-16 Stephen SeoComment out "use" that was used for a debug fn
2021-09-16 Stephen SeoFix/tweak display time output
2021-09-16 Stephen SeoMinor fix/tweak to display timer output
2021-09-16 Stephen SeoComment out unused debugging fn
2021-09-16 Stephen SeoApply cargo clippy fixes
2021-09-16 Stephen SeoDisplay minutes with screen timer
2021-09-16 Stephen SeoSet default window size to be square
2021-09-16 Stephen SeoComment out debug logs
2021-09-16 Stephen SeoAlso let "Q" quit application
2021-09-16 Stephen SeoImpl display
2021-09-16 Stephen SeoVerify getting albumart with debug write-to-file
2021-09-16 Stephen SeoImpl reading binary data for albumart
2021-09-15 Stephen SeoImpl get required information periodically
2021-09-15 Stephen SeoWIP more Impl (trying to get status information)
2021-09-15 Stephen SeoMinor tweaks and cargo fmt
2021-09-15 Stephen SeoImpl enough to get "OK MPD ..." from mpd server
2021-09-15 Stephen SeoInit skeleton rust project
2021-09-15 Stephen SeoInit empty commit