1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +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:
akleja
2021-07-26 15:24:17 +02:00
committed by GitHub
parent a30f84e449
commit b0d9f805a6
22 changed files with 589 additions and 409 deletions

View File

@@ -1,39 +1,41 @@
/* XPM */
static const char * const LabelCursorRightXpm[] = {
"32 32 4 1",
" c None",
". c #FF0000",
"+ c #000000",
"@ c #FFFFFF",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"....................++..........",
"...................+@+..........",
"..................+@@+..........",
"..................+@@+++........",
".................+@@+@@++.......",
"................+@@+@@@@+.......",
"................+@@+@@@@+.......",
"................+@@+@@@@+.......",
"................+@@+@@@@+.......",
".................+@@+@@++.......",
"..................+@@+++........",
"..................+@@+..........",
"...................+@+..........",
"....................++..........",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................"};
"32 32 6 1",
" c #FF0000",
". c #000000",
"+ c #909090",
"@ c #646464",
"# c #FFFFFF",
"$ c #CDCDCD",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" .+@. ",
" .+#+. ",
" .+##@. ",
" .+##+... ",
" .+##+.$#$. ",
" .##+.$###$. ",
" .##+.#####. ",
" .##+.$###$. ",
" .+##+.$#$. ",
" .+##+... ",
" .+##@. ",
" .+#+. ",
" .+@. ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};