Mercurial > emacs
changeset 104210:9a7c820f16a3
* images/gud/all.xpm, images/gud/thread.xpm: New icons for gdb-mi.el
author | Dmitry Dzhus <dima@sphinx.net.ru> |
---|---|
date | Sat, 08 Aug 2009 22:17:05 +0000 |
parents | b2dc4800cec5 |
children | c911628739b9 |
files | etc/ChangeLog etc/images/gud/all.xpm etc/images/gud/thread.xpm |
diffstat | 3 files changed, 68 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Sat Aug 08 19:01:26 2009 +0000 +++ b/etc/ChangeLog Sat Aug 08 22:17:05 2009 +0000 @@ -1,3 +1,8 @@ +2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru> + + * images/gud/all.xpm, images/gud/thread.xpm: New icons for + gdb-mi.el + 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu> * e/eterm-color.ti (msgr, u6, u7): New capabilities.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/all.xpm Sat Aug 08 22:17:05 2009 +0000 @@ -0,0 +1,31 @@ +/* XPM */ +static char * all_xpm[] = { +"24 24 4 1", +" c None", +". c #000000", +"+ c #E5E5E5", +"@ c #FFFFFF", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++@@....@@++++++ ", +" ++++++@......@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@......@++++++ ", +" ++++++@......@++++++ ", +" ++++++@..@@..@++++++ ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ......@..@@..@...... ", +" ++++++@..@@..@++++++ ", +" ++++++...@@...++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "};
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/images/gud/thread.xpm Sat Aug 08 22:17:05 2009 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static char * thread_xpm[] = { +"24 24 5 1", +" c None", +". c #B2B2B2", +"+ c #E5E5E5", +"@ c #FFFFFF", +"# c #000000", +" ", +" ", +" .................... ", +" .................... ", +" .................... ", +" ++++++@@@@@@@@++++++ ", +" ++++++########++++++ ", +" ++++++########++++++ ", +" ......##@##@##...... ", +" ......@@@##@@@...... ", +" ......@@@##@@@...... ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ++++++@@@##@@@++++++ ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ######@@@##@@@###### ", +" ++++++@@@##@@@++++++ ", +" ++++++@@####@@++++++ ", +" ++++++++++++++++++++ ", +" .................... ", +" .................... ", +" ", +" "};