From 37a1717c220f813a5af6a3f16ff0e018f10547b5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 18 Nov 2014 22:00:58 +0100 Subject: add square cursors (for windows) cursor icons squared with north-west gravity. hotspots are identical to original icons. otherwise gdkcursor-win32 creates square cursors with center gravity and hotspot X/Y differs. --- .../cursor_square/anchored_trim_left_cursor.png | Bin 0 -> 529 bytes .../cursor_square/anchored_trim_right_cursor.png | Bin 0 -> 524 bytes .../cursor_square/expand_left_right_cursor.png | Bin 0 -> 322 bytes .../icons/cursor_square/expand_up_down_cursor.png | Bin 0 -> 407 bytes gtk2_ardour/icons/cursor_square/fade_in_cursor.png | Bin 0 -> 962 bytes .../icons/cursor_square/fade_out_cursor.png | Bin 0 -> 970 bytes gtk2_ardour/icons/cursor_square/grabber.png | Bin 0 -> 446 bytes .../icons/cursor_square/grabber_edit_point.png | Bin 0 -> 558 bytes gtk2_ardour/icons/cursor_square/grabber_note.png | Bin 0 -> 746 bytes gtk2_ardour/icons/cursor_square/hotspots | 26 +++++++++++++++++++++ gtk2_ardour/icons/cursor_square/i_beam_cursor.png | Bin 0 -> 151 bytes gtk2_ardour/icons/cursor_square/move_cursor.png | Bin 0 -> 485 bytes .../icons/cursor_square/resize_bottom_cursor.png | Bin 0 -> 558 bytes .../cursor_square/resize_bottom_left_cursor.png | Bin 0 -> 816 bytes .../cursor_square/resize_bottom_right_cursor.png | Bin 0 -> 812 bytes .../icons/cursor_square/resize_left_cursor.png | Bin 0 -> 463 bytes .../icons/cursor_square/resize_right_cursor.png | Bin 0 -> 450 bytes .../icons/cursor_square/resize_top_cursor.png | Bin 0 -> 563 bytes .../icons/cursor_square/resize_top_left_cursor.png | Bin 0 -> 817 bytes .../cursor_square/resize_top_right_cursor.png | Bin 0 -> 821 bytes gtk2_ardour/icons/cursor_square/scissors.png | Bin 0 -> 985 bytes .../icons/cursor_square/trim_left_cursor.png | Bin 0 -> 529 bytes .../cursor_square/trim_left_cursor_right_only.png | Bin 0 -> 460 bytes .../icons/cursor_square/trim_right_cursor.png | Bin 0 -> 524 bytes .../cursor_square/trim_right_cursor_left_only.png | Bin 0 -> 456 bytes gtk2_ardour/icons/cursor_square/zoom_in_cursor.png | Bin 0 -> 1068 bytes .../icons/cursor_square/zoom_out_cursor.png | Bin 0 -> 991 bytes 27 files changed, 26 insertions(+) create mode 100644 gtk2_ardour/icons/cursor_square/anchored_trim_left_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/anchored_trim_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/expand_left_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/expand_up_down_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/fade_in_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/fade_out_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/grabber.png create mode 100644 gtk2_ardour/icons/cursor_square/grabber_edit_point.png create mode 100644 gtk2_ardour/icons/cursor_square/grabber_note.png create mode 100644 gtk2_ardour/icons/cursor_square/hotspots create mode 100644 gtk2_ardour/icons/cursor_square/i_beam_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/move_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_bottom_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_bottom_left_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_bottom_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_left_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_top_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_top_left_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/resize_top_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/scissors.png create mode 100644 gtk2_ardour/icons/cursor_square/trim_left_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/trim_left_cursor_right_only.png create mode 100644 gtk2_ardour/icons/cursor_square/trim_right_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/trim_right_cursor_left_only.png create mode 100644 gtk2_ardour/icons/cursor_square/zoom_in_cursor.png create mode 100644 gtk2_ardour/icons/cursor_square/zoom_out_cursor.png (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/icons/cursor_square/anchored_trim_left_cursor.png b/gtk2_ardour/icons/cursor_square/anchored_trim_left_cursor.png new file mode 100644 index 0000000000..019235fdcf Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/anchored_trim_left_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/anchored_trim_right_cursor.png b/gtk2_ardour/icons/cursor_square/anchored_trim_right_cursor.png new file mode 100644 index 0000000000..2f327d7a7a Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/anchored_trim_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/expand_left_right_cursor.png b/gtk2_ardour/icons/cursor_square/expand_left_right_cursor.png new file mode 100644 index 0000000000..f00d4d7aac Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/expand_left_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/expand_up_down_cursor.png b/gtk2_ardour/icons/cursor_square/expand_up_down_cursor.png new file mode 100644 index 0000000000..c5c2a1af3d Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/expand_up_down_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/fade_in_cursor.png b/gtk2_ardour/icons/cursor_square/fade_in_cursor.png new file mode 100644 index 0000000000..bfdaa1a09e Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/fade_in_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/fade_out_cursor.png b/gtk2_ardour/icons/cursor_square/fade_out_cursor.png new file mode 100644 index 0000000000..f71ffe30a4 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/fade_out_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/grabber.png b/gtk2_ardour/icons/cursor_square/grabber.png new file mode 100644 index 0000000000..6c27be90e3 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/grabber.png differ diff --git a/gtk2_ardour/icons/cursor_square/grabber_edit_point.png b/gtk2_ardour/icons/cursor_square/grabber_edit_point.png new file mode 100644 index 0000000000..8bcc179c2c Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/grabber_edit_point.png differ diff --git a/gtk2_ardour/icons/cursor_square/grabber_note.png b/gtk2_ardour/icons/cursor_square/grabber_note.png new file mode 100644 index 0000000000..2236a515b2 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/grabber_note.png differ diff --git a/gtk2_ardour/icons/cursor_square/hotspots b/gtk2_ardour/icons/cursor_square/hotspots new file mode 100644 index 0000000000..5b2fe3059a --- /dev/null +++ b/gtk2_ardour/icons/cursor_square/hotspots @@ -0,0 +1,26 @@ +zoom_in_cursor 10 5 +zoom_out_cursor 5 5 +scissors 5 0 +grabber 5 0 +grabber_note 5 10 +grabber_edit_point 5 17 +trim_left_cursor 5 11 +anchored_trim_left_cursor 5 11 +trim_right_cursor 23 11 +anchored_trim_right_cursor 23 11 +trim_left_cursor_right_only 5 11 +trim_right_cursor_left_only 23 11 +fade_in_cursor 0 0 +fade_out_cursor 29 0 +resize_left_cursor 3 10 +resize_top_left_cursor 3 3 +resize_top_cursor 10 3 +resize_top_right_cursor 18 3 +resize_right_cursor 24 10 +resize_bottom_right_cursor 18 18 +resize_bottom_cursor 10 24 +resize_bottom_left_cursor 3 18 +move_cursor 11 11 +expand_left_right_cursor 11 4 +expand_up_down_cursor 4 11 +i_beam_cursor 4 11 diff --git a/gtk2_ardour/icons/cursor_square/i_beam_cursor.png b/gtk2_ardour/icons/cursor_square/i_beam_cursor.png new file mode 100644 index 0000000000..21a62565d7 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/i_beam_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/move_cursor.png b/gtk2_ardour/icons/cursor_square/move_cursor.png new file mode 100644 index 0000000000..25911ed6ff Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/move_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_bottom_cursor.png b/gtk2_ardour/icons/cursor_square/resize_bottom_cursor.png new file mode 100644 index 0000000000..d2cacc0895 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_bottom_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_bottom_left_cursor.png b/gtk2_ardour/icons/cursor_square/resize_bottom_left_cursor.png new file mode 100644 index 0000000000..f27a7b8325 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_bottom_left_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_bottom_right_cursor.png b/gtk2_ardour/icons/cursor_square/resize_bottom_right_cursor.png new file mode 100644 index 0000000000..ea626b62c4 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_bottom_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_left_cursor.png b/gtk2_ardour/icons/cursor_square/resize_left_cursor.png new file mode 100644 index 0000000000..476d2d34e2 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_left_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_right_cursor.png b/gtk2_ardour/icons/cursor_square/resize_right_cursor.png new file mode 100644 index 0000000000..7762b91b68 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_top_cursor.png b/gtk2_ardour/icons/cursor_square/resize_top_cursor.png new file mode 100644 index 0000000000..19f0e48dd4 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_top_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_top_left_cursor.png b/gtk2_ardour/icons/cursor_square/resize_top_left_cursor.png new file mode 100644 index 0000000000..702b4af6c9 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_top_left_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/resize_top_right_cursor.png b/gtk2_ardour/icons/cursor_square/resize_top_right_cursor.png new file mode 100644 index 0000000000..c9ecc9a409 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/resize_top_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/scissors.png b/gtk2_ardour/icons/cursor_square/scissors.png new file mode 100644 index 0000000000..c5cf093ada Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/scissors.png differ diff --git a/gtk2_ardour/icons/cursor_square/trim_left_cursor.png b/gtk2_ardour/icons/cursor_square/trim_left_cursor.png new file mode 100644 index 0000000000..019235fdcf Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/trim_left_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/trim_left_cursor_right_only.png b/gtk2_ardour/icons/cursor_square/trim_left_cursor_right_only.png new file mode 100644 index 0000000000..6df8234f7e Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/trim_left_cursor_right_only.png differ diff --git a/gtk2_ardour/icons/cursor_square/trim_right_cursor.png b/gtk2_ardour/icons/cursor_square/trim_right_cursor.png new file mode 100644 index 0000000000..2f327d7a7a Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/trim_right_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/trim_right_cursor_left_only.png b/gtk2_ardour/icons/cursor_square/trim_right_cursor_left_only.png new file mode 100644 index 0000000000..2d038da787 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/trim_right_cursor_left_only.png differ diff --git a/gtk2_ardour/icons/cursor_square/zoom_in_cursor.png b/gtk2_ardour/icons/cursor_square/zoom_in_cursor.png new file mode 100644 index 0000000000..b69ea6e141 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/zoom_in_cursor.png differ diff --git a/gtk2_ardour/icons/cursor_square/zoom_out_cursor.png b/gtk2_ardour/icons/cursor_square/zoom_out_cursor.png new file mode 100644 index 0000000000..4132eef981 Binary files /dev/null and b/gtk2_ardour/icons/cursor_square/zoom_out_cursor.png differ -- cgit v1.2.3