• Joined on 2020-07-13
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 commented on issue max/lull#1 2021-04-09 18:28:07 +00:00
remember window size and position

fixed!

max closed issue max/lull#1 2021-04-09 18:28:07 +00:00
remember window size and position
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
max commented on issue max/lull#1 2021-01-09 18:17:48 +00:00
remember window size and position

could also save sound volumes, but I'm not sure about this.

max opened issue max/lull#2 2021-01-09 18:15:49 +00:00
"add sound" function
max opened issue max/lull#1 2021-01-09 17:43:51 +00:00
remember window size and position
max commented on issue max/pixsy#6 2020-12-23 10:25:17 +00:00
add new tiles right at the "end" of the existing tiles instead of interspersing them

keeping in mind that an ID can be an arbitrary string, maybe it's worth filtering the set of IDs to just the type that bitsy naturally produces (base36), finding the highest one and incrementing it…