Initial commit

master
Adam Kruszewski 2024-02-17 12:52:36 +01:00
commit 020fb50ebb
204 changed files with 676 additions and 0 deletions

1
Source/AngleNE.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 AngleNE.png

BIN
Source/AngleNE.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
Source/AngleNW.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 AngleNW.png

BIN
Source/AngleNW.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/AngleSE.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 AngleSE.png

BIN
Source/AngleSE.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/AngleSW.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 AngleNW.png

BIN
Source/AngleSW.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
Source/AppSpinner/AppSpinner0.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner5.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner6.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Source/AppSpinner/AppSpinner7.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

8
Source/AppStarting.conf Executable file
View File

@ -0,0 +1,8 @@
32 4 2 AppSpinner/AppSpinner0.png 60
32 4 2 AppSpinner/AppSpinner1.png 60
32 4 2 AppSpinner/AppSpinner2.png 60
32 4 2 AppSpinner/AppSpinner3.png 60
32 4 2 AppSpinner/AppSpinner4.png 60
32 4 2 AppSpinner/AppSpinner5.png 60
32 4 2 AppSpinner/AppSpinner6.png 60
32 4 2 AppSpinner/AppSpinner7.png 60

1
Source/Arrow.conf Executable file
View File

@ -0,0 +1 @@
32 4 2 Arrow.png

BIN
Source/Arrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/ArrowRight.conf Executable file
View File

@ -0,0 +1 @@
32 27 2 ArrowRight.png

BIN
Source/ArrowRight.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/BaseE.conf Executable file
View File

@ -0,0 +1 @@
32 12 13 BaseE.png

BIN
Source/BaseE.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

1
Source/BaseN.conf Executable file
View File

@ -0,0 +1 @@
32 15 15 BaseN.png

BIN
Source/BaseN.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

1
Source/BaseS.conf Executable file
View File

@ -0,0 +1 @@
32 15 9 BaseS.png

BIN
Source/BaseS.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

1
Source/BaseW.conf Executable file
View File

@ -0,0 +1 @@
32 18 13 BaseW.png

BIN
Source/BaseW.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

307
Source/Build.sh Executable file
View File

@ -0,0 +1,307 @@
#!/bin/sh
if test ! -d cursors;
then mkdir cursors
else
rm -rf cursors
mkdir cursors
fi
########### Build cursors
xcursorgen AppStarting.conf cursors/AppStarting
xcursorgen Arrow.conf cursors/Arrow
xcursorgen ArrowRight.conf cursors/ArrowRight
xcursorgen AngleNW.conf cursors/AngleNW
xcursorgen AngleNE.conf cursors/AngleNE
xcursorgen AngleSW.conf cursors/AngleSW
xcursorgen AngleSE.conf cursors/AngleSE
xcursorgen Copy.conf cursors/Copy
xcursorgen Cross.conf cursors/Cross
xcursorgen Crosshair.conf cursors/Crosshair
xcursorgen Circle.conf cursors/Circle
xcursorgen DND-ask.conf cursors/DND-ask
xcursorgen DND-copy.conf cursors/DND-copy
xcursorgen DND-link.conf cursors/DND-link
xcursorgen Hand.conf cursors/Hand
xcursorgen Handgrab.conf cursors/Handgrab
xcursorgen Handsqueezed.conf cursors/Handsqueezed
xcursorgen Handwriting.conf cursors/Handwriting
xcursorgen Help.conf cursors/Help
xcursorgen IBeam.conf cursors/IBeam
xcursorgen Link.conf cursors/Link
xcursorgen Move.conf cursors/Move
xcursorgen NO.conf cursors/NO
xcursorgen SizeAll.conf cursors/SizeAll
xcursorgen SizeNESW.conf cursors/SizeNESW
xcursorgen SizeNS.conf cursors/SizeNS
xcursorgen SizeNWSE.conf cursors/SizeNWSE
xcursorgen SizeWE.conf cursors/SizeWE
xcursorgen UpArrow.conf cursors/UpArrow
xcursorgen DownArrow.conf cursors/DownArrow
xcursorgen LeftArrow.conf cursors/LeftArrow
xcursorgen RightArrow.conf cursors/RightArrow
xcursorgen BaseN.conf cursors/BaseN
xcursorgen BaseS.conf cursors/BaseS
xcursorgen HDoubleArrow.conf cursors/HDoubleArrow
xcursorgen VDoubleArrow.conf cursors/VDoubleArrow
xcursorgen Wait.conf cursors/Wait
xcursorgen X.conf cursors/X
xcursorgen ZoomIn.conf cursors/ZoomIn
xcursorgen ZoomOut.conf cursors/ZoomOut
xcursorgen BaseW.conf cursors/BaseW
xcursorgen BaseE.conf cursors/BaseE
xcursorgen Pirate.conf cursors/Pirate
xcursorgen DND-none.conf cursors/DND-none
xcursorgen DND-move.conf cursors/DND-move
cd cursors
########### Create copies and symlinks
#---------- AngleNW
cp AngleNW ul_angle
rm -f AngleNW
#---------- AngleNE
cp AngleNE ur_angle
rm -f AngleNE
#---------- AngleSW
cp AngleSW ll_angle
rm -f AngleSW
#---------- AngleSE
cp AngleSE lr_angle
rm -f AngleSE
#---------- AppStarting
cp AppStarting left_ptr_watch
cp -s left_ptr_watch 08e8e1c95fe2fc01f976f1e063a24ccd
cp -s left_ptr_watch 3ecb610c1bf2410f44200f48c40d3599
rm -f AppStarting
#---------- Arrow
cp Arrow arrow
cp Arrow draft_large
cp Arrow draft_small
cp Arrow left_ptr
cp Arrow right_ptr
cp Arrow top_left_arrow
rm -f Arrow
#---------- ArrowRight
cp ArrowRight right_ptr
rm -f ArrowRight
#---------- BaseN
cp BaseN base_arrow_up
cp BaseN based_arrow_up
rm -f BaseN
#---------- BaseS
cp BaseS base_arrow_down
cp BaseS based_arrow_down
rm -f BaseS
#---------- BaseE
cp BaseE base_arrow_right
cp BaseE based_arrow_right
rm -f BaseE
#---------- BaseW
cp BaseW base_arrow_left
cp BaseW based_arrow_left
rm -f BaseW
#---------- Cirlce
cp Circle circle
rm -f Circle
#---------- Copy
cp Copy copy
cp -s copy 1081e37283d90000800003c07f3ef6bf
cp -s copy 6407b0e94181790501fd1e167b474872
cp -s copy 08ffe1cb5fe6fc01f906f1c063814ccf
rm -f Copy
#---------- Cross
cp Cross cross
cp Cross cross_reverse
cp Cross tcross
rm -f Cross
#---------- Crosshair
cp Crosshair crosshair
rm -f Crosshair
#---------- DND-ask
cp DND-ask dnd-ask
rm -f DND-ask
#---------- DND-copy
cp DND-copy dnd-copy
rm -f DND-copy
#---------- DND-link
cp DND-link dnd-link
rm -f DND-link
#---------- DND-move
cp DND-move dnd-move
rm -f DND-move
#---------- DND-none
cp DND-none dnd-none
rm -f DND-none
#---------- Handpointer
cp Hand hand
cp Hand hand1
cp Hand hand2
cp -s hand2 e29285e634086352946a0e7090d73106
rm -f Hand
#---------- Handgrab
cp Handgrab HandGrab
cp -s HandGrab 9d800788f1b08800ae810202380a0822
cp -s HandGrab 5aca4d189052212118709018842178c0
rm -f Handgrab
#---------- Handsqueezed
cp Handsqueezed HandSqueezed
cp -s HandSqueezed 208530c400c041818281048008011002
rm -f Handsqueezed
#---------- Handwriting
cp Handwriting pencil
rm -f Handwriting
#---------- Help
cp Help question_arrow
cp -s question_arrow d9ce0ab605698f320427677b458ad60b
cp -s question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408
rm -f Help
#---------- IBeam
cp IBeam xterm
rm -f IBeam
#---------- Link
cp Link link
cp -s link 3085a0e285430894940527032f8b26df
cp -s link 640fb0e74195791501fd1ed57b41487f
cp -s link 0876e1c15ff2fc01f906f1c363074c0f
rm -f Link
#---------- NO
cp NO crossed_circle
cp NO dnd-none
cp -s crossed_circle 03b6e0fcb3499374a867c041f52298f0
rm -f NO
#---------- Move
cp Move move
cp Move plus
cp -s move 4498f0e0c1937ffe01fd06f973665830
cp -s move 9081237383d90e509aa00f00170e968f
rm -f Move
#---------- SizeAll
cp SizeAll fleur
rm -f SizeAll
#---------- SizeNESW
cp SizeNESW bottom_left_corner
cp SizeNESW fd_double_arrow
cp SizeNESW top_right_corner
cp -s fd_double_arrow fcf1c3c7cd4491d801f1e1c78f100000
rm -f SizeNESW
#---------- SizeNS
cp SizeNS bottom_side
cp SizeNS double_arrow
cp SizeNS top_side
cp -s double_arrow 00008160000006810000408080010102
rm -f SizeNS
#---------- SizeNWSE
cp SizeNWSE bd_double_arrow
cp SizeNWSE bottom_right_corner
cp SizeNWSE top_left_corner
cp -s bd_double_arrow c7088f0f3e6c8088236ef8e1e3e70000
rm -f SizeNWSE
#---------- SizeWE
cp SizeWE left_side
cp SizeWE right_side
cp -s right_side 028006030e0e7ebffc7f7070c0600140
rm -f SizeWE
#---------- UpArrow
cp UpArrow center_ptr
cp UpArrow sb_up_arrow
rm -f UpArrow
#---------- DownArrow
cp DownArrow sb_down_arrow
rm -f DownArrow
#---------- LeftArrow
cp LeftArrow sb_left_arrow
rm -f LeftArrow
#---------- RightArrow
cp RightArrow sb_right_arrow
rm -f RightArrow
#---------- HDoubleArrow
cp HDoubleArrow h_double_arrow
cp HDoubleArrow sb_h_double_arrow
cp -s sb_h_double_arrow 14fef782d02440884392942c11205230
rm -f HdoubleArrow
#---------- VDoubleArrow
cp VDoubleArrow v_double_arrow
cp VDoubleArrow sb_v_double_arrow
cp -s sb_v_double_arrow 2870a09082c103050810ffdffffe0204
rm -f VdoubleArrow
#---------- Wait
cp Wait watch
rm -f Wait
#---------- X
cp X X_cursor
rm -f X
#---------- ZoomIn
cp ZoomIn zoomIn
cp -s zoomIn f41c0e382c94c0958e07017e42b00462
rm -f ZoomIn
#---------- ZoomOut
cp ZoomOut zoomOut
cp -s zoomOut f41c0e382c97c0938e07017e42800402
rm -f ZoomOut
#---------- Pirate
cp Pirate pirate
rm -f Pirate
########### Done!
echo "Done!"

1
Source/Circle.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 Circle.png

BIN
Source/Circle.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

1
Source/Copy.conf Executable file
View File

@ -0,0 +1 @@
32 5 1 Copy.png

BIN
Source/Copy.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/Cross.conf Executable file
View File

@ -0,0 +1 @@
32 15 11 Cross.png

BIN
Source/Cross.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

1
Source/Crosshair.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 Crosshair.png

BIN
Source/Crosshair.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

1
Source/DND-ask.conf Executable file
View File

@ -0,0 +1 @@
32 13 11 DND-ask.png

BIN
Source/DND-ask.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

1
Source/DND-copy.conf Executable file
View File

@ -0,0 +1 @@
32 13 11 DND-copy.png

BIN
Source/DND-copy.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

1
Source/DND-link.conf Executable file
View File

@ -0,0 +1 @@
32 13 11 DND-link.png

BIN
Source/DND-link.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

1
Source/DND-move.conf Executable file
View File

@ -0,0 +1 @@
32 13 11 DND-move.png

BIN
Source/DND-move.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/DND-none.conf Executable file
View File

@ -0,0 +1 @@
32 13 11 DND-none.png

BIN
Source/DND-none.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/DownArrow.conf Executable file
View File

@ -0,0 +1 @@
32 15 24 DownArrow.png

