Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
221ec369
Commit
221ec369
authored
Mar 18, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some comments and 'fix' display if the mosaic's width is larger than 600px.
parent
70e482ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
share/http/dialogs/mosaic
share/http/dialogs/mosaic
+4
-2
No files found.
share/http/dialogs/mosaic
View file @
221ec369
...
...
@@ -27,7 +27,7 @@ This dialog needs the following dialogs to be fully functional: input and
sout.
<vlc
id=
"end"
/>
<div
id=
"mosaic"
class=
"dialog"
>
<div
id=
"mosaic"
class=
"dialog"
style=
"overflow:visible;"
>
<div
class=
"title"
>
VLC media player - Mosaic wizard
<button
id=
"btn_toggle_text"
onclick=
"toggle_btn_text();"
>
...
...
@@ -98,9 +98,11 @@ sout.
Click on each of the cells to assign inputs. (
<a
href=
"javascript:document.getElementById('mosaic_list').value='';show('mosaic_list');"
>
Show input list
</a>
)
</div>
<div
id=
"mosaic_layout"
class=
"mosaic_bg"
></div>
<textarea
id=
"mosaic_code"
cols=
"80"
rows=
"30"
></textarea>
<div
class=
"controls"
>
<input
type=
"button"
value=
"Let's go!"
onclick=
"mosaic_batch(document.getElementById('mosaic_code').value);"
/>
<input
type=
"button"
value=
"Stop"
onclick=
"mosaic_stop()"
/>
<br/><br/>
Edit the following VLM command batch if you want to fine tune your mosaic settings:
</div>
<textarea
id=
"mosaic_code"
cols=
"80"
rows=
"30"
></textarea>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment