1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-27 04:21:53 +02:00
vlc/doc
Erwan Tulou 81717b48cd skins2: implement a new 'focus' attribute for text control
Up to now, text control could but be focusable, and this focus was used
to scroll text, should it be too long for full display.

From a user viewpoint, this behavior is often counterintuitive :
 - Most of the time, the control is designed to fit the text anyway, and
   scrolling is not expected.
 - On the other hand, an underlying control may be used to move the window
   (for instance, the title bar), and a text control is expected not to
   interact in this endeavor. Same goes for popupmenu, that is expected
   to work if one happens to right-click on a text control.

This patch adds a 'focus' attribute to the text control, and leave it to the
skins developper to decide which behavior is most desirable on a per-control
basis. focus still defaults to true to maintain skins current behavior.
2010-12-11 15:24:33 +01:00
..
libvlc libVLC examples, from GCI work 2010-12-08 21:24:22 +01:00
lirc add_key: remove callback parameter 2010-10-22 21:10:56 +03:00
mad * Spelling fixes. 2004-08-28 11:29:48 +00:00
skins skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
subtitles minor corrections 2006-02-06 15:30:30 +00:00
.gitignore Add make doc and fix Doxygen from top_builddir 2008-08-13 19:05:33 +03:00
bugreport-howto.txt * Bug report howto is a online document. 2004-06-18 19:20:34 +00:00
demo.sh demo.sh: remove OpenGL effects 2010-02-10 00:06:40 +02:00
doc_helper.sh doc_helper: must be executable, fix Doxygen 2010-11-20 12:21:20 +02:00
Doxyfile.in Doxyfile: update to version 1.7.1 2010-11-20 12:17:01 +02:00
Doxyfile.skins2 Produce include graphs. 2006-01-06 09:37:13 +00:00
fortunes.txt Fortunes, smoking in the morning and JS 2010-11-12 11:41:27 +01:00
intf-vcd.txt implement some minimum size of wx interface at all times. closes ticket #360. 2005-11-21 03:15:46 +00:00
Makefile.am doc: fix compilation 2010-02-10 02:10:14 +01:00
release-howto.txt Doc: make it more clear how to sign the updates files 2010-11-28 22:07:35 +01:00
strings.txt Deprecate old docs 2005-06-18 10:31:42 +00:00
transforms.py doc/transforms.py: whrandom is deprecated since python 2.1 2010-07-07 20:53:05 +02:00
translations.txt Deprecate old docs 2005-06-18 10:31:42 +00:00
vlc-config.1 Fix man page syntax errors 2008-08-22 19:53:43 +02:00
vlc-wrapper.1 Typo 2010-01-08 19:26:20 +00:00
vlc.1 Small fixes on the man page 2008-09-02 23:03:52 +01:00
vlm.txt Updates old documentation a bit 2006-11-20 05:28:45 +00:00