forked from jositux/gimp
-
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.
2005-08-09 Michael Natterer <[email protected]>
* cursors/gimp-tool-cursors.xcf: changed path tool cursor to actually show a path and added 3 new cursors which are supposed to show a path's anchor, handle and segments. Someone really needs to beautify these... * cursors/tool-paths.png * cursors/xbm/tool-paths-mask.xbm * cursors/xbm/tool-paths.xbm: changed accordingly. * cursors/Makefile.am * cursors/tool-paths-anchor.png * cursors/tool-paths-control.png * cursors/tool-paths-segment.png * cursors/xbm/tool-paths-anchor-mask.xbm * cursors/xbm/tool-paths-anchor.xbm * cursors/xbm/tool-paths-control-mask.xbm * cursors/xbm/tool-paths-control.xbm * cursors/xbm/tool-paths-segment-mask.xbm * cursors/xbm/tool-paths-segment.xbm: new files. * app/widgets/widgets-enums.h (enum GimpToolCursorType): added PATH_ANCHOR, PATH_CONTROL and PATH_SEGMENTS. * app/widgets/gimpcursor.c: added the new cursors. * app/tools/gimpvectortool.c (gimp_vector_tool_cursor_update): use them. git-svn-id: http://svn.gnome.org/svn/gimp/trunk@18193 f57ce169-c725-0410-9505-c4955b3f21d2
- Loading branch information
mitch
committed
Aug 9, 2005
1 parent
572ee4e
commit fc2a048
Showing
17 changed files
with
168 additions
and
20 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 |
---|---|---|
@@ -1,3 +1,33 @@ | ||
2005-08-09 Michael Natterer <[email protected]> | ||
|
||
* cursors/gimp-tool-cursors.xcf: changed path tool cursor to | ||
actually show a path and added 3 new cursors which are supposed | ||
to show a path's anchor, handle and segments. Someone really | ||
needs to beautify these... | ||
|
||
* cursors/tool-paths.png | ||
* cursors/xbm/tool-paths-mask.xbm | ||
* cursors/xbm/tool-paths.xbm: changed accordingly. | ||
|
||
* cursors/Makefile.am | ||
* cursors/tool-paths-anchor.png | ||
* cursors/tool-paths-control.png | ||
* cursors/tool-paths-segment.png | ||
* cursors/xbm/tool-paths-anchor-mask.xbm | ||
* cursors/xbm/tool-paths-anchor.xbm | ||
* cursors/xbm/tool-paths-control-mask.xbm | ||
* cursors/xbm/tool-paths-control.xbm | ||
* cursors/xbm/tool-paths-segment-mask.xbm | ||
* cursors/xbm/tool-paths-segment.xbm: new files. | ||
|
||
* app/widgets/widgets-enums.h (enum GimpToolCursorType): added | ||
PATH_ANCHOR, PATH_CONTROL and PATH_SEGMENTS. | ||
|
||
* app/widgets/gimpcursor.c: added the new cursors. | ||
|
||
* app/tools/gimpvectortool.c (gimp_vector_tool_cursor_update): | ||
use them. | ||
|
||
2005-08-09 Michael Natterer <[email protected]> | ||
|
||
* plug-ins/common/xbm.c: make sure the mask file has valid C | ||
|
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
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
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
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.
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,14 @@ | ||
#define tool_paths_anchor_mask_width 32 | ||
#define tool_paths_anchor_mask_height 32 | ||
static unsigned char tool_paths_anchor_mask_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x07, | ||
0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0xe0, 0x3f, | ||
0x00, 0x00, 0xc0, 0x1f, 0x08, 0x00, 0x80, 0x0f, 0x1c, 0x00, 0x00, 0x07, | ||
0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, | ||
0x70, 0x40, 0xc0, 0x01, 0xe0, 0xe0, 0xe0, 0x00, 0xdc, 0xf3, 0x79, 0x1c, | ||
0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xff, 0xff, 0x3f, 0x7e, 0xfd, 0x57, 0x3f, | ||
0x1c, 0xf0, 0x01, 0x1c, 0x00, 0xe0, 0x00, 0x00 }; |
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,14 @@ | ||
#define tool_paths_anchor_width 32 | ||
#define tool_paths_anchor_height 32 | ||
static unsigned char tool_paths_anchor_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, | ||
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, | ||
0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x00, 0x07, 0x08, 0x00, 0x00, 0x02, | ||
0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, | ||
0x20, 0x00, 0x80, 0x00, 0x40, 0x40, 0x40, 0x00, 0x80, 0xe0, 0x20, 0x00, | ||
0x1c, 0xf3, 0x19, 0x1c, 0x54, 0xbd, 0x57, 0x15, 0x1c, 0xf0, 0x01, 0x1c, | ||
0x00, 0xe0, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00 }; |
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,14 @@ | ||
#define tool_paths_control_mask_width 32 | ||
#define tool_paths_control_mask_height 32 | ||
static unsigned char tool_paths_control_mask_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, | ||
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, | ||
0x00, 0x00, 0x80, 0x0f, 0x08, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, | ||
0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, | ||
0x70, 0x00, 0xc0, 0x01, 0xfc, 0x40, 0xe0, 0x1c, 0xfe, 0xe3, 0x78, 0x3e, | ||
0xff, 0xff, 0x7f, 0x7f, 0xff, 0xbf, 0xff, 0x7f, 0x7f, 0xfd, 0x57, 0x7f, | ||
0x3e, 0xe0, 0x00, 0x3e, 0x1c, 0x40, 0x00, 0x1c }; |
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,14 @@ | ||
#define tool_paths_control_width 32 | ||
#define tool_paths_control_height 32 | ||
static unsigned char tool_paths_control_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08, | ||
0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x02, 0x08, 0x00, 0x00, 0x02, | ||
0x08, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x01, 0x10, 0x00, 0x00, 0x01, | ||
0x20, 0x00, 0x80, 0x00, 0x40, 0x00, 0x40, 0x00, 0x9c, 0x40, 0x20, 0x1c, | ||
0x3e, 0xa3, 0x18, 0x3e, 0x76, 0x1d, 0x57, 0x37, 0x3e, 0xa0, 0x00, 0x3e, | ||
0x1c, 0x40, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00 }; |
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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
/* Created with The GIMP */ | ||
#define tool_paths_mask_width 32 | ||
#define tool_paths_mask_height 32 | ||
static unsigned char tool_paths_mask_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, | ||
0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0x38, 0x0e, | ||
0x00, 0x00, 0x38, 0x1f, 0x00, 0x00, 0x1c, 0x1f, 0x00, 0x00, 0xbe, 0x3f, | ||
0x00, 0x00, 0xbe, 0x3f, 0x00, 0x00, 0xbe, 0x3f, 0x00, 0x00, 0xdc, 0x7f, | ||
0x00, 0x00, 0xce, 0x7f, 0x00, 0x00, 0xce, 0x7f, 0x00, 0x00, 0xc7, 0x7f, | ||
0x00, 0x80, 0x83, 0x3f, 0x00, 0x00, 0x81, 0x3f, 0x00, 0x00, 0x80, 0x3f, | ||
0x00, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x00, 0x1f }; | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, | ||
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, | ||
0x00, 0x00, 0x80, 0x0f, 0x08, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, | ||
0x1c, 0x00, 0x00, 0x07, 0x38, 0x00, 0x80, 0x03, 0x38, 0x00, 0x80, 0x03, | ||
0x70, 0x00, 0xc0, 0x01, 0xe0, 0x40, 0xe0, 0x00, 0xdc, 0xe3, 0x78, 0x1c, | ||
0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xbf, 0xff, 0x3f, 0x7e, 0xfd, 0x57, 0x3f, | ||
0x1c, 0xe0, 0x00, 0x1c, 0x00, 0x40, 0x00, 0x00 }; |
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,14 @@ | ||
#define tool_paths_segment_mask_width 32 | ||
#define tool_paths_segment_mask_height 32 | ||
static unsigned char tool_paths_segment_mask_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, | ||
0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x80, 0x0f, 0x00, 0x00, 0xc0, 0x1d, | ||
0x08, 0x00, 0x80, 0x0f, 0x1c, 0x00, 0x80, 0x0f, 0x3e, 0x00, 0x80, 0x0f, | ||
0x3e, 0x00, 0x80, 0x0f, 0x7c, 0x00, 0xc0, 0x07, 0x7c, 0x00, 0xc0, 0x07, | ||
0xf8, 0x00, 0xe0, 0x03, 0xf0, 0x43, 0xf8, 0x01, 0xfc, 0xff, 0xff, 0x1c, | ||
0xfe, 0xff, 0x7f, 0x3f, 0xfe, 0xbf, 0xff, 0x3f, 0x7e, 0xff, 0x5f, 0x3f, | ||
0x1c, 0xfc, 0x07, 0x1c, 0x00, 0x40, 0x00, 0x00 }; |
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,14 @@ | ||
#define tool_paths_segment_width 32 | ||
#define tool_paths_segment_height 32 | ||
static unsigned char tool_paths_segment_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x80, 0x08, | ||
0x00, 0x00, 0x00, 0x05, 0x08, 0x00, 0x00, 0x07, 0x14, 0x00, 0x00, 0x05, | ||
0x14, 0x00, 0x00, 0x05, 0x28, 0x00, 0x80, 0x02, 0x28, 0x00, 0x80, 0x02, | ||
0x50, 0x00, 0x40, 0x01, 0xa0, 0x00, 0xa0, 0x00, 0x40, 0x43, 0x58, 0x00, | ||
0x9c, 0xbc, 0x27, 0x1c, 0x54, 0x13, 0x59, 0x15, 0x1c, 0xbc, 0x07, 0x1c, | ||
0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |
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