aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.c
Commit message (Expand)AuthorAgeFilesLines
* ** Fix for bug #211267Milan Crha2008-07-301-53/+118
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+3
* Patch from Chenthill Palanisamy <pchenthill@novell.com> (Fix memory leak whi...Suman Manjunath2008-01-281-0/+1
* ** Fix for bug #333695Milan Crha2008-01-151-3/+7
* Patch from Milan Crha <mcrha@redhat.com> Fix for bug #333695 (Print attendee...Suman Manjunath2008-01-141-1/+98
* ** Fixes bug #392747 (extra cleanup work)Matthew Barnes2007-12-061-11/+11
* ** Fix for bug #500024Milan Crha2007-11-281-0/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-63/+63
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-1/+1
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+7
* ** Fix for bug #324526Milan Crha2007-10-091-0/+47
* 2007-10-04 mcrha Fix for bug #325685Milan Crha2007-10-041-6/+9
* 2007-10-01 mcrha Fix for bug #230339Milan Crha2007-10-011-2/+15
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-3/+3
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-1/+1
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-201-858/+481
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-6/+5
* Fix a crasher. (#401539)Matthew Barnes2007-04-061-1/+1
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-121-45/+51
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-231-571/+668
* Fixes #272668.Chenthill Palanisamy2006-06-141-370/+391
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-13/+8
* added translator comments to workday abbreviations. Fixes bug 328007.Andre Klapper2006-01-241-0/+1
* Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-0/+1
* changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-061-1/+1
* gui/e-alarm-list.c gui/e-cal-component-memo-preview.cTor Lillqvist2005-11-241-1/+1
* Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>Harish Krishnaswamy2005-10-191-1/+3
* fixes #244981.Chenthill Palanisamy2005-10-011-0/+9
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Fixes #44579Li Yuan2005-03-211-3/+15
* Fix for #56901Yong Sun2005-02-041-2/+2
* Fixes #46404JP Rosevear2005-01-221-67/+73
* guard config.hJP Rosevear2004-10-081-0/+3
* Fixes #55648JP Rosevear2004-03-271-1/+1
* Fixes #52253JP Rosevear2004-03-161-2/+1
* ignore the timezone info of all-day events.Kidd Wang2004-03-011-3/+3
* guarantee we do have some timezone before the time convertion.Harry Lu2004-02-111-0/+6
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-26/+15
* Fix a bug in evolution/calendar/gui/print.c: bound_text(). It does notYong Sun2004-02-041-6/+12
* (print_month_small): use e_cal_model_generate_instancesRadek Doulik2004-01-191-4/+5
* uncomment and use ECalModelComponent (print_day_details): useRadek Doulik2004-01-191-76/+79
* (print_table): set page orientation, it may be changed from lastRadek Doulik2004-01-181-0/+3
* month and week view printing works again, day view is next to fixRadek Doulik2004-01-181-71/+97
* update protosJP Rosevear2004-01-181-0/+92
* don't set old orientation, preview needs right orientation even afterRadek Doulik2004-01-161-5/+2
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-9/+8
* Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-201-1/+0
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-56/+56
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-12/+19
* Merged from calendar-views-with-model branchRodrigo Moya2003-08-201-102/+100
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-4/+13
* Fix an unused variableDan Winship2003-07-231-2/+2
* Remove debug output.Hans Petter Jansson2003-06-241-2/+0
* Fixes #43775JP Rosevear2003-05-311-36/+23
* Use fixed margins of 5% of page width/height. This is the same cheat asHans Petter Jansson2003-02-261-12/+34
* Eliminate e_utf8_to_gtk_string ().Hans Petter Jansson2003-02-231-5/+5
* Enable printing for calendar and tasks.Hans Petter Jansson2003-02-121-119/+105
* Remove cruft. Rename ICONSDIR to IMAGESDIR. (gladedir, etspecdir,Dan Winship2003-02-061-0/+1
* Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-251-1/+4
* Create a GnomePrintDialog, not a GnomePrinterDialog. They're differentHans Petter Jansson2003-01-221-1/+1
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-23/+23
* Allow recur_id to be NULL to clear the recurrence id. (Based on a story byDan Winship2003-01-101-1/+0
* Use g_object_ref()/g_object_unref() instead ofEttore Perazzoli2002-11-091-22/+22
* Initial port of gui/ subdir to GNOME 2JP Rosevear2002-11-081-33/+36
* modify the start and end hours to accomodate all the events in the dayJP Rosevear2002-05-021-0/+23
* remove unneeded parameter from print_text_size everywhereJP Rosevear2002-03-061-59/+80
* Substituted gnome_font_get_width_string() with gnome_font_get_width_utf8()Damon Chaplin2001-11-151-8/+8
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* get the tasks directly from the CalendarModel, so we get the filtering &Damon Chaplin2001-10-291-30/+16
* when the week start day is set to Sunday, we have to be careful to makeDamon Chaplin2001-10-281-6/+21
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* convert the formatted date to UTF-8.Damon Chaplin2001-10-271-39/+204
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-291-12/+21
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-261-19/+20
* Convert string generated by strftime to UTF-8.Chyla Zbigniew2001-09-111-9/+23
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-2/+2
* used the new print preview icon.Damon Chaplin2001-07-261-4/+4
* try to use builtin timezones before getting them from the server. WhenDamon Chaplin2001-07-171-2/+3
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-1/+1
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-238/+116
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* print description textJP Rosevear2001-06-221-41/+25
* print menu command (print_preview_cmd): ditto for print previewJP Rosevear2001-06-211-3/+247
* new files to contain layout code split off from EDayView an EWeekView, soDamon Chaplin2001-05-291-459/+1438
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+4
* keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-051-0/+1
* Add a #include <sys/time.h> to work around libgnomeprint.h's lack ofEttore Perazzoli2001-01-301-0/+1
* <gnome.h> trimming to reduce compilation time. Likewise. Likewise.Federico Mena Quintero2001-01-301-1/+2
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-3/+8
* As a temporary solution to the to-do printing, just print the summaries.Federico Mena Quintero2000-10-051-34/+40
* Use g_list_append() correctly. (print_todo_details_cb): Likewise.Federico Mena Quintero2000-10-051-20/+26
* Fix strftime() %a versus %b confusion. Fixes bugzilla #644.Federico Mena Quintero2000-10-051-38/+14
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Fall equinox cleanup!Federico Mena Quintero2000-09-081-4/+18
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-21/+21
* Use cal_client_get_objects_in_range (print_day_details_cb): Callback usedJP Rosevear2000-08-161-106/+164
* Make gnome-print-0.20 mandatory. We will bail out with CVS HEAD versionsFederico Mena Quintero2000-07-131-40/+30
* GnomeFont update.Michael Meeks2000-07-131-30/+40
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-54/+15
* New function to call the print engine. (calendar_toolbar): Added the PrintFederico Mena Quintero2000-06-031-119/+75
* Do not initialize libglade twice.Federico Mena Quintero2000-05-261-14/+166
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-0/+1186