- Mar 27, 2015
-
-
Thomas Nigro authored
-
- Mar 26, 2015
-
-
Thomas Nigro authored
-
- Mar 25, 2015
-
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
- Mar 24, 2015
-
-
(cherry picked from commit 9b399033) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 98896fb3) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 8faf72d6) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 5c7c4938) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit 6d38672e) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit b0e244e3) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
(cherry picked from commit e0d66db3) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
-
Thomas Nigro authored
-
(cherry picked from commit 5e01bc61) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Mar 23, 2015
-
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
If we don't do that, the documentation says we can't enable Background Audio.
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
If we play a video with MF and then with VLC, the OnStopped event can be called from MF after we already set _playerEngine = VLC So we thought we had to unregister the events of VLCservice, which is wrong because we had to unregister those from MFService. This patch fixes this bug
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
-
Thomas Nigro authored
FocusTextBox is a simple TextBox control. However, when the user write something in the TextBox, it's also listened by the KeyboardListenerService, which believes the user is entering a keyboard shortcut. With FocusTextBox we prevent this behaviour. Therefore all future patches should use FocusTextBox instead of TextBox.
-