[vlc-commits] skins2: drap&drop enhancement

Erwan Tulou git at videolan.org
Mon Jun 6 22:18:17 CEST 2011


vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Tue May 17 16:25:47 2011 +0200| [1653a66d281fe2822356865780017800983f4b24] | committer: Erwan Tulou

skins2: drap&drop enhancement

Pass drap&drop coordinates over to visual controls.
This feature will be used to allow users to finely insert items in the
playtree control instead of just appending them at the end.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1653a66d281fe2822356865780017800983f4b24
---

 modules/gui/skins2/Modules.am               |    1 +
 modules/gui/skins2/events/evt_dragndrop.hpp |   91 +++++++++++++++++++++++++++
 modules/gui/skins2/src/generic_window.hpp   |   13 ++++
 modules/gui/skins2/src/top_window.cpp       |   69 ++++++++++++++++++++-
 modules/gui/skins2/src/top_window.hpp       |    7 ++
 modules/gui/skins2/win32/win32_dragdrop.cpp |   38 ++++++++---
 modules/gui/skins2/win32/win32_dragdrop.hpp |    7 ++-
 modules/gui/skins2/win32/win32_window.cpp   |    4 +-
 modules/gui/skins2/x11/x11_dragdrop.cpp     |   49 ++++++++++-----
 modules/gui/skins2/x11/x11_dragdrop.hpp     |    8 ++-
 modules/gui/skins2/x11/x11_window.cpp       |   10 +--
 11 files changed, 257 insertions(+), 40 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1653a66d281fe2822356865780017800983f4b24


More information about the vlc-commits mailing list