aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Bug 644235 - Make EActivityProxy a GtkFrameCosimo Cecchi2011-03-092-10/+5
* Bug 644066 - Text selection is cleared when right-clicking on a linkMatthew Barnes2011-03-071-5/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-03-0650-50/+109
* Do not leak attachments in a mail viewMilan Crha2011-03-023-5/+33
* Fix Gtk-Doc comment notation.Matthew Barnes2011-03-022-9/+13
* Bug #641374 - "Send new mail to..." popup action doesn't workMilan Crha2011-02-282-1/+18
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2550-364/+159
* Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-02-256-45/+94
* Bug #623593 - Cannot drag&drop attached messages from mailsMilan Crha2011-02-233-7/+111
* Coding style and whitespace cleanup.Matthew Barnes2011-02-192-2/+2
* Bug #642088 - Crash when changing advanced send options in GroupWiseMilan Crha2011-02-171-11/+35
* Fix few memory leaksMilan Crha2011-02-152-3/+17
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-1334-85/+65
* Fix a build break due to #error pragmaMilan Crha2011-02-111-4/+15
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-098-65/+3
* Composer: Add Edit -> PreferencesMatthew Barnes2011-02-041-5/+9
* Bug #641011 - Ugly appointment editing windowsMilan Crha2011-02-032-0/+3
* More whitespace cleanup.Matthew Barnes2011-01-3137-409/+409
* Coding style and whitespace cleanup.Matthew Barnes2011-01-3014-172/+273
* Adapt ETree to latest gtk+-3.0 API.Matthew Barnes2011-01-262-52/+58
* Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-01-2610-121/+69
* Adapt ETableHeaderItem to latest gtk+-3.0 API.Matthew Barnes2011-01-263-33/+32
* Adapt ETableFieldChooserItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-9/+18
* Adapt ETableItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-17/+8
* Adapt ETable to latest gtk+-3.0 API.Matthew Barnes2011-01-262-49/+58
* Adapt ECanvasBackground to latest gtk+-3.0 API.Matthew Barnes2011-01-261-4/+3
* Adapt EReflow to latest gtk+-3.0 API.Matthew Barnes2011-01-261-11/+12
* Adapt EText to latest gtk+-3.0 API.Matthew Barnes2011-01-261-25/+21
* Adapt EMap to latest gtk+-3.0 API.Matthew Barnes2011-01-261-140/+243
* Adapt ECanvas to latest gtk+-3.0 API.Matthew Barnes2011-01-261-1/+1
* Adapt ECalendarItem to latest gtk+-3.0 API.Matthew Barnes2011-01-261-50/+22
* Fix minor compiler warningsMatthew Barnes2011-01-261-2/+2
* Various critical warnings about comp-editor-pages and date editMilan Crha2011-01-251-0/+1
* Do not oversize New and Send/Receive toolbar buttonsMilan Crha2011-01-251-37/+0
* Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-254-33/+84
* Avoid using deprecated GTK_SELECTION_EXTENDEDVibha Yadav2011-01-251-2/+2
* gdk_cursor_unref() -> g_object_unref()Matthew Barnes2011-01-254-6/+6
* Dialogs no longer have separators.Matthew Barnes2011-01-253-3/+0
* Drop backward-compatibility cruft.Matthew Barnes2011-01-2540-135/+6
* Bug #640517 - Runtime warnings when launching composerMilan Crha2011-01-251-27/+27
* Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-191-0/+1
* libetable cleanups.Matthew Barnes2011-01-17134-3131/+4097
* Remove some unused gnome-canvas options.Matthew Barnes2011-01-162-15/+7
* Merge miscellaneous changes from gtk3 branch.Matthew Barnes2011-01-158-606/+537
* Fudge GtkScrollable for gtk2.Matthew Barnes2011-01-158-99/+107
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-156-9/+15
* ETree: Fix runtime warnings with GTK3.Matthew Barnes2011-01-093-12/+33
* EAttachmentIconView: Fix runtime warnings with GTK3.Matthew Barnes2011-01-091-48/+58
* EActionComboBox: Fix runtime warnings with GTK3.Matthew Barnes2011-01-091-22/+33
* Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2010-12-223-0/+488
* Minor compiler warnings fixMilan Crha2010-12-212-3/+3
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-068-6/+21
* Show calendar backend errors in an alert sinkMilan Crha2010-12-041-0/+32
* Reset IM context when entering ECellText editingMilan Crha2010-11-241-39/+21
* Bug #371705 - Calendar's day view does not reset its IM contextMilan Crha2010-11-231-48/+39
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-11/+0
* Bug #633774 - Headers are gone in grouped viewVibha Yadav2010-11-151-1/+1
* Drop accessibility support for ECellText.Matthew Barnes2010-11-114-795/+0
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-11-0810-30/+29
* Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-031-15/+17
* Add forgotten cairo_destroy() callsMilan Crha2010-11-022-3/+11
* Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-3/+3
* Bug 633471 - EAttachmentStore store folder name where uri is expectedMatthew Barnes2010-10-302-29/+34
* Fix cursor drawing in ECellText.Matthew Barnes2010-10-301-12/+17
* Fix typo in eti_update().Matthew Barnes2010-10-301-2/+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-302-2/+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
* e-table: Remove retro lookBenjamin Otte2010-10-304-207/+38
* 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
* 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
* gnome-canvas: Convert canvas item transformation matrix to cairoBenjamin Otte2010-10-308-107/+80
* 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
* e-canvas: Simplify ECanvasBackgroundBenjamin Otte2010-10-301-243/+17
* e-text: Only include libgnomecanvas.hBenjamin Otte2010-10-303-3/+2
* e-table: Fix includes to only ever include libgnomecanvas.hBenjamin Otte2010-10-3030-40/+30
* gnome-canvas: Change GnomeCanvasItem->point vfuncBenjamin Otte2010-10-308-59/+37
* gnome-canvas: Remove close_enough memberBenjamin Otte2010-10-301-1/+1
* widgets: Remove stipple from ECanvasBackgroundBenjamin Otte2010-10-302-46/+0
* 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
* e-table: Use semi-transparent red instead of stippled redBenjamin Otte2010-10-302-16/+1
* gnome-canvas: Remove aa codeBenjamin Otte2010-10-302-26/+20
* Bug #631982 - Hide Page properties in signature editorMilan Crha2010-10-291-0/+7
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-6/+18
* Drop usage of GtkAnchorType.Matthew Barnes2010-10-276-106/+0
* 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
* Memory leaks around g_value_set_stringMilan Crha2010-10-223-5/+5
* 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 #630504 - Precache collate keys before sorting in EReflowModelMilan Crha2010-10-203-7/+43
* 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-0719-80/+79
* Get rid of deprecated GtkObject in EMap widgetMilan Bouchet-Valat2010-10-041-24/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-10-045-37/+51
* 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
* Bug #629645 - Sets negative 'width' propertyMilan Crha2010-09-221-1/+1
* Add a GCancellable to EActivity.Matthew Barnes2010-09-191-6/+21
* Use new GDK keysym names if available.Matthew Barnes2010-09-1831-171/+253
* Bug #563471 - Printing tasks fails when grouped by category.Vibha Yadav2010-09-141-14/+32
* Coding style and whitespace cleanups.Matthew Barnes2010-09-1293-3003/+3052
* Convert ECell from a GtkObject to a GObject.Matthew Barnes2010-09-115-30/+22
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-114-8/+8
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-114-0/+8
* Various memory leaksMilan Crha2010-09-082-1/+9
* 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
* ECellText cleanups.Matthew Barnes2010-08-2910-162/+345
* 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-166-318/+460
* 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
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-6/+8
* Bug 624534 - Adapt to GTK+ GtkNotebookPage changesKjartan Maraas2010-07-261-1/+1
* Workaround table header image draw, it crashes under clutter.Srinivasa Ragavan2010-07-261-0/+11
* Disable my evil GtkExpander hack in EAttachmentPaned.Matthew Barnes2010-07-171-1/+9
* Coding style and whitespace cleanup.Matthew Barnes2010-07-1228-341/+541
* 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
* Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.Matthew Barnes2010-06-302-0/+2
* 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
* Coding style and whitespace cleanup.Matthew Barnes2010-06-206-44/+84
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-166-46/+77
* Remove gnome-pilot integration.Matthew Barnes2010-06-163-277/+1
* Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-156-77/+46
* Drop the "2" from libgnomecanvas and libart_lgpl.Matthew Barnes2010-06-153-5/+5
* Add some missing linker flags.Matthew Barnes2010-06-153-14/+18
* Fix all remaining GTK3 issues.Matthew Barnes2010-06-156-46/+77
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-7/+8
* Coding style and whitespace cleanups.Matthew Barnes2010-06-074-16/+31
* More GTK3 preparation.Matthew Barnes2010-06-046-36/+66
* Bug 617579 - HIG issues in "Save Current View" dialogMatthew Barnes2010-05-302-147/+97
* Bug 619781 - Some preference sections don't show the right preferencesMatthew Barnes2010-05-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-05-273-7/+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-173-18/+30
| |\|
| | * 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
| | * Bug #614346 - Use cached table row height rather than recalculateMichel Dänzer2010-04-301-11/+11
| | * Bug #604430 - Calendar view not rememberedMilan Crha2010-04-281-2/+3
| | * Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
| | * fix disappearing e-table headers by realising the (horrible)Michael Meeks2010-04-211-0/+1
| * | 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
| |/ /
| * | Bug #604430 - Calendar view not rememberedMilan Crha2010-04-301-2/+3
| * | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-301-4/+0
| * | fix disappearing e-table headers by realising the (horrible)Michael Meeks2010-04-211-0/+1
| * | 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
| * | Fix mismatched quotes.Matthew Barnes2010-04-071-1/+1
| * | 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 #488979 - Disable Edit for card views in contactsMilan Crha2010-04-011-1/+6
| * Bug 614049 - Attachment bar causes drawing issues in RTL localesMatthew Barnes2010-03-301-2/+7
* | Fix compiler warnings.Matthew Barnes2010-05-221-1/+0
* | 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 #604971 - Evolution allows deletion of default viewsMilan Crha2010-05-141-16/+24
* | 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
* | Bug #545462 - Printing of contacts is weird.Vibha Yadav2010-05-072-5/+32
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-022-49/+104
* | Bug #614346 - Use cached table row height rather than recalculateMichel Dänzer2010-04-301-11/+11
* | Bug #604430 - Calendar view not rememberedMilan Crha2010-04-281-2/+3
* | Camel is now GObject-based.Matthew Barnes2010-04-244-18/+18
* | Remove 3 leftover references to non-existing librariesFridrich Štrba2010-04-231-4/+0
* | fix disappearing e-table headers by realising the (horrible)Michael Meeks2010-04-211-0/+1
* | Fix compiler warnings.Matthew Barnes2010-04-212-4/+6
* | Remove comments that have no point after pthreads dependency disappearedFridrich Štrba2010-04-161-3/+4
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-1310-28/+29
* | Bug #615263 - SIGSEGV on Evolution close in e-tree.c:1990Milan Crha2010-04-131-4/+4
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-0840-668/+1066
* | 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