| Commit message (Expand) | Author | Age | Files | Lines |
* | Started adding a time zone field to ECard. | Christopher James Lahey | 2000-08-23 | 2 | -0/+4 |
* | Moved e-text to UTF-8 | Lauris Kaplinski | 2000-08-20 | 1 | -2/+2 |
* | Changed this to use ECardSimple. | Christopher James Lahey | 2000-08-20 | 1 | -2/+8 |
* | use style colors for the selected state. This doesn't properly redraw the | Larry Ewing | 2000-08-16 | 1 | -7/+13 |
* | Ref our book view listener. | Christopher James Lahey | 2000-08-12 | 3 | -0/+342 |
* | Added a button to save to your addressbook. | Christopher James Lahey | 2000-08-10 | 1 | -1/+56 |
* | Changed e_popup_menu_run call to match the new arguments. | Christopher James Lahey | 2000-08-09 | 2 | -44/+15 |
* | use x-evolution-any-field. | Chris Toshok | 2000-08-09 | 2 | -2/+2 |
* | Emit "model_pre_change" signal as appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+2 |
* | Adapted this to supply the new append_row API of ETableModel. | Christopher James Lahey | 2000-08-02 | 1 | -7/+17 |
* | Fixed a warning. | Christopher James Lahey | 2000-07-27 | 1 | -2/+0 |
* | Fixed the oaf info. | Christopher James Lahey | 2000-07-21 | 4 | -42/+194 |
* | Added "text/vCard" to the list of mime types we support. | Christopher James Lahey | 2000-07-18 | 1 | -1/+3 |
* | Added gui/minicard/e-minicard-control.c, | Christopher James Lahey | 2000-07-18 | 5 | -60/+89 |
* | New files for using a minicard as a widget or a bonobo control. | Christopher James Lahey | 2000-07-18 | 4 | -0/+605 |
* | Switched the order of compilation of printing and contact-editor. | Christopher James Lahey | 2000-07-14 | 2 | -1/+48 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 1 | -1/+1 |
* | Added a field that gives the name if it exists and the company name | Christopher James Lahey | 2000-07-10 | 1 | -1/+2 |
* | Several contacts list bugfixes. | Anders Carlsson | 2000-07-09 | 2 | -9/+13 |
* | Added an "editable" argument. | Christopher James Lahey | 2000-07-08 | 2 | -12/+26 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -1/+21 |
* | Remove usage of "x" and "y" arguments. | Christopher James Lahey | 2000-06-21 | 3 | -6/+0 |
* | Made the left column of minicards not get any wider than the widest | Christopher James Lahey | 2000-06-17 | 3 | -9/+65 |
* | Removed the ETableModel thaw handler. Likewise. | Federico Mena Quintero | 2000-06-13 | 1 | -11/+2 |
* | Added glade files. | Christopher James Lahey | 2000-06-11 | 1 | -4/+8 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 1 | -2/+5 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 2 | -73/+93 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 1 | -12/+12 |
* | a bunch of patches to make evolution compile with bonobo in strange prefixes.... | Mathieu Lacage | 2000-06-05 | 1 | -8/+8 |
* | Made double click only work on the first button. | Christopher James Lahey | 2000-06-02 | 2 | -1/+2 |
* | return TRUE if opening a contact editor so that we don't get a "new | Christopher James Lahey | 2000-06-02 | 2 | -2/+6 |
* | Made the alphabet buttons not focusable. | Christopher James Lahey | 2000-05-31 | 2 | -27/+4 |
* | Added a bit of space around the alphabet bar. | Christopher James Lahey | 2000-05-31 | 1 | -2/+3 |
* | Added alphabet.glade and alphabet.glade.h. | Christopher James Lahey | 2000-05-31 | 4 | -1/+447 |
* | Made double clicking create a new card. Set the empty message. | Christopher James Lahey | 2000-05-30 | 2 | -1/+78 |
* | Added double click to open contact editor. | Christopher James Lahey | 2000-05-28 | 2 | -0/+19 |
* | Added e-contact-editor-save-as.c and e-contact-editor-save-as.h. | Christopher James Lahey | 2000-05-23 | 1 | -0/+12 |
* | Added initialize_value and value_is_empty callbacks. | Christopher James Lahey | 2000-05-20 | 1 | -0/+14 |
* | Fixed some memory leaks. | Christopher James Lahey | 2000-05-16 | 1 | -2/+2 |
* | Got rid of a memory leak. Rearranged a couple functions. | Christopher James Lahey | 2000-05-16 | 3 | -20/+38 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 2 | -3/+11 |
* | Reenable editting. | Christopher James Lahey | 2000-05-10 | 1 | -2/+0 |
* | Make File As change if name or company are changed pretty much anywhere. | Christopher James Lahey | 2000-05-10 | 1 | -0/+2 |
* | Rearranged order of things getting destroyed. | Christopher James Lahey | 2000-05-09 | 3 | -13/+20 |
* | Made a minimal number of things be destroyed and recreated when updating a | Christopher James Lahey | 2000-05-08 | 3 | -68/+94 |
* | make sure to free the return value of e_card_simple_get. | Chris Toshok | 2000-05-08 | 1 | -1/+3 |
* | Added saving in minicard view. | Christopher James Lahey | 2000-05-08 | 1 | -0/+45 |
* | Replaced some model_changed calls with row_inserted calls. | Christopher James Lahey | 2000-05-08 | 1 | -2/+2 |
* | Make the addressbook create the correct file uri. Added a default query. | Christopher James Lahey | 2000-05-07 | 2 | -2/+4 |
* | Made a NULL callback just mean to not call back. | Christopher James Lahey | 2000-05-07 | 2 | -0/+399 |
* | Mostly finished ECardSimple. | Christopher James Lahey | 2000-05-07 | 2 | -90/+60 |
* | Made some fields invisible that were visible before. | Christopher James Lahey | 2000-05-01 | 1 | -1/+2 |
* | From addressbook/ChangeLog | Christopher James Lahey | 2000-05-01 | 1 | -16/+20 |
* | Added e_card_phone_new e_card_delivery_address_new, | Christopher James Lahey | 2000-04-30 | 1 | -0/+3 |
* | Prefixed the ADDR_ flags. | Christopher James Lahey | 2000-04-26 | 1 | -2/+2 |
* | The Joy of Broken Makefiles Part #3. | Ettore Perazzoli | 2000-04-26 | 1 | -1/+1 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 9 | -51/+56 |
* | Added orginization and role fields. | Christopher James Lahey | 2000-04-16 | 2 | -0/+11 |
* | Fix compilation with builddir != srcdir (again). | Ettore Perazzoli | 2000-04-15 | 1 | -0/+1 |
* | add a title. | Chris Toshok | 2000-04-13 | 2 | -0/+9 |
* | This was setting E_REFLOW(view)->items to NULL too soon. Fixed now. | Christopher James Lahey | 2000-04-11 | 1 | -3/+2 |
* | new function. (delete_contact_cb): wire up button to call | Chris Toshok | 2000-04-11 | 1 | -4/+4 |
* | Changed some incorrect gtk_object_refs and gtk_object_unrefs into | Christopher James Lahey | 2000-04-11 | 2 | -0/+31 |
* | implement braindead dialog to input the query string for the view. | Chris Toshok | 2000-04-11 | 1 | -0/+1 |
* | Added a "query" argument to the e-minicard-view. Documented all the | Christopher James Lahey | 2000-04-11 | 2 | -22/+44 |
* | change the empty search string ("") to the valid (contains "full_name" | Chris Toshok | 2000-04-11 | 1 | -1/+1 |
* | Fixed a bug where I was sending the wrong information to some callbacks. | Christopher James Lahey | 2000-04-10 | 2 | -78/+133 |
* | Made the contact editor load from an ECard. | Christopher James Lahey | 2000-04-09 | 1 | -5/+9 |
* | CVS move mistake. Fixed the correct changes in the correct places. | Christopher James Lahey | 2000-04-09 | 7 | -106/+716 |
* | Fixed some referencing and lifetime issues. | Christopher James Lahey | 2000-04-05 | 1 | -1/+23 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 6 | -139/+207 |
* | Designed a new system for doing hierarchical displays in the canvas. Adds | Christopher James Lahey | 2000-03-11 | 4 | -130/+59 |
* | Added a "break_characters" argument. It lets you define a set of | Christopher James Lahey | 2000-03-08 | 3 | -27/+21 |
* | Fixed references to libutil.a -> libeutil.la | Michael Zucci | 2000-02-29 | 1 | -3/+3 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 5 | -22/+43 |
* | Add new Makefiles to Makefile list. | Christopher James Lahey | 2000-02-09 | 1 | -0/+47 |
* | Handle the grab and ungrab command instead of doing focus by hand. This | Christopher James Lahey | 2000-01-28 | 1 | -0/+6 |
* | Use e_canvas_item_grab_focus so that it will work with old versions of | Christopher James Lahey | 2000-01-27 | 2 | -3/+5 |
* | Set the minimum_width. | Christopher James Lahey | 2000-01-27 | 1 | -0/+4 |
* | Added an arrow cursor for the draggable columns. Made the clickable column | Christopher James Lahey | 2000-01-26 | 1 | -6/+22 |
* | Handle shift-tab properly now. | Christopher James Lahey | 2000-01-26 | 3 | -20/+20 |
* | Changed some line spacing. | Chris Lahey | 2000-01-21 | 2 | -3/+24 |
* | Added selection and clipboard support. Added up and down arrow keys. Fixed | Chris Lahey | 2000-01-14 | 2 | -4/+46 |
* | e_canvas_item_move_absolute is just a helper function not supplied by the | Chris Lahey | 2000-01-14 | 5 | -39/+233 |
* | Added a resize signal for when the card changes height. Made it so that | Chris Lahey | 2000-01-12 | 4 | -108/+246 |
* | Removed some code which got in the way of testing properly. | Chris Lahey | 2000-01-11 | 2 | -10/+1 |
* | Added minicard and text stuff. | Chris Lahey | 2000-01-10 | 6 | -0/+1080 |