| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #52253 | JP Rosevear | 2004-03-16 | 1 | -2/+1 |
* | ignore the timezone info of all-day events. | Kidd Wang | 2004-03-01 | 1 | -3/+3 |
* | guarantee we do have some timezone before the time convertion. | Harry Lu | 2004-02-11 | 1 | -0/+6 |
* | Convert the calendar_config_get_timezone and | JP Rosevear | 2004-02-06 | 1 | -26/+15 |
* | Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does not | Yong Sun | 2004-02-04 | 1 | -6/+12 |
* | (print_month_small): use e_cal_model_generate_instances | Radek Doulik | 2004-01-19 | 1 | -4/+5 |
* | uncomment and use ECalModelComponent (print_day_details): use | Radek Doulik | 2004-01-19 | 1 | -76/+79 |
* | (print_table): set page orientation, it may be changed from last | Radek Doulik | 2004-01-18 | 1 | -0/+3 |
* | month and week view printing works again, day view is next to fix | Radek Doulik | 2004-01-18 | 1 | -71/+97 |
* | update protos | JP Rosevear | 2004-01-18 | 1 | -0/+92 |
* | don't set old orientation, preview needs right orientation even after | Radek Doulik | 2004-01-16 | 1 | -5/+2 |
* | rewrite for new ecal api, cache all ecal's by type and minimize loading. | JP Rosevear | 2003-12-22 | 1 | -9/+8 |
* | Remove a bunch of gal includes that are no longer needed | JP Rosevear | 2003-11-20 | 1 | -1/+0 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 1 | -56/+56 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -12/+19 |
* | Merged from calendar-views-with-model branch | Rodrigo Moya | 2003-08-20 | 1 | -102/+100 |
* | Merged ECalendarTable changes from new-calendar-branch | Rodrigo Moya | 2003-08-08 | 1 | -4/+13 |
* | Fix an unused variable | Dan Winship | 2003-07-23 | 1 | -2/+2 |
* | Remove debug output. | Hans Petter Jansson | 2003-06-24 | 1 | -2/+0 |
* | Fixes #43775 | JP Rosevear | 2003-05-31 | 1 | -36/+23 |
* | Use fixed margins of 5% of page width/height. This is the same cheat as | Hans Petter Jansson | 2003-02-26 | 1 | -12/+34 |
* | Eliminate e_utf8_to_gtk_string (). | Hans Petter Jansson | 2003-02-23 | 1 | -5/+5 |
* | Enable printing for calendar and tasks. | Hans Petter Jansson | 2003-02-12 | 1 | -119/+105 |
* | Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir, | Dan Winship | 2003-02-06 | 1 | -0/+1 |
* | Don't insist appointment is updated if both old and new summary are blank. | Hans Petter Jansson | 2003-01-25 | 1 | -1/+4 |
* | Create a GnomePrintDialog, not a GnomePrinterDialog. They're different | Hans Petter Jansson | 2003-01-22 | 1 | -1/+1 |
* | applied patch from Frederic Crozat <fcrozat@mandrakesoft.com> | Radek Doulik | 2003-01-22 | 1 | -23/+23 |
* | Allow recur_id to be NULL to clear the recurrence id. (Based on a story by | Dan Winship | 2003-01-10 | 1 | -1/+0 |
* | Use g_object_ref()/g_object_unref() instead of | Ettore Perazzoli | 2002-11-09 | 1 | -22/+22 |
* | Initial port of gui/ subdir to GNOME 2 | JP Rosevear | 2002-11-08 | 1 | -33/+36 |
* | modify the start and end hours to accomodate all the events in the day | JP Rosevear | 2002-05-02 | 1 | -0/+23 |
* | remove unneeded parameter from print_text_size everywhere | JP Rosevear | 2002-03-06 | 1 | -59/+80 |
* | Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8() | Damon Chaplin | 2001-11-15 | 1 | -8/+8 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -1/+1 |
* | get the tasks directly from the CalendarModel, so we get the filtering & | Damon Chaplin | 2001-10-29 | 1 | -30/+16 |
* | when the week start day is set to Sunday, we have to be careful to make | Damon Chaplin | 2001-10-28 | 1 | -6/+21 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | convert the formatted date to UTF-8. | Damon Chaplin | 2001-10-27 | 1 | -39/+204 |
* | use bound_text to print the summary, so it wraps instead of being clipped | Damon Chaplin | 2001-09-29 | 1 | -12/+21 |
* | Warning fixes courtesy of Chris Lahey <clahey@ximian.com>. | Federico Mena Quintero | 2001-09-26 | 1 | -19/+20 |
* | Convert string generated by strftime to UTF-8. | Chyla Zbigniew | 2001-09-11 | 1 | -9/+23 |
* | added new backend method to get the component given a UID. | Damon Chaplin | 2001-08-10 | 1 | -2/+2 |
* | used the new print preview icon. | Damon Chaplin | 2001-07-26 | 1 | -4/+4 |
* | try to use builtin timezones before getting them from the server. When | Damon Chaplin | 2001-07-17 | 1 | -2/+3 |
* | renamed updateObject to updateObjects and removed the UID argument, since | Damon Chaplin | 2001-07-12 | 1 | -1/+1 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 1 | -238/+116 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -3/+3 |
* | print description text | JP Rosevear | 2001-06-22 | 1 | -41/+25 |
* | print menu command (print_preview_cmd): ditto for print preview | JP Rosevear | 2001-06-21 | 1 | -3/+247 |
* | new files to contain layout code split off from EDayView an EWeekView, so | Damon Chaplin | 2001-05-29 | 1 | -459/+1438 |
* | Fix headers. Same here. Same here. Same here. Same here. Same here. Same | Kjartan Maraas | 2001-04-05 | 1 | -0/+4 |
* | keep list of all Tasks folders so we can update the preference settings | Damon Chaplin | 2001-03-05 | 1 | -0/+1 |
* | Add a #include <sys/time.h> to work around libgnomeprint.h's lack of | Ettore Perazzoli | 2001-01-30 | 1 | -0/+1 |
* | <gnome.h> trimming to reduce compilation time. Likewise. Likewise. | Federico Mena Quintero | 2001-01-30 | 1 | -1/+2 |
* | Unconditionally remove the client from the alarm notification system. | Federico Mena Quintero | 2001-01-03 | 1 | -3/+8 |
* | As a temporary solution to the to-do printing, just print the summaries. | Federico Mena Quintero | 2000-10-05 | 1 | -34/+40 |
* | Use g_list_append() correctly. (print_todo_details_cb): Likewise. | Federico Mena Quintero | 2000-10-05 | 1 | -20/+26 |
* | Fix strftime() %a versus %b confusion. Fixes bugzilla #644. | Federico Mena Quintero | 2000-10-05 | 1 | -38/+14 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | Fall equinox cleanup! | Federico Mena Quintero | 2000-09-08 | 1 | -4/+18 |
* | Made it compilable both with gnome-print 0.20 and 0.21+ | Lauris Kaplinski | 2000-08-31 | 1 | -21/+21 |
* | Use cal_client_get_objects_in_range (print_day_details_cb): Callback used | JP Rosevear | 2000-08-16 | 1 | -106/+164 |
* | Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versions | Federico Mena Quintero | 2000-07-13 | 1 | -40/+30 |
* | GnomeFont update. | Michael Meeks | 2000-07-13 | 1 | -30/+40 |
* | instead of returning a text representation, decode the text and return an | Seth Alves | 2000-06-08 | 1 | -54/+15 |
* | New function to call the print engine. (calendar_toolbar): Added the Print | Federico Mena Quintero | 2000-06-03 | 1 | -119/+75 |
* | Do not initialize libglade twice. | Federico Mena Quintero | 2000-05-26 | 1 | -14/+166 |
* | Commit for if my laptop dies - Federico | Federico Mena Quintero | 2000-05-24 | 1 | -0/+1186 |