neauoire
  • Joined on 2024-02-10
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-09-07 04:23:32 +01:00
fe5a9321d0 (catty) Parsing input
18ad732a24 Starting catty
e5f695d09f Fix mouse-picking issue
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-09-06 03:53:29 +01:00
4430c2eb3d Skip printing .mp3
94dbf747c2 (m291) Fixed truncating bug
Compare 2 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-09-05 19:43:32 +01:00
0150e67e11 (m291) Formatted for Uxnfor
6e635d94a3 Fix stack imbalance
Compare 2 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-09-05 11:33:29 +01:00
54fa407a68 Abbreviate common prefixes.
neauoire synced commits to main at neauoire/uxn11 from mirror 2024-09-05 03:23:25 +01:00
887ceb0387 Add 3 simple examples of using subprocesses.
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-31 23:00:11 +01:00
bf99790adb (m291) Added README
d16798dc7b (m291) Do not reset scroll on file picking
7adfa6906f (m291) Fixed mouse-picking issue
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-30 22:30:03 +01:00
041f3dda07 (m291) Disable pause message before play
f194db1610 (m291) Follow cursor
3e41f3b3b2 (m291) Fixed leak
9b15f5f079 (m291) Clamp scroll bounds
c57be86439 (m291) Scrolling tracks again
Compare 9 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-30 06:10:10 +01:00
fe35aadb66 Loop long title around
c535dbf3d4 (m291) Scroll long track names
c149d1b9e7 (m291) Only sort when files are present
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-29 22:00:06 +01:00
7a7fb38dda (uxnmin.c) Silenced warnings
2118be4670 (m291) Sorting albums
e8a7bf8c84 (m291) Updated meta
628ba9e17f (m291) Track sorting
Compare 4 commits »
neauoire synced commits to main at neauoire/uxn11 from mirror 2024-08-29 21:59:53 +01:00
7a42c338a8 Silenced errors, thanks Sigrid
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-29 05:40:01 +01:00
2e17f1a0e5 (m291) Temporarily disabled follow on move
02b3b0e48c (m291) Clip allocation to buffer sizes
4a32bdd2c1 (m291) Extended buffer sizes
9f69c95646 (m291) Follow cursor
bf030b22f3 (m291) Fixed scroll offset
Compare 6 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-28 21:30:10 +01:00
6bb1b5fe03 (m291) Inline console enum
d05cc83727 (m291) Controller can launch song along
da9f55f354 (m291) Skip long lines
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn11 from mirror 2024-08-28 21:29:56 +01:00
36dd15a244 (uxn11) Add WM_CLASS hint to application window
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-28 05:10:09 +01:00
d8b6bdc91c (m291) Request timestamp drawing separately
1edfc705cb (m291) Only draw spacer when needed
85b07d0b30 (m291) Added repeat and random modes
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-27 21:00:10 +01:00
2dce8c937a (m291) Reduce unnecessary drawing
5f42027f30 (m291) Always use filename in title
4086f77f18 (m291) Fixed cursor offset
73a7d0dc25 (m291) Left-align long titles
2093197345 (m291) Guess tags from filename
Compare 18 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-27 04:40:02 +01:00
eb48ec2382 (m291) Keep selection
1062f0e525 (m291) Added archive cmd
4e38e59b80 (m291) Added active marker
bbe6a66a82 (m291) Fixed bug with seeking
4622c8b34f (m291) Sending jump commands
Compare 20 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-26 20:30:06 +01:00
6439bacdd6 (m291) Fixed issue with id3
09e44959c1 Connected id3
f1c531b876 (m291) Fixed progress bar width
1da048a181 (m291) Implemented pause
e33a65bd5a (m291) Improved responsiveness
Compare 12 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-26 12:20:03 +01:00
27f2dbd2bf (m291) Starting progress bar
e28f00bacb (m291) Put placeolders
7180744cbf (m291) Starting UI
Compare 3 commits »
neauoire synced commits to main at neauoire/uxn-utils from mirror 2024-08-26 04:10:04 +01:00
7f70a7abbe (m291) Starting player
5c974ebb38 (m291) Handle messages
cb042ee2fb (m291) Optimized message object
d92740530d (m291) Messages OOP
557cb3f051 (m291) Read incoming messages
Compare 15 commits »
neauoire synced commits to main at neauoire/uxn11 from mirror 2024-08-26 04:09:52 +01:00
67b06c35a4 Added linux subprocess API