Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
4a811898
Commit
4a811898
authored
Feb 13, 2009
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mozilla: Recreate toolbar pixels to a smaller size.
parent
94fb5c71
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
85 additions
and
154 deletions
+85
-154
share/mozilla/fullscreen.xpm
share/mozilla/fullscreen.xpm
+14
-23
share/mozilla/pause.xpm
share/mozilla/pause.xpm
+16
-31
share/mozilla/play.xpm
share/mozilla/play.xpm
+16
-31
share/mozilla/skip_next.xpm
share/mozilla/skip_next.xpm
+11
-20
share/mozilla/skip_previous.xpm
share/mozilla/skip_previous.xpm
+11
-20
share/mozilla/stop.xpm
share/mozilla/stop.xpm
+17
-29
No files found.
share/mozilla/fullscreen.xpm
View file @
4a811898
/* XPM */
static c
onst c
har * fullscreen_xpm[] = {
"
26 20 5
1",
static char * fullscreen_xpm[] = {
"
15 12 4
1",
" c None",
". c #999999",
"+ c #989898",
"@ c #9A9A9A",
"# c #9B9B9B",
" . . ",
"... . . ...",
" .... .... ",
" ... ... ",
" .... +.+@+.@@..# .... ",
" ................ ",
" ...............@ ",
" ................ ",
" ................ ",
" ................ ",
" ................ ",
" ................ ",
" ................ ",
" ................ ",
" ................ ",
" .... .@+....@.@ .... ",
" ... ... ",
" .... .... ",
"... . . ...",
" . . "};
". +",
" .+ +. ",
" +. +.+@.@ .. ",
" ...+.+++. ",
" +........ ",
" +........ ",
" +........ ",
" +........ ",
" ..+..+++. ",
" +. @+... .. ",
" +. .+ ",
". ."};
share/mozilla/pause.xpm
View file @
4a811898
/* XPM */
static c
onst c
har * pause_xpm[] = {
"
33 27
3 1",
"
+
c None",
static char * pause_xpm[] = {
"
15 12
3 1",
"
c None",
". c #999999",
"* c #FFFFFF",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++.............",
".............+++++++............."};
"+ c #989898",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++....",
".....+ ++...."};
share/mozilla/play.xpm
View file @
4a811898
/* XPM */
static c
onst c
har * play_xpm[] = {
"
34 27
3 1",
"
+
c None",
static char * play_xpm[] = {
"
15 12
3 1",
"
c None",
". c #999999",
"* c #FFFFFF",
".+++++++++++++++++++++++++++++++++",
"....++++++++++++++++++++++++++++++",
"......++++++++++++++++++++++++++++",
".........+++++++++++++++++++++++++",
"...........+++++++++++++++++++++++",
"..............++++++++++++++++++++",
"................++++++++++++++++++",
"...................+++++++++++++++",
".....................+++++++++++++",
"........................++++++++++",
"..........................++++++++",
".............................+++++",
"...............................+++",
".................................+",
"...............................+++",
".............................+++++",
"..........................++++++++",
"........................++++++++++",
".....................+++++++++++++",
"...................+++++++++++++++",
"................++++++++++++++++++",
"..............++++++++++++++++++++",
"...........+++++++++++++++++++++++",
".........+++++++++++++++++++++++++",
"......++++++++++++++++++++++++++++",
"....++++++++++++++++++++++++++++++",
".+++++++++++++++++++++++++++++++++"};
"+ c #989898",
". ",
"..+ ",
".+++.. ",
"....++.. ",
"........+.. ",
".........++++ ",
".........+.... ",
".......+...+ ",
".......++ ",
"...+.++ ",
"..+.+ ",
"++ "};
share/mozilla/skip_next.xpm
View file @
4a811898
/* XPM */
static c
onst c
har * skip_next_xpm[] = {
"
30 18
2 1",
static char * skip_next_xpm[] = {
"
15 9
2 1",
" c None",
". c #999999",
". . ..",
".. .. ..",
".... .... ..",
"..... ...... ..",
"....... ....... ..",
"......... ......... ..",
".......... .......... ..",
"............ ............ ..",
"............. ................",
"............. ............. ..",
"............ ............ ..",
".......... .......... ..",
"......... ......... ..",
"....... ....... ..",
"...... ..... ..",
".... .... ..",
".. .. ..",
". . .."};
". . .",
".. ... .",
".... .... .",
"...... ...... .",
"...............",
"...... ...... .",
".... .... .",
"... .. .",
". . ."};
share/mozilla/skip_previous.xpm
View file @
4a811898
/* XPM */
static c
onst c
har * skip_previous_xpm[] = {
"
30 18
2 1",
static char * skip_previous_xpm[] = {
"
15 9
2 1",
" c None",
". c #999999",
".. . .",
".. .. ..",
".. .... ....",
".. ...... ......",
".. ....... .......",
".. ......... .........",
".. .......... ..........",
".. ............ ............",
".. ............. .............",
".. ............. .............",
".. ............ ............",
".. .......... ..........",
".. ......... .........",
".. ....... .......",
".. ...... ......",
".. .... ....",
".. .. ..",
".. . ."};
". . .",
". ... ...",
". .... ....",
". ...... ......",
"...............",
". ...... ......",
". .... ....",
". ... ...",
". . ."};
share/mozilla/stop.xpm
View file @
4a811898
/* XPM */
static c
onst char * fs_
stop_xpm[] = {
"
27 27
2 1",
static c
har *
stop_xpm[] = {
"
15 15
2 1",
" c None",
". c #999999",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"...........................",
"..........................."};
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"...............",
"..............."};
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