BIN
Source/DownArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

1
Source/HDoubleArrow.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 HDoubleArrow.png

BIN
Source/HDoubleArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

1
Source/Hand.conf Executable file
View File

@ -0,0 +1 @@
32 8 1 HandPointer.png

BIN
Source/Hand.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
Source/HandPointer.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/Handgrab.conf Executable file
View File

@ -0,0 +1 @@
32 8 4 Hand.png

1
Source/Handsqueezed.conf Executable file
View File

@ -0,0 +1 @@
32 15 14 Handsqueezed.png

BIN
Source/Handsqueezed.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

1
Source/Handwriting.conf Executable file
View File

@ -0,0 +1 @@
32 8 2 Handwriting.png

BIN
Source/Handwriting.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
Source/Help.conf Executable file
View File

@ -0,0 +1 @@
32 4 2 Help.png

BIN
Source/Help.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

1
Source/IBeam.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 IBeam.png

BIN
Source/IBeam.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

1
Source/LeftArrow.conf Executable file
View File

@ -0,0 +1 @@
32 4 12 LeftArrow.png

BIN
Source/LeftArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

1
Source/Link.conf Executable file
View File

@ -0,0 +1 @@
32 5 1 Link.png

BIN
Source/Link.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/Move.conf Executable file
View File

@ -0,0 +1 @@
32 5 1 Move.png

BIN
Source/Move.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
Source/NO.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 NO.png

BIN
Source/NO.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

1
Source/Pirate.conf Executable file
View File

@ -0,0 +1 @@
32 4 1 Pirate.png

BIN
Source/Pirate.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

1
Source/RightArrow.conf Executable file
View File

@ -0,0 +1 @@
32 27 12 RightArrow.png

BIN
Source/RightArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

1
Source/SizeAll.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 SizeAll.png

BIN
Source/SizeAll.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

1
Source/SizeNESW.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 SizeNESW.png

BIN
Source/SizeNESW.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

1
Source/SizeNS.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 SizeNS.png

BIN
Source/SizeNS.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

1
Source/SizeNWSE.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 SizeNWSE.png

BIN
Source/SizeNWSE.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

1
Source/SizeWE.conf Executable file
View File

@ -0,0 +1 @@
32 15 13 SizeWE.png

BIN
Source/SizeWE.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
Source/Spinner/Spinner0.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
Source/Spinner/Spinner1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
Source/Spinner/Spinner2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
Source/Spinner/Spinner3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
Source/Spinner/Spinner4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
Source/Spinner/Spinner5.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
Source/Spinner/Spinner6.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
Source/Spinner/Spinner7.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

1
Source/UpArrow.conf Executable file
View File

@ -0,0 +1 @@
32 15 2 UpArrow.png

BIN
Source/UpArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

1
Source/VDoubleArrow.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 VDoubleArrow.png

BIN
Source/VDoubleArrow.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

8
Source/Wait.conf Executable file
View File

@ -0,0 +1,8 @@
32 15 12 Spinner/Spinner0.png 60
32 15 12 Spinner/Spinner1.png 60
32 15 12 Spinner/Spinner2.png 60
32 15 12 Spinner/Spinner3.png 60
32 15 12 Spinner/Spinner4.png 60
32 15 12 Spinner/Spinner5.png 60
32 15 12 Spinner/Spinner6.png 60
32 15 12 Spinner/Spinner7.png 60

1
Source/X.conf Executable file
View File

@ -0,0 +1 @@
32 15 12 X.png

Some files were not shown because too many files have changed in this diff Show More