1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Go to file
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
autotools Update gettext files 2010-07-21 23:04:56 +03:00
bin Remove useless #includes 2010-10-31 11:12:20 +02:00
bindings s/informations/information/ 2010-07-28 21:33:51 +02:00
compat tsearch functions: check for the presence of search.h and replace tdestroy. 2010-12-07 14:37:16 +01:00
doc skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
extras Contribs: fix MPC target 2010-12-08 22:56:49 +01:00
include Fix make check. 2010-12-07 17:37:27 +01:00
libs Remove my old email address 2009-12-13 18:16:50 +02:00
m4 Update gettext files 2010-07-21 23:04:56 +03:00
modules skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
po Sepia video filter 2010-12-11 03:04:55 +02:00
projects/macosx MobileVLCKit: remove mmap access in Aggregate 2010-11-29 13:02:29 +01:00
share skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
src httpd: gracefully handle too large request bodies 2010-12-11 00:58:18 +01:00
test test/modules/stream_filter/httplive: script for traffic shaping 2010-11-26 16:54:31 +01:00
.gitattributes
.gitignore Fix typo. 2010-11-15 19:21:31 +01:00
.gitmodules Use gitorious for phonon-vlc, so we don't have 2 forks around. 2010-03-15 10:35:51 +01:00
AUTHORS Add Lithuanian translator 2010-11-08 23:17:36 +00:00
bootstrap Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
configure.ac Added C64 sid demux module 2010-12-11 03:07:22 +02:00
COPYING
HACKING Get rid of ligcrypt M4 macros 2009-10-06 22:44:53 +03:00
INSTALL Remove unmaintained BeOS support 2010-10-31 13:42:58 +02:00
INSTALL.win32 Update slightly INSTALL.win32 2010-08-14 17:53:28 +02:00
make-alias
Makefile.am win32 package (compiled) lua scripts 2010-11-07 21:46:02 +01:00
NEWS GME is not 1.2.0 news 2010-12-11 03:13:25 +02:00
README
THANKS Added Sparkle to list of used libraries 2010-08-02 00:18:51 +02:00
vlc-config.in.in Remove the Werror stuff for good 2010-04-07 21:47:59 +03:00

README for the VLC media player
===============================

The VideoLAN web site . . . http://www.videolan.org/
Documentation . . . . . . . http://www.videolan.org/doc/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://www.videolan.org/developers/vlc.html

ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - Main VLC authors.
COPYING            - The GPL license.
ChangeLog          - The VLC ChangeLog.
HACKING            - Hacking VLC.
INSTALL            - Installation instructions.
INSTALL.win32      - Installation instructions for the Win32 version of VLC.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - All VLC contributors.
bindings/          - Bindings around LibVLC.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/contrib     - external libraries retrieving facilities for systems that
                     don't have package manager.
extras/deprecated  - Now deprecated files.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
include/           - Include files
doc/               - Miscellaneous documentation.
libs/              - libraries that we host.
po/                - languages related files.
projects/          - projects that uses libVLC such as the web browsers plugin.
share/             - Common Resources files.
src/               - VLC and libvlc source code.