0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 10 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Can (once again) read multiple index files without messing up. More... over 23 years ago
Fix up a couple minor nits developed during the index file format change-over More... over 23 years ago
Whole new format for the index file: More... over 23 years ago
Fixed a fd leak when connect fails immedatly. More... almost 24 years ago
Fixed minor bug tracking the delete dialog (was clearing hte wrong var, causing a core dump later). More... almost 24 years ago
The "Delete active rule" button does not self disable -- if there is allready such a dialog up, it is deleted and a new one is made for the current (possably identical) rule. More... almost 24 years ago
fixed spelling errors in file More... almost 24 years ago
remove screenshots put them on another page More... almost 24 years ago
added a description of what is on the screen More... almost 24 years ago
Initial revision More... almost 24 years ago
made it into valid HTML 4.0 More... almost 24 years ago
images now in a directory More... almost 24 years ago
fixed sourceforge logo issue fixed spelling errors More... almost 24 years ago
Initial revision More... almost 24 years ago
Took cross's IPv6 pathces, applyed them, then worked on making the "fallback" behaviour when you can't make a connection much better. More... almost 24 years ago
Made it compile again -- one of the &foo's needed to be &bar::foo More... almost 24 years ago
Make the constructor for Dialog take a string to use as window title... More... almost 24 years ago
Fixes Bug #108950, by avoiding ever unescaping %2f ('/'). This may not be a totally "correct" solution, but the case of a %2f actually intended as a '/' will be fairly rare. We'll revisit this if it becomes an issue. More... almost 24 years ago
Added a Dialog class, wrapped around Gtk::Dialog. Implemented a "delete current rule" function, using a Dialog for confirmation. Needs to be cleaned up quite a bit. Very little attention paid to having multiple dialog's up, et al. This is a first pass, but it's functional if you use it carefully... More... almost 24 years ago
Handles cookies with no value. More... almost 24 years ago
Updated the README in prep for a "release" More... almost 24 years ago
Moved some stuff from teh model to the picker... I think I need to do more of that... More... almost 24 years ago
Added (useful) info to a comment. More... almost 24 years ago
Removed some old crud that's not being used anymore More... almost 24 years ago
Forgot to bump the i113g1 rev number, and added stuff to .cvsignore. More... almost 24 years ago
Trashed decode_url_percents. More... almost 24 years ago
Moved the extra functions in helper/parse.cc back into misc.cc, and modified the helper to build against misc.cc... More... almost 24 years ago
Moved gtk-- related misc stuff from misc.* to little_widgets.* so that misc.* is free of gtk stuff and can be use by the helper (kinda nasty, but you'll live, honest). More... almost 24 years ago
Decode the %## sequences in the url segment before presenting it to w3juke to display as a track title. This fixes bug #108513... More... almost 24 years ago
Removed some extra debuggery. More... almost 24 years ago