1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

68 Commits

Author SHA1 Message Date
Christophe Mutricy
7e6d287895 Fix DTD url 2008-10-22 22:06:00 +01:00
Olivier Teulière
62b68c2c45 doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten 2007-08-05 13:10:00 +00:00
Antoine Cellerier
6b89b49e2e Fix xml. 2007-01-29 22:27:16 +00:00
Olivier Teulière
85a39bf329 * doc/skins/skins2-howto.xml: mentions of the forum and the wiki 2007-01-28 22:24:42 +00:00
Olivier Teulière
1512fb98d9 * doc/skins/skins2-howto.xml: a few fixes 2007-01-28 20:48:10 +00:00
Antoine Cellerier
d746bc7d5c Add VLC to the keyword list (this is completely useless) 2007-01-28 20:43:57 +00:00
Olivier Teulière
09539802dc * skins2:
- new WindowID.maximize() and WindowID.unmaximize() actions
    - new WindowID.isMaximized boolean variable
    - doc updated
2007-01-28 20:37:21 +00:00
Olivier Teulière
8086b07cf0 * skins2:
- New Panel tag, allowing to group the resizing behaviour of controls
    - Documentation updated accordingly
    - Fixed a memory leak due to CtrlMove/CtrlResize objects
2007-01-28 16:49:30 +00:00
Olivier Teulière
ccd0b0463d * doc/skins/skins2-howto.xml: Fixed a mistake 2007-01-26 23:25:49 +00:00
Cyril Deguet
8c2453995b * doc about SliderBackground (forgot to commit that a long time ago...) 2006-11-11 17:58:22 +00:00
Antoine Cellerier
35b15af94a Fix error spotted by m4n_in_bl4ck in the forum. 2006-09-23 11:19:04 +00:00
Olivier Teulière
87de74a845 * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only. 2006-08-13 12:34:37 +00:00
Olivier Teulière
7a305d4177 * doc/skins/skins2-howto.xml: Updated copyright year 2006-08-10 18:26:18 +00:00
Olivier Teulière
18c84cde7f * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
nicer output
2006-08-10 17:25:30 +00:00
Olivier Teulière
dda858d436 * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
controls. When set to "true", the behaviour of the resizing is changed
   (cf. documentation). The main use for these attributes is to keep a
   a control centered in the layout (horizontally, vertically or both) without
   resizing the control.
