]> git.sesse.net Git - vlc/history - modules/control/dbus/dbus.c
dbus: do not use pf_run
[vlc] / modules / control / dbus / dbus.c
2012-11-27 Rémi Denis-Courmontdbus: do not use pf_run
2012-11-26 Rémi Denis-CourmontDBus: remove from list of "control" interfaces
2012-11-26 Rémi Denis-CourmontUse "activity" instead of "item-current" variable
2012-10-13 Rémi Denis-Courmontdbus: avoid spamming D-Bus with bogus volume/mute changes
2012-10-13 Rémi Denis-Courmontdbus: simplify input event handling and reduce lock...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/dbus/ and clean...
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
2012-04-17 Mirsal Ennaimedbus: Update comments related to the bus name policy
2012-04-17 Mirsal Ennaimedbus: Fix the instance identifier part of the MPRIS...
2012-03-18 Mirsal Ennaimedbus: remove useless callback and fix warnings
2012-03-18 Rémi Denis-Courmontdbus: remove excessive main loop debugging
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2012-02-29 Kevin Anthonydbus: Implement fullscreen switching (MPRIS 2.2)
2012-02-29 Casian Andreidbus: Prevent dictionary from growing out of control
2012-02-26 Mirsal Ennaimedbus: Do not crash on method calls with a null interface
2012-02-06 Rémi Denis-Courmontdbus: capitalize shortname correctly
2012-02-06 Rémi Denis-Courmontdbus: really remove the configuration option
2012-02-06 Rémi Denis-Courmontdbus: do not spam at startup
2012-02-06 Rémi Denis-Courmontdbus: remove silly configuration option regarding uniqu...
2012-02-06 Rémi Denis-Courmontdbus: remove useless intf_sys_t.b_unique
2011-08-08 Rafaël Carrédbus: remove unused variable
2011-08-08 Rafaël Carrédbus: allocate pollfd array on the stack
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-07 Mirsal Ennaimedbus: Fix memleak and remove warnings
2011-06-07 Mirsal Ennaimedbus: Fix the tracklist's PropertyChanged signal
2011-06-07 Mirsal Ennaimedbus: Correctly initialize p_sys
2011-06-04 Mirsal Ennaimedbus: Implement the TrackList interface's PropertiesCha...
2011-05-31 Rémi Denis-CourmontDBus: fix some leaks on error path (but not all)
2011-05-31 Rafaël Carrédbus: remove not thread-safe strerror() and GNU strerro...
2011-05-19 Rafaël Carrédbus fixes
2011-05-16 Mirsal Ennaimedbus: Remove warnings and dead code
2011-05-16 Mirsal Ennaimedbus: Implement the MPRIS v2.1, as published on http...
2011-04-05 Rémi DuraffortDo not include vlc_fixups, config.h is already doing it.
2011-04-03 Rémi DuraffortFix calloc usage.
2011-02-19 Mirsal Ennaimedbus: Use vlc_pipe
2011-02-19 Mirsal Ennaimedbus: Rework the main loop
2010-11-07 Rémi Duraffortdbus: fix memory leaks.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-07-12 Rafaël Carrédbus: monitor input state change through "intf-event"
2010-07-05 Mirsal EnnaimeReorganize the dbus control module code