forked from ducakar/xcursor-neutralxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 08748e5
Showing
83 changed files
with
293 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,99 @@ | ||
Preamble | ||
|
||
The intent of this document is to state the conditions under which a | ||
Package may be copied, such that the Copyright Holder maintains some | ||
semblance of artistic control over the development of the package, while | ||
giving the users of the package the right to use and distribute the | ||
Package in a more-or-less customary fashion, plus the right to make | ||
reasonable modifications. | ||
|
||
Definitions: | ||
|
||
* "Package" refers to the collection of files distributed by the | ||
Copyright Holder, and derivatives of that collection of files created | ||
through textual modification. | ||
* "Standard Version" refers to such a Package if it has not been | ||
modified, or has been modified in accordance with the wishes of the | ||
Copyright Holder. | ||
* "Copyright Holder" is whoever is named in the copyright or copyrights | ||
for the package. | ||
* "You" is you, if you're thinking about copying or distributing this | ||
Package. | ||
* "Reasonable copying fee" is whatever you can justify on the basis of | ||
media cost, duplication charges, time of people involved, and so on. | ||
(You will not be required to justify it to the Copyright Holder, but | ||
only to the computing community at large as a market that must bear the | ||
fee.) | ||
* "Freely Available" means that no fee is charged for the item itself, | ||
though there may be fees involved in handling the item. It also means | ||
that recipients of the item may redistribute it under the same conditions | ||
they received it. | ||
|
||
1. You may make and give away verbatim copies of the source form of the | ||
Standard Version of this Package without restriction, provided that you | ||
duplicate all of the original copyright notices and associated disclaimers. | ||
|
||
2. You may apply bug fixes, portability fixes and other modifications derived | ||
from the Public Domain or from the Copyright Holder. A Package modified in | ||
such a way shall still be considered the Standard Version. | ||
|
||
3. You may otherwise modify your copy of this Package in any way, provided | ||
that you insert a prominent notice in each changed file stating how and when | ||
you changed that file, and provided that you do at least ONE of the following: | ||
|
||
a) place your modifications in the Public Domain or otherwise make | ||
them Freely Available, such as by posting said modifications to Usenet | ||
or an equivalent medium, or placing the modifications on a major | ||
archive site such as ftp.uu.net, or by allowing the Copyright Holder | ||
to include your modifications in the Standard Version of the Package. | ||
|
||
b) use the modified Package only within your corporation or organization. | ||
|
||
c) rename any non-standard executables so the names do not conflict with | ||
standard executables, which must also be provided, and provide a | ||
separate manual page for each non-standard executable that clearly | ||
documents how it differs from the Standard Version. | ||
|
||
d) make other distribution arrangements with the Copyright Holder. | ||
|
||
4. You may distribute the programs of this Package in object code or | ||
executable form, provided that you do at least ONE of the following: | ||
|
||
a) distribute a Standard Version of the executables and library files, | ||
together with instructions (in the manual page or equivalent) on where | ||
to get the Standard Version. | ||
|
||
b) accompany the distribution with the machine-readable source of the | ||
Package with your modifications. | ||
|
||
c) accompany any non-standard executables with their corresponding | ||
Standard Version executables, giving the non-standard executables | ||
non-standard names, and clearly documenting the differences in manual | ||
pages (or equivalent), together with instructions on where to get the | ||
Standard Version. | ||
|
||
d) make other distribution arrangements with the Copyright Holder. | ||
|
||
5. You may charge a reasonable copying fee for any distribution of this | ||
Package. You may charge any fee you choose for support of this Package. | ||
You may not charge a fee for this Package itself. However, you may distribute | ||
this Package in aggregate with other (possibly commercial) programs as part | ||
of a larger (possibly commercial) software distribution provided that you do | ||
not advertise this Package as a product of your own. | ||
|
||
6. The scripts and library files supplied as input to or produced as output | ||
from the programs of this Package do not automatically fall under the | ||
copyright of this Package, but belong to whomever generated them, and may | ||
be sold commercially, and may be aggregated with this Package. | ||
|
||
7. C or perl subroutines supplied by you and linked into this Package shall | ||
not be considered part of this Package. | ||
|
||
8. The name of the Copyright Holder may not be used to endorse or promote | ||
products derived from this software without specific prior written permission. | ||
|
||
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED | ||
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF | ||
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
The End |
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Neutral++ xcursor theme | ||
======================= | ||
|
||
It is based on Neutral (and jaguarx) theme. Changes: | ||
- left_ptr_watch changed (looks almost per-pixel like in Neutral Plus theme) | ||
- watch is the same as left_ptr_watch | ||
- d&d cursors are replaced by more 'standard' cursors (e.g. dnd-copy replaced by copy etc.) | ||
- window resizing cursors are unified (i.e. double arrows everywhere) | ||
- circle taken from jaguarx theme (only the circle by the arrow, not the whole cursor, since the shadow differs) | ||
- crossed_circle replaced by circle | ||
- for all arrows and pencil hotspots have been moved to the very tip (top-left-most white pixel) | ||
- removed dot anomaly on bottom border of hand cursor | ||
- duplicates have mostly been symlinked instead of copied | ||
- added symlinks for missing kde-specific cursors | ||
- added blank cursor (kde-specific) | ||
- build script improved and cleaned up | ||
|
||
Changed files: | ||
- left_ptr_watch* | ||
- circle.png | ||
- all arrow-related *.in files (hotspot): circle.in, copy.in, left_ptr.in, link.in, move.in, question_arrow.in, right_ptr.in | ||
- pencil.in (hotspot) | ||
- hand.* | ||
- index.theme | ||
- added blank.* | ||
- many other files copied/renamed/deleted | ||
|
||
ChangeLog: | ||
- 1.0.1: added top_side, bottom_side, left_side and right_side | ||
- 1.0.2: dnd-none symlinked to left_ptr, dnd-ask added | ||
- 1.0.3: Multiple symlinks added/adjusted, fixed .theme file | ||
|
||
Compiling: | ||
Go to source subdirectory and run ./make.sh script. | ||
|
||
Thanks to Alexey Nikitine for the Neutral, Björn Janßen for the Neutral Plus and the unknown author for the jaguarx theme. | ||
|
||
Neutral, jaguarx and Neutral++ are all covered by Aristic License | ||
(see LICENSE file) and can be found on http://www.kde-look.org/. | ||
|
||
Davorin Učakar <[email protected]>, 6th of January 2015 |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[Icon Theme] | ||
Name=Neutral++ | ||
Example=left_ptr_watch |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 9 X_cursor.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 14 bottom_tee.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 circle.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 9 cross.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 9 crosshair.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 dnd-copy.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 dnd-link.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 dnd-move.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 9 dotbox.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 11 10 fleur.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 4 hand2.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 left_ptr.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
32 4 4 left_ptr_watch01.png 125 | ||
32 4 4 left_ptr_watch02.png 125 | ||
32 4 4 left_ptr_watch03.png 125 | ||
32 4 4 left_ptr_watch04.png 125 | ||
32 4 4 left_ptr_watch05.png 125 | ||
32 4 4 left_ptr_watch06.png 125 | ||
32 4 4 left_ptr_watch07.png 125 | ||
32 4 4 left_ptr_watch08.png 125 |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 5 9 left_tee.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 5 14 ll_angle.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 14 14 lr_angle.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
#!/bin/sh | ||
|
||
rm -rf ../cursors | ||
mkdir ../cursors | ||
|
||
for file in *.in; do | ||
xcursorgen $file ../cursors/`basename $file .in` | ||
done | ||
|
||
cd ../cursors | ||
|
||
ln -s circle 03b6e0fcb3499374a867c041f52298f0 | ||
ln -s circle 1001208387f90000800003000700f6ff | ||
ln -s circle crossed_circle | ||
ln -s circle dnd-no-drop | ||
ln -s circle dnd-none | ||
ln -s circle forbidden | ||
ln -s circle not-allowed | ||
ln -s cross cross_reverse | ||
ln -s cross diamond_cross | ||
ln -s dotbox draped_box | ||
ln -s dotbox icon | ||
ln -s dotbox target | ||
ln -s dnd-copy 08ffe1cb5fe6fc01f906f1c063814ccf | ||
ln -s dnd-copy 1081e37283d90000800003c07f3ef6bf | ||
ln -s dnd-copy 6407b0e94181790501fd1e167b474872 | ||
ln -s dnd-copy b66166c04f8c3109214a4fbd64a50fc8 | ||
ln -s dnd-copy copy | ||
ln -s dnd-link 0876e1c15ff2fc01f906f1c363074c0f | ||
ln -s dnd-link 3085a0e285430894940527032f8b26df | ||
ln -s dnd-link 640fb0e74195791501fd1ed57b41487f | ||
ln -s dnd-link a2a266d0498c3104214a47bd64ab0fc8 | ||
ln -s dnd-link alias | ||
ln -s dnd-link link | ||
ln -s dnd-move 4498f0e0c1937ffe01fd06f973665830 | ||
ln -s dnd-move 9081237383d90e509aa00f00170e968f | ||
ln -s dnd-move move | ||
ln -s hand2 9d800788f1b08800ae810202380a0822 | ||
ln -s hand2 e29285e634086352946a0e7090d73106 | ||
ln -s hand2 hand1 | ||
ln -s hand2 pointer | ||
ln -s hand2 pointing_hand | ||
ln -s fleur 208530c400c041818281048008011002 | ||
ln -s fleur fcf21c00b30f7e3f83fe0dfd12e71cff | ||
ln -s fleur all-scroll | ||
ln -s fleur closedhand | ||
ln -s fleur grabbing | ||
ln -s fleur openhand | ||
ln -s fleur sizing | ||
ln -s fleur size_all | ||
ln -s left_ptr 08ffe1e65f80fcfdf9fff11263e74c48 | ||
ln -s left_ptr default | ||
ln -s left_ptr top_left_arrow | ||
ln -s left_ptr_watch 00000000000000020006000e7e9ffc3f | ||
ln -s left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd | ||
ln -s left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599 | ||
ln -s left_ptr_watch half-busy | ||
ln -s left_ptr_watch progress | ||
ln -s left_ptr_watch watch | ||
ln -s left_ptr_watch wait | ||
ln -s question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 | ||
ln -s question_arrow d9ce0ab605698f320427677b458ad60b | ||
ln -s question_arrow dnd-ask | ||
ln -s question_arrow help | ||
ln -s question_arrow whats_this | ||
ln -s right_ptr arrow | ||
ln -s right_ptr draft_large | ||
ln -s right_ptr draft_small | ||
ln -s size_bdiag fcf1c3c7cd4491d801f1e1c78f100000 | ||
ln -s size_bdiag bottom_left_corner | ||
ln -s size_bdiag ne-resize | ||
ln -s size_bdiag nesw-resize | ||
ln -s size_bdiag sw-resize | ||
ln -s size_bdiag top_right_corner | ||
ln -s size_fdiag c7088f0f3e6c8088236ef8e1e3e70000 | ||
ln -s size_fdiag bottom_right_corner | ||
ln -s size_fdiag nw-resize | ||
ln -s size_fdiag nwse-resize | ||
ln -s size_fdiag se-resize | ||
ln -s size_fdiag top_left_corner | ||
ln -s size_hor 028006030e0e7ebffc7f7070c0600140 | ||
ln -s size_hor 14fef782d02440884392942c11205230 | ||
ln -s size_hor e-resize | ||
ln -s size_hor left_side | ||
ln -s size_hor right_side | ||
ln -s size_hor row-resize | ||
ln -s size_hor sb_h_double_arrow | ||
ln -s size_hor split_h | ||
ln -s size_hor ew-resize | ||
ln -s size_hor w-resize | ||
ln -s sb_up_arrow center_ptr | ||
ln -s sb_up_arrow up_arrow | ||
ln -s size_ver 00008160000006810000408080010102 | ||
ln -s size_ver 2870a09082c103050810ffdffffe0204 | ||
ln -s size_ver based_arrow_down | ||
ln -s size_ver based_arrow_up | ||
ln -s size_ver bottom_side | ||
ln -s size_ver col-resize | ||
ln -s size_ver double_arrow | ||
ln -s size_ver n-resize | ||
ln -s size_ver ns-resize | ||
ln -s size_ver s-resize | ||
ln -s size_ver sb_v_double_arrow | ||
ln -s size_ver split_v | ||
ln -s size_ver top_side | ||
ln -s X_cursor pirate | ||
ln -s xterm ibeam | ||
ln -s xterm text |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cd ../.. | ||
tar jcf Neutral++-1.0.3.tar.xz Neutral++ |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 3 21 pencil.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 4 4 question_arrow.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 15 4 right_ptr.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 14 9 right_tee.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 10 sb_down_arrow.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 8 sb_left_arrow.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 10 8 sb_right_arrow.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 9 sb_up_arrow.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 10 10 size_bdiag.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 10 10 size_fdiag.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 12 9 size_hor.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 11 size_ver.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 8 tcross.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 9 5 top_tee.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 5 5 ul_angle.png |
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 14 5 ur_angle.png |
Oops, something went wrong.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
32 8 12 xterm.png |
Oops, something went wrong.