2
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Add separate mpris-types.h More... almost 17 years ago
* Return NULL for playerinfo if the requested name doesn't exist More... almost 17 years ago
* Don't crash if player can not be found on the bus More... almost 17 years ago
* Declare thread return value as unused when building with GNUC, otherwise return NULL More... almost 17 years ago
* Removed debug outputs * mpris-demo output cosmetics ;)
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Callbacks vtable use and metadata demarshalling
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Fixed a segfault: mpris_list_players () now returns NULL when there is no player on the bus. * Removed debug printfs.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* dbus_message_get_args() returns const values, so use a const variable with copying contents More... almost 17 years ago
* Use deadchip's linked list implementation. * Add debug info in order to fix a strange bug.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Pass iteration count with the foreach func More... almost 17 years ago
* Return the number of iterations with list_foreach More... almost 17 years ago
* Add mpris-list.c (demo) More... almost 17 years ago
* Fix list implemenetation More... almost 17 years ago
* Add simple linked list implementation More... almost 17 years ago
Cosmetics.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
Little fixes and cosmetics.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Signal callbacks vtable * Corrected a typo s/MPRIS_PLAYER_LOCK/MPRIS_MPLAYER_UNLOCK/
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Make the signal match rule player dependant. * Add a MPRIS_PLAYER_LOCK() macro.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Don't unref the messages before trying to read them. * Add a client list test. * Cosmetics.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Little fixes and cosmetics. * Added my name to the authors list ^__^
Mirsal Ennaime
as mirsal
More... almost 17 years ago
-Rewrite of libmpris/connection.c from scratch: * signals listening thread * signals handling base
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Fix up libmpris so that stuff compiles and basics work More... almost 17 years ago
Test commit - Add Milosz Derezynski to the autors list.
Mirsal Ennaime
as mirsal
More... almost 17 years ago
* Err More... over 18 years ago
* Rename MPRISClient to MPRISPlayer * Other renaming of functions * Use va_args instead of generic void** pointer for data More... over 18 years ago
* Rename invoke_method () to invoke_server_method () More... over 18 years ago
* Create MPRISClient* structure (works only with patched dbus, see: 'http://mjj29.matthew.ath.cx/dbus.patch' (Matthew Johnson), patch against dbus 0.50) More... over 18 years ago
* Fix up signal catching in libmpris * Avoid deadlock of wmmpris regarding reading stream time (polling sucks, yeah...) More... over 18 years ago
* Major updates to libmpris * Major updates to wmmpris More... over 18 years ago
* Commit wmmpris to libmpris repository More... over 18 years ago