2006-08-05 13:37:06 +00:00
Olivier Teulière
e99be2d187 * dos/skins/skins2-howto.xml: Small precision 2006-06-04 00:00:34 +00:00
Olivier Teulière
24648f43cf * modules/gui/skins2/*:
- anchors have a new "lefttop" attribute, allowing them to follow the
       border of the window when resizing
     - the resizing is now handled by the WindowManager class (to enforce the
       mediator pattern). This makes it possible to handle tricky cases,
       such as:
           window B is anchored to window A, and A is resized
           ==> B moves accordingly, and can still be anchored by other windows
2006-06-03 23:57:40 +00:00
Olivier Teulière
28bd3a4a6a * skins2: new LayoutID.isActive boolean variable 2006-05-14 22:16:59 +00:00
Olivier Teulière
dea973301c * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release 2006-05-09 21:21:50 +00:00
Clément Stenac
c7efaf7644 *popup is not in 0.8.5 2006-05-09 20:42:28 +00:00
Antoine Cellerier
1aff501d32 Forward port [15485] and [15486]. 2006-04-30 19:16:39 +00:00
Antoine Cellerier
e3aa4d0b12 Forward port [15458]. 2006-04-30 15:39:19 +00:00
Olivier Teulière
1f09d331a4 * skins2: Added the vlc.snapshot() action 2006-04-26 17:59:29 +00:00
Clément Stenac
348abac3a1 Update skins doc 2006-04-18 21:48:37 +00:00
Cyril Deguet
467472bcec * all: added a new skin text variable "$S" to get the audio sample rate
(in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
* winamp2.xml: updated the winamp2 skin
2006-04-15 16:18:59 +00:00
Antoine Cellerier
858ff0c446 Add missing itemimage attribute to playtree doc 2006-04-15 00:51:53 +00:00
Clément Stenac
e80e7b22de Document <Playtree> (Closes:#611) 2006-04-12 08:13:14 +00:00
Cyril Deguet
ef5c233752 * all: new skin text variable "$B" to get the stream bitrate
* winamp2.xml: added "kbps" info in winamp skins
2006-04-09 14:29:26 +00:00
Cyril Deguet
54d75f772b * added a new skin variable "vlc.hasVout", true when... there is a vout ! 2006-03-25 16:52:16 +00:00
Olivier Teulière
14509b0740 * doc/skins/skins2-howto.xml: Fixed typos. 2006-03-20 22:34:43 +00:00
Olivier Teulière
f11cfb7f5a * doc/skins/skins2-howto.xml: fixed a typo 2006-02-28 19:12:54 +00:00
Cyril Deguet
8183378530 * all: new skin variable "vlc.isFullscreen" (guess what it does ;) 2006-02-19 15:37:05 +00:00
Olivier Teulière
8a1c45dff8 * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
* doc/skins/skins2-howto.xml: Updated doc
2006-02-13 07:18:42 +00:00
Olivier Teulière
52c97a520b * doc/skins/skins2-howto.xml: Fixed a link 2006-02-12 21:39:09 +00:00
Olivier Teulière
2eb7e0f467 * doc/skins/skins2-howto.xml: Documented the DVD-related actions 2006-02-12 21:11:14 +00:00
Olivier Teulière
2594aeded3 * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD. 2006-01-22 11:12:33 +00:00
Olivier Teulière
80e51f195b * doc/skins/skins2-howto.xml: A few fixes and additions. 2005-12-06 20:12:34 +00:00
Cyril Deguet
57b4d37066 * several updates: animations, percent vars, equalizer... 2005-12-05 21:40:46 +00:00
Olivier Teulière
87d12b49df * share/skins2/skin.dtd: Video.autoresize defaults to true
* doc/skins/skins2-howto.xml: Added documentation for this attribute
2005-12-04 16:54:17 +00:00
Olivier Teulière
2c36625005 * doc/skins/skins2-howto.xml: Documented the new attributes of the Text
control, and fixed a few details
2005-12-01 22:30:39 +00:00
Olivier Teulière
1f47871dfa * doc/skins/skins2-howto: document the SubBitmap tag 2005-11-07 22:10:17 +00:00
Olivier Teulière
e92bf3b72c * wxwidgets/menus.cpp: Added "Open Directory" in the wx popup menu
* skins2: Added dialogs.directory() and dialogs.streamingWizard() actions
 * doc/skins/skins2-howto.xml: Updated the doc accordingly
2005-08-07 10:56:07 +00:00
Olivier Teulière
d59a067be7 * skins2: New Playlist.bgimage attribute, to specify a background image for
the Playlist control. If no image is specified (default behaviour), the
   background is filled like before, with the bgcolor1 and bgcolor2 attributes.
2005-05-14 14:39:05 +00:00
Olivier Teulière
94afe2bc0d * doc/skins/skins2-howto.xml: Always check what you write in the doc... 2005-05-14 11:14:22 +00:00
Olivier Teulière
b748424735 * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
control
2005-05-14 10:38:26 +00:00
Olivier Teulière
60b5f4b512 * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
missing in the doc
2005-05-01 11:15:42 +00:00
Olivier Teulière
070072d412 Updated skins2 doc. 2005-04-22 22:35:51 +00:00
Olivier Teulière
b88f7e6d9b * skins2: added vlc.volumeUp() and vlc.volumeDown() actions 2005-03-21 19:24:06 +00:00
Olivier Teulière
f5a7e27ab3 Dummy commit, to trigger generation of the html version of this file 2004-12-08 19:04:38 +00:00
Olivier Teulière
6276fe3bf0 Added the items specific to VLC 0.8.0 2004-11-05 20:11:21 +00:00