0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
extend Dialog::add_child so that it can take the optional parameters to Gtk::Box::pack_start(), and pass them on... modify the places where I was using pack_start() manually, instead of via add_child, to get that functionality. There may still be others... More... over 22 years ago
Remove these bogus extra widgets. We don't need spacers like this, since we can pack HBox's from both the left *and* right... More... over 22 years ago
Various spelling fixs, along with grammer issues. A mandatory Shields slam is included for no good reason. More... over 22 years ago
make an ICCCM delete also quit. There is a little ugliness here, as it causes wierd things to happen. The code at the top of PlayBar::expose_event_impl() is weak, but suffices to avoid most of the incited wierdness. Properly: we should figure out why it's even getting into that fn when the widget(s) isn't realized... More... over 22 years ago
A lame workaround for having an obj/ dir, and needing to have main.cc load def_style.h. It might just be better to add -I${.CURDIR}/obj to the C++FLAGS, but I was lame and did this. It works. More... over 22 years ago
Minor adjustment so that the horizontal scrollbar won't tend to always appear, but have a nearly nonexistant travel. More... over 22 years ago
Fix a typo More... over 22 years ago
Patch to allow a "nobird" config directive, which will cause the "assign 0" icon image to be an upside down thumb, instead of "the bird", which some may find offensive. The bird is still the default behaviour. The function that tweaks that icon pixmap is currently called by a timeout. It should probabaly respond to a signal called after all config'ing is done. Is there already a signal like that? Would it be sufficient to put one in and emit it from do_cfile_eof()? (iff it's the last cfile, of course) More... over 22 years ago
Make the JLV_Page use a ScrolledWindow wrapped around the CList. This will make it more like the CList from gtk 1.0, and makes it easy to enable/disable both horizontal and vertical scrollbars... More... over 22 years ago
Okay. I've finished code to do all that can be done with geometry/gravity. The problem is that not only does gtk+'s set_uposition *not* deal with negative values (such that I'm handling them myself, manually); it appears the library doesn't pay any attention to the gravity that was set on the window. At least, not the way I set it. As there appears to be no way to set/look-at/use gravity via gdk/gtk, I assume it's just something the library doesn't know how to deal with, and when it resizes the window, it does something to make X not do the right thing, either. Sad. Anyway, the code is #ifdef'd to be identifyable, but enabled all the time, currently. More... over 22 years ago
Add vertical scrollbars to the pages of the JLV notebook. Should we worry about horiz. scrollbar's? Not for now... More... over 22 years ago
Update the usage message that gets printed at runtime, and fix a spelling error More... over 22 years ago
Run all the docs through tidy. Fix many spelling mistakes in helper.html. Added Content-Type header to all files to make it pass a more strict interpretation of HTML 4.01. Removed two old, unused files. Everything now uses a global style sheet. More... over 22 years ago
Run through tidy, make it use a style sheet. More... over 22 years ago
A global style sheet for the web pages. More... over 22 years ago
Fix for bug #464964 More... over 22 years ago
Reponse to bug #446628. Make the "last played" times in the list viewer be a little more readable than time_t's... More... over 22 years ago
Fix up the -geometry code. The position part of it works now, but for some reason, only for positive positions... Do we even care about support for size settings? Do we want to allow that? More... over 22 years ago
Remove a test routine that's not in use, which documents a URL that doesn't exist and we shouldn't be advertising... More... over 22 years ago
Make libid3 optional. Right now it just turns it off for BSD/OS, and leaves it on for others. This is yet one more reason why w3juke should be autoconf'd... More... over 22 years ago
Fix the -I argument so that it will work if you're using obj directories More... over 22 years ago
Added a little debugging to help track down a problem with huge playlists. More... over 22 years ago
Added a debug style to def-styles, it has lots of ugly colors. More... over 22 years ago
Updated docs for url_remap More... over 22 years ago
Added a url remaping facility. Mostly useful for debugging remaping http://someplace/foo.cgi to http://someplace/test-foo.cgi More... over 22 years ago
Removed an debugging assert. More... over 22 years ago
Added libid3 notes to the README More... over 22 years ago
Now uses libid3 for the "track-guess" remote command. Should prob also do a similar thing for ogg-vorbis. More... over 22 years ago
Changed struct tuneinfo into a class, made artist/disc/track protected, added get_ for eachm, and a set_ for the 3. Added a adt_chaged signal. More... over 22 years ago
Almost...but not quite. More... over 22 years ago