mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 16:11:11 +02:00
New mouse pointers and zoom icons
* Add custom draw tool cursor * Replace most old mouse cursors * Increase consistency with toolbar icons * Replace zoom icons in FreqWindow * Increase consistency across themes * Add custom selection adjustment cursor (The Windows ones looked like they originated from the DOS era.) Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Signed-off-by: akleja <storspov@gmail.com> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
@@ -1,38 +1,50 @@
|
||||
/* XPM */
|
||||
static const char * const ZoomOutCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................++++............",
|
||||
"...............+####+...........",
|
||||
"..............+##...#+..........",
|
||||
".............+#......#+.........",
|
||||
"............+##......##+........",
|
||||
"............+#.######.#+........",
|
||||
"............+#.######.#+........",
|
||||
"............+##......##+........",
|
||||
".............+#......#+.........",
|
||||
"............+####..##+..........",
|
||||
"...........+###+####+...........",
|
||||
"..........+###+.++++............",
|
||||
".........+###+..................",
|
||||
"........+###+...................",
|
||||
".......+###+....................",
|
||||
"........+#+.....................",
|
||||
".........+......................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"};
|
||||
"32 32 15 1",
|
||||
" c #FF0000",
|
||||
". c #000000",
|
||||
"+ c #A3A3A3",
|
||||
"@ c #D4D4D4",
|
||||
"# c #8A8A8A",
|
||||
"$ c #FFFFFF",
|
||||
"% c #848484",
|
||||
"& c #6C6C6C",
|
||||
"* c #C4C4C4",
|
||||
"= c #494949",
|
||||
"- c #DEDEDE",
|
||||
"; c #E6E6E6",
|
||||
"> c #727272",
|
||||
", c #939393",
|
||||
"' c #9D9D9D",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ... ",
|
||||
" ..+@+.. ",
|
||||
" .#$$$$$%. ",
|
||||
" .&$*&=&*$&. ",
|
||||
" .$-..$..-$. ",
|
||||
" .&$&..$..&$&. ",
|
||||
" .+$=$$$$$=$+. ",
|
||||
" .&$&..$..&$&. ",
|
||||
" .$-..$..;$. ",
|
||||
" .&$*&=&*$>. ",
|
||||
" .%$$$$$$$,. ",
|
||||
" ..+@+.=$$'. ",
|
||||
" ... .+$$+. ",
|
||||
" .+$$+. ",
|
||||
" .'$$+. ",
|
||||
" .'$*. ",
|
||||
" .>. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
|
Reference in New Issue
Block a user