root/modules/control/gestures.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @d228fdd28ef03b992c97af16cb842acd7c879831 [d228fdd28ef03b992c97af16cb842acd7c879831] 27/09/08 19:12:39 Pierre d'Herbemont <pdherbemont@videolan.org> playlist: Move more members as private.
(edit) @ba6501f3084682844e7ee87bad3986bced5f3652 [ba6501f3084682844e7ee87bad3986bced5f3652] 20/09/08 22:28:40 Antoine Cellerier <dionoea@videolan.org> s/pl_Yield/pl_Hold/
(edit) @7060dbb9a2337bbe05e2be96a22a5282c722d2a7 [7060dbb9a2337bbe05e2be96a22a5282c722d2a7] 20/09/08 22:28:33 Antoine Cellerier <dionoea@videolan.org> s/vlc_object_yield/vlc_object_release/ As discussed on IRC. Yield was …
(edit) @36aca393c55082aab87d0564e225305da24e6e52 [36aca393c55082aab87d0564e225305da24e6e52] 14/09/08 10:14:24 Rémi Denis-Courmont <rdenis@simphalempin.com> Remove intf_ShouldDie libvlc kills the interfaces when it dies anyway.
(edit) @1cfa87702e2c683698f42ea63a615a915e162577 [1cfa87702e2c683698f42ea63a615a915e162577] 03/09/08 21:46:22 Rémi Denis-Courmont <rdenis@simphalempin.com> Pull cancellation into (most) remaining interfaces
(edit) @981577922c4384c7cd349217e49e75a658fd5882 [981577922c4384c7cd349217e49e75a658fd5882] 01/08/08 16:16:33 Rémi Duraffort <ivoire@videolan.org> Fix memleak in gesture module.
(edit) @00b95848260cd44f140a05da8aa5baf13580e2d3 [00b95848260cd44f140a05da8aa5baf13580e2d3] 05/07/08 13:55:16 Rémi Denis-Courmont <rdenis@simphalempin.com> modules: use vlc_object_alive()
(edit) @fd6294273ec43243abac97dd11b4fca1cd4f0257 [fd6294273ec43243abac97dd11b4fca1cd4f0257] 13/06/08 09:48:38 Felix Paul Kühne <fkuehne@videolan.org> Replaced a certain amount of vlc_object_find by pl_Yield Great news: …
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 31/05/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @5e15258c9ef28558fe2abc941fc1527e02b04c21 [5e15258c9ef28558fe2abc941fc1527e02b04c21] 27/05/08 21:16:52 Rémi Denis-Courmont <rem@videolan.org> A lot of missing const in options lists
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 21/05/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @630076053112b47b2f6279b1e67a4031d2ca45b2 [630076053112b47b2f6279b1e67a4031d2ca45b2] 08/05/08 18:23:43 Rémi Denis-Courmont <rem@videolan.org> Remove E_()
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 08/05/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 14/04/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @70ac3d928c9437f704f6130f67db50678661c089 [70ac3d928c9437f704f6130f67db50678661c089] 28/01/08 18:24:41 Rafaël Carré <funman@videolan.org> control/*: fix warnings rc.c: disable update code
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 23/01/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 10/09/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @e40d134c69b144327fd1d2001e8b85640f5c7cb9 [e40d134c69b144327fd1d2001e8b85640f5c7cb9] 20/08/07 21:10:23 Rémi Denis-Courmont <rem@videolan.org> Remove _GNU_SOURCE and string.h too
(edit) @81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 [81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808] 20/08/07 21:08:22 Rémi Denis-Courmont <rem@videolan.org> Remove stdlib.h
(edit) @9025fab9931ecc35fe247b0a63d0cea166dee88d [9025fab9931ecc35fe247b0a63d0cea166dee88d] 19/05/07 22:03:26 Rémi Denis-Courmont <rem@videolan.org> Use vlc_object_kill(). Needs triple checking. This also seems to make the …
(edit) @5f6ded0ebde824d4f8eb45ea6e0ef0695f2ea612 [5f6ded0ebde824d4f8eb45ea6e0ef0695f2ea612] 25/03/07 16:47:41 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Fix two dead locks when changing audio track and subtitle track …
(edit) @8a95ee2845d8481ea4f8eef56707afb222f18b92 [8a95ee2845d8481ea4f8eef56707afb222f18b92] 25/03/07 16:22:47 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: The break statement here refers to the local for. Don't release …
(edit) @a5e5d59b09e881f9ef05577f18875f1e27208480 [a5e5d59b09e881f9ef05577f18875f1e27208480] 25/03/07 14:16:55 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Really remove unwanted commit. (Oops).
(edit) @b2da51e41094c181ae1402972d4b02a5df98937c [b2da51e41094c181ae1402972d4b02a5df98937c] 25/03/07 14:15:08 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Remove unwanted commit.
(edit) @a178e86293a60fa787799adc8b0922722b829f47 [a178e86293a60fa787799adc8b0922722b829f47] 25/03/07 14:11:12 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: no need to retain p_playlist longer than really needed.
(edit) @6b20068d18546e2abae3099a40b0187268ce7030 [6b20068d18546e2abae3099a40b0187268ce7030] 25/03/07 14:08:36 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Make sure we that p_playlist is valid, and correctly release …
(edit) @1914caa52af9351e0e190933dd7622eee0aadaf4 [1914caa52af9351e0e190933dd7622eee0aadaf4] 25/03/07 13:50:26 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Obtain the p_input associated with the p_playlist when needed.
(edit) @619f831bebde76ee6582262ac75be923b82615ee [619f831bebde76ee6582262ac75be923b82615ee] 24/03/07 23:32:55 Jean-Baptiste Kempf <jb@videolan.org> New gestures actions.
(edit) @b3704c1e8d8b62e7f811ee8f5c39098261edc4a4 [b3704c1e8d8b62e7f811ee8f5c39098261edc4a4] 24/03/07 23:21:08 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Make sure we follow the locking strategy established in [19436].
(edit) @616df9fe89ce6ad8dffaeb774a2df094f84b2b3e [616df9fe89ce6ad8dffaeb774a2df094f84b2b3e] 24/03/07 22:33:30 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Defines p_intf->change_lock rules, and apply them.
(edit) @ae17ca1d594d29486fea5b8e3dab8ba4d12f2e7c [ae17ca1d594d29486fea5b8e3dab8ba4d12f2e7c] 24/03/07 21:57:23 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Fix typo in comment.
(edit) @38257d397f05d6c4fe10908394a3ba2ae81c0b05 [38257d397f05d6c4fe10908394a3ba2ae81c0b05] 24/03/07 21:52:12 Pierre d'Herbemont <pdherbemont@videolan.org> Gestures: Make sure p_intf->p_sys->p_input gets released.
(edit) @80fde19dfe7b9e5875e0f891fe29aa0f6c0ec82e [80fde19dfe7b9e5875e0f891fe29aa0f6c0ec82e] 24/12/06 15:18:21 Clément Stenac <zorglub@videolan.org> More cleanup
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 26/11/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @a06213d7f406c886dba790418ef8cca43d7ad140 [a06213d7f406c886dba790418ef8cca43d7ad140] 24/09/06 11:34:57 Clément Stenac <zorglub@videolan.org> * Get rid of the Manager thread by making blocking interfaces listen to …
(edit) @f485214f09dd284cbb85674e937fbbb0a6032a2e [f485214f09dd284cbb85674e937fbbb0a6032a2e] 15/09/06 16:31:51 Clément Stenac <zorglub@videolan.org> For consistency, remove references to vlc from libvlc Also, make it …
(edit) @77439e5c5f00ec304dfb74ee3270f98d03ba7720 [77439e5c5f00ec304dfb74ee3270f98d03ba7720] 30/03/06 17:46:31 Clément Stenac <zorglub@videolan.org> 2nd control review (except telnet)
(edit) @f70d799479ff6e84829a2ca571e03183433ed264 [f70d799479ff6e84829a2ca571e03183433ed264] 29/03/06 18:56:20 Antoine Cellerier <dionoea@videolan.org> Fix typos. Thanks to tumu
(edit) @8c7445b746f74d15a342aefee1298144bdd001df [8c7445b746f74d15a342aefee1298144bdd001df] 29/03/06 17:03:17 Antoine Cellerier <dionoea@videolan.org> Control interfaces first string review.
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 13/01/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @f60b4c79acaf0412280672f83677a96e74dacb65 [f60b4c79acaf0412280672f83677a96e74dacb65] 15/10/05 15:23:08 Sigmund Augdal Helberg <sigmunau@videolan.org> all: updated my name and e-mail address AUTHORS: updated my entry
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 09/07/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 08/07/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @ba9826cacf6f17a741a88e9346a6cd674d7f0e29 [ba9826cacf6f17a741a88e9346a6cd674d7f0e29] 03/03/05 07:58:04 Clément Stenac <zorglub@videolan.org> Preferences consistency fixes by Christophe Mutricy <xtophe at …
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 11/12/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @7b40798c48123d3849320598046b8daf45e62e21 [7b40798c48123d3849320598046b8daf45e62e21] 09/09/04 16:02:24 Gildas Bazin <gbazin@videolan.org> * modules/control/gestures.c: compilation fix.
(edit) @1b834a3623fd5f845bc628448337a6e3c3355d96 [1b834a3623fd5f845bc628448337a6e3c3355d96] 22/06/04 21:34:01 Laurent Aimar <fenrir@videolan.org> * all: rework of the input.
(edit) @59bd8e1485711d3f9eb1e927303f4d1ed9527a28 [59bd8e1485711d3f9eb1e927303f4d1ed9527a28] 25/01/04 17:17:04 Anil Daoud <anil@videolan.org> * string review.
(edit) @e53ac062b4ad2228ce69d11c481a0f0f17368159 [e53ac062b4ad2228ce69d11c481a0f0f17368159] 05/11/03 01:39:17 Gildas Bazin <gbazin@videolan.org> * include/configuration.h: some small re-work of the config declaration …
(edit) @0fb99cd548417d0787c8dbc230c9964c4dc0ebd5 [0fb99cd548417d0787c8dbc230c9964c4dc0ebd5] 22/06/03 15:27:41 Sigmund Augdal Helberg <sigmunau@videolan.org> turned a debug message into a comment
(edit) @a1e813777408263806ec177c14eedcfe871d6160 [a1e813777408263806ec177c14eedcfe871d6160] 30/03/03 20:14:39 Gildas Bazin <gbazin@videolan.org> * modules/*: sanitization of the modules description strings.
(edit) @6c1d00ed78efe4029b67d179bb6871c924f98129 [6c1d00ed78efe4029b67d179bb6871c924f98129] 08/03/03 02:55:28 Sigmund Augdal Helberg <sigmunau@videolan.org> added a down, right gesture to quit vlc and an up, right gesture that …
(edit) @5a13b475ceef886157d0d87decab17a3b0e354f8 [5a13b475ceef886157d0d87decab17a3b0e354f8] 20/02/03 02:52:47 Sigmund Augdal Helberg <sigmunau@videolan.org> * include/configuration.h: added a new flag to the configuration stucture …
(edit) @3dcb1349a93e8dc6f62d59ba457161483e955c7e [3dcb1349a93e8dc6f62d59ba457161483e955c7e] 10/02/03 00:42:06 Sigmund Augdal Helberg <sigmunau@videolan.org> *: a new mouse gestures interface, currently supporting back, forward, …
Note: See TracRevisionLog for help on using the revision log.