diff options
author | Maximilian Philipps <Turmfalke2007@web.de> | 2009-08-02 20:15:38 +0200 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-08-05 15:19:32 -0400 |
commit | 1eda598ab8d34e8d2fd3ecf990fcb64d49f518f8 (patch) | |
tree | 098001f83da97cc77cb234dc40bc23dae6d8fe95 /data | |
parent | 5c578f9d64bfcc0dbd81d9c6bad549a65bd1ad32 (diff) | |
download | mana-1eda598ab8d34e8d2fd3ecf990fcb64d49f518f8.tar.gz mana-1eda598ab8d34e8d2fd3ecf990fcb64d49f518f8.tar.bz2 mana-1eda598ab8d34e8d2fd3ecf990fcb64d49f518f8.tar.xz mana-1eda598ab8d34e8d2fd3ecf990fcb64d49f518f8.zip |
patch for #813, adds mouse over highlight for
radio buttons, tabs, checkboxes, slider and scrollbars
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/Makefile.am | 8 | ||||
-rw-r--r-- | data/graphics/gui/button.png | bin | 1317 -> 1463 bytes | |||
-rw-r--r-- | data/graphics/gui/button_disabled.png | bin | 1280 -> 1463 bytes | |||
-rw-r--r-- | data/graphics/gui/buttonhi.png | bin | 1361 -> 1530 bytes | |||
-rw-r--r-- | data/graphics/gui/buttonpress.png | bin | 1347 -> 1558 bytes | |||
-rw-r--r-- | data/graphics/gui/checkbox.png | bin | 358 -> 537 bytes | |||
-rw-r--r-- | data/graphics/gui/radioin_highlight.png | bin | 0 -> 652 bytes | |||
-rw-r--r-- | data/graphics/gui/radioout_highlight.png | bin | 0 -> 528 bytes | |||
-rw-r--r-- | data/graphics/gui/slider_hilight.png | bin | 0 -> 468 bytes | |||
-rw-r--r-- | data/graphics/gui/tab.png | bin | 1189 -> 1352 bytes | |||
-rw-r--r-- | data/graphics/gui/tab_hilight.png | bin | 0 -> 1398 bytes | |||
-rw-r--r-- | data/graphics/gui/tabselected.png | bin | 1227 -> 1437 bytes | |||
-rw-r--r-- | data/graphics/gui/vscroll_highlight.png | bin | 0 -> 446 bytes |
13 files changed, 7 insertions, 1 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index a2bafb29..b30d00e2 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -30,6 +30,7 @@ gui_DATA = \ speechbubble.xml \ tab.png \ tabselected.png \ + tab_hilight.png \ target-cursor-blue-l.png \ target-cursor-blue-m.png \ target-cursor-blue-s.png \ @@ -44,7 +45,12 @@ gui_DATA = \ vscroll_up_default.png \ vscroll_up_highlight.png \ vscroll_up_pressed.png \ - window.png + window.png \ + radioin_highlight.png \ + radioout_highlight.png \ + slider_hilight.png \ + tab_hilight.png \ + vscroll_highlight.png EXTRA_DIST = \ $(gui_DATA) diff --git a/data/graphics/gui/button.png b/data/graphics/gui/button.png Binary files differindex 2759b2a8..4f6a5a81 100644 --- a/data/graphics/gui/button.png +++ b/data/graphics/gui/button.png diff --git a/data/graphics/gui/button_disabled.png b/data/graphics/gui/button_disabled.png Binary files differindex 2ed20a7e..2a8fdf43 100644 --- a/data/graphics/gui/button_disabled.png +++ b/data/graphics/gui/button_disabled.png diff --git a/data/graphics/gui/buttonhi.png b/data/graphics/gui/buttonhi.png Binary files differindex fe376a2e..24c09718 100644 --- a/data/graphics/gui/buttonhi.png +++ b/data/graphics/gui/buttonhi.png diff --git a/data/graphics/gui/buttonpress.png b/data/graphics/gui/buttonpress.png Binary files differindex 24e66613..d192534a 100644 --- a/data/graphics/gui/buttonpress.png +++ b/data/graphics/gui/buttonpress.png diff --git a/data/graphics/gui/checkbox.png b/data/graphics/gui/checkbox.png Binary files differindex 7c441c11..b68893fc 100644 --- a/data/graphics/gui/checkbox.png +++ b/data/graphics/gui/checkbox.png diff --git a/data/graphics/gui/radioin_highlight.png b/data/graphics/gui/radioin_highlight.png Binary files differnew file mode 100644 index 00000000..c020f0ba --- /dev/null +++ b/data/graphics/gui/radioin_highlight.png diff --git a/data/graphics/gui/radioout_highlight.png b/data/graphics/gui/radioout_highlight.png Binary files differnew file mode 100644 index 00000000..957a1fa6 --- /dev/null +++ b/data/graphics/gui/radioout_highlight.png diff --git a/data/graphics/gui/slider_hilight.png b/data/graphics/gui/slider_hilight.png Binary files differnew file mode 100644 index 00000000..8b7d2be6 --- /dev/null +++ b/data/graphics/gui/slider_hilight.png diff --git a/data/graphics/gui/tab.png b/data/graphics/gui/tab.png Binary files differindex 929ff7ce..689981a9 100644 --- a/data/graphics/gui/tab.png +++ b/data/graphics/gui/tab.png diff --git a/data/graphics/gui/tab_hilight.png b/data/graphics/gui/tab_hilight.png Binary files differnew file mode 100644 index 00000000..d0585e8f --- /dev/null +++ b/data/graphics/gui/tab_hilight.png diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png Binary files differindex f5451942..72a48973 100644 --- a/data/graphics/gui/tabselected.png +++ b/data/graphics/gui/tabselected.png diff --git a/data/graphics/gui/vscroll_highlight.png b/data/graphics/gui/vscroll_highlight.png Binary files differnew file mode 100644 index 00000000..9802044c --- /dev/null +++ b/data/graphics/gui/vscroll_highlight.png |