]> git.sesse.net Git - vlc/history - modules/control
macosx: CAS: added ui skeleton for to customize a profile
[vlc] / modules / control /
2012-05-17 Mirsal Ennaimedbus: Fix seek detection
2012-05-14 Rémi Denis-CourmontOld RC: use vlc_socket()
2012-05-09 Rémi Denis-Courmontgestures: follow playlist, input, vout events and remov...
2012-05-09 Rémi Denis-Courmontgestures: process gestures directly from event and...
2012-05-09 Rémi Denis-Courmontoldrc: avoid vlc_object_kill()
2012-05-01 Mirsal Ennaimedbus: Use the AfterTrack parameter in the tracklist...
2012-04-17 Sean Robinsondbus: Fix the CanSeek property getter
2012-04-17 Sean Robinsondbus: Fix the Seek method's introspection data
2012-04-17 Sean Robinsondbus: Return an int64 in the Position property getter
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-04-16 Rémi Denis-CourmontTypo
2012-04-16 Rémi Denis-CourmontRC: use ngettext
2012-03-20 Jean-Baptiste KempfFix OSD when auto-scaling
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-18 Mirsal Ennaimedbus: fix the CanSetFullscreen property getter
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-09 Felix Paul Kühnemacosx: fixed zooming the main window when using the...
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
2012-02-05 Mirsal Ennaimedbus: Fix a couple of warnings
2012-02-03 Edward SheldrakeFix dbus error (close #5977)
2012-01-04 Rafaël Carrémotion control applesmc: fix for recent kernel
2011-12-29 Mirsal Ennaimedbus: Implement org.freedesktop.Properties.GetAll for...
2011-12-29 Mirsal Ennaimedbus: Move DBus property marshaling code to separate...
2011-12-27 Hannes DomaniWin32 global hotkeys: vlc_GetActionId() needs "key...
2011-12-15 Pere Orgafix filename self-references
2011-12-12 Mal GratyPlaylist status not being updated on play/pause
2011-12-04 Jean-Baptiste KempfFix strings mistake for translation
2011-11-01 Jean-Baptiste KempfHotkeys: rename the text/longtext about mousewheel
2011-10-30 Jean-Baptiste KempfNetsync: fix return type
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-06 Jean-Baptiste Kempfdbus: Implement the MPRIS Raise method for the Qt interface
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-09-05 Laurent AimarAdded 'Boss Key' support to the core.
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-16 Rémi Denis-CourmontRC: fix parse_MRL prototype: unused parameter and const
2011-08-16 Rémi Denis-CourmontRC: unused variable
2011-08-13 Mirsal Ennaimedbus: Add missing introspection data
2011-08-13 Mirsal Ennaimedbus: Fix the org.mpris.MediaPlayer2.Player.Seek method...
2011-08-09 Rafaël Carrédbus: prefer char[][] to *char[]
2011-08-08 Rafaël Carrédbus: remove unused variable
2011-08-08 Rafaël Carrédbus: move static const tables in the C file
2011-08-08 Rafaël Carrédbus: allocate pollfd array on the stack
2011-08-04 Rémi Denis-CourmontMove and split dummy interface
2011-07-26 Rémi Denis-CourmontRC (old): do not protect aout_VolumeUp() against overflow
2011-07-26 Rémi Denis-CourmontDBus: fix scale on setting volume
2011-07-26 Rémi Denis-CourmontDBus: do not assume AOUT_VOLUME_DEFAULT = AOUT_VOLUME_M...
2011-07-26 Rémi Denis-CourmontRC (old): remove useless check for AOUT_VOLUME_MAX
2011-07-26 Rémi Denis-Courmonthotkeys: print volume also in fullscreen and fix refere...
2011-07-25 Rémi Denis-Courmontaout_VolumeDown: convert to a macro
2011-07-25 Rémi Denis-CourmontReplace AOUT_VOLUME_MIN with 0
2011-07-23 Rémi Denis-Courmontdbus: missing dbus_introspect.h
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-07-13 Rémi DuraffortRemove some unneeded leading __ in functions names
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-18 Rémi Duraffortrc: remove uneeded cast.
2011-06-15 Rafaël Carrédbus: use the correct volume variables
2011-06-08 Mirsal Ennaimedbus: fix memleaks
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: Remove legacy mpris1 signals from the tracklist...
2011-06-04 Mirsal Ennaimedbus: Implement the TrackList interface's PropertiesCha...
2011-06-04 Mirsal Ennaimedbus: Implement the mpris2 tracklist interface properties
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-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-05-19 Mirsal Ennaimedbus: Update the TrackList interface implementation
2011-05-19 Mirsal Ennaimedbus: Correctly implement the GetTracksMetadata method
2011-05-19 Mirsal Ennaimedbus: make the RemoveTrack method compliant with MPRIS2
2011-05-19 Rafaël Carrédbus fixes
2011-05-19 Rafaël Carrédbus: fix introspection data of SetPosition
2011-05-19 Rafaël Carréfix memory leak
2011-05-19 Mirsal Ennaimedbus: Fix the TrackList interface's introspection data
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-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-04 Rémi Denis-CourmontRename vlc_key_t to vlc_action_t
2011-04-30 Rémi Denis-CourmontRC: fix format string
2011-04-30 Rémi Denis-CourmontRC: fix warning
2011-04-29 Rémi Denis-Courmonthotkeys: remove ineffective config save
2011-04-22 Can Wuhotkey: code ACTION_RATE_NORMAL like similar functions
2011-04-22 Can Wuhotkey: DisplayMessage() prototype has a channel argment
2011-04-21 Jean-Baptiste KempfRemove oldhttp
2011-04-07 Rémi Denis-CourmontRemove "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2011-04-05 Rémi DuraffortDo not include vlc_fixups, config.h is already doing it.
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-04-03 Rémi DuraffortFix calloc usage.
2011-04-03 Rémi DuraffortRemove old obsolete variables.
2011-03-29 Rémi Denis-Courmontmotion: useless include
next