aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Expand)AuthorAgeFilesLines
* Fix "Open with" problemHEADarchive-integrationTing-Wei Lan2013-08-301-0/+4
* Add simple archive creation supportTing-Wei Lan2013-08-301-24/+114
* Add widgets and object data to support archive creationTing-Wei Lan2013-08-291-9/+57
* Prevent using uninitialized valueTing-Wei Lan2013-08-201-0/+1
* Add simple archive extraction supportTing-Wei Lan2013-08-202-53/+265
* Add properties and widgets to support archive extractionTing-Wei Lan2013-08-184-2/+164
* Bug #704207 - Dragged column's arrow indicator oversizedMilan Crha2013-08-091-0/+3
* Bug #699603 - Message list scrolls to cursor on style changeMilan Crha2013-08-013-0/+63
* [workaround] Bug #695633 - Attachments disappear after opening oneMilan Crha2013-07-312-4/+4
* EPreviewPane: Handle "new-activity" signals from EWebView.Matthew Barnes2013-07-281-0/+25
* EPreviewPane cleanups.Matthew Barnes2013-07-282-25/+5
* EWebView: Add an "image-save" action.Matthew Barnes2013-07-282-1/+21
* Add e_web_view_cursor_image_save().Matthew Barnes2013-07-282-0/+236
* Add e_web_view_cursor_image_copy().Matthew Barnes2013-07-283-157/+153
* Add e_web_view_new_activity().Matthew Barnes2013-07-282-0/+51
* Add e_web_view_request().Matthew Barnes2013-07-282-0/+160
* Add e_web_view_suggest_filename().Matthew Barnes2013-07-282-0/+65
* Add e_web_view_redirect_uri().Matthew Barnes2013-07-272-0/+43
* Remove e_web_view_get_uri().Matthew Barnes2013-07-272-9/+0
* Remove unused e_web_view_set_enable_frame_flattening().Matthew Barnes2013-07-272-19/+0
* Remove unused e_web_view_get_enable_frame_flattening().Matthew Barnes2013-07-272-21/+0
* Remove unused e_web_view_frame_get_uri().Matthew Barnes2013-07-272-24/+0
* Remove unused e_web_view_frame_load_uri().Matthew Barnes2013-07-272-44/+0
* Remove unused e_web_view_frame_load_string().Matthew Barnes2013-07-272-46/+0
* Remove unused e_web_view_extract_uri().Matthew Barnes2013-07-272-41/+0
* EWebView: Initialize WebKitWebSettings internally.Matthew Barnes2013-07-272-63/+43
* EWebView cleanups.Matthew Barnes2013-07-271-188/+208
* Bug 697575 - ESourceConfig: Avoid calling check_complete() too soonMatthew Barnes2013-07-211-4/+11
* Bug 704494 - EStockRequest calls into GTK+ from worker threadMatthew Barnes2013-07-201-16/+31
* EStockRequest cleanups.Matthew Barnes2013-07-201-91/+91
* Bug 704558 - Crash when using -fstack-protector-strongMatthew Barnes2013-07-201-1/+3
* EContactStore: Stop book views in a dedicated threadMilan Crha2013-07-171-1/+18
* Remove tree-expanded.xpm and tree-unexpanded.xpm.Matthew Barnes2013-07-133-48/+0
* ERuleEditor: Remove dead code.Matthew Barnes2013-07-092-161/+0
* Remove nautilus-sendto integration.Matthew Barnes2013-07-085-300/+0
* Miscellaneous cleanups.Matthew Barnes2013-07-076-19/+21
* Add e_activity_get_last_known_text().Matthew Barnes2013-07-062-0/+33
* Remove GalViewFactory.Matthew Barnes2013-07-064-170/+0
* Remove GalViewFactoryEtable.Matthew Barnes2013-07-064-140/+0
* GalViewCollection: Load files during instance initialization.Matthew Barnes2013-07-063-249/+249
* Remove gal_view_collection_add_factory().Matthew Barnes2013-07-062-34/+1
* GalViewCollection: We don't need no stinkin' factories!Matthew Barnes2013-07-061-15/+37
* GalViewCollection: Move public members into private section.Matthew Barnes2013-07-063-121/+140
* GalViewCollection: Add a private section.Matthew Barnes2013-07-062-0/+14
* Use gal_view_collection_get_user_directory() where needed.Matthew Barnes2013-07-061-2/+8
* GalViewCollection: Add a "user-directory" property.Matthew Barnes2013-07-062-1/+39
* GalViewCollection: Add a "system-directory" property.Matthew Barnes2013-07-062-0/+55
* GalViewCollection cleanups.Matthew Barnes2013-07-062-71/+52
* Remove unused gal_view_collection_set_default_view().Matthew Barnes2013-07-062-13/+0
* Remove unused gal_view_collection_copy_view().Matthew Barnes2013-07-062-38/+0
* Remove unused gal_view_collection_append().Matthew Barnes2013-07-062-37/+0
* Remove unused gal_view_collection_get_view_id_by_index().Matthew Barnes2013-07-062-14/+0
* GalViewCollection: Remove "title" member.Matthew Barnes2013-07-062-17/+0
* GalViewCollection: Remove unused "display-view" signal.Matthew Barnes2013-07-062-38/+0
* GalViewFactoryClass: Remove the new_view() method.Matthew Barnes2013-07-063-17/+4
* GalViewFactoryClass: Remove the get_type_code() method.Matthew Barnes2013-07-063-10/+8
* GalViewFactoryClass: Add a "gal_view_type" member.Matthew Barnes2013-07-062-0/+3
* GalViewClass: Replace get_type_code() with "type_code" string.Matthew Barnes2013-07-065-52/+24
* GalViewFactoryEtable: Remove "specification" property.Matthew Barnes2013-07-062-112/+3
* GalViewEtable: Remove ETableState member.Matthew Barnes2013-07-061-31/+39
* Remove gal_view_etable_set_state().Matthew Barnes2013-07-062-15/+0
* GalViewEtable: Remove ETableSpecification member.Matthew Barnes2013-07-063-57/+59
* GalViewEtable: Add a private section.Matthew Barnes2013-07-062-45/+60
* GalView: Store the title string internally.Matthew Barnes2013-07-065-47/+32
* GalView: Add a private section.Matthew Barnes2013-07-062-0/+13
* GalView-related cleanups.Matthew Barnes2013-07-066-97/+76
* GalViewFactory: Remove get_title() method.Matthew Barnes2013-07-063-28/+0
* GalView: Remove edit() method.Matthew Barnes2013-07-063-62/+0
* Remove GalViewNewDialog.Matthew Barnes2013-07-066-555/+0
* Remove GalDefineViewsModel.Matthew Barnes2013-07-066-456/+0
* Remove GalDefineViewsDialog.Matthew Barnes2013-07-066-710/+0
* Update evolution-util API docs.Matthew Barnes2013-07-022-3/+2
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-022-61/+154
* Remove e_tree_set_state().Matthew Barnes2013-07-022-28/+0
* Remove e_tree_get_state().Matthew Barnes2013-07-022-23/+0
* Remove e_table_set_state().Matthew Barnes2013-07-022-28/+0
* Remove e_table_get_state().Matthew Barnes2013-07-022-22/+0
* ETableHeaderItem: Avoid e_table_set_state().Matthew Barnes2013-07-021-6/+9
* Remove e_table_specification_load_from_string().Matthew Barnes2013-07-022-36/+7
* Remove e_tree_new_from_spec_file().Matthew Barnes2013-07-022-94/+0
* Remove e_table_new_from_spec_file().Matthew Barnes2013-07-022-87/+0
* e_tree_new: Take an ETableSpecification parameter.Matthew Barnes2013-07-022-27/+15
* e_table_new: Take an ETableSpecification parameter.Matthew Barnes2013-07-022-22/+13
* Remove ETableWithout.Matthew Barnes2013-07-024-530/+0
* Remove ETableMemory.Matthew Barnes2013-07-024-360/+0
* Remove ETableMemoryStore.Matthew Barnes2013-07-024-778/+0
* ETableConfig: Use ETableColumnSelector.Matthew Barnes2013-07-023-1091/+475
* Add ETableColumnSelector.Matthew Barnes2013-07-024-0/+547
* ETreeViewFrame: Fix runtime warning during dispose.Matthew Barnes2013-07-021-6/+2
* e_tree_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-022-31/+7
* e_tree_new: Remove unused "state_str" parameter.Matthew Barnes2013-07-022-23/+7
* e_table_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-022-31/+6
* e_table_new: Remove unused "state_str" parameter.Matthew Barnes2013-07-023-26/+8
* Remove e_table_column_specification_load_from_node().Matthew Barnes2013-07-022-35/+0
* Remove e_table_specification_load_from_node().Matthew Barnes2013-07-022-96/+0
* Reimplement e_table_specification_load_from_file().Matthew Barnes2013-07-021-7/+8
* Reimplement e_table_specification_load_from_string().Matthew Barnes2013-07-022-18/+392
* Add e_table_state_parse_context_push/pop().Matthew Barnes2013-07-022-0/+234
* Add e_table_sort_info_parse_context_push/pop().Matthew Barnes2013-07-022-0/+216
* ETableSortInfo: Rework API to avoid exposing ETableSortColumn.Matthew Barnes2013-07-028-386/+536
* Add e_table_sort_info_sorting_remove().Matthew Barnes2013-07-023-10/+24
* ETableSortInfo: Move arrays to private section.Matthew Barnes2013-07-022-72/+65
* ETableSortInfo: Use *unsigned* ints for index/length params.Matthew Barnes2013-07-022-20/+20
* ETableSortInfo: Move "sort_count" to private section.Matthew Barnes2013-07-022-13/+14
* ETableSortInfo: Move "group_count" to private section.Matthew Barnes2013-07-022-10/+11
* ETableSortInfo: Move "can_group" to private section.Matthew Barnes2013-07-022-10/+17
* ETableSortInfo: Remove some unused public members.Matthew Barnes2013-07-021-3/+0
* ETableSortInfo: Add a "specification" construct-only property.Matthew Barnes2013-07-023-9/+125
* ETableSortInfo: Add a private section.Matthew Barnes2013-07-022-0/+14
* ETableSortInfo cleanups.Matthew Barnes2013-07-022-199/+201
* ETableState: Convert the column index array to a column spec array.Matthew Barnes2013-07-026-116/+170
* Add e_table_header_get_column_by_spec().Matthew Barnes2013-07-022-0/+35
* ETableCol: Embed an ETableColumnSpecification.Matthew Barnes2013-07-0215-238/+139
* Add e_table_specification_get_column_index().Matthew Barnes2013-07-022-0/+44
* Add e_table_column_specification_equal().Matthew Barnes2013-07-022-0/+31
* ETableColumnSpecification: Make "sortable" a boolean.Matthew Barnes2013-07-023-10/+5
* ETableSpecification: Make the columns array private.Matthew Barnes2013-07-025-80/+133
* ETableSpecification: Add a private section.Matthew Barnes2013-07-022-0/+15
* Add e_table_specification_ref_columns().Matthew Barnes2013-07-022-1/+30
* ETableState: Add a "specification" construct-only property.Matthew Barnes2013-07-026-49/+143
* ETableState: Add a private section.Matthew Barnes2013-07-022-2/+28
* e-table-sorting-utils.c cleanups.Matthew Barnes2013-07-022-54/+101
* ETableGroupContainer cleanups.Matthew Barnes2013-07-021-13/+22
* Remove unused e_table_sort_info_freeze/thaw().Matthew Barnes2013-06-262-60/+2
* Remove unused e_table_column_specification_save_to_node().Matthew Barnes2013-06-262-33/+0
* Remove unused e_table_specification_save_to_node().Matthew Barnes2013-06-262-67/+0
* Remove unused e_table_specification_save_to_string().Matthew Barnes2013-06-262-33/+0
* Remove unused e_table_specification_duplicate().Matthew Barnes2013-06-262-29/+0
* Remove unused e_table_specification_save_to_file().Matthew Barnes2013-06-262-35/+0
* ETableState cleanups.Matthew Barnes2013-06-262-53/+40
* ETableSpecification cleanups.Matthew Barnes2013-06-262-112/+107
* Add ETreeViewFrame.Matthew Barnes2013-06-265-0/+1685
* Notify user about question dialogsMilan Crha2013-06-241-0/+26
* EUrlEntry: Try harder to recognize a valid URL.Matthew Barnes2013-06-241-2/+18
* EUrlEntry: Replace button with clickable inline icon.Matthew Barnes2013-06-242-64/+31
* EUrlEntry cleanups.Matthew Barnes2013-06-242-90/+76
* Calendar views inline text edit with Ctrl+C/V/X does not workMilan Crha2013-06-2114-4/+302
* ESelectionModel: Don't assume an ESorter is present.Matthew Barnes2013-06-211-4/+9
* ETableSorter: Further cleanups.Matthew Barnes2013-06-212-359/+347
* ESorterArray: Further cleanups.Matthew Barnes2013-06-212-163/+145
* Convert ESorter to an interface.Matthew Barnes2013-06-216-290/+230
* Update ETree API documentation.Matthew Barnes2013-06-211-9/+9
* Remove e_tree_view_to_model_row().Matthew Barnes2013-06-212-13/+0
* Remove e_sorter_new().Matthew Barnes2013-06-213-20/+1
* ESorter cleanups.Matthew Barnes2013-06-212-79/+72
* Remove unused e_tree_find_next().Matthew Barnes2013-06-212-89/+0
* Remove unused e_tree_get_tooltip().Matthew Barnes2013-06-212-10/+0
* Remove unused e_tree_model_to_view_row().Matthew Barnes2013-06-212-14/+0
* Remove unused e_tree_get_prev_row().Matthew Barnes2013-06-212-20/+0
* Remove unused e_tree_get_next_row().Matthew Barnes2013-06-212-29/+0
* Remove unused e_tree_get_printable().Matthew Barnes2013-06-212-9/+0
* Remove unused e_tree_load_state().Matthew Barnes2013-06-212-28/+0
* Remove unused e_tree_set_search_column().Matthew Barnes2013-06-212-25/+0
* Remove unused e_tree_save_state().Matthew Barnes2013-06-212-21/+0
* Remove e_tree_row_count().Matthew Barnes2013-06-212-9/+0
* Remove e_tree_force_expanded_state().Matthew Barnes2013-06-212-14/+0
* Remove e_tree_load_expanded_state_xml().Matthew Barnes2013-06-212-14/+0
* Remove e_tree_save_expanded_state_xml().Matthew Barnes2013-06-212-9/+0
* Remove e_tree_load_expanded_state().Matthew Barnes2013-06-212-12/+0
* Remove e_tree_save_expanded_state().Matthew Barnes2013-06-212-11/+0
* Remove e_tree_show_node().Matthew Barnes2013-06-212-11/+0
* Remove e_tree_root_node_is_visible().Matthew Barnes2013-06-212-9/+0
* Remove e_tree_row_of_node().Matthew Barnes2013-06-212-13/+6
* Remove e_tree_node_at_row().Matthew Barnes2013-06-212-16/+3
* Remove e_tree_root_node_set_visible().Matthew Barnes2013-06-212-11/+0
* Remove e_tree_node_set_expanded_recurse().Matthew Barnes2013-06-212-14/+0
* Remove e_tree_node_set_expanded().Matthew Barnes2013-06-212-13/+0
* Remove e_tree_node_is_expanded().Matthew Barnes2013-06-212-11/+0
* Remove unused e_tree_right_click_up().Matthew Barnes2013-06-212-9/+0
* Remove unused e_tree_drag_unhighlight().Matthew Barnes2013-06-212-13/+0
* Remove unused e_tree_drag_highlight().Matthew Barnes2013-06-212-65/+0
* Remove unused e_tree_drag_get_data().Matthew Barnes2013-06-212-25/+0
* Remove unused e_tree_drag_dest_unset().Matthew Barnes2013-06-212-18/+0
* Remove unused e_tree_drag_dest_set_proxy().Matthew Barnes2013-06-212-19/+0
* Remove e_tree_drag_dest_set().Matthew Barnes2013-06-212-22/+0
* Remove e_tree_selected_path_foreach().Matthew Barnes2013-06-212-15/+0
* Remove e_tree_selected_row_foreach().Matthew Barnes2013-06-212-15/+0
* ETree cleanups.Matthew Barnes2013-06-212-869/+843
* Remove unused e_bit_array_invert_selection().Matthew Barnes2013-06-202-21/+0
* Remove unused e_selection_model_invert_selection().Matthew Barnes2013-06-204-73/+0
* Remove unused e_table_invert_selection().Matthew Barnes2013-06-202-15/+0
* Bug 702006 - Select All does not select collapsed threadsMatthew Barnes2013-06-201-6/+29
* ETreeTableAdapter: Further cleanups.Matthew Barnes2013-06-201-45/+62
* Add e_tree_model_node_get_n_nodes().Matthew Barnes2013-06-202-0/+15
* ETreeTableAdapter cleanups.Matthew Barnes2013-06-192-281/+467
* Convert ETableModel to an interface.Matthew Barnes2013-06-1913-196/+245
* ETable-related cleanups.Matthew Barnes2013-06-1928-1178/+1301
* Remove unused ETableMemoryCallbacks.Matthew Barnes2013-06-195-386/+25
* Remove unused ETableMemoryStoreCustomColumn.Matthew Barnes2013-06-191-12/+3
* Remove unused E_TABLE_MEMORY_STORE_COLUMN_TYPE_OBJECT.Matthew Barnes2013-06-192-22/+1
* Remove unused E_TABLE_MEMORY_STORE_COLUMN_TYPE_CUSTOM.Matthew Barnes2013-06-192-12/+0
* ETreeSelectionModel: Further cleanups.Matthew Barnes2013-06-181-179/+195
* ETreeSelectionModel: Modernize GHashTable usage.Matthew Barnes2013-06-181-61/+36
* Remove e_tree_model_node_is_editable().Matthew Barnes2013-06-163-33/+1
* Remove e_tree_model_set_value_at().Matthew Barnes2013-06-163-27/+1
* Remove e_tree_model_has_get_node_by_id().Matthew Barnes2013-06-164-31/+5
* Remove e_tree_model_has_save_id().Matthew Barnes2013-06-165-29/+2
* Remove e_tree_model_icon_at().Matthew Barnes2013-06-163-64/+3
* Convert ETreeModel to an interface.Matthew Barnes2013-06-168-1140/+130
* Add e_tree_memory_get_n_children().Matthew Barnes2013-06-164-34/+14
* Simplify ETreeMemory.Matthew Barnes2013-06-162-186/+56
* Remove e_tree_model_has_change_pending().Matthew Barnes2013-06-163-33/+0
* ETreeModel: Further cleanups.Matthew Barnes2013-06-152-152/+163
* Remove unused e_tree_model_new().Matthew Barnes2013-06-152-14/+0
* Remove unused e_tree_model_node_request_collapse().Matthew Barnes2013-06-153-52/+0
* Remove unused e_tree_model_node_col_changed().Matthew Barnes2013-06-154-77/+0
* Remove unused e_tree_model_no_change().Matthew Barnes2013-06-154-55/+0
* Remove unused e_tree_model_node_traverse_preorder().Matthew Barnes2013-06-152-40/+0
* Remove unused e_tree_model_node_get_prev().Matthew Barnes2013-06-153-36/+0
* Remove unused e_tree_model_node_get_last_child().Matthew Barnes2013-06-153-37/+0
* e_tree_model_node_find: Remove "forward_direction" parameter.Matthew Barnes2013-06-153-44/+14
* ETreeMemory: Further cleanups.Matthew Barnes2013-06-152-134/+137
* ETreeMemory: Remove unused "fill-in-children" signal.Matthew Barnes2013-06-152-68/+0
* Remove unused e_tree_memory_new().Matthew Barnes2013-06-152-14/+0
* Remove unused e_tree_memory_construct().Matthew Barnes2013-06-152-12/+0
* Remove unused e_tree_memory_set_node_destroy_func().Matthew Barnes2013-06-152-18/+0
* Remove unused e_tree_memory_sort_node().Matthew Barnes2013-06-152-86/+0
* Remove unused e_tree_memory_node_insert_before().Matthew Barnes2013-06-152-40/+0
* Remove unused e_tree_memory_node_insert_id().Matthew Barnes2013-06-152-15/+0
* Remove unused ETreeSorted.Matthew Barnes2013-06-154-1540/+0
* EMenuToolButton cleanups.Matthew Barnes2013-06-112-33/+38
* Add e_source_selector_update_all_rows().Matthew Barnes2013-06-112-0/+33
* Add EAutomaticActionPolicy enum.Matthew Barnes2013-06-051-0/+20
* Make EAlertDialog non-resizable.Matthew Barnes2013-05-301-13/+5
* Bug 700277 - EClientCache allocates memory ad infinityMatthew Barnes2013-05-301-0/+95
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-13/+13
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-281-31/+2
* Make EAttachment column updates thread-safe.Matthew Barnes2013-05-241-8/+125
* Make EAttachment a little more thread-safe.Matthew Barnes2013-05-247-93/+228
* Attachment-related cleanups.Matthew Barnes2013-05-244-132/+137
* Minor e_web_view_install_request_handler() cleanup.Matthew Barnes2013-05-151-7/+4
* Bug #699980 - Calendar delete does not remove events from viewMilan Crha2013-05-141-0/+5
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-1/+1
* EPhotoCache: Forgot to unlock a mutex.Matthew Barnes2013-04-271-0/+2
* EPhotoCache: Fix deadlock when cancelling subtasks.Matthew Barnes2013-04-271-16/+32
* Bug 698488 - Attachment file chooser should preview attachments' content when...Fabiano FidĂȘncio2013-04-261-0/+35
* Add e_activity_cancel().Matthew Barnes2013-04-254-6/+30
* Document EActivity.Matthew Barnes2013-04-251-3/+183
* EPhotoSource fixupMatthew Barnes2013-04-241-2/+2
* Reimplement EPhotoCache to use EPhotoSource.Matthew Barnes2013-04-242-280/+658
* Add EPhotoSource interface.Matthew Barnes2013-04-244-0/+202
* Add EDataCapture.Matthew Barnes2013-04-244-0/+441
* Update libeutil API docs.Matthew Barnes2013-04-241-1/+1
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-232-4/+4
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-212-117/+12
* EPhotoCache: Fix a runtime warning.Matthew Barnes2013-04-211-7/+24
* EPhotoCache: Fix a documentation typo.Matthew Barnes2013-04-191-1/+1
* Bug 698042 - Crash when sending e-mail with attachmentMatthew Barnes2013-04-191-2/+7
* build: Fix srcdir != builddir from gitMatthew Barnes2013-04-181-4/+4
* Search bar functionality polishingTomas Popela2013-04-153-34/+73