]> git.sesse.net Git - vlc/history - modules/control/dbus.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / control / dbus.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-25 Rafaël CarréFix memory leak spotted by Mr_Mirsal
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rafaël CarréAdvertises signals and renames VLC_ defines to MPRIS_
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'HerbemontAn other attempt at fixing compilation of dbus.
2007-08-15 Pierre d'HerbemontAttempt to fix previous commit.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-13 Rafaël CarréReturns object hierarchy with root object introspection...
2007-07-02 Jean-Baptiste KempfD-Bus: The MPRIS uses a new services behavior to allow...
2007-06-25 Rafaël CarréAdds Disconnect method to release the org.freedesktop...
2007-06-24 Jean-Baptiste KempfD-Bus, The Repeat method should be part of /Player...
2007-06-13 Jean-Paul SamanWhite space and indentation fixes.
2007-06-03 Jean-Baptiste KempfD-Bus - Implement "Random" Method. Patch from Mirsal...
2007-05-29 Jean-Baptiste KempfDbus Improvements thanks to Mirsal ENNAIME
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-03-08 Jean-Baptiste KempfDBUS: fix by Mr_Mirsal
2007-02-04 Jean-Baptiste KempfD-Bus ameliorations and fix by Mr_Mirsal.
2007-02-01 Jean-Baptiste KempfD-Bus Patch by Mirsal ENNAIME
2006-12-06 Rafaël CarréSimplification of one-instance mode
2006-12-06 Rafaël CarréD-Bus module now uses new specification
2006-11-28 Rafaël CarréAdd a method to export playlists
2006-11-26 Antoine CellerierFix dbus compilation
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-21 Rafaël CarréImplement input position control
2006-11-21 Rafaël CarréImplement Volume control
2006-11-20 Rafaël CarréUses playlist facilities
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-19 Rafaël CarréAdds GetPlayingItem method
2006-11-18 Rafaël CarréAdd Next, Prev, and Stop methods
2006-11-18 Rafaël CarréAdded quit method
2006-11-18 Rafaël CarréInitial support of D-Bus based control interface