aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Evolution's implementation of highlighting and use WebKit highlighting...Tomas Popela2013-04-121-125/+8
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-71/+9
* EWebView: Disable WebKit plugins during instance initialization.Matthew Barnes2013-04-091-6/+11
* EWebView: Remove a backward-compatibility hack.Matthew Barnes2013-04-081-9/+1
* EWebView: Use a GQueue to track highlight strings.Matthew Barnes2013-04-082-28/+16
* EWebView cleanups.Matthew Barnes2013-04-081-19/+23
* Remove e_preferences_window_filter_page().Matthew Barnes2013-04-012-35/+0
* Remove EUIManager.Matthew Barnes2013-04-016-414/+3
* Add e_load_ui_manager_definition().Matthew Barnes2013-04-012-0/+38
* Bug #684245 - Disable 3rd-party browser pluginsTomas Popela2013-03-251-0/+24
* Bug #696185 - Disable WebKit's cachingMilan Crha2013-03-251-0/+4
* Bug #696173 - Various memory leaksMilan Crha2013-03-251-2/+6
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-175-82/+92
* Use e_source_registry_list_enabled() where appropriate.Matthew Barnes2013-03-173-14/+3
* Add argument checks to weekday functions.Matthew Barnes2013-03-151-0/+11
* Bug 676696 - Automatic EXIF image rotation doesn't workMatthew Barnes2013-03-151-0/+13
* EWebView: Whitespace cleanups.Matthew Barnes2013-03-151-2/+2
* client_cache_process_results: Fix runtime warnings.Matthew Barnes2013-03-151-1/+1
* EContactStore: Remove unnecessary warnings.Matthew Barnes2013-03-122-14/+17
* Make ESpellEntry extensible.Matthew Barnes2013-03-121-1/+18
* ESpellEntry cleanups.Matthew Barnes2013-03-121-128/+200
* EUIManager: Fix a bad DocBook tag in comment.Matthew Barnes2013-03-091-2/+3
* Add weekday conversion functions.Matthew Barnes2013-03-092-0/+88
* Add more weekday arithmetic functions.Matthew Barnes2013-03-082-0/+71
* Rename functions in previous commit.Matthew Barnes2013-03-082-6/+6
* Add e_get_next_weekday() and e_get_prev_weekday().Matthew Barnes2013-03-072-0/+90
* Bug #695193 - Window size resets to default at exit with gtk 3.7.10+Fabien Tassin2013-03-071-5/+3
* e-util-enums.h: Add EDateWeekday enum.Matthew Barnes2013-03-061-0/+38
* Document the enum types in e-util-enums.h.Matthew Barnes2013-03-061-0/+27
* e-util.h: #include <e-util/e-util-enumtypes.h>Matthew Barnes2013-03-061-0/+1
* Update API documentation.Matthew Barnes2013-03-0339-1600/+1465
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-029-186/+251
* Add EClientComboBox.Matthew Barnes2013-03-024-0/+556
* EClientSelector: Pre-fetch selected clients.Matthew Barnes2013-03-021-0/+51
* e_client_selector_get_client_sync(): Add argument guards.Matthew Barnes2013-03-021-0/+3
* e-client-selector.h: Add missing G_END_DECLS.Matthew Barnes2013-03-021-0/+2
* Never ever pre-fetch anything in EClientSelectorMilan Crha2013-03-011-36/+0
* EClientCache cleanups.Matthew Barnes2013-02-282-99/+105
* Add EPhotoCache.Matthew Barnes2013-02-274-0/+1026
* Coding style and whitespace cleanup.Matthew Barnes2013-02-244-16/+19
* EClientCache: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-54/+50
* EClientSelector: Pre-fetch relevant EClient instance.Matthew Barnes2013-02-221-0/+36
* Autocompletion - do not use quick timeout when user types textMilan Crha2013-02-221-1/+1
* Speed-up auto-completion results showingMilan Crha2013-02-221-11/+22
* EClientSelector: Add a backend status icon.Matthew Barnes2013-02-212-0/+170
* Add e_client_selector_ref_cached_client_by_iter().Matthew Barnes2013-02-212-0/+40
* Add e_source_selector_ref_source_by_iter().Matthew Barnes2013-02-212-0/+34
* ESourceSelector: Make source_selector_update_row() public.Matthew Barnes2013-02-212-83/+100
* Add e_client_selector_is_backend_dead().Matthew Barnes2013-02-212-0/+39
* Add e_client_cache_is_backend_dead().Matthew Barnes2013-02-212-0/+51
* EClientCache: Don't emit signals while holding a lock.Matthew Barnes2013-02-211-2/+28
* EClientCache: Add a "client-notify" signal.Matthew Barnes2013-02-212-1/+104
* EClientCache: Fix some signal handler ID variable names.Matthew Barnes2013-02-211-10/+10
* Show local images in Signature previewMilan Crha2013-02-211-2/+62
* EAttachment: Use Subject as fallback filename for message attachmentsMilan Crha2013-02-201-0/+21
* EAttachment: Decode part's file name before using itMilan Crha2013-02-201-2/+12
* Bug #674236 - Extra ref in e_action_combo_box_set_action()Milan Crha2013-02-191-2/+3
* Add EClientSelector.Matthew Barnes2013-02-194-0/+509
* EClientCache: Keep a strong reference on the ESourceRegistry.Matthew Barnes2013-02-181-20/+19
* Add EClientCache.Matthew Barnes2013-02-175-0/+1228
* Remove old GTK+ version checks.Matthew Barnes2013-02-161-2/+0
* Bug #693132 - Editing a signature does not refresh preview after saveMilan Crha2013-02-041-0/+11
* Bug #689476 - Slow composer open (ENameSelector object leaks)Milan Crha2013-02-011-0/+10
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-313-12/+4
* Remove e-client-utils.[ch].Matthew Barnes2013-01-304-483/+0
* Use e_book_client_connect().Matthew Barnes2013-01-303-34/+42
* Remove usage of deprecated e_client_is_opened().Matthew Barnes2013-01-262-16/+5
* E_CLIENT_ERROR_BUSY is no longer used.Matthew Barnes2013-01-251-25/+1
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-2021-48/+48
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-121-7/+11
* Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte cha...Milan Crha2013-01-121-11/+32
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-113-15/+15
* Add single-include barriers to a few e-util headers.Matthew Barnes2013-01-114-0/+16
* Coding style and whitespace cleanup.Matthew Barnes2013-01-1111-37/+63
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-101-10/+27
* Fix a tests build break in e-util/Milan Crha2012-12-171-1/+1
* e-config: Remove unused functions.Matthew Barnes2012-12-172-752/+26
* e-passwords: Remove unused function parameters.Matthew Barnes2012-12-172-31/+24
* e-passwords: Remove unused functions.Matthew Barnes2012-12-172-98/+1
* Remove unused marshallers.Matthew Barnes2012-12-171-7/+0
* Fix compiler warnings.Matthew Barnes2012-12-152-3/+3
* Finish adding symbols to libeutil API docs.Matthew Barnes2012-12-15139-1104/+1387
* e-util: Remove e-passwords-win32.c.Matthew Barnes2012-12-141-1064/+0
* e-misc-util.h: Fix quoted #includes.Matthew Barnes2012-12-141-2/+2
* e-util: Add xpm icons to EXTRA_DIST.Matthew Barnes2012-12-141-1/+2
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-138-1825/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-13478-283/+169300
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Add the GdkDevice to ETextEventProcessorCommand.Matthew Barnes2012-11-292-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-114-4/+4
* Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)Dominique Leuenberger2012-11-072-3/+3
* Add format checker (in compile time) to e_notice()Milan Crha2012-10-171-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-5/+11
* Bug #681877 - Postpone window changes saving for a secondMilan Crha2012-08-231-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-2013-184/+192
* Bug 681641 - Port to new documentation infrastructureJavier Jardón2012-08-111-1/+1
* Remove all GDK threads usage.Matthew Barnes2012-08-062-13/+4
* Add e_source_util_remote_delete().Matthew Barnes2012-08-033-0/+90
* e-source-utils.c cleanups.Matthew Barnes2012-08-032-38/+58
* Make e_color_to_value() use e_rgba_to_value()Milan Crha2012-08-021-11/+10
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-272-0/+27
* e-system.error.xml: Add some generic errors from mail.error.xml.Matthew Barnes2012-07-261-0/+12
* e-system.error.xml: Fix indentation.Matthew Barnes2012-07-261-14/+14
* Use template files to generate GEnumClass types.Matthew Barnes2012-07-183-5/+83
* Fix icon size warning in EStockRequestDan Vrátil2012-07-171-6/+5
* Bug #677993 - Remember screen used in previous sessionMilan Crha2012-06-261-3/+11
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+0
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-182-0/+21
* Remove the last remaining usage of GConfMilan Crha2012-06-151-1/+0
* Bug #677607 - Closing Mail Browser emits critical warningsDan Vrátil2012-06-131-2/+1
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-046-15/+9
* Adapt libeutil to the new ESource API.Matthew Barnes2012-06-037-587/+244
* Don't unref GAsyncResult in "finish" functions.Matthew Barnes2012-05-142-2/+0
* Fix some GSimpleAsyncResult reference leaks.Matthew Barnes2012-05-132-0/+4
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-133-10/+22
* Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH.Matthew Barnes2012-05-042-63/+17
* Fix displaying icons in EWebView alertsDan Vrátil2012-05-031-1/+2
* Fix a build break in e-stock-request.c.Matthew Barnes2012-04-251-0/+1
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-235-0/+568
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
* WebKit port - port addressbook, calendar and update composer to keep working ...Dan Vrátil2012-03-291-0/+1
* EConfig: Support custom page skip callbacks.Matthew Barnes2012-03-082-1/+65
* EConfig: Miscellaneous cleanups.Matthew Barnes2012-03-071-31/+37
* Use libevolution-utils all over evolution.Srinivasa Ragavan2012-03-033-71/+1
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-032-2/+2
* Fix errors where the math stuffs were used from e-util.Srinivasa Ragavan2012-03-031-0/+1
* Make libevolution-util compilable.Srinivasa Ragavan2012-03-032-240/+0
* Move EAlert* and e-xml-utils to libevolution-utils.Srinivasa Ragavan2012-03-039-2305/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-2014-77/+150
* Bug 670278 - Poorly worded "confirm overwrite" alertMatthew Barnes2012-02-171-3/+3
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* EActivity cleanups.Matthew Barnes2012-01-251-5/+7
* Bug 668595 - Suppress bogus percentage in status messagesMatthew Barnes2012-01-251-0/+19
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-4/+4
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-1910-2101/+0
* Bug #667185 - Menu items from plugins not translatedMilan Crha2012-01-052-0/+67
* Bug #665036 - Memory leaks spot in Contacts viewMilan Crha2012-01-041-0/+15
* Remove e_dialog_append_list_store_text().Matthew Barnes2011-12-242-24/+0
* Remove e_dialog_editable_get().Matthew Barnes2011-12-242-20/+0
* Remove e_dialog_editable_set().Matthew Barnes2011-12-242-22/+0
* Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-231-0/+14
* Fix leaks around categories editingMilan Crha2011-12-141-2/+5
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-0/+1
* Bug #665149 - Do not ref window in e_restore_window()Milan Crha2011-12-051-4/+1
* Don't explicity show the window. We do gtk_widget_show where we'd wantSrinivasa Ragavan2011-12-011-1/+0
* Bug #665103 - Blank composer/mail/network preferences windowsMilan Crha2011-11-291-1/+0
* Remove GConfBridge.Matthew Barnes2011-11-283-1502/+1
* Add e_restore_window().Matthew Barnes2011-11-282-0/+233
* Miscellaneous cleanups.Matthew Barnes2011-11-232-2/+4
* Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-232-12/+1
|\
| * EAlertBar: Add a close button to all alerts.Matthew Barnes2011-11-221-12/+0
| * Add EMailReader:message-seen signal.Matthew Barnes2011-11-221-0/+1
* | Miscellaneous cleanups.Matthew Barnes2011-11-233-6/+9
* | Fix compiler warnings.Matthew Barnes2011-11-231-2/+3
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-174-85/+24
|\|
| * Bug #661126 - Meeting Free/busy dialog dates don't follow localeMilan Crha2011-11-162-0/+23
| * Move some GBinding transform funcs to libedataserver.Matthew Barnes2011-11-162-85/+1
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-6/+23
|\|
| * EConfig: Debugability improvements.Matthew Barnes2011-11-131-5/+22
| * a small changePunit Jain2011-11-101-1/+1
* | Some build fixesRodrigo Moya2011-11-092-2/+1
* | Almost no more GConf in e-utilRodrigo Moya2011-10-265-28/+25
|/
* Bug #660738 - Font changes ignored since 3.2Milan Crha2011-10-211-3/+13
* Bug #527614 - Valgrind shows a nice amount of lost memoryMilan Crha2011-10-202-0/+4
* Remove redundant ETypeFunc definition.Matthew Barnes2011-10-071-2/+0
* Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-061-2/+1
* Simplify library dependency flags.Matthew Barnes2011-10-051-6/+6
* Fix two little memory leaksDan Vrátil2011-10-011-1/+2
* Bug 659486 - EAlert default response is ignored by EAlertDialogMatthew Barnes2011-10-011-6/+22
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-0/+1
* The EExtension framework is now in libebackend.Matthew Barnes2011-09-2610-949/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-0429-401/+631
* Fix enum generation problems in glib-gen.mak.Matthew Barnes2011-08-271-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-08-132-38/+80
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-112-54/+58
* EModule: Make all modules resident.Matthew Barnes2011-08-062-13/+30
* Bug #655507 - Do not unload extensions, keep them preloadedMilan Crha2011-08-041-11/+13
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-012-8/+38
* EConfig: More cleanups.Matthew Barnes2011-07-011-6/+19
* EConfig: Minor cleanups.Matthew Barnes2011-06-301-2/+2