2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
XfceFileChooser -> GtkFileChooser More... over 18 years ago
make handle grip a little prettier (add border) More... over 18 years ago
make autohide reenable more friendly More... over 18 years ago
add gujarati translations to the build (ankit patel) More... over 18 years ago
Updated Gujarati Translations More... over 18 years ago
disable xine_plugins_garbage_collector() since it causes crashes when updating config entries where there's a callback registered in an unloaded plugin. ditch debugging printouts, and make sure config entries aren't updated unless they actually changed. More... over 18 years ago
fix the volume slider button. - before: click the button, and the slider disappears and reappears. lame. - after: it works. turns out the "best" way to do this is a pointer grab with owner_events == TRUE, in combination with gtk_grab_add() on the slider window. i wish i hadn't wasted several hours experimenting. i bet the gtk_menu_popup() source would have helped... also, i removed the intltool dep on an xml parser. cuz i don't need it. More... over 18 years ago
make autohide behave a bit better More... over 18 years ago
add XfmediaHandle, stolen partly from Jasper, and widgetised. now the playlist queue window is movable. More... over 18 years ago
add playlist queue. it rocks. use it. More... over 18 years ago
Fixed errors emitted by 'msgfmt -c'. More... over 18 years ago
forgot to chain up in _finalize() More... over 18 years ago
add XfmediaPlaylistQueue widget. not tested, but it compiles ^_^ More... over 18 years ago
one last macro... More... over 18 years ago
fix incorrect #include More... over 18 years ago
and actually do file rename... More... over 18 years ago
rename GtkXine to XfmediaXine. annoying how i can't 'svn mv' with local changes... More... over 18 years ago
sorta simplify the xine event marshalling code. hopefully i didn't introduce any memleaks. that depends on my assumption that g_value_take_string() causes g_value_unset() to call g_free() on the string... More... over 18 years ago
add support for XINE_EVENT_MRL_REFERENCE_EXT More... over 18 years ago
fix spurious 'file cannot be played' dialog when playing an HTTP playlist More... over 18 years ago
Updated Finnish translations by Jari Rahkonen. More... over 18 years ago
reduce thread count by one: ditch the xine X display handler thread in favor of wrapping the X display socket in a GIOChannel and adding it to the main thread as a gtk event source. this makes soooo many things simpler and avoids a few race conditions and deadlocks. and hey, reducing thread count is good. well, not when talking about bedsheets. but we're not, so... it is. More... over 18 years ago
convert .po files to utf-8 More... over 18 years ago
add svn revision to about box More... over 18 years ago
Add d-bus methods GetPlaylist, GetPlaylistEntry, and NowPlaying. See README.remote for details. Based on a patch from Pasi Orovuo, with some tweaks and enhancements. More... over 18 years ago
add preferences tab to set CD/DVD/VCD devices, a/v drivers, speaker layout. this is somewhat preliminary and may not work exactly right. More... over 18 years ago
fix compile failure when taglib isn't present More... over 18 years ago
* add -c/--clear-playlist option to xfmedia to start xfmedia w/o loading the default playlist * make update-po More... over 18 years ago
* fix the silly api for xfmedia_tag_close() * disable the 'save' button if the tag isn't modified * make bringing up the file info box a little quicker if the tags aren't editable More... over 18 years ago
fix double free() More... over 18 years ago