| Commit message (Expand) | Author | Age | Files | Lines |
* | revert broken fix | Mike Kestner | 2003-01-11 | 1 | -1/+1 |
* | Images are now in $(datadir)/evolution/images | Ettore Perazzoli | 2003-01-09 | 3 | -2/+7 |
* | Images are now in $(datadir)/evolution/images instead of | Ettore Perazzoli | 2003-01-09 | 2 | -1/+7 |
* | free the children before we free and dispose of our ecol, since | Chris Toshok | 2002-12-19 | 1 | -3/+3 |
* | pass NULL for parent_window for e_table_config_new. | Chris Toshok | 2002-12-19 | 5 | -1861/+2199 |
* | add the parent arg. | Chris Toshok | 2002-12-19 | 5 | -10/+18 |
* | edit->tep isn't a GtkObject anymore. | Chris Toshok | 2002-12-17 | 1 | -2/+0 |
* | pass in the pango layout so we don't have to create another one here. | Chris Toshok | 2002-12-17 | 1 | -90/+46 |
* | remove obvious double g_strdup. | Chris Toshok | 2002-12-17 | 3 | -3/+3 |
* | valgrindage | Mike Kestner | 2002-12-14 | 1 | -1/+1 |
* | protect against null instance_id's (bug#35540) | Mike Kestner | 2002-12-14 | 1 | -1/+5 |
* | check for null or blank view names | Gilbert Fang | 2002-12-11 | 1 | -5/+9 |
* | Removed the g_assert_not_reached(). If you hit the close button on your | Not Zed | 2002-12-10 | 2 | -2/+7 |
* | rework this to be faster and deal more correctly with the ellipsis. | Chris Toshok | 2002-12-10 | 3 | -70/+105 |
* | lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (that | Chris Toshok | 2002-12-09 | 5 | -530/+91 |
* | Add a "collate" sort callback that uses the new g_collate_compare(). | Jeffrey Stedfast | 2002-12-06 | 1 | -0/+1 |
* | guard against multiple calls. | Chris Toshok | 2002-12-05 | 1 | -4/+4 |
* | Don't leak old sort info. | Hans Petter Jansson | 2002-12-04 | 2 | -0/+7 |
* | dispose can be run multiple times too ... bloody gobject crap. | Not Zed | 2002-12-03 | 2 | -2/+11 |
* | make this a dispose rather than finalise. Crashes on finalise otherwise. | Not Zed | 2002-12-03 | 1 | -3/+3 |
* | Reverted | Rodrigo Moya | 2002-12-02 | 2 | -5/+0 |
* | Included gtkmessagedialog.h. | Rodrigo Moya | 2002-12-02 | 2 | -0/+5 |
* | Add include of gnome-dialog.h | Not Zed | 2002-12-02 | 2 | -25/+10 |
* | Add include of gnome-dialog.h | Not Zed | 2002-12-02 | 39 | -217/+226 |
* | rework this from the gal-2 branch, clahey's patch, and the stuff i'd done | Chris Toshok | 2002-11-30 | 1 | -107/+107 |
* | (etms_finalize): Call | Ettore Perazzoli | 2002-11-27 | 1 | -1/+26 |
* | Dont grab_add anymore on the button, gtk_button is changed in gtk2 not to | Not Zed | 2002-11-26 | 2 | -1/+6 |
* | commit clahey's original pango work. | Chris Toshok | 2002-11-20 | 2 | -916/+392 |
* | column_width = double. (e_reflow_realize): no need to cast to double, | Chris Toshok | 2002-11-19 | 1 | -4/+4 |
* | take GCallback, not GtkSignalFunc. (configure_sort_dialog): show the | Chris Toshok | 2002-11-19 | 2 | -214/+19 |
* | we need to destroy the dialog after we've run it, because run doesn't do | Not Zed | 2002-11-18 | 1 | -0/+1 |
* | convert this to wrap around GtkMessageDialog. | Chris Toshok | 2002-11-17 | 1 | -6/+24 |
* | convert some GnomeDialog stuff to GtkDialog. | Chris Toshok | 2002-11-17 | 3 | -13/+11 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 5 | -223/+185 |
* | check for table->table_canvas == NULL. | Chris Toshok | 2002-11-17 | 2 | -15/+19 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 1 | -1/+1 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 69 | -4140/+4783 |
* | Lots of GObject work. | Chris Toshok | 2002-11-17 | 17 | -1249/+1404 |
* | GtkObject->Gobject and GnomeDialog->GtkDialog work. | Chris Toshok | 2002-11-17 | 4 | -208/+252 |
* | lots of GObject work. | Chris Toshok | 2002-11-17 | 12 | -486/+508 |
* | new function, build pango layout for string. | Chris Toshok | 2002-11-16 | 3 | -53/+84 |
* | (esma_dispose): g_object_unref() instead of gtk_object_unref(). | Ettore Perazzoli | 2002-11-16 | 1 | -1/+1 |
* | fix typo. | Chris Toshok | 2002-11-15 | 1 | -2/+2 |
* | ETableConfig derives from GObject (fix warnings). | Chris Toshok | 2002-11-15 | 4 | -70/+82 |
* | deal with EBitArray/ESorter being a GObject now. | Chris Toshok | 2002-11-15 | 2 | -2/+2 |
* | deal with ESelectionModel no longer deriving from GtkObject. | Chris Toshok | 2002-11-15 | 10 | -359/+394 |
* | this derives from GObject now. | Chris Toshok | 2002-11-15 | 9 | -296/+312 |
* | use GtkDialog's ::response instead of GnomeDialog's ::clicked. | Chris Toshok | 2002-11-15 | 2 | -5/+12 |
* | hrm, we shouldn't need to do this, but gtk_widget_show_all the custom | Chris Toshok | 2002-11-15 | 1 | -0/+1 |
* | this subclasses from GObject now, not GtkObject. don't use GtkObject | Chris Toshok | 2002-11-15 | 6 | -3922/+3925 |
* | New. (e_clipped_label_destroy): Removed. | Ettore Perazzoli | 2002-11-15 | 3 | -13/+22 |
* | Changed to use g_object_*() and g_signal_*() | Ettore Perazzoli | 2002-11-15 | 2 | -47/+70 |
* | add more marshallers for e-table. | Chris Toshok | 2002-11-14 | 1 | -160/+177 |
* | more porting work. | Chris Toshok | 2002-11-14 | 14 | -1098/+971 |
* | menus/gal-view-menus.h GObjectified. | Ettore Perazzoli | 2002-11-14 | 5 | -98/+98 |
* | start porting to GObject. | Chris Toshok | 2002-11-14 | 12 | -375/+235 |
* | Converted to Glade 2. | Ettore Perazzoli | 2002-11-14 | 2 | -244/+263 |
* | gnome-xml->libxml | Not Zed | 2002-11-13 | 3 | -3/+9 |
* | only clear choices if cv->choices != NULL. (e_completion_view_disconnect): | Chris Toshok | 2002-11-12 | 1 | -3/+6 |
* | port to GObject. | Chris Toshok | 2002-11-12 | 3 | -101/+106 |
* | (init): Use GObject functions instead of | Ettore Perazzoli | 2002-11-12 | 2 | -16/+18 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 6 | -20/+20 |
* | Forgot two more gtk_object_(un)?ref()s. | Ettore Perazzoli | 2002-11-12 | 2 | -4/+4 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 12 | -67/+67 |
* | Removed. (impl_finalize): New. (class_init): Override GObject::finalize, | Ettore Perazzoli | 2002-11-12 | 4 | -43/+56 |
* | correct the GET_CLASS macro. | Chris Toshok | 2002-11-09 | 6 | -6/+6 |
* | include gnome-dialog | JP Rosevear | 2002-11-08 | 2 | -0/+5 |
* | ignore the generated marshal source. | Chris Toshok | 2002-11-07 | 6 | -132/+182 |
* | remove duplicate g_signal_new for column_width_changed. | Chris Toshok | 2002-11-07 | 1 | -8/+0 |
* | GObjectify GObjectify | Mike Kestner | 2002-11-06 | 4 | -63/+55 |
* | remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto ditto | Mike Kestner | 2002-11-06 | 9 | -63/+63 |
* | GObjectify GObjectify GObjectify use GObject api for models use GObject | Mike Kestner | 2002-11-06 | 24 | -767/+563 |
* | use GObject api for models GObjectify GObjectify GObjectify GObjectify | Mike Kestner | 2002-11-05 | 26 | -867/+623 |
* | use GObject api for ETableHeader use GObject api on ETableHeader | Mike Kestner | 2002-11-05 | 15 | -327/+297 |
* | (impl_expose_event): Use | Ettore Perazzoli | 2002-11-04 | 2 | -1/+6 |
* | (e_timezone_dialog_get_builtin_timezone): Constify arg | Ettore Perazzoli | 2002-11-04 | 3 | -2/+8 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 32 | -255/+328 |
* | gobjectify ETableExtras is now a GObject (e_tree_class_init): remove | Mike Kestner | 2002-11-02 | 3 | -35/+18 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 172 | -2868/+1945 |
* | Emit a search_activated signal. (e_search_bar_set_item_id): Revert to | Jeffrey Stedfast | 2002-10-29 | 2 | -3/+9 |
* | add prototypes for the _change* functions. | Chris Toshok | 2002-10-25 | 2 | -19/+160 |
* | call e_tree_state_change | Mike Kestner | 2002-10-25 | 1 | -0/+2 |
* | If the clear button was pressed, we want the entry to be sensitive (not | Jeffrey Stedfast | 2002-10-24 | 5 | -24/+31 |
* | (activate_by_subitems): gtk_widget_grab_focus() | Ettore Perazzoli | 2002-10-24 |