Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e955c93c
Commit
e955c93c
authored
Jun 13, 2006
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* code and GUI improvements
parent
7d92213a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
90 additions
and
150 deletions
+90
-150
extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
...s/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
+3
-3
extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
+3
-3
extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
...OSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
+0
-0
modules/gui/macosx/sfilters.h
modules/gui/macosx/sfilters.h
+4
-4
modules/gui/macosx/sfilters.m
modules/gui/macosx/sfilters.m
+80
-140
No files found.
extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib
View file @
e955c93c
...
...
@@ -13,7 +13,7 @@
"o_logo_opaque_lbl" = id;
"o_logo_opaque_sld" = id;
"o_logo_pos_lbl" = id;
"o_logo_pos_r
el_pop
" = id;
"o_logo_pos_r
adio
" = id;
"o_marq_color_lbl" = id;
"o_marq_color_pop" = id;
"o_marq_enabled_ckb" = id;
...
...
@@ -22,7 +22,7 @@
"o_marq_opaque_lbl" = id;
"o_marq_opaque_sld" = id;
"o_marq_pos_lbl" = id;
"o_marq_pos_r
el_pop
" = id;
"o_marq_pos_r
adio
" = id;
"o_marq_size_inPx_lbl" = id;
"o_marq_size_lbl" = id;
"o_marq_size_pop" = id;
...
...
@@ -38,7 +38,7 @@
"o_time_opaque_lbl" = id;
"o_time_opaque_sld" = id;
"o_time_pos_lbl" = id;
"o_time_pos_r
el_pop
" = id;
"o_time_pos_r
adio
" = id;
"o_time_size_inPx_lbl" = id;
"o_time_size_lbl" = id;
"o_time_size_pop" = id;
...
...
extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib
View file @
e955c93c
...
...
@@ -3,14 +3,14 @@
<plist
version=
"1.0"
>
<dict>
<key>
IBDocumentLocation
</key>
<string>
6
9 67
356 240 0 0 1440 878
</string>
<string>
6
3 19
356 240 0 0 1440 878
</string>
<key>
IBFramework Version
</key>
<string>
4
37.0
</string>
<string>
4
46.1
</string>
<key>
IBOpenObjects
</key>
<array>
<integer>
5
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
8
F46
</string>
<string>
8
I127
</string>
</dict>
</plist>
extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib
View file @
e955c93c
No preview for this file type
modules/gui/macosx/sfilters.h
View file @
e955c93c
...
...
@@ -2,7 +2,7 @@
* sfilter.h: MacOS X Subpicture filters dialogue
*****************************************************************************
* Copyright (C) 2005-2006 the VideoLAN team
* $Id
:
$
* $Id$
*
* Authors: Felix Kühne <fkuehne@users.sf.net>
*
...
...
@@ -39,7 +39,7 @@
IBOutlet
id
o_logo_opaque_lbl
;
IBOutlet
id
o_logo_opaque_sld
;
IBOutlet
id
o_logo_pos_lbl
;
IBOutlet
id
o_logo_pos_r
el_pop
;
IBOutlet
id
o_logo_pos_r
adio
;
/* marquee section */
IBOutlet
id
o_marq_enabled_ckb
;
...
...
@@ -50,7 +50,7 @@
IBOutlet
id
o_marq_opaque_lbl
;
IBOutlet
id
o_marq_opaque_sld
;
IBOutlet
id
o_marq_pos_lbl
;
IBOutlet
id
o_marq_pos_r
el_pop
;
IBOutlet
id
o_marq_pos_r
adio
;
IBOutlet
id
o_marq_size_inPx_lbl
;
IBOutlet
id
o_marq_size_lbl
;
IBOutlet
id
o_marq_size_pop
;
...
...
@@ -65,7 +65,7 @@
IBOutlet
id
o_time_opaque_lbl
;
IBOutlet
id
o_time_opaque_sld
;
IBOutlet
id
o_time_pos_lbl
;
IBOutlet
id
o_time_pos_r
el_pop
;
IBOutlet
id
o_time_pos_r
adio
;
IBOutlet
id
o_time_size_inPx_lbl
;
IBOutlet
id
o_time_size_lbl
;
IBOutlet
id
o_time_size_pop
;
...
...
modules/gui/macosx/sfilters.m
View file @
e955c93c
This diff is collapsed.
Click to expand it.
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