]> git.sesse.net Git - vlc/history - modules/control
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / control /
2009-12-30 Rémi Denis-Courmonttelnet: use var_Inherit
2009-12-30 Rémi Denis-CourmontRemote Control: use var_Inherit
2009-12-30 Rémi Denis-CourmontNT service: use var_Inherit
2009-12-30 Rémi Denis-CourmontNetsync: use var_Inherit
2009-12-30 Rémi Denis-Courmontmotion interface: use var_Inherit
2009-12-30 Rémi Denis-CourmontHTTP interface: kill config_Get
2009-12-30 Rémi Denis-Courmonthotkeys: user var_Inherit (partial)
2009-12-30 Rémi Denis-Courmontgestures: use var_Inherit
2009-12-30 Rémi Denis-CourmontRemote Control: use vlc_GetActionId
2009-12-28 Antoine CellerierUse action id in lirc. (Untested)
2009-12-28 Rémi Duraffortlirc: clean up.
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Laurent AimarFixed fine rate control (hotkeys).
2009-12-16 Jean-Baptiste KempfCheck asprintf return
2009-12-08 Rémi Denis-Courmontsignals: ignore SIGHUP if its handler is SIG_IGN
2009-12-08 Rémi Duraffortfix doxygen documentation.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-04 Jean-Baptiste KempfHotkeys: add missing break in switch
2009-12-02 Rafaël Carrérc: make sure return value is set
2009-12-01 Erwan Tulourc module: fix snapshot command
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-20 Rémi Duraffortrc: add some more statistics.
2009-11-17 JP DingerKill a few warnings about unchecked asprintf() return...
2009-11-13 Rémi Duraffortrc: simplify and make one test usefull.
2009-11-03 Rémi Denis-CourmontXCB global hotkeys: fix X11 connection failure handling
2009-10-26 Rémi Duraffortcontroles: use var_Get* and var_ToggleBool when applicable.
2009-10-19 Rémi Denis-CourmontMaemo: use left button by default for gestures (not...
2009-10-17 Rémi Denis-CourmontHTTPd: stat -> utf8_stat
2009-10-15 Rémi Duraffortlirc: we don't need to keep the name of the file in...
2009-10-09 Rafaël Carréglobalhotkeys xcb : fix modifiers with xcb-keysyms...
2009-10-09 Rafaël Carréremove debug left over in [b3a591d0]
2009-10-08 Laurent AimarFixed globalhotkeys compilation with old xcb version.
2009-10-07 Rafaël CarréRevert "dbus control: event based message notification"
2009-10-07 Rémi Denis-CourmontCompile fix
2009-10-07 Rafaël Carrédbus control: event based message notification
2009-10-07 Rafaël Carréglobalhotkeys : use new xcb-util API (>= 0.3.4)
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-10-07 Rafaël Carréglobalhotkeys/xcb.c : cosmetics, make all lines fit...
2009-10-07 Rafaël Carréglobalhotkeys/xcb.c : fix warnings
2009-10-05 Laurent AimarUpdated hotkeys after deinterlace changes.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-02 Rémi Duraffortadd_string wants a string.
2009-08-26 Pierre d'HerbemontRevert "signals: Remove a false warning about no return...
2009-08-25 Pierre d'Herbemonttelnet: Don't use pause() on Win32.
2009-08-25 Pierre d'Herbemontsignals: Remove a false warning about no return value.
2009-08-25 Jean-Baptiste KempfFix compilation of Win32 global hotkeys
2009-08-25 Rémi Denis-Courmonttelnet: don't call msleep(1000) on poll() error
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Jean-Baptiste KempfRC: kill warnings
2009-08-21 Rémi Denis-CourmontRevert "signals: Return NULL at SigThread end."
2009-08-20 Pierre d'Herbemonthttp: Don't compare unsigned directly and factorize.
2009-08-20 Pierre d'Herbemontsignals: Return NULL at SigThread end.
2009-08-20 Pierre d'Herbemontmotion: We really want an assignation here. Put parenth...
2009-08-20 Pierre d'Herbemontrc: Flag unused params.
2009-08-20 Pierre d'Herbemonthttp: Flag unused args.
2009-08-20 Jean-Baptiste KempfKill misc warnings
2009-08-19 Jean-Baptiste KempfGlobal Hotkeys: simplify and clean code
2009-08-19 Jean-Baptiste KempfPort GlobalHotkeys to the correct SetWindowLongPtr API
2009-08-12 Laurent AimarFixed RC deadlocks on input events.
2009-08-12 Jean-Baptiste KempfRemove the ShowIntf module. It doesn't make sense when...
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-04 Andy CheneeRC: add frame-by-frame function
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-15 Rémi Duraffortrc: no need to strdup the value returned by var_GetString.
2009-07-11 Rémi Denis-CourmontReally handle sigwait() errors
2009-07-11 Rémi Denis-CourmontRevert "Handle EINTR from sigwait"
2009-07-11 Rémi Denis-CourmontHandle EINTR from sigwait
2009-07-10 Sigmund AugdalMake the dbus plugin not sleep unless the event queue...
2009-07-09 Rémi Denis-CourmontDBus: set volume on playlist
2009-07-09 Rémi Denis-CourmontRC: big cleanup
2009-07-09 Rémi Denis-CourmontHTTP: set volume on playlist
2009-07-09 Rémi Denis-Courmonthotkeys: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontgestures: change volume on playlist rather than interface
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-07-09 Rémi Denis-CourmontCode factorization
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-25 Rémi Denis-CourmontProcess key action immediately, kill the hotkey thread
2009-06-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-21 Rémi DuraffortSimplification.
2009-06-19 Derk-Jan Hartmanhttp interface: strdup memleaks
2009-06-19 Rémi DuraffortFix memleak.
2009-06-19 Rémi DuraffortDon't print the password in the logs (even debug ones).
2009-06-15 Jean-Paul Samanhotkeys: remove unused members of p_sys
2009-06-05 Derk-Jan Hartmanrc: header inclusion fix
2009-06-05 Derk-Jan HartmanConvert some uses of key-pressed to key-action.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-29 Rafaël Carrédbus : fix a deadlock with p_events array
2009-05-29 Sigmund Augdaldbus: Fix an integer overflow when seeking more than...
next