• Joined on 2020-07-13
max pushed to master at max/pixsy 2021-04-25 17:49:03 +00:00
c8b6c772ab remove debug
max opened issue max/pixsy#8 2021-04-25 17:09:46 +00:00
fix/replace failing tests
max pushed to master at max/pixsy 2021-04-25 16:47:44 +00:00
52728e601b remove unnecessary trailing semicolon
4bd6286cf0 replace to_string with into for brevity
d53244a884 this is no longer a special feature
f6678f28a9 fix this old broken test
Compare 4 commits »
max opened issue max/pixsy#7 2021-04-25 10:33:44 +00:00
support bitsy HD
max pushed to master at max/lull 2021-04-20 09:32:17 +00:00
5b2688e091 version bump
max pushed to master at max/lull 2021-04-20 09:31:54 +00:00
9f626b8265 remove debug print
max pushed to egui-test at max/lull 2021-04-12 12:38:45 +00:00
388dd14639 misc attempts
max pushed to master at max/lull 2021-04-10 11:22:38 +00:00
2b2ac66708 remove/ignore some things
max opened issue max/lull#4 2021-04-09 18:30:22 +00:00
convert sounds pack to ogg?
max closed issue max/lull#1 2021-04-09 18:28:07 +00:00
remember window size and position
max commented on issue max/lull#1 2021-04-09 18:28:07 +00:00
remember window size and position

fixed!

max pushed to master at max/lull 2021-04-09 17:47:45 +00:00
4fd83be754 save and restore window size and position
max pushed to attempted-restructuring at max/lull 2021-04-09 17:46:27 +00:00
4fd83be754 save and restore window size and position
max commented on issue max/lull#1 2021-04-08 15:01:21 +00:00
remember window size and position

fixed. now just need to figure out how to implement gsettings.

max commented on issue max/lull#1 2021-04-08 10:24:08 +00:00
remember window size and position

need to somehow call one of the to_glib_ functions on GtkWindow to get an object with a WindowExt trait that I can call get_position() on.

max opened issue max/lull#3 2021-04-07 15:11:45 +00:00
dividing sounds into separate "playlists"
max commented on issue max/lull#2 2021-04-07 14:48:37 +00:00
"add sound" function

would be nice to allow drag-and-drop support too.

max commented on issue max/lull#1 2021-04-07 14:46:21 +00:00
remember window size and position

there doesn't seem to be a way of retrieving the window position from GtkWindow (other than the default position which gets set). may have to give up on this.

max pushed to master at max/media-downloader 2021-02-22 17:28:02 +00:00
b34439cc9a revert back to youtube-dl
max pushed to master at max/media-downloader 2021-02-20 16:18:12 +00:00
f851cdbc30 revert back to youtube-dl