| Commit message (Expand) | Author | Age | Files | Lines |
* | ETableSpecification: Implement GInitable. | Matthew Barnes | 2013-07-02 | 1 | -2/+10 |
* | Remove e_tree_new_from_spec_file(). | Matthew Barnes | 2013-07-02 | 1 | -3/+8 |
* | e_tree_new_from_spec_file: Remove unused "state_fn" parameter. | Matthew Barnes | 2013-07-02 | 1 | -1/+1 |
* | ETableSortInfo: Rework API to avoid exposing ETableSortColumn. | Matthew Barnes | 2013-07-02 | 1 | -9/+13 |
* | ETableCol: Embed an ETableColumnSpecification. | Matthew Barnes | 2013-07-02 | 1 | -2/+8 |
* | Bug 702710 - MessageList: Delay state capture for regen. | Matthew Barnes | 2013-06-22 | 1 | -91/+127 |
* | MessageList cleanups. | Matthew Barnes | 2013-06-22 | 1 | -29/+36 |
* | extended_g_node_insert_before: Small correction. | Matthew Barnes | 2013-06-21 | 1 | -0/+1 |
* | Bug 702796 - Work around GNode's O(N) tail insertions | Matthew Barnes | 2013-06-21 | 1 | -5/+117 |
* | Remove e_tree_row_count(). | Matthew Barnes | 2013-06-21 | 1 | -47/+67 |
* | Remove e_tree_force_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -4/+9 |
* | Remove e_tree_load_expanded_state_xml(). | Matthew Barnes | 2013-06-21 | 1 | -3/+3 |
* | Remove e_tree_save_expanded_state_xml(). | Matthew Barnes | 2013-06-21 | 1 | -2/+6 |
* | Remove e_tree_load_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -1/+5 |
* | Remove e_tree_save_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -1/+4 |
* | Remove e_tree_row_of_node(). | Matthew Barnes | 2013-06-21 | 1 | -1/+1 |
* | Remove e_tree_node_at_row(). | Matthew Barnes | 2013-06-21 | 1 | -2/+5 |
* | Remove e_tree_root_node_set_visible(). | Matthew Barnes | 2013-06-21 | 1 | -5/+6 |
* | Remove e_tree_node_is_expanded(). | Matthew Barnes | 2013-06-21 | 1 | -8/+13 |
* | Remove e_tree_drag_dest_set(). | Matthew Barnes | 2013-06-21 | 1 | -4/+7 |
* | Remove e_tree_selected_path_foreach(). | Matthew Barnes | 2013-06-21 | 1 | -3/+6 |
* | Remove e_tree_selected_row_foreach(). | Matthew Barnes | 2013-06-21 | 1 | -2/+3 |
* | Make is_node_selectable() easier to debug. | Matthew Barnes | 2013-06-20 | 1 | -4/+5 |
* | build_tree: Fix indentation. | Matthew Barnes | 2013-06-20 | 1 | -21/+22 |
* | Remove unused message_list_invert_selection(). | Matthew Barnes | 2013-06-20 | 1 | -16/+0 |
* | MessageList: Fix an unused variable warning. | Matthew Barnes | 2013-06-20 | 1 | -1/+0 |
* | Add e_tree_model_node_get_n_nodes(). | Matthew Barnes | 2013-06-20 | 1 | -0/+18 |
* | Bug 702454 - EMailBrowser fails to show message | Matthew Barnes | 2013-06-17 | 1 | -37/+44 |
* | MessageList: Move more RegenData initialization into regen_data_new(). | Matthew Barnes | 2013-06-17 | 1 | -45/+53 |
* | Remove e_tree_model_node_is_editable(). | Matthew Barnes | 2013-06-16 | 1 | -9/+0 |
* | Remove e_tree_model_set_value_at(). | Matthew Barnes | 2013-06-16 | 1 | -10/+0 |
* | Remove e_tree_model_has_get_node_by_id(). | Matthew Barnes | 2013-06-16 | 1 | -7/+0 |
* | Remove e_tree_model_has_save_id(). | Matthew Barnes | 2013-06-16 | 1 | -7/+0 |
* | Remove e_tree_model_icon_at(). | Matthew Barnes | 2013-06-16 | 1 | -8/+0 |
* | Convert ETreeModel to an interface. | Matthew Barnes | 2013-06-16 | 1 | -652/+813 |
* | message_list_get_selected: Give the returned array a free func. | Matthew Barnes | 2013-06-15 | 1 | -12/+24 |
* | MessageList: Further cleanups. | Matthew Barnes | 2013-06-15 | 1 | -295/+358 |
* | Remove unused message_list_get_uids(). | Matthew Barnes | 2013-06-15 | 1 | -22/+0 |
* | MessageList: Add a "group-by-threads" property. | Matthew Barnes | 2013-06-15 | 1 | -36/+89 |
* | MessageList: Remove public 'hidejunk' and 'hidedeleted' flags. | Matthew Barnes | 2013-06-15 | 1 | -47/+90 |
* | MessageList: Add a "show-deleted" property. | Matthew Barnes | 2013-06-15 | 1 | -0/+53 |
* | MessageList: Add a "folder" property. | Matthew Barnes | 2013-06-15 | 1 | -105/+253 |
* | MessageList: Add a "thread-latest" property. | Matthew Barnes | 2013-06-14 | 1 | -6/+48 |
* | ESettingsMessageList: Apply the "thread-expanded" setting. | Matthew Barnes | 2013-06-14 | 1 | -28/+25 |
* | MessageList: Add a "thread-subject" property. | Matthew Barnes | 2013-06-14 | 1 | -13/+60 |
* | Make MessageList extensible. | Matthew Barnes | 2013-06-14 | 1 | -0/+12 |
* | em_utils_is_re_in_subject: Remove unused 'shell' parameter. | Matthew Barnes | 2013-06-14 | 1 | -9/+7 |
* | message_list_regen_done_cb: Fix a runtime warning. | Matthew Barnes | 2013-06-14 | 1 | -11/+9 |
* | message_list_set_folder: Remove unused "outgoing" parameter. | Matthew Barnes | 2013-06-13 | 1 | -9/+4 |
* | Remove message_list_ensure_message(). | Matthew Barnes | 2013-06-13 | 1 | -19/+1 |
* | Reimplement mail_regen_list(). | Matthew Barnes | 2013-06-13 | 1 | -400/+654 |
* | MessageList: Move regen-related members into private struct. | Matthew Barnes | 2013-06-13 | 1 | -37/+54 |
* | MessageList: Remove dead code. | Matthew Barnes | 2013-06-13 | 1 | -307/+9 |
* | configure.ac: Remove unused function and header checks. | Matthew Barnes | 2013-05-28 | 1 | -7/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-05-08 | 1 | -3/+3 |
* | Bug #626215 - Prefer mail saving in order by UI | Milan Crha | 2013-04-26 | 1 | -0/+60 |
* | Remove EMailShellSettings. | Matthew Barnes | 2013-03-17 | 1 | -1/+0 |
* | Fix a regression from the previous commit for bug #645476 | Milan Crha | 2013-03-05 | 1 | -10/+24 |
* | Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3) | Milan Crha | 2013-03-05 | 1 | -0/+8 |
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 1 | -24/+6 |
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 1 | -2/+2 |
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 1 | -10/+10 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -126/+134 |
* | express: Remove clutter-based email tabs. | Matthew Barnes | 2012-08-11 | 1 | -89/+0 |
* | Bug 677635 - Vanished message list with filled preview panel | Dan Vrátil | 2012-07-24 | 1 | -1/+5 |
* | Fix few more memory leaks | Milan Crha | 2012-07-21 | 1 | -0/+4 |
* | Avoid em_folder_tree_get_selected_folder() in some places. | Matthew Barnes | 2012-07-09 | 1 | -6/+30 |
* | Fix few memory leaks | Milan Crha | 2012-06-28 | 1 | -6/+7 |
* | Whitespace cleanups. | Matthew Barnes | 2012-06-02 | 1 | -1/+1 |
* | Adapt to vFolder changes from evolution-data-server | Milan Crha | 2012-05-31 | 1 | -7/+29 |
* | Remove camel_folder_has_search_capability() | Milan Crha | 2012-05-18 | 1 | -4/+1 |
* | Bug #560654 - Better description for message list filter | Milan Crha | 2012-04-23 | 1 | -1/+4 |
* | Bug #564820 - Search filter persists when changing folders | Milan Crha | 2012-04-23 | 1 | -0/+6 |
* | Bug #672175 - Make CamelFolderSearch cancellable | Milan Crha | 2012-03-27 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -3/+9 |
* | Bug #553796 - Unable to Reset Message Color | Milan Crha | 2012-02-07 | 1 | -1/+4 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 1 | -1/+1 |
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -11/+16 |
* | Do not auto-mark-as-seen when changing filter type | Milan Crha | 2012-01-11 | 1 | -0/+22 |
* | Move EMailLabelListStore to EMailSession. | Matthew Barnes | 2011-12-25 | 1 | -19/+5 |
* | Bug #661087 - Add ability to remove localized "Re:" prefixes in subject | Milan Crha | 2011-12-22 | 1 | -16/+10 |
* | Avoid passing EMailBackend as much as possible. | Matthew Barnes | 2011-12-16 | 1 | -49/+41 |
* | Bug #578245 - View settings for threads getting lost | Milan Crha | 2011-12-13 | 1 | -2/+5 |
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 1 | -41/+18 |
|\ |
|
| * | Mail widget cleanups. | Matthew Barnes | 2011-11-22 | 1 | -41/+18 |
* | | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -1/+0 |
* | | Some build fixes | Rodrigo Moya | 2011-11-09 | 1 | -1/+1 |
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -8/+4 |
|\| |
|
| * | Adapt to CamelOperation API changes. | Matthew Barnes | 2011-11-07 | 1 | -8/+4 |
* | | More mail GSettings migration | Rodrigo Moya | 2011-10-19 | 1 | -46/+23 |
* | | First successful build | Rodrigo Moya | 2011-10-06 | 1 | -1/+1 |
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 1 | -2/+2 |
|\| |
|
| * | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 1 | -1/+1 |
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 1 | -1/+1 |
| * | EMFolderTreeModel: Don't use parameters in "get_default" functions. | Matthew Barnes | 2011-09-26 | 1 | -1/+1 |
| * | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -1/+1 |
| * | Bug #655568 - Cursor lost after Collapse all threads called | Milan Crha | 2011-09-06 | 1 | -1/+16 |
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -155/+312 |
| * | Miscellaneous cleanups. | Matthew Barnes | 2011-08-31 | 1 | -1/+0 |
| * | Bug #362366 - Dragging selected folder to message pane duplicates messages | Milan Crha | 2011-08-26 | 1 | -0/+13 |
| * | Use new CamelService:display-name property. | Matthew Barnes | 2011-08-18 | 1 | -10/+4 |
| * | Bug #635211 - Select-all processed on timeout when not needed | Milan Crha | 2011-07-28 | 1 | -3/+3 |
| * | Bug #499739 - "Flag for follow-up" should be easier to set | Milan Crha | 2011-07-01 | 1 | -1/+27 |
| * | Bug #578245 - View settings for threads getting lost | Milan Crha | 2011-06-01 | 1 | -29/+18 |
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+2 |
| * | Miscellaneous cleanups. | Matthew Barnes | 2011-05-13 | 1 | -2/+2 |
| * | Bug #645476 - Avoid scroll to cursor on folder change in message list | Milan Crha | 2011-05-12 | 1 | -12/+15 |
| * | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -18/+18 |
| * | MessageList: Simplify the "Location" column. | Matthew Barnes | 2011-05-04 | 1 | -25/+18 |
| * | Drop 'folder_uri' member from MessageList. | Matthew Barnes | 2011-05-04 | 1 | -22/+3 |
| * | Change em_folder_tree_model_user_marked_unread() params. | Matthew Barnes | 2011-05-03 | 1 | -1/+1 |
| * | Drop 'folder_uri' param from message_list_set_folder(). | Matthew Barnes | 2011-05-03 | 1 | -5/+12 |
| * | MessageList coding style cleanups. | Matthew Barnes | 2011-05-03 | 1 | -12/+12 |
| * | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 1 | -11/+0 |
| * | Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message | Milan Crha | 2011-03-15 | 1 | -7/+15 |
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
| * | Bug #643635 - Typo in the code from commit for bug #434972 | Milan Crha | 2011-03-02 | 1 | -1/+1 |
| * | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -6/+2 |
| * | Bug #434972 - Reply does not detect "RE :" subject prefix | Milan Crha | 2011-02-22 | 1 | -4/+23 |
| * | Fix few memory leaks | Milan Crha | 2011-02-15 | 1 | -2/+19 |
| * | Bug #637493 - Fails to build with --enable-profiling configure option | Milan Crha | 2011-02-11 | 1 | -5/+5 |
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 1 | -2/+2 |
| * | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| * | libetable cleanups. | Matthew Barnes | 2011-01-17 | 1 | -1/+1 |
| * | Bug #632768 - Message list not realized when opening new folder | Milan Crha | 2010-11-03 | 1 | -1/+1 |
* | | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -1/+1 |
* | | Bug #655568 - Cursor lost after Collapse all threads called | Milan Crha | 2011-09-14 | 1 | -1/+16 |
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 1 | -155/+312 |
* | | Miscellaneous cleanups. | Matthew Barnes | 2011-09-14 | 1 | -1/+0 |
* | | Bug #362366 - Dragging selected folder to message pane duplicates messages | Milan Crha | 2011-09-14 | 1 | -0/+13 |
* | | Use new CamelService:display-name property. | Matthew Barnes | 2011-09-14 | 1 | -10/+4 |
* | | Bug #635211 - Select-all processed on timeout when not needed | Milan Crha | 2011-09-14 | 1 | -3/+3 |
* | | Bug #499739 - "Flag for follow-up" should be easier to set | Milan Crha | 2011-09-14 | 1 | -1/+27 |
* | | Bug #578245 - View settings for threads getting lost | Milan Crha | 2011-06-30 | 1 | -29/+18 |
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 1 | -0/+2 |
* | | Miscellaneous cleanups. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | | Bug #645476 - Avoid scroll to cursor on folder change in message list | Milan Crha | 2011-06-30 | 1 | -12/+15 |
* | | Coding style cleanups. | Matthew Barnes | 2011-06-30 | 1 | -18/+18 |
* | | MessageList: Simplify the "Location" column. | Matthew Barnes | 2011-06-30 | 1 | -25/+18 |
* | | Drop 'folder_uri' member from MessageList. | Matthew Barnes | 2011-06-30 | 1 | -22/+3 |
* | | Change em_folder_tree_model_user_marked_unread() params. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
* | | Drop 'folder_uri' param from message_list_set_folder(). | Matthew Barnes | 2011-06-30 | 1 | -5/+12 |
* | | MessageList coding style cleanups. | Matthew Barnes | 2011-06-30 | 1 | -12/+12 |
* | | Remove the profiler plugin. | Matthew Barnes | 2011-06-30 | 1 | -11/+0 |
* | | Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message | Milan Crha | 2011-06-30 | 1 | -7/+15 |
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
* | | Bug #643635 - Typo in the code from commit for bug #434972 | Milan Crha | 2011-06-30 | 1 | -1/+1 |
* | | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 1 | -6/+2 |
* | | Bug #434972 - Reply does not detect "RE :" subject prefix | Milan Crha | 2011-06-30 | 1 | -4/+23 |
* | | Fix few memory leaks | Milan Crha | 2011-06-30 | 1 | -2/+19 |
* | | Bug #637493 - Fails to build with --enable-profiling configure option | Milan Crha | 2011-06-30 | 1 | -5/+5 |
* | | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 1 | -3/+0 |
* | | libetable cleanups. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
* | | Bug #632768 - Message list not realized when opening new folder | Milan Crha | 2010-11-10 | 1 | -1/+1 |
|/ |
|
* | e-table: Remove retro look | Benjamin Otte | 2010-10-30 | 1 | -3/+2 |
* | More detailed runtime warning on message list pre-sorting | Milan Crha | 2010-10-29 | 1 | -2/+10 |
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 1 | -10/+21 |
* | Bug #630969 - Implement also Message->Go to->Previous Thread | Milan Crha | 2010-10-20 | 1 | -0/+37 |
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 1 | -1/+2 |
* | Kill mail_config_get_gconf_client(). | Matthew Barnes | 2010-10-19 | 1 | -20/+37 |
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -7/+7 |
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -48/+61 |
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 1 | -57/+44 |
* | Bug #617953 - Hide Junk messages in Search folders | Milan Crha | 2010-10-06 | 1 | -1/+1 |
* | Fix some CamelFolderChangeInfo lifecycle issues. | Matthew Barnes | 2010-10-01 | 1 | -22/+43 |
* | Remove MailAsyncEvent. | Matthew Barnes | 2010-10-01 | 1 | -34/+4 |
* | Remove "type" parameter from mail_async_event_emit(). | Matthew Barnes | 2010-10-01 | 1 | -1/+1 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -8/+14 |
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 1 | -1/+3 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -268/+268 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -4/+4 |
* | Minor correction to previous commit. | Matthew Barnes | 2010-08-12 | 1 | -1/+1 |
* | Bug 626724 - Folder tree mistakes "mark as unread" as new mail | Matthew Barnes | 2010-08-12 | 1 | -0/+10 |
* | Pause timline instead of stop. It hides the search animation texture. | Srinivasa Ragavan | 2010-08-12 | 1 | -1/+2 |
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 1 | -17/+6 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 1 | -14/+14 |
* | Make clutter mode even more appealing. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+4 |
* | Add animations for selecting mail and search. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+98 |
* | Bug #624335 - Abort after group-by-thread with certain sorting | Milan Crha | 2010-07-14 | 1 | -15/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 1 | -4/+4 |
* | Bug 621839 - Improve auto-selection of messages (take two) | Matthew Barnes | 2010-07-11 | 1 | -26/+29 |
* | Bug 623738 - Select All is always enabled for message list | Matthew Barnes | 2010-07-10 | 1 | -1/+3 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -22/+17 |
* | Don't auto-undelete when viewing Trash folder. | Matthew Barnes | 2010-06-22 | 1 | -4/+13 |
* | Bug 621930 - Error when using Assign Color filter action | Lucian Langa | 2010-06-18 | 1 | -1/+1 |
* | Bug 621839 - Improve auto-selection of messages | Matthew Barnes | 2010-06-17 | 1 | -29/+134 |
* | Bug #206061 - Allow normal, non-vFolder, Trash and Junk folder | Milan Crha | 2010-06-15 | 1 | -2/+6 |
* | Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flag | Milan Crha | 2010-06-09 | 1 | -1/+1 |
* | Bug 620602 - Next/prev shortcuts should focus message list | Matthew Barnes | 2010-06-06 | 1 | -0/+6 |
* | More GTK3 preparation. | Matthew Barnes | 2010-06-04 | 1 | -4/+8 |
* | Bug 618902 - Crash when viewing/closing messages quickly | Matthew Barnes | 2010-05-18 | 1 | -4/+2 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 1 | -11/+19 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 1 | -3/+9 |
* | Bug #545505 - Properly free unused message infos periodically | Milan Crha | 2010-04-29 | 1 | -11/+10 |
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -11/+11 |
* | Remove comments that have no point after pthreads dependency disappeared | Fridrich Štrba | 2010-04-16 | 1 | -4/+7 |
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -26/+33 |
* | Bug #612236 - Find-As-You-Type in Folder list stops working | Milan Crha | 2010-04-08 | 1 | -7/+1 |
* | Do not hide junk mail when vJunk folder not supported by store | Milan Crha | 2010-04-07 | 1 | -7/+23 |
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -8/+0 |
* | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 1 | -2/+2 |
* | Bug #374533 - Read window stays open after last email is deleted | Milan Crha | 2010-04-01 | 1 | -0/+27 |
* | Move EPoolv back to Evolution from libedataserver. | Matthew Barnes | 2010-04-01 | 1 | -2/+1 |
* | Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages" | Matthew Barnes | 2010-03-28 | 1 | -348/+10 |
* | Work around recent GTK+ deprecations. | Matthew Barnes | 2010-03-05 | 1 | -0/+8 |
* | Bug #593700 - Opens folder on top | Milan Crha | 2010-02-11 | 1 | -0/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 1 | -1/+1 |
* | Bug #606301 - Slow sort by subject | Milan Crha | 2010-01-20 | 1 | -4/+7 |
* | Bug 607360 - [regression] Runtime warnings at exit | Matthew Barnes | 2010-01-19 | 1 | -2/+2 |
* | Improve clipboard behavior. | Matthew Barnes | 2010-01-18 | 1 | -0/+64 |
* | Teach ETable to prefer themed icon names over pixbufs. | Matthew Barnes | 2010-01-07 | 1 | -76/+56 |
* | Kill e_popup_menu(). | Matthew Barnes | 2010-01-05 | 1 | -1/+0 |
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 1 | -3/+3 |
* | Introduce ESelectable and EFocusTracker. | Matthew Barnes | 2009-12-26 | 1 | -12/+94 |
* | Bug #593700 - Restore folder's last selected message as expected | Milan Crha | 2009-12-18 | 1 | -6/+6 |
* | Bug #602505 - Incorrect information in message window | Milan Crha | 2009-12-16 | 1 | -0/+5 |
* | Kill ETreeScrolled. | Matthew Barnes | 2009-12-08 | 1 | -134/+140 |
* | Kill message_list_free_uids(). | Matthew Barnes | 2009-12-02 | 1 | -15/+6 |
* | Prefer G_N_ELEMENTS over sizeof calculations. | Matthew Barnes | 2009-10-27 | 1 | -4/+4 |
* | Bug #484839 - Sort, when in threading mode, properly | Milan Crha | 2009-10-23 | 1 | -24/+240 |
* | Bug #552779 - Sort order of messages by "From" is case sensitive | Milan Crha | 2009-10-16 | 1 | -13/+7 |
* | Check whether message-list is filtered properly | Milan Crha | 2009-10-12 | 1 | -1/+1 |
* | Bug #594005 - Mailer preview pane doesn't update on show | Milan Crha | 2009-09-30 | 1 | -0/+5 |
* | Whitespace cleanup. | Matthew Barnes | 2009-09-21 | 1 | -1/+1 |
* | Bug #571881 - Make messages inherit labels from collapsed subtree | Matt McCutchen | 2009-09-09 | 1 | -198/+149 |
* | Bug 591829 - Dragging mails to folder tree does not work | Matthew Barnes | 2009-08-18 | 1 | -67/+4 |
* | Bug #205137 - Configurable date formats in components | Milan Crha | 2009-08-12 | 1 | -1/+7 |
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 1 | -1/+4 |
* | Merge commit 'EVOLUTION_2_27_5' into kill-bonobo | Matthew Barnes | 2009-07-28 | 1 | -0/+2 |
|\ |
|
| * | Bug #589412 - Wrong notice in message list when messages are hidden | Milan Crha | 2009-07-23 | 1 | -0/+2 |
| * | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -8/+8 |
| * | Fix excessive whitespace. | Matthew Barnes | 2009-07-13 | 1 | -8/+0 |
| * | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -17/+17 |
| * | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -25/+25 |
| * | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 1 | -202/+202 |
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1 | -6/+6 |
* | | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -8/+8 |
* | | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -8/+0 |
* | | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -17/+17 |
* | | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -25/+25 |
* | | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -198/+198 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -23/+23 |
|\ \ |
|
| * | | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -6/+6 |
| |/ |
|
| * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 1 | -17/+17 |
| * | Eliminate redundant E_ICON_SIZE_* enumeration. | Matthew Barnes | 2009-05-24 | 1 | -1/+1 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -3/+3 |
* | | Eliminate redundant E_ICON_SIZE_* enumeration. | Matthew Barnes | 2009-05-25 | 1 | -1/+1 |
* | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 1 | -3/+3 |
* | | Adapt calendar to EShellBackend changes. | Matthew Barnes | 2009-05-08 | 1 | -4/+4 |