John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +01:00 |
Kerem Seyhan
|
4ac2dedefa
|
Added mouse forward and back button actions.
|
2018-08-14 17:09:55 +01:00 |
John Maguire
|
9929450cc2
|
Revert "Hide TrackSliderPopup on exit from popup"
This reverts commit f629d37315 .
|
2018-02-24 22:35:40 +00:00 |
Antonio Russo
|
f629d37315
|
Hide TrackSliderPopup on exit from popup
The previous behavior exited on leaving TrackSliderSlider,
which causes the popup to flicker, as it is shown and
hidden rapidly.
|
2018-02-24 17:16:51 +00:00 |
narunlifescience
|
e1657ab2e8
|
Mouse wheel track slider Seeking
event accept
make format
|
2015-11-09 08:14:38 -06:00 |
Eduardo Sánchez Muñoz
|
11b61c2a67
|
Use Player::SeekForward() and Player::SeekBackward() to handle seeking with arrow keys.
|
2015-07-02 14:59:30 +02:00 |
Eduardo Sánchez Muñoz
|
758444de5f
|
Make seeking with keys behaviour consistent.
|
2015-07-02 13:54:11 +02:00 |
John Maguire
|
192b60d965
|
Use nullptr as parent parameter default everywhere
|
2014-02-10 16:03:54 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
David Sansome
|
a39cccd059
|
Update the track slider popup delta time when the track position changes.
|
2011-02-21 22:25:04 +00:00 |
David Sansome
|
fbbd4d4b27
|
Add a picker to the seek slider. Fixes issue #1050
|
2010-12-27 16:34:00 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
1aee5e4667
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |