| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-01 | 1 | -0/+8 |
* | Removed counting of selected messages. | Christopher James Lahey | 2000-07-27 | 1 | -19/+0 |
* | Update for CamelFolder API changes. (Certain functions no longer take a | Dan Winship | 2000-07-25 | 1 | -7/+5 |
* | Only unref the folder if it's been set. | Dan Winship | 2000-07-14 | 1 | -1/+2 |
* | Disable Search capability menu/entry if folder doesn't support it. | Jeffrey Stedfast | 2000-07-12 | 1 | -5/+5 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -14/+24 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 1 | -12/+12 |
* | Fix a bug in previous commit that could cause infinite loops | Dan Winship | 2000-07-10 | 1 | -3/+1 |
* | Don't g_warn if the user selects a fake tree parent. | Dan Winship | 2000-07-10 | 1 | -71/+67 |
* | Remove setting of dnd_code since that's handled internally to ETable. | Christopher James Lahey | 2000-07-09 | 1 | -3/+0 |
* | Add a "Threaded Message List" item to the "View" menu. | Dan Winship | 2000-07-09 | 1 | -22/+43 |
* | Small fix to stop uid data from being set on a message-list tree node when | Jeffrey Stedfast | 2000-07-09 | 1 | -1/+2 |
* | Fix Jeff's FIXME: This does get called with out-of-range data sometimes, | Dan Winship | 2000-07-09 | 1 | -14/+1 |
* | This wasn't quite right, it will now work but still isn't perfect. See | Jeffrey Stedfast | 2000-07-08 | 1 | -1/+14 |
* | Lots of changes. Store uids as node data on the tree nodes and use those | Dan Winship | 2000-07-08 | 1 | -423/+125 |
* | Handle a row number of -1 properly. | Christopher James Lahey | 2000-07-08 | 1 | -0/+3 |
* | Map tree model row numbers to summary row numbers. (ml_tree_value_at, | Dan Winship | 2000-07-07 | 1 | -7/+11 |
* | fix warnings. | Dan Winship | 2000-07-07 | 1 | -0/+1 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 1 | -0/+31 |
* | Well, delete, expunge, appear broken, it sorts (initially) at least now. | Michael Zucci | 2000-07-06 | 1 | -3/+9 |
* | Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd): | Not Zed | 2000-07-06 | 1 | -22/+143 |
* | call mail_display_set_message with NULL if the message we tried to select | Dan Winship | 2000-07-04 | 1 | -7/+6 |
* | Updated to reflect camel-folder changes. | Jeffrey Stedfast | 2000-07-01 | 1 | -4/+3 |
* | New function, a wrapper around e_table_selected_row_foreach, which calls | Dan Winship | 2000-07-01 | 1 | -1/+35 |
* | use the ETable row_selection signal to track how many rows are selected. | Dan Winship | 2000-07-01 | 1 | -9/+25 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -1/+1 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 1 | -0/+3 |
* | make this compile. | Dan Winship | 2000-06-29 | 1 | -1/+1 |
* | Add debugging messages | Dan Winship | 2000-06-29 | 1 | -2/+6 |
* | message-list.c: added prototype for filter_date() | Jeffrey Stedfast | 2000-06-28 | 1 | -7/+3 |
* | Made dates display grouping information properly. | Christopher James Lahey | 2000-06-28 | 1 | -1/+2 |
* | Little teeny fixes | Peter Williams | 2000-06-28 | 1 | -1/+1 |
* | Solaris compatibility config check + implementation (ctime_r arguments) | Peter Williams | 2000-06-27 | 1 | -3/+6 |
* | Work around mismatched ctime_r functions. This will be fixed. | Christopher James Lahey | 2000-06-27 | 1 | -1/+3 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+41 |
* | Changed ml_value_at to return "" instead of NULL in some cases. | Christopher James Lahey | 2000-06-23 | 1 | -4/+24 |
* | Removed an erroneous comment. | Christopher James Lahey | 2000-06-22 | 1 | -5/+0 |
* | Update received date to work like sent date. | Dan Winship | 2000-06-22 | 1 | -26/+26 |
* | Quick hack to prevent a NULL pointer dereference. Things need to be | Dan Winship | 2000-06-21 | 1 | -0/+3 |
* | Prevent double-freeing action on summary_table and uid_rowmap. | Dan Winship | 2000-06-18 | 1 | -5/+0 |
* | Implement clicking on the envelope icon to set read/unread. Based on a | Dan Winship | 2000-06-17 | 1 | -8/+31 |
* | new function to do a uid to row mapping. (mark_msg_seen, select_msg, | Dan Winship | 2000-06-17 | 1 | -26/+79 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 1 | -7/+0 |
* | Removed the ETableModel thaw handler. | Federico Mena Quintero | 2000-06-13 | 1 | -7/+1 |
* | install an idle function to select the row rather than doing it directly. | Dan Winship | 2000-06-10 | 1 | -8/+13 |
* | Update for folder creation/existence changes. | Dan Winship | 2000-06-07 | 1 | -23/+0 |
* | If the date in the summary is 0, output "?". | Dan Winship | 2000-06-03 | 1 | -0/+3 |
* | Use camel_folder_free_summary instead of g_ptr_array_free. Unref the | Christopher James Lahey | 2000-06-03 | 1 | -4/+6 |
* | Made sent column as wide as from column. | Christopher James Lahey | 2000-06-02 | 1 | -1/+1 |
* | Add a date column. (COL_SENT_WIDTH_MIN): Make this wider. (ml_value_at): | Dan Winship | 2000-06-02 | 1 | -16/+40 |
* | Turn off the grid in our ETable. | Christopher James Lahey | 2000-06-02 | 1 | -0/+1 |
* | Fix up memory management of x-evolution-data URLs so the URLs and/or their | Dan Winship | 2000-06-01 | 1 | -2/+2 |
* | oops. use the seen and unseen icons to represent the right things. :) | Dan Winship | 2000-05-31 | 1 | -2/+2 |
* | use the "new" tigert pixmaps rather than the older ones. Includes a | Dan Winship | 2000-05-31 | 1 | -27/+22 |
* | call e_table_model_row_changed, not e_table_model_changed so we do less | Dan Winship | 2000-05-31 | 1 | -3/+29 |
* | Added bold for unread messages. | Christopher James Lahey | 2000-05-31 | 1 | -5/+14 |
* | Switched to using "cursor_change" signal instead of "row_selection" for | Christopher James Lahey | 2000-05-30 | 1 | -17/+38 |
* | Added a COL_DELETED and made it the strikeout column for both text | Christopher James Lahey | 2000-05-28 | 1 | -4/+18 |
* | set CAMEL_MESSAGE_ANSWERED on a message after a successful reply. | Dan Winship | 2000-05-27 | 1 | -2/+2 |
* | Updated for the GtkHTML API changes. Also fixed some compiler | Ettore Perazzoli | 2000-05-21 | 1 | -1/+3 |
* | Added initialize_value and value_is_empty callbacks. | Christopher James Lahey | 2000-05-20 | 1 | -1/+48 |
* | Update for camel_folder_get_uids (folder_changed, | Dan Winship | 2000-05-19 | 1 | -23/+20 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 1 | -25/+24 |
* | Size moved to message info, rather than content info structure. | NotZed | 2000-05-08 | 1 | -5/+1 |
* | unref the message after displaying it. | Dan Winship | 2000-05-08 | 1 | -0/+1 |
* | Requires a camel-patch, about to come through ... | NotZed | 2000-05-05 | 1 | -24/+36 |
* | only free search if it is not NULL. | Larry Ewing | 2000-05-03 | 1 | -1/+6 |
* | > 2000-05-02 NotZed <NotZed@HelixCode.com> | Michael Zucci | 2000-05-03 | 1 | -3/+4 |
* | Added a deleted message icon whcih shows when messages are | Michael Zucci | 2000-05-02 | 1 | -6/+27 |
* | > (folder_browser_gui_init): Add an option meny to the search line. | Michael Zucci | 2000-05-02 | 1 | -2/+4 |
* | A hackish little quick-search entry. (search_activate): Perform a | NotZed | 2000-05-02 | 1 | -24/+60 |
* | Oops, remove some debug i put there. | NotZed | 2000-04-21 | 1 | -4/+0 |
* | Add libibex.la to link. | NotZed | 2000-04-21 | 1 | -23/+18 |
* | new function, actually calls select_msg. (on_row_selection_cmd): register | Chris Toshok | 2000-04-17 | 1 | -4/+19 |
* | no more e_cell_set_editable. this info always comes from the model. | Chris Toshok | 2000-04-17 | 1 | -3/+0 |
* | Add more beautiful art from Miggue, the Diego Rivera of the next | Miguel de Icaza | 2000-04-08 | 1 | -53/+67 |
* | Load the icons from the installation path, not form the GNOME-libs | Miguel de Icaza | 2000-04-06 | 1 | -49/+104 |
* | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 1 | -8/+1 |
* | update for summary changes. Hey, neat, it really does make it more | Dan Winship | 2000-03-25 | 1 | -28/+45 |
* | display message size | bertrand | 2000-03-21 | 1 | -1/+1 |
* | Properly ref & sink the table and header models. | Christopher James Lahey | 2000-03-21 | 1 | -0/+5 |
* | once we have the bonobo control widget, disable the autoactivation and | bertrand | 2000-03-13 | 1 | -72/+5 |
* | sync from laptop | Bertrand Guiheneuf | 2000-03-08 | 1 | -64/+41 |
* | missing file | Bertrand Guiheneuf | 2000-03-07 | 1 | -3/+65 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -33/+120 |
* | Added a prototype message listing. | Christopher James Lahey | 2000-03-05 | 1 | -5/+22 |
* | Set up the column headers properly. | Christopher James Lahey | 2000-03-05 | 1 | -2/+2 |
* | Define ml_duplicate_value and ml_free_value correctly. | Christopher James Lahey | 2000-03-05 | 1 | -1/+39 |
* | Use g_int_compare and g_str_compare as we should be instead of g_int_equal | Christopher James Lahey | 2000-03-05 | 1 | -10/+10 |
* | sync for debugging with chris | Bertrand Guiheneuf | 2000-03-05 | 1 | -0/+2 |
* | Change this to use the ETable widget itself instead of building it from | Christopher James Lahey | 2000-03-05 | 1 | -3/+5 |
* | Ref the table columns since we unref them at the end. | Christopher James Lahey | 2000-03-04 | 1 | -1/+3 |
* | Added e_xml_get_integer_prop_by_name. | Christopher James Lahey | 2000-02-25 | 1 | -1/+13 |
* | last set of changes for CamelFolder changes. Evolution builds again... | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -5/+9 |
* | + * message-list.c (message_list_set_folder): Check 'desc'riptions | Matthew Loper | 2000-02-24 | 1 | -10/+16 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 1 | -2/+40 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+1 |
* | Add the unicode libraries as well. | Miguel de Icaza | 2000-02-16 | 1 | -4/+11 |
* | Add the e-text directory to the includes list. | Christopher James Lahey | 2000-02-12 | 1 | -1/+1 |
* | Display the summary. Abstractly | Miguel de Icaza | 2000-02-11 | 1 | -5/+20 |
* | More work. Not funny that e-table does not display. | Arturo Espinosa | 2000-01-29 | 1 | -11/+76 |
* | Make Evolution compile with the latest Bonobo changes. | Arturo Espinosa | 2000-01-26 | 1 | -11/+11 |
* | It compiles -miguel | Arturo Espinosa | 2000-01-25 | 1 | -2/+5 |
* | More work | Arturo Espinosa | 2000-01-25 | 1 | -0/+394 |