Changed all resources to .png files;

Added 'snap to grid' to symbol editor

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@207 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-02-16 00:07:14 +00:00
parent 4e88ff8cf0
commit 0c66191ab3
101 changed files with 317 additions and 126 deletions
+49 -47
View File
@@ -19,36 +19,36 @@ icon/symbol ICON "icon/symbol.ico"
cursor/rot_text CURSOR "cursor/rot_text.cur"
tool/new BITMAP "tool/new.bmp"
tool/open BITMAP "tool/open.bmp"
tool/save BITMAP "tool/save.bmp"
tool/new IMAGE "tool/new.png"
tool/open IMAGE "tool/open.png"
tool/save IMAGE "tool/save.png"
tool/undo BITMAP "tool/undo.bmp"
tool/redo BITMAP "tool/redo.bmp"
tool/cut BITMAP "tool/cut.bmp"
tool/copy BITMAP "tool/copy.bmp"
tool/paste BITMAP "tool/paste.bmp"
tool/find BITMAP "tool/find.bmp"
tool/undo IMAGE "tool/undo.png"
tool/redo IMAGE "tool/redo.png"
tool/cut IMAGE "tool/cut.png"
tool/copy IMAGE "tool/copy.png"
tool/paste IMAGE "tool/paste.png"
tool/find IMAGE "tool/find.png"
tool/bold BITMAP "tool/bold.bmp"
tool/italic BITMAP "tool/italic.bmp"
tool/symbol BITMAP "tool/symbol.bmp"
tool/reminder BITMAP "tool/reminder.bmp"
tool/no_auto BITMAP "tool/no_auto.bmp"
tool/bold IMAGE "tool/bold.png"
tool/italic IMAGE "tool/italic.png"
tool/symbol IMAGE "tool/symbol.png"
tool/reminder IMAGE "tool/reminder.png"
tool/no_auto IMAGE "tool/no_auto.png"
tool/card_add BITMAP "tool/card_add.bmp"
tool/card_add_multiple BITMAP "tool/card_add_multiple.bmp"
tool/card_del BITMAP "tool/card_del.bmp"
tool/card_rotate BITMAP "tool/card_rotate.bmp"
tool/card_rotate_0 BITMAP "tool/card_rotate_0.bmp"
tool/card_rotate_90 BITMAP "tool/card_rotate_90.bmp"
tool/card_rotate_180 BITMAP "tool/card_rotate_180.bmp"
tool/card_rotate_270 BITMAP "tool/card_rotate_270.bmp"
tool/card_add IMAGE "tool/card_add.png"
tool/card_add_multiple IMAGE "tool/card_add_multiple.png"
tool/card_del IMAGE "tool/card_del.png"
tool/card_rotate IMAGE "tool/card_rotate.png"
tool/card_rotate_0 IMAGE "tool/card_rotate_0.png"
tool/card_rotate_90 IMAGE "tool/card_rotate_90.png"
tool/card_rotate_180 IMAGE "tool/card_rotate_180.png"
tool/card_rotate_270 IMAGE "tool/card_rotate_270.png"
tool/keyword_add BITMAP "tool/keyword_add.bmp"
tool/keyword_del BITMAP "tool/keyword_del.bmp"
tool/keyword_add IMAGE "tool/keyword_add.png"
tool/keyword_del IMAGE "tool/keyword_del.png"
tool/help BITMAP "tool/help.bmp"
tool/help IMAGE "tool/help.png"
// -------------------------------------------------------- : Symbol editor
@@ -60,23 +60,25 @@ cursor/rotate CURSOR "cursor/rotate.cur"
cursor/shear_x CURSOR "cursor/shear_x.cur"
cursor/shear_y CURSOR "cursor/shear_y.cur"
tool/line BITMAP "tool/line.bmp"
tool/curve BITMAP "tool/curve.bmp"
tool/lock_free BITMAP "tool/lock_free.bmp"
tool/lock_dir BITMAP "tool/lock_dir.bmp"
tool/lock_size BITMAP "tool/lock_size.bmp"
tool/line IMAGE "tool/line.png"
tool/curve IMAGE "tool/curve.png"
tool/lock_free IMAGE "tool/lock_free.png"
tool/lock_dir IMAGE "tool/lock_dir.png"
tool/lock_size IMAGE "tool/lock_size.png"
tool/circle BITMAP "tool/circle.bmp"
tool/rectangle BITMAP "tool/rectangle.bmp"
tool/triangle BITMAP "tool/triangle.bmp"
tool/star BITMAP "tool/star.bmp"
tool/circle IMAGE "tool/circle.png"
tool/rectangle IMAGE "tool/rectangle.png"
tool/triangle IMAGE "tool/triangle.png"
tool/star IMAGE "tool/star.png"
tool/mode_select BITMAP "tool/mode_select.bmp"
tool/mode_rotate BITMAP "tool/mode_rotate.bmp"
tool/mode_curve BITMAP "tool/mode_curve.bmp"
tool/mode_paint BITMAP "tool/mode_paint.bmp"
tool/apply BITMAP "tool/apply.bmp"
tool/duplicate BITMAP "tool/duplicate.bmp"
tool/mode_select IMAGE "tool/mode_select.png"
tool/mode_rotate IMAGE "tool/mode_rotate.png"
tool/mode_curve IMAGE "tool/mode_curve.png"
tool/mode_paint IMAGE "tool/mode_paint.png"
tool/apply IMAGE "tool/apply.png"
tool/duplicate IMAGE "tool/duplicate.png"
tool/grid IMAGE "tool/grid.png"
tool/grid_snap IMAGE "tool/grid_snap.png"
combine_or IMAGE "tool/combine_or.png"
combine_sub IMAGE "tool/combine_sub.png"
@@ -93,19 +95,19 @@ handle_center IMAGE "../common/handle_center.png"
// -------------------------------------------------------- : Other
sort_asc IMAGE "other/sort_asc.bmp"
sort_desc IMAGE "other/sort_desc.bmp"
plus IMAGE "other/plus.bmp"
minus IMAGE "other/minus.bmp"
sort_asc IMAGE "other/sort_asc.png"
sort_desc IMAGE "other/sort_desc.png"
plus IMAGE "other/plus.png"
minus IMAGE "other/minus.png"
selected IMAGE "other/selected_yes.png"
deselected IMAGE "other/selected_no.png"
bool_yes IMAGE "../common/bool_yes.png"
bool_no IMAGE "../common/bool_no.png"
//help_book BITMAP "help_book.bmp"
//help_book_open BITMAP "help_book_open.bmp"
//help_page BITMAP "help_page.bmp"
//help_book BITMAP "help_book.png"
//help_book_open BITMAP "help_book_open.png"
//help_page BITMAP "help_page.png"
about IMAGE "../common/about.png"
two IMAGE "../common/two_beta.png"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B