]> git.sesse.net Git - vlc/history - modules/control/gestures.c
Fix memleak in gesture module.
[vlc] / modules / control / gestures.c
2008-08-01 Rémi DuraffortFix memleak in gesture module.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-28 Rafaël Carrécontrol/*: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-03-25 Pierre d'HerbemontGestures: Fix two dead locks when changing audio track...
2007-03-25 Pierre d'HerbemontGestures: The break statement here refers to the local...
2007-03-25 Pierre d'HerbemontGestures: Really remove unwanted commit. (Oops).
2007-03-25 Pierre d'HerbemontGestures: Remove unwanted commit.
2007-03-25 Pierre d'HerbemontGestures: no need to retain p_playlist longer than...
2007-03-25 Pierre d'HerbemontGestures: Make sure we that p_playlist is valid, and...
2007-03-25 Pierre d'HerbemontGestures: Obtain the p_input associated with the p_play...
2007-03-24 Jean-Baptiste KempfNew gestures actions.
2007-03-24 Pierre d'HerbemontGestures: Make sure we follow the locking strategy...
2007-03-24 Pierre d'HerbemontGestures: Defines p_intf->change_lock rules, and apply...
2007-03-24 Pierre d'HerbemontGestures: Fix typo in comment.
2007-03-24 Pierre d'HerbemontGestures: Make sure p_intf->p_sys->p_input gets released.
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-30 Clément Stenac2nd control review (except telnet)
2006-03-29 Antoine CellerierFix typos. Thanks to tumu
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-01-12 Antoine CellerierFSF address change.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-09-09 Gildas Bazin* modules/control/gestures.c: compilation fix.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-01-25 Anil Daoud* string review.
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-06-22 Sigmund Augdal Helbergturned a debug message into a comment
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-08 Sigmund Augdal Helbergadded a down, right gesture to quit vlc and an up,...
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-09 Sigmund Augdal Helberg *: a new mouse gestures interface, currently supportin...