diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-08-19 08:31:04 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-19 08:31:04 +0800 |
commit | 6158ea365fc20a777a444011e92713fa3168bdda (patch) | |
tree | f51458f962ea8aee3deb0ed465738f96f094f5a0 /calendar/goto.xpm | |
parent | b7c9e891f64f19f1cda1294e1816898518be3ed9 (diff) | |
download | gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar.gz gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar.bz2 gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar.lz gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar.xz gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.tar.zst gsoc2013-evolution-6158ea365fc20a777a444011e92713fa3168bdda.zip |
We now have a nice generic monthly calendar item for the canvas. We
also have a convenient "Go To" dialog, just like in the PalmPilot.
Next step is a pretty month view - Federico
1998-08-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gnome-month-item.c (gnome_month_item_day2index): New public
function to get the displayed day index of the specified date.
* gnome-cal.c (gnome_calendar_goto_today): New public function to
jump to the current day.
* goto.c (day_event): Jump to the selected day when the user
clicks the mouse, and prelight days as appropriate.
* timeutil.c (time_from_day): New public function to build a
time_t from a year/month/day triplet.
* gnome-month-item.c (gnome_month_item_num2child):
(gnome_month_item_child2num): New public functions to convert an
index into a child and vice-versa, respectively.
(gnome_month_item_num2day): New public function to convert a child
number into a displayed day number.
* goto.c (goto_dialog): Doh, use gnome-dialog properly :-)
* gnome-month-item.c (create_items): Use g_strdup()ed day names
from the start.
1998-08-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
* main.c (gnome_toolbar): Made it use goto.xpm.
* Makefile.am (EXTRA_DIST): Added goto.xpm to the list of files.
svn path=/trunk/; revision=326
Diffstat (limited to 'calendar/goto.xpm')
-rw-r--r-- | calendar/goto.xpm | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/calendar/goto.xpm b/calendar/goto.xpm new file mode 100644 index 0000000000..c7173b4388 --- /dev/null +++ b/calendar/goto.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char * goto_xpm[] = { +"24 24 41 1", +" c None", +". c #212121", +"+ c #EAD4CB", +"@ c #E3C5BA", +"# c #DBB4A4", +"$ c #EEDED7", +"% c #FAF7F5", +"& c #F2E5E1", +"* c #D2AC99", +"= c #000000", +"- c #8D9E7C", +"; c #CDD9C2", +"> c #DEE6D7", +", c #DAE2D1", +"' c #9BAD89", +") c #B79382", +"! c #707D63", +"~ c #B4C6A2", +"{ c #ACC098", +"] c #636E57", +"^ c #AB8A7A", +"/ c #E4E9DD", +"( c #657158", +"_ c #C49F8D", +": c #C3D1B5", +"< c #808F70", +"[ c #4C5442", +"} c #58634E", +"| c #E6EBE0", +"1 c #D4DDC9", +"2 c #CAD7BE", +"3 c #90A17F", +"4 c #5F6A53", +"5 c #535C49", +"6 c #E9EDE4", +"7 c #616D56", +"8 c #A8BC95", +"9 c #7C8B6E", +"0 c #4C5443", +"a c #B6C2AA", +"b c #5E6953", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ", +" ..+@#.. ", +" .$%&@*. ", +" =======+#**. ", +" =-;>,'=###). ", +" =!~{]=##*^. ", +" ==/;{(]=#*_. ", +" ==/;:{<[}=)).. ", +" =|12{{34=5=.. ", +" =6{{{7= == ", +" =>890= ", +" =a]= ", +" =b= ", +" = ", +" ", +" ", +" ", +" "}; |