-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add close, hide and maximize buttons
- Loading branch information
Victor Reyes
committed
May 25, 2016
1 parent
be0eeee
commit 51d5437
Showing
15 changed files
with
661 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,42 @@ | ||
/* XPM */ | ||
static char * close_prelight_xpm[] = { | ||
"24 24 3 1", | ||
" c None", | ||
". c #2D2D2D", | ||
"+ c #DCDCDC", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........++....++........", | ||
"........+++..+++........", | ||
".........++++++.........", | ||
"..........++++..........", | ||
"..........++++..........", | ||
".........++++++.........", | ||
"........+++..+++........", | ||
"........++....++........", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................"}; | ||
static char *close_png[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"20 18 18 1 ", | ||
" c #D52835", | ||
". c #DB303C", | ||
"X c #DC313C", | ||
"o c #DC303D", | ||
"O c #DC313D", | ||
"+ c #DE3440", | ||
"@ c #DF3540", | ||
"# c #DF3541", | ||
"$ c #DF3640", | ||
"% c #DF3641", | ||
"& c #E03641", | ||
"* c #E03642", | ||
"= c #E33B45", | ||
"- c #E43B45", | ||
"; c #EE4951", | ||
": c #EE4A51", | ||
"> c #F25056", | ||
", c None", | ||
/* pixels */ | ||
",,,,,,,,,,,,,,,,,,,,", | ||
",,,,,,,,,,,,,,,,,,,,", | ||
",,,,,,,X&%o,,,,,,,,,", | ||
",,,,,$:>>>>;+,,,,,,,", | ||
",,,,->>>>>>>>=,,,,,,", | ||
",,,@>>>>>>>>>>@,,,,,", | ||
",, :>>>>>>>>>>;,,,,,", | ||
",,O>>>>>>>>>>>>.,,,,", | ||
",,*>>>>>>>>>>>>&,,,,", | ||
",,*>>>>>>>>>>>>&,,,,", | ||
",,O>>>>>>>>>>>>.,,,,", | ||
",, :>>>>>>>>>>;,,,,,", | ||
",,,#>>>>>>>>>>+,,,,,", | ||
",,,,->>>>>>>>=,,,,,,", | ||
",,,,,$:>>>>;+,,,,,,,", | ||
",,,,,,,X&%o,,,,,,,,,", | ||
",,,,,,,,,,,,,,,,,,,,", | ||
",,,,,,,,,,,,,,,,,,,," | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,34 @@ | ||
/* XPM */ | ||
static char * close_prelight_xpm[] = { | ||
"24 24 3 1", | ||
" c None", | ||
". c #2D2D2D", | ||
"+ c #888888", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........++....++........", | ||
"........+++..+++........", | ||
".........++++++.........", | ||
"..........++++..........", | ||
"..........++++..........", | ||
".........++++++.........", | ||
"........+++..+++........", | ||
"........++....++........", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................"}; | ||
static char *close_unfocused_png[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"20 18 10 1 ", | ||
" c #B4B4B4", | ||
". c gray72", | ||
"X c #B9B9B9", | ||
"o c gray73", | ||
"O c #BBBBBB", | ||
"+ c gray", | ||
"@ c #C5C5C5", | ||
"# c gray78", | ||
"$ c #C8C8C8", | ||
"% c None", | ||
/* pixels */ | ||
"%%%%%%%%%%%%%%%%%%%%", | ||
"%%%%%%%%%%%%%%%%%%%%", | ||
"%%%%%%%XOO.%%%%%%%%%", | ||
"%%%%%o@$$$$@O%%%%%%%", | ||
"%%%%+$$$$$$$#+%%%%%%", | ||
"%%%O$$$$$$$$$$O%%%%%", | ||
"%% @$$$$$$$$$$@%%%%%", | ||
"%%.$$$$$$$$$$$$.%%%%", | ||
"%%O$$$$$$$$$$$$O%%%%", | ||
"%%O$$$$$$$$$$$$O%%%%", | ||
"%%.$$$$$$$$$$$$.%%%%", | ||
"%% @$$$$$$$$$$@%%%%%", | ||
"%%%o$$$$$$$$$#o%%%%%", | ||
"%%%%+$$$$$$$#+%%%%%%", | ||
"%%%%%o@$$$$@O%%%%%%%", | ||
"%%%%%%%XOO.%%%%%%%%%", | ||
"%%%%%%%%%%%%%%%%%%%%", | ||
"%%%%%%%%%%%%%%%%%%%%" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,56 @@ | ||
/* XPM */ | ||
static char * close_prelight_xpm[] = { | ||
"24 24 3 1", | ||
" c None", | ||
". c #2D2D2D", | ||
"+ c #D64937 s active_color_1", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........++....++........", | ||
"........+++..+++........", | ||
".........++++++.........", | ||
"..........++++..........", | ||
"..........++++..........", | ||
".........++++++.........", | ||
"........+++..+++........", | ||
"........++....++........", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................"}; | ||
static char *close_focused_prelight_png[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"20 18 32 1 ", | ||
" c #A21F2C", | ||
". c #D62735", | ||
"X c #D52835", | ||
"o c #D52836", | ||
"O c #D72836", | ||
"+ c #DB313C", | ||
"@ c #DC313D", | ||
"# c #DC323D", | ||
"$ c #DD323E", | ||
"% c #DF3540", | ||
"& c #DF3541", | ||
"* c #DF3641", | ||
"= c #D53E47", | ||
"- c #D63F48", | ||
"; c #E03541", | ||
": c #E03741", | ||
"> c #E03742", | ||
", c #E13742", | ||
"< c #E43B46", | ||
"1 c #E53C47", | ||
"2 c #E53D47", | ||
"3 c #D84048", | ||
"4 c #DB424A", | ||
"5 c #DC424B", | ||
"6 c #DD434B", | ||
"7 c #E64950", | ||
"8 c #E74950", | ||
"9 c #EE4A51", | ||
"0 c #EE4A52", | ||
"q c #EF4B52", | ||
"w c #F25056", | ||
"e c None", | ||
/* pixels */ | ||
"eeeeeeeeeeeeeeeeeeee", | ||
"eeeeeeeeeeeeeeeeeeee", | ||
"eeeeeeX$>>$oeeeeeeee", | ||
"eeeee:qwwwwq*eeeeeee", | ||
"eeee2wwwwwwww1eeeeee", | ||
"eee:w75wwww48w;eeeee", | ||
"eeXqw5 -ww= 6w0.eeee", | ||
"ee$www- -= 3www#eeee", | ||
"ee,wwww- 3wwww:eeee", | ||
"ee>wwww= -wwww:eeee", | ||
"ee$www= 3- -www@eeee", | ||
"eeOqw4 3ww- 6w9oeeee", | ||
"eee*w86wwww68w%eeeee", | ||
"eeee1wwwwwwww<eeeeee", | ||
"eeeee&0wwww9%eeeeeee", | ||
"eeeeee.+::@oeeeeeeee", | ||
"eeeeeeeeeeeeeeeeeeee", | ||
"eeeeeeeeeeeeeeeeeeee" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,41 @@ | ||
/* XPM */ | ||
static char * close_prelight_xpm[] = { | ||
"24 24 3 1", | ||
" c None", | ||
". c #2D2D2D", | ||
"+ c #D64937 s active_color_1", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........++....++........", | ||
"........+++..+++........", | ||
".........++++++.........", | ||
"..........++++..........", | ||
"..........++++..........", | ||
".........++++++.........", | ||
"........+++..+++........", | ||
"........++....++........", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................"}; | ||
static char *close_focused_pressed_png[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"20 18 17 1 ", | ||
" c #A11D2B", | ||
". c #C32331", | ||
"X c #C42432", | ||
"o c #C72432", | ||
"O c #C82432", | ||
"+ c #C92432", | ||
"@ c #CE2533", | ||
"# c #CE2634", | ||
"$ c #CF2634", | ||
"% c #D42635", | ||
"& c #D52735", | ||
"* c #D62735", | ||
"= c #D52736", | ||
"- c #D52834", | ||
"; c #D52835", | ||
": c #D52836", | ||
"> c None", | ||
/* pixels */ | ||
">>>>>>>>>>>>>>>>>>>>", | ||
">>>>>>>>>>>>>>>>>>>>", | ||
">>>>>>>&%=&>>>>>>>>>", | ||
">>>>>&******&>>>>>>>", | ||
">>>>&********&>>>>>>", | ||
">>>%*@O****o$*&>>>>>", | ||
">>:**o X**. O**>>>>>", | ||
">>&***. X. X***->>>>", | ||
">>*****. X****&>>>>", | ||
">>*****. X****&>>>>", | ||
">>&***. X. X***:>>>>", | ||
">>;**o X**. +**>>>>>", | ||
">>>&*#O****O$*&>>>>>", | ||
">>>>&********&>>>>>>", | ||
">>>>>=*******>>>>>>>", | ||
">>>>>>:*&&&>>>>>>>>>", | ||
">>>>>>>>>>>>>>>>>>>>", | ||
">>>>>>>>>>>>>>>>>>>>" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,40 @@ | ||
/* XPM */ | ||
static char * hide_prelight_xpm[] = { | ||
"24 24 3 1", | ||
" c None", | ||
". c #2D2D2D", | ||
"+ c #DCDCDC", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........++++++++........", | ||
"........++++++++........", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................"}; | ||
static char *minimize_png[] = { | ||
/* columns rows colors chars-per-pixel */ | ||
"20 18 16 1 ", | ||
" c #E1A719", | ||
". c #E2A719", | ||
"X c #E2A819", | ||
"o c #E4AB1C", | ||
"O c #E5AB1C", | ||
"+ c #E4AB1D", | ||
"@ c #E5AB1D", | ||
"# c #E5AC1E", | ||
"$ c #E5AD1E", | ||
"% c #E6AC1E", | ||
"& c #E6AD1E", | ||
"* c #EAB123", | ||
"= c #F6C030", | ||
"- c #FAC536", | ||
"; c #FAC636", | ||
": c None", | ||
/* pixels */ | ||
"::::::::::::::::::::", | ||
"::::::::::::::::::::", | ||
"::::::: $#X:::::::::", | ||
":::::+=;;;;=o:::::::", | ||
"::::*-;;;;;;-*::::::", | ||
":::@-;;;;;;;;-@:::::", | ||
":::=;;;;;;;;;;=:::::", | ||
"::.;;;;;;;;;;;; ::::", | ||
"::%;;;;;;;;;;;;&::::", | ||
"::%;;;;;;;;;;;;&::::", | ||
"::.;;;;;;;;;;;; ::::", | ||
":::=;;;;;;;;;;=:::::", | ||
":::O-;;;;;;;;-o:::::", | ||
"::::*-;;;;;;-*::::::", | ||
":::::+=;;;;=o:::::::", | ||
"::::::: $#X:::::::::", | ||
"::::::::::::::::::::", | ||
"::::::::::::::::::::" | ||
}; |
Oops, something went wrong.