aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix copy-pasted XMLRodrigo Moya2010-11-041-16/+16
* Migrate mail notification schemas to GSettingsRodrigo Moya2010-11-042-0/+48
* Migrate face picture schemas to GSettingsRodrigo Moya2010-11-042-0/+12
* Migrate custom headers schemas to GSettingsRodrigo Moya2010-11-042-0/+12
* Migrate template placeholders schemas to GSettingsRodrigo Moya2010-11-042-0/+6
* Migrate mail prompts schemas to GSettingsRodrigo Moya2010-11-045-1/+53
* Add GSettings schemas for addressbookRodrigo Moya2010-11-042-2/+12
* Migrate all shell schemas to GSettingsRodrigo Moya2010-11-012-0/+66
* Start settings schemas migrationRodrigo Moya2010-11-013-1/+80
* Revert my previous revert for GnomeCanvasShape.Matthew Barnes2010-10-301-4/+1
* Fix gnome_canvas_rect_draw().Matthew Barnes2010-10-301-2/+2
* Merge GnomeCanvasShape into GnomeCanvasRect.Matthew Barnes2010-10-306-898/+669
* Fix typo in gnome_canvas_shape_update().Matthew Barnes2010-10-301-1/+1
* Revert "gnome-canvas: Fix bounding box calculation in GnomeCanvasShape"Matthew Barnes2010-10-301-1/+4
* GnomeCanvasShape: Make color string parsing more robustMatthew Barnes2010-10-301-4/+17
* Fix matrix in gnome_canvas_shape_draw().Matthew Barnes2010-10-301-2/+0
* Fix typos in gnome_canvas_shape_bounds().Matthew Barnes2010-10-301-2/+2
* Fix cursor drawing in ECellText.Matthew Barnes2010-10-301-12/+17
* Rename GnomeCanvasItem.destroy() to dispose().Matthew Barnes2010-10-306-52/+52
* Fix gnome_canvas_item_w2i_matrix().Matthew Barnes2010-10-301-6/+5
* Fix typo in eti_update().Matthew Barnes2010-10-301-2/+2
* Actually set the path in gnome_canvas_shape_set_path().Matthew Barnes2010-10-301-0/+2
* Restore update method in ECanvasBackgroundMatthew Barnes2010-10-301-0/+21
* Fix typo in EText.Matthew Barnes2010-10-301-2/+2
* Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-305-4/+24
* Reinstate GDK_DISABLE_DEPRECATEDBenjamin Otte2010-10-301-0/+1
* calendar: Don't draw a shadow outside of the widgetBenjamin Otte2010-10-301-49/+0
* calendar: Remove now unused gcs and colormap handling from EWeekViewBenjamin Otte2010-10-302-18/+0
* calendar: Draw EWeekViewTitlesItem with cairoBenjamin Otte2010-10-301-40/+35
* calendar: draw EWeekViewEventItem with cairoBenjamin Otte2010-10-301-47/+42
* calendar: Remove unused variableBenjamin Otte2010-10-301-4/+0
* e-table: Remove unused dnd pixmapsBenjamin Otte2010-10-303-65/+0
* e-table: Don't push/pop colormapsBenjamin Otte2010-10-304-13/+0
* e-table: Draw button with cairoBenjamin Otte2010-10-301-16/+12
* e-table: Draw ECellTree with cairoBenjamin Otte2010-10-301-10/+10
* e-text: Draw EReflow with cairoBenjamin Otte2010-10-301-7/+13
* e-text: Fix color handlingBenjamin Otte2010-10-302-27/+13
* e-map: Take colormap and visual from the widgetBenjamin Otte2010-10-301-2/+2
* gnome-canvas: Remove functions that allocate colorsBenjamin Otte2010-10-302-79/+0
* gnome-canvas: Use gdk_parse_color() in GnomeCanvasShapeBenjamin Otte2010-10-301-2/+4
* calendar: Draw meeting time selector with cairoBenjamin Otte2010-10-302-121/+74
* calendar: Draw day view with cairoBenjamin Otte2010-10-304-57/+33
* e-table: Remove retro lookBenjamin Otte2010-10-305-210/+40
* e-table: Remove unused GdkGCBenjamin Otte2010-10-301-4/+0
* e-table: Draw ECellText with cairoBenjamin Otte2010-10-301-54/+30
* e-table: Use gdk_pango_layout_get_clip_region() in ECellTextBenjamin Otte2010-10-301-44/+24
* e-table: Remove unused GdkGC from ECellToggleBenjamin Otte2010-10-301-22/+0
* e-table: Use Pango ellipsizing instead of manual arrow drawingBenjamin Otte2010-10-301-91/+11
* gnome-canvas: Port drawing to use cairoBenjamin Otte2010-10-302-29/+14
* gnome-canvas: Remove gnome_canvas_set_stipple_origin()Benjamin Otte2010-10-302-24/+0
* gnome-canvas: Port GnomeCanvasText to use cairoBenjamin Otte2010-10-302-118/+29
* e-map: Stuff tween duration into a macro so it's easier to changeBenjamin Otte2010-10-301-2/+3
* e-map: Add simplification API to zoom from a certain stateBenjamin Otte2010-10-301-16/+17
* e-map: Zoom out smoothly, tooBenjamin Otte2010-10-301-1/+14
* e-map: Redo zoomingBenjamin Otte2010-10-301-387/+223
* e-map: Make center_at() function take longitude/latitudeBenjamin Otte2010-10-301-21/+29
* e-map: Introduce e_map_get_current_location()Benjamin Otte2010-10-301-13/+13
* e-map: Use gtk_alignment_configure()Benjamin Otte2010-10-301-22/+14
* e-map: Repaint points unconditionallyBenjamin Otte2010-10-301-1/+2
* e-map: Make cache a server-side surfaceBenjamin Otte2010-10-301-95/+92
* e-map: Query adjustment for size, not pixbufBenjamin Otte2010-10-301-2/+2
* e-map: pass width and height to set_scroll_area() directlyBenjamin Otte2010-10-301-19/+7
* e-map: Draw with cairoBenjamin Otte2010-10-301-38/+11
* e-map: Update the xofs/yofs properties together with the adjustmentsBenjamin Otte2010-10-301-11/+9
* e-map: Don't block signal handlersBenjamin Otte2010-10-301-23/+0
* e-map: Move all rendering into the expose eventBenjamin Otte2010-10-301-114/+65
* e-map: Always repaint the whole window on scrollsBenjamin Otte2010-10-301-93/+1
* e-text: Draw with cairoBenjamin Otte2010-10-302-80/+27
* e-text: Use gdk_pango_layout_get_clip_region() for selection renderingBenjamin Otte2010-10-301-58/+19
* widgets: Don't use GdkGC in ECalendarItemBenjamin Otte2010-10-301-19/+18
* Remove libartBenjamin Otte2010-10-3071-9939/+0
* gnome-canvas: Simplify updating codeBenjamin Otte2010-10-302-326/+34
* calendar: Use G_PIBenjamin Otte2010-10-301-3/+3
* gnome-canvas: Fix bounding box calculation in GnomeCanvasShapeBenjamin Otte2010-10-301-4/+1
* gnome-canvas: Remove render_dirty variableBenjamin Otte2010-10-302-33/+0
* gnome-canvas: Remove pangoft2 requirementBenjamin Otte2010-10-302-8/+0
* gnome-canvas: Remove gnome_canvas_w2c_affine()Benjamin Otte2010-10-302-28/+0
* gnome-canvas: Convert point tranformation functions to use cairoBenjamin Otte2010-10-301-25/+21
* gnome-canvas: Remove gnome_canvas_update_now()Benjamin Otte2010-10-302-29/+0
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-3023-510/+198
* e-table: Convert coordinates using CairoBenjamin Otte2010-10-301-18/+18
* e-table: Remove unused member variables from ETableItemBenjamin Otte2010-10-302-18/+14
* e-table: Draw grids with CairoBenjamin Otte2010-10-302-25/+20
* gnome-canvas: Simplify GnomeCanvasPixbufBenjamin Otte2010-10-301-503/+37
* gnome-canvas: Update GnomeCanvasPixbuf for gobject nicetiesBenjamin Otte2010-10-302-68/+29
* gnome-canvas: Fix refcounting for GnomeCanvasPixbufBenjamin Otte2010-10-301-21/+3
* gnome-canvas: Remove unused flags from GnomeCanvasPixbufBenjamin Otte2010-10-301-19/+0
* e-canvas: Simplify ECanvasBackgroundBenjamin Otte2010-10-301-243/+17
* gnome-canvas: Update GailCanvasItem visibility code to cairo APIsBenjamin Otte2010-10-301-139/+32
* gnome-canvas: Split out matrix_transform_rect codeBenjamin Otte2010-10-303-44/+58
* gnome-canvas: Remove now-unused functionsBenjamin Otte2010-10-302-546/+0
* gnome-canvas: Remove GnomeCanvasPathDefBenjamin Otte2010-10-304-1392/+0
* gnome-canvas: Rewrite GnomeCanvasShape to use CairoBenjamin Otte2010-10-307-986/+293
* gnome-canvas: Change line-width handling of GnomeCanvasShapeBenjamin Otte2010-10-304-59/+22
* build: Depend on cairo-gobjectBenjamin Otte2010-10-301-0/+1
* gnome-canvas: Make GnomeCanvasShape use modern gobject-fuBenjamin Otte2010-10-301-51/+20
* gnome-canvas: Get rid of libart usage in the text itemsBenjamin Otte2010-10-302-20/+12
* gnome-canvas: Remove GnomeCanvasClipGroupBenjamin Otte2010-10-304-336/+0
* gnome-canvas: gnome-canvas-rect-ellipse.[ch] => gnome-canvas-rect.[ch]Benjamin Otte2010-10-304-4/+4
* calendar: Only include libgnomecanvas.hBenjamin Otte2010-10-3011-12/+11
* addressbook: Only include libgnomecanvas.hBenjamin Otte2010-10-304-5/+4
* e-text: Only include libgnomecanvas.hBenjamin Otte2010-10-303-3/+2
* gnome-canvas: Get rid of GnomeCanvasRE objectBenjamin Otte2010-10-302-160/+71
* gnome-canvas: Remove GnomeCanvasItemEllipseBenjamin Otte2010-10-302-142/+0
* gnome-canvas: Remove GnomeCanvasPointsBenjamin Otte2010-10-305-135/+1
* gnome-canvas: Remove GnomeCanvasLineBenjamin Otte2010-10-306-1337/+24
* gnome-canvas: Remove GnomeCanvasPolygonBenjamin Otte2010-10-304-323/+0
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-3030-40/+30
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-3023-320/+138
* gnome-canvas: Remove CanvasItem->coverage vfunc declarationBenjamin Otte2010-10-301-3/+0
* gnome-canvas: Remove close_enough memberBenjamin Otte2010-10-303-14/+4
* gnome-canvas: Remove GnomeCanvasBpath itemBenjamin Otte2010-10-304-222/+0
* gnome-canvas: Port GnomeCanvasLine to use Cairo for drawingBenjamin Otte2010-10-304-138/+100
* widgets: Remove stipple from ECanvasBackgroundBenjamin Otte2010-10-302-46/+0
* xxx: meeting time stippleBenjamin Otte2010-10-304-4/+2
* e-table: Draw focus with CairoBenjamin Otte2010-10-302-16/+13
* e-table: Remove unused stipple variableBenjamin Otte2010-10-301-4/+0
* e-text: Remove stippling codeBenjamin Otte2010-10-302-48/+0
* calendar: Port meeting time selector to CairoBenjamin Otte2010-10-303-52/+74
* gnome-canvas: Remove stipple properties from GnomeCanvasShapeBenjamin Otte2010-10-304-91/+0
* gnome-canvas: Remove stipple properties from GnomeCanvasTextBenjamin Otte2010-10-302-45/+0
* gnome-canvas: Remove stipple properties from GnomeCanvasLineBenjamin Otte2010-10-302-47/+0
* e-table: Use semi-transparent red instead of stippled redBenjamin Otte2010-10-302-16/+1
* gnome-canvas: Remove GnomeCanvasBufBenjamin Otte2010-10-303-113/+0
* gnome-canvas: Remove GnomeCanvasItem->render vfuncBenjamin Otte2010-10-309-519/+0
* gnome-canvas: Remove aa codeBenjamin Otte2010-10-308-394/+85
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-304-7/+7
* Remove unused functionsBenjamin Otte2010-10-301-114/+0
* Remove unused functionBenjamin Otte2010-10-301-16/+0
* Bug #632280 - Backup file name should include date (YYYYMMDD)Milan Crha2010-10-292-2/+18
* Bug #632278 - Double .vcf extension on addressbook saveMilan Crha2010-10-291-7/+4
* Bug #632199 - Opening calendar from panel clock goes to previous dayMilan Crha2010-10-291-2/+14
* Bug #632769 - EMeetingTimeSelector can be unrealized in express modeMilan Crha2010-10-292-2/+4
* Bug #633155 - Incorrect signal connection with mail-vfolder.c:folder_deleted_cbMilan Crha2010-10-291-1/+1
* More detailed runtime warning on message list pre-sortingMilan Crha2010-10-291-2/+10
* Bug #631982 - Hide Page properties in signature editorMilan Crha2010-10-291-0/+7
* Bug #633371 - Remote pop folder no longer emptiedMilan Crha2010-10-293-8/+8
* [l10n] Updated Estonian translationMattias Põldaru2010-10-281-3/+3
* Updated Spanish translationJorge González2010-10-281-84/+81
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-289-17/+103
* Bug 631731 - Remove status icon from mail notifierWilliam Jon McCann2010-10-282-158/+24
* Bug #632767 - Some widgets removed from mail-config.uiMilan Crha2010-10-271-3/+1
* Bug #633158 - Importer stops after single mail importMilan Crha2010-10-271-1/+1
* Bug #592045 - Use week-day names in abbreviated dateMilan Crha2010-10-271-5/+4
* Bug #445439 - Delete mail from pop-server when deleted from Inbox/TrashMilan Crha2010-10-275-9/+167
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-2717-489/+7
* Bug #631956 - Reset renderer properties in action_combo_box_render_pixbufMilan Crha2010-10-261-1/+3
* Bug #631870 - Memory leak in e_week_view after GtkObject removalMilan Crha2010-10-253-3/+3
* Fix build on platforms when ngettext is a macroFridrich Štrba2010-10-251-16/+27
* Update Simplified Chinese translation.Yinghua Wang2010-10-251-2865/+3222
* Updated Spanish translationJorge González2010-10-231-498/+507
* Remove EVO_MARSHAL_RULE.Matthew Barnes2010-10-233-13/+3
* Bug 632870 - Cut and paste broken in ESignatureEditorMatthew Barnes2010-10-231-0/+31
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-330/+327
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-5696/+6240
* Bug 632903 - Support libnotify-0.7Flo Gravo2010-10-234-5/+21
* Kill mail_store_set_offline().Matthew Barnes2010-10-239-215/+277
* Fix capitalization in menu labels.Matthew Barnes2010-10-232-2/+2
* Simplify EActivity.Matthew Barnes2010-10-2346-1124/+942
* Memory leaks around g_value_set_stringMilan Crha2010-10-224-7/+8
* Updated Japanese translationTakayuki KUSANO2010-10-221-2749/+2980
* Bug #632679 - Add 'Remove attachments' in pop up menuMilan Crha2010-10-212-0/+5
* Bug #597567 - Crash in comp_subject()Milan Crha2010-10-212-0/+22
* Bug #631526 - Loading images doesn't use proxy credentialsMilan Crha2010-10-211-1/+64
* Add missing gtk-compat.h include to various filesMilan Crha2010-10-214-0/+12
* ESignatureList cleanups.Matthew Barnes2010-10-217-136/+188
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-2110-20/+56
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-2126-83/+177
* Updated Spanish translationJorge González2010-10-201-216/+223
* Bug #631451 - Add handlers for x-scheme-handler/mailtoMilan Crha2010-10-202-25/+32
* Bug #630504 - Precache collate keys before sorting in EReflowModelMilan Crha2010-10-206-17/+109
* Updated Japanese translationTakayuki KUSANO2010-10-201-350/+351
* Bug #630969 - Implement also Message->Go to->Previous ThreadMilan Crha2010-10-204-0/+57
* Updated Spanish translationJorge González2010-10-201-205/+215
* [help] Fix XML validity of French translationClaude Paroz2010-10-201-4/+5
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-2018-291/+614
* Bug #630695 - Invalid read when enable/disable the account in preferencesMilan Crha2010-10-191-6/+19
* Bug #534453 - Incorporate 'Remove attachments' pluginRex Tsai2010-10-193-2/+107
* Bug #567265 - BCC kept on message forward from Sent folderMilan Crha2010-10-193-4/+10
* Crash on start with vfolders configuredMilan Crha2010-10-192-0/+8
* Updated Spanish translationJorge González2010-10-191-762/+769
* Add an "ellipsize" property to EMFolderTree.Matthew Barnes2010-10-194-12/+112
* Fix a runtime warning from the enum change.Matthew Barnes2010-10-191-2/+2
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-1924-139/+220
* Miscellaneous fixups.Matthew Barnes2010-10-192-0/+10
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-1940-176/+251
* Kill mail_config_service_set_save_passwd().Matthew Barnes2010-10-193-11/+1
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-1915-301/+302
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-1951-1754/+570
* Add an EOfflineAlert module.Matthew Barnes2010-10-197-3/+241
* EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-1916-174/+458
* Implement EAlertSinkInterface in EShellContent.Matthew Barnes2010-10-185-14/+170
* EShellView: Mark a string for translation.Matthew Barnes2010-10-181-3/+1
* post release version bumpChenthill Palanisamy2010-10-181-1/+1
* News update for 2.91.1 releaseEVOLUTION_2_91_1Chenthill Palanisamy2010-10-181-0/+58
* Bug #630518 - Hides calendar parts from multipart/alternativeMilan Crha2010-10-182-4/+17
* Updated Spanish translationJorge González2010-10-181-27/+24
* Bug #630506 - "You have %d alarms" needs ngettextMilan Crha2010-10-181-1/+1
* Bug #631968 - Date wrongly displayed as Tomorrow.Punit Jain2010-10-181-0/+2
* Bug #604981 - Always bcc ignored for Contacts.Bharath Acharya2010-10-181-2/+2
* Updated Norwegian bokmål translationKjartan Maraas2010-10-161-1550/+1665
* Updated Spanish translationJorge González2010-10-151-201/+229
* Widget 'label-comments' gone in Contact editorMilan Crha2010-10-151-1/+0
* Bug #587011 - Integrate remove-duplicates into evolutionMilan Crha2010-10-154-0/+151
* Bug 632171 - "New Address Book" dialog accepts whitespace for nameMatthew Barnes2010-10-151-1/+8
* Bug 632127 - Composer is editable while sending messageMatthew Barnes2010-10-156-59/+121
* Added sl for Slovenian translationMatej Urbančič2010-10-151-1/+1
* Added Slovenian translationMatej Urbančič2010-10-151-0/+10246
* Updated Spanish translationJorge González2010-10-151-1188/+1187
* Update POTFILES.in.Matthew Barnes2010-10-141-1/+4
* Replace EBinding with GBinding.Matthew Barnes2010-10-1493-1437/+1332
* Remove an unused mail-config enum type.Matthew Barnes2010-10-141-7/+0
* Bug 305425 - Toolbar cancel button is always sensitiveMatthew Barnes2010-10-141-0/+6
* Bug 461769 - Add a --force-online command line optionMatthew Barnes2010-10-146-12/+75
* EAlertBar: Always show the most recent alert.Matthew Barnes2010-10-141-6/+2
* EShellBackend: Respond to EShell::prepare-for-quit signals.Matthew Barnes2010-10-145-8/+170
* Bug #630490 - Not visible calendar color change immediatelyMilan Crha2010-10-141-0/+6
* Bug #630375 - Character encoding of GPG encrypted message not honoredMilan Crha2010-10-133-2/+33
* Bug #617611 - redo_queries calls gtk+ functions in non-main threadMilan Crha2010-10-131-12/+55
* Updated Spanish translationJorge González2010-10-131-39/+13
* Remove unused mail_msg_wait().Matthew Barnes2010-10-132-29/+0
* Adjust EAlertBar text attributes.Matthew Barnes2010-10-131-2/+7
* Updated Spanish translationJorge González2010-10-131-20/+11
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-1311-84/+30
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-1333-1642/+4423
* Give MailSession a permanent home.Matthew Barnes2010-10-13107-2617/+4597
* Updated Spanish translationJorge González2010-10-121-101/+79
* Bug #619387 - EMailBrowser doesn't honour sorting of a mail windowMilan Crha2010-10-121-0/+23
* Minor fixes on Catalan translationGil Forcada2010-10-111-31/+2
* Updated Catalan translationDavid Planella2010-10-111-4506/+5467
* Updated Spanish translationJorge González2010-10-101-2106/+2309
* Day view print: Put day name in its boxCarlos Martín Nieto2010-10-091-2/+3
* Add a missing week number offsetCarlos Martín Nieto2010-10-091-1/+1
* [i18n] Updated German translationMario Blättermann2010-10-091-2457/+2480
* Bug #240302 - Print the work week viewCarlos Martín Nieto2010-10-081-0/+419
* Bug #223337 - Auto-close message-browser when replying to themMilan Crha2010-10-083-2/+92
* Bug #552121 - Drop UUENCODE inline filterMilan Crha2010-10-081-51/+1
* autogen.sh: remove unneded call to autopointJavier Jardón2010-10-081-6/+0
* MailFolderCache notifies in reverse orderMilan Crha2010-10-071-5/+4
* Bug #631341 - On This Computer/Inbox sub-folders lostMilan Crha2010-10-071-0/+7
* Bug #631588 - Sort by Subject doesn't workMilan Crha2010-10-071-1/+1
* Realli fix srcdir != builddir buildsJavier Jardón2010-10-071-1/+3
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-0765-545/+383
* Bug #630390 - Operation stuck: Generating message list (cancelled)Milan Crha2010-10-061-0/+4
* Bug #617953 - Hide Junk messages in Search foldersMilan Crha2010-10-061-1/+1
* Bug #618102 - Single event print doesn't show timeMilan Crha2010-10-061-13/+33
* Calendar's "Open Web Page" actions doesn't workMilan Crha2010-10-064-4/+4
* Bug #211593 - Show week numbers on calendar printoutMilan Crha2010-10-061-17/+61
* Bug #500591 - Crash when viewing a large messageMilan Crha2010-10-051-1/+1
* Bug 588851 - Don't show unsubscribe option for local foldersMatthew Barnes2010-10-051-1/+3