aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table-config.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Cleanups: - remove unused vars - remove extraneous semi-colons - add someKjartan Maraas2006-02-081-8/+1
* convert to G_DEFINE_TYPEJP Rosevear2004-10-141-12/+7
* Convert the calendar_config_get_timezone andJP Rosevear2004-02-061-8/+1
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-291-0/+263
n/commit/widgets/misc?id=34b9be960c3d4d8d7d875bde238da95b926287d6'>EAttachmentIconView: Fix runtime warnings with GTK3.Matthew Barnes2011-06-301-48/+58 * EActionComboBox: Fix runtime warnings with GTK3.Matthew Barnes2011-06-301-22/+33 * Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2011-06-303-0/+488 * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2011-06-308-6/+21 * Show calendar backend errors in an alert sinkMilan Crha2011-06-301-0/+32 * Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-301-11/+0 * Coding style and whitespace cleanup.Matthew Barnes2010-11-103-13/+13 * Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-101-3/+3 * Bug 633471 - EAttachmentStore store folder name where uri is expectedMatthew Barnes2010-11-102-29/+34 * Restore update method in ECanvasBackgroundMatthew Barnes2010-10-301-0/+21 * Adapt branch for building with GTK+ 2.22.Matthew Barnes2010-10-301-1/+0 * e-map: Take colormap and visual from the widgetBenjamin Otte2010-10-301-2/+2 * 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 * widgets: Don't use GdkGC in ECalendarItemBenjamin Otte2010-10-301-19/+18 * gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-303-28/+17 * e-canvas: Simplify ECanvasBackgroundBenjamin Otte2010-10-301-243/+17 * gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-303-23/+16 * widgets: Remove stipple from ECanvasBackgroundBenjamin Otte2010-10-302-46/+0 * gnome-canvas: Remove aa codeBenjamin Otte2010-10-301-5/+2 * Bug #631982 - Hide Page properties in signature editorMilan Crha2010-10-291-0/+7 * Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-6/+18 * 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-251-1/+1 * Bug 632870 - Cut and paste broken in ESignatureEditorMatthew Barnes2010-10-231-0/+31 * Simplify EActivity.Matthew Barnes2010-10-233-169/+229 * ESignatureList cleanups.Matthew Barnes2010-10-211-4/+3 * Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-211-0/+9 * Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-212-6/+11 * Bug #630695 - Invalid read when enable/disable the account in preferencesMilan Crha2010-10-191-6/+19 * Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-2/+0 * EAlert: Allow arbitrary actions to be added.Matthew Barnes2010-10-191-43/+69 * Replace EBinding with GBinding.Matthew Barnes2010-10-1410-67/+102 * EAlertBar: Always show the most recent alert.Matthew Barnes2010-10-141-6/+2 * Adjust EAlertBar text attributes.Matthew Barnes2010-10-131-2/+7 * Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-136-4/+726 * Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-075-16/+16 * Get rid of deprecated GtkObject in EMap widgetMilan Bouchet-Valat2010-10-041-24/+2 * EAttachmentPaned: Use gtk_expander_set_label_fill()Matthew Barnes2010-10-011-17/+1 * Messin around with EAlerts.Matthew Barnes2010-09-301-8/+10 * Bump gtk+-2.0 requirement to 2.22.0.Matthew Barnes2010-09-291-7/+0 * Adapt to Camel API changes.Matthew Barnes2010-09-281-5/+6 * Add a GCancellable to EActivity.Matthew Barnes2010-09-191-6/+21 * Use new GDK keysym names if available.Matthew Barnes2010-09-1815-57/+100 * Coding style and whitespace cleanups.Matthew Barnes2010-09-129-50/+51 * Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-113-6/+6 * Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-113-0/+6 * Various memory leaksMilan Crha2010-09-081-1/+6 * Bug 628483 - signature_combo_box_refresh_cb memory leakMatthew Barnes2010-09-011-1/+3 * Coding style and whitespace cleanup.Matthew Barnes2010-08-2931-382/+410 * Bug 628154 - Ignore paths in MIME part filenamesMatthew Barnes2010-08-281-1/+4 * Forgot a line.Matthew Barnes2010-08-271-0/+2 * Convert EAttachmentHandler to an EExtension.Matthew Barnes2010-08-276-123/+61 * GObject boilerplate cleanup.Matthew Barnes2010-08-2556-1604/+645 * ESelectionModel cleanups.Matthew Barnes2010-08-162-314/+455 * Whitespace and coding style cleanup.Matthew Barnes2010-08-143-4/+3 * Bug 624913 - Disallow drag-and-drop within the same attachment barMatthew Barnes2010-08-135-8/+107 * ECanvas cleanups.Matthew Barnes2010-08-133-406/+410 * remove select-on-focus hack, and replace with new skip-a-parentMichael Meeks2010-08-111-20/+7 * Bug 271691 - Add a way to view all attachments inlineMatthew Barnes2010-08-111-1/+95 * EAttachmentView cleanups.Matthew Barnes2010-08-111-65/+65 * Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-113-28/+120 * addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-021-1/+1 * Make EImportAssistant extensible.Matthew Barnes2010-07-311-37/+16 * Remove unused 'preview' argument from e_import_assistant_new_simple().Matthew Barnes2010-07-302-7/+2 * Bug 624534 - Adapt to GTK+ GtkNotebookPage changesKjartan Maraas2010-07-261-1/+1 * Disable my evil GtkExpander hack in EAttachmentPaned.Matthew Barnes2010-07-171-1/+9 * Coding style and whitespace cleanup.Matthew Barnes2010-07-123-4/+4 * Bug 624022 - "stock_mail-import" no longer exists in gnome-icon-themeMatthew Barnes2010-07-101-19/+0 * Migrate from CamelException to GError.Matthew Barnes2010-07-092-8/+5 * EHintedEntry: Don't select hints on grab_focus().Matthew Barnes2010-06-251-0/+29 * Bug #620815 - Memory leaks with EvolutionMilan Crha2010-06-251-0/+1 * Bug 622633 - Can't launch Evolution from clock appletMatthew Barnes2010-06-252-8/+8 * Bug #621903 - Crash on HTML message print previewMilan Crha2010-06-241-0/+6 * Bug 604262 - "Copy Email Address" should also copy to primary clipboardMatthew Barnes2010-06-241-0/+4 * Bug 622559 - Changing search option should focus search entryMatthew Barnes2010-06-241-20/+21 * Use an appropriate icon when dragging attachments.Matthew Barnes2010-06-234-5/+122 * Composer: Only hide single From account in express mode.Matthew Barnes2010-06-211-2/+2 * Fix all remaining GTK3 issues.Matthew Barnes2010-06-163-14/+22 * Remove gnome-pilot integration.Matthew Barnes2010-06-163-277/+1 * Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-153-22/+14 * Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-151-2/+2 * Add some missing linker flags.Matthew Barnes2010-06-151-0/+1 * Fix all remaining GTK3 issues.Matthew Barnes2010-06-153-14/+22 * Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-7/+8 * Coding style and whitespace cleanups.Matthew Barnes2010-06-071-1/+3 * More GTK3 preparation.Matthew Barnes2010-06-043-27/+44 * Bug 619781 - Some preference sections don't show the right preferencesMatthew Barnes2010-05-281-1/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-05-272-6/+15 * Some post-merge cleanup.Matthew Barnes2010-05-271-10/+0 * Merge branch 'express2'Matthew Barnes2010-05-275-4/+122 |\ | * Coding style and whitespace cleanup.Matthew Barnes2010-05-254-14/+17 | * Fix compiler warnings.Matthew Barnes2010-05-252-4/+4 | * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-255-85/+212 | |\ | | * Bug 608855 - Can't drag and drop multiple attachmentsMatthew Barnes2010-05-214-24/+175 | | * Improve attachment bar selection behavior.Matthew Barnes2010-05-202-62/+38 | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-172-7/+19 | |\| | | * Bug 615291 - Preview pane's attachment bar accepts dropMatthew Barnes2010-05-121-5/+14 | | * Bug 616640 - Don't display attachment size if it's unknownMatthew Barnes2010-05-121-2/+5 | * | Merge express2 into relayout-composerFederico Mena Quintero2010-05-082-5/+86 | |\ \ | | * | Add filter_page option for pref window so that we can show only requiredSrinivasa Ragavan2010-04-302-5/+86 | * | | Add function to count the displayed accounts in an EAccountComboBoxFederico Mena Quintero2010-05-052-0/+24 | |/ / | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-0/+2 | |\| | | * [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-04-081-0/+2 | * | Minor EMailReader cleanup.Matthew Barnes2010-04-072-4/+19 | * | Add an extension to configure EWebView.Matthew Barnes2010-04-072-42/+176 | * | Add extensions to configure calender widgets.Matthew Barnes2010-04-073-37/+33 | |/ | * Bug 614049 - Attachment bar causes drawing issues in RTL localesMatthew Barnes2010-03-301-2/+7 * | Bug 608855 - Can't drag and drop multiple attachmentsMatthew Barnes2010-05-214-24/+175 * | Improve attachment bar selection behavior.Matthew Barnes2010-05-202-62/+38 * | Add missing includeH.Habighorst2010-05-201-0/+1 * | Bug #499320 - Preview before import from command lineMilan Crha2010-05-194-15/+674 * | Bug 615291 - Preview pane's attachment bar accepts dropMatthew Barnes2010-05-121-5/+14 * | Bug 616640 - Don't display attachment size if it's unknownMatthew Barnes2010-05-121-2/+5 * | Adapt to Camel API changes.Matthew Barnes2010-05-081-2/+2 * | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-1/+1 * | Camel is now GObject-based.Matthew Barnes2010-04-244-18/+18 * | Fix compiler warnings.Matthew Barnes2010-04-211-1/+1 * | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-136-16/+21 * | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0811-91/+1 * | Replace ESpinner with GtkSpinner.Matthew Barnes2010-04-084-1036/+2 * | Bug #574755 - Add translator commentsMilan Crha2010-04-071-5/+5 * | Bug #567304 - Review strings for translationMilan Crha2010-04-071-1/+1 * | Adapt to Camel API changes.Matthew Barnes2010-04-041-10/+12 * | Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-4915/+1 * | Only #include Camel's top-level header.Matthew Barnes2010-04-037-18/+4 * | Miscellaneous cleanup bits from WebKit branch.Matthew Barnes2010-04-022-27/+63 * | Bug #347330 - Mark forgotten strings for translationMilan Crha2010-04-021-3/+3 * | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-027-46/+46 * | Bug 614049 - Attachment bar causes drawing issues in RTL localesMatthew Barnes2010-03-291-2/+7 * | Minor EMailReader cleanup.Matthew Barnes2010-03-262-4/+19 * | Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-231-7/+4 * | Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-231-2/+7 * | Add an extension to configure EWebView.Matthew Barnes2010-03-232-44/+176 * | [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-211-0/+2 * | Add extensions to configure calender widgets.Matthew Barnes2010-03-203-37/+33 |/ * Revert some bad assumptions I made in EPluginUI.Matthew Barnes2010-03-161-3/+3 * Shell and UI manager cleanups.Matthew Barnes2010-03-142-4/+5 * Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-102-4/+3 * ECalendar header cleanup.Matthew Barnes2010-03-102-81/+80 * Remove a long lived win32 hackFridrich Strba2010-03-061-4/+0 * Work around recent GTK+ deprecations.Matthew Barnes2010-03-0511-1/+99 * Fix a misspelled icon name.Matthew Barnes2010-03-041-1/+1 * Filtering out g_chmod on windows because it makes no sense thereFridrich Strba2010-03-031-0/+2 * Revert "Bug 587014 - Magic space does not work as expected"Matthew Barnes2010-02-181-0/+1 * Forgot to disconnect a signal handler in EAttachmentButton.Matthew Barnes2010-02-181-3/+16 * Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboardMatthew Barnes2010-02-171-1/+1 * Fix command-line import crasher.Matthew Barnes2010-02-121-0/+1 * Add DnD support to e-selection.c.Matthew Barnes2010-02-091-13/+10 * Coding style and whitespace cleanup.Matthew Barnes2010-02-083-31/+58 * Fix a compiler warning.Matthew Barnes2010-02-071-1/+0 * Bug 602416 - Changing shell views emits many runtime warningsMatthew Barnes2010-02-071-2/+1 * Implement account-wide search scope in mail.Matthew Barnes2010-02-071-0/+3 * Coding style and whitespace cleanup.Matthew Barnes2010-01-3110-107/+107 * Don't show total attachment size if it's zero.Matthew Barnes2010-01-291-4/+9 * Revise some comments in e-attachment.c.Matthew Barnes2010-01-291-6/+6 * Add focus tracking to EMailBrowser.Matthew Barnes2010-01-201-0/+31 * Bug 607234 - Open received attachments as read-onlyMatthew Barnes2010-01-191-0/+18 * Give all preview panes a search bar.Matthew Barnes2010-01-187-0/+2554 * Improve clipboard behavior.Matthew Barnes2010-01-185-14/+315 * Remove dead assignments found by clang.Matthew Barnes2010-01-1610-38/+2 * Fixes #606937 - void function should not have a return value.Wang Xin2010-01-151-1/+1 * Remove unused tooltip support from ECanvas/ETable/EText.Matthew Barnes2010-01-152-58/+0 * Remove unused ECanvas functions.Matthew Barnes2010-01-152-190/+3 * Baby steps toward GSEAL compliance.Matthew Barnes2010-01-1416-233/+397 * Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-089-21/+21 * Coding style and whitespace cleanup.Matthew Barnes2010-01-052-25/+80 * Kill widgets/misc/e-colors.[ch].Matthew Barnes2010-01-053-134/+0 * Kill e_popup_menu().Matthew Barnes2010-01-05