0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 12 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added audio/mpeg as a mime type for mp3 files... More... almost 23 years ago
May have fixed a multi queue bug reported by Tom. More... almost 23 years ago
Some cleanups. Made html 4.01 More... almost 23 years ago
Added a newer binary. More... almost 23 years ago
Added skeleton for configuration file writeup. More... almost 23 years ago
A couple of icon files More... almost 23 years ago
Duh. More... almost 23 years ago
Fixed spelling errors and grammer. More... almost 23 years ago
Accept a few other cases of "location" on HTTP redirects. I should find out if HTTP headers are case insensitave, because I have a lot of code assuming otherwise... More... almost 23 years ago
Added a "none" play mode. A few debugging messages removed. More... almost 23 years ago
We now cache the DNS results. It isn't the right thing, the right thing is to run a local caching named (or the like), but I can't make everyone do that... XXX need more user control over cache duration (currently "forever", but we do tag the age of the cache items, and if they are in use, so we CAN allow more sane timeouts). See http_input.h More... almost 23 years ago
Added a rated songs only mode, switched the modes from an hbox to a table (2x2 for now). More... almost 23 years ago
Removed some debug, added to the README. More... almost 23 years ago
Added support for user settable buffer sizes and other parms. More... almost 23 years ago
Made concept of "generic artist" somewhat more, er, generic. Or something. More... almost 23 years ago
URL-TRACK assumes a relitave URL if there is no :, or there are non-alpha numerics before it, or the first char is not alpha. More... almost 23 years ago
Temperarally #if'ed out cross's "Track Changes" dialog: // There seems to be a delete bug, plus lots of people // have complained about this, so I'm going to disable it // until I fix the bug AND add a conf option to not do the display... More... almost 23 years ago
w3juke can deal with /'s in artist, disc, and/or track names in index files, but since it can't deal with them in history or rule files yet it is of limited value. More... almost 23 years ago
Minor change to makefile, added -lstdc++ which FreeBSD 4.3 seems to require (I thought it was part og the GTKMM_L var, but it isn't). More... almost 23 years ago
Clean up a couple error message strings... More... over 23 years ago
Start to cleanup ANSI warnings/errors about implicit casting of void*... More... over 23 years ago
Use a sane-sized font for the tooltips More... over 23 years ago
Yellow(ish) More... over 23 years ago
D'oh! Fixed race where the headers get read "too fast" which I had thought I put code in to deal with before, but that code was listening for the wrong signal! More... over 23 years ago
Expand the size of the HStrut in the TextDialog created for new/deleted tracks by a bit (30 pixels) to deal with the size of the scrollbar, et al... More... over 23 years ago
- Added a version of the for_each() that works for older (2.91 ish) gcc's - Added code to remove printing of the 'Snew:' & 'Sdel:' messages, instead displaying that information in a dialog box (if there's any new/dead tracks to mention)... More work may be needed on this feature... More... over 23 years ago
More debuggery for race condition. More... over 23 years ago
Much better "delete" loop. More... over 23 years ago
Use whole name of bind&slot in little widgets.h for the delete thing, seems to allow use in more places. More... over 23 years ago
Removed tuneinfo's in_slist member More... over 23 years ago