/lang/parrot/

ution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* reverse part of the patch from 1/15.Chris Toshok2003-01-181-1/+1
* pass pango_context_get_language to pango_context_get_metrics.Chris Toshok2003-01-181-1/+2
* Fix destroy.Ettore Perazzoli2003-01-181-2/+1
* (e_notice): Use gtk_dialog_run()Ettore Perazzoli2003-01-181-1/+2
* apply the patch NotZed and I came up with to fix the height of theChris Toshok2003-01-161-5/+6
* Same here.Jeffrey Stedfast2003-01-163-3/+3
* Here too.Jeffrey Stedfast2003-01-162-2/+2
* add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7
* use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11
* If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6
* (init): Change dialog fromEttore Perazzoli2003-01-152-1/+6
* Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove theEttore Perazzoli2003-01-152-2/+6
* (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-34/+38
* (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-1/+6
* revert broken fixMike Kestner2003-01-111-1/+1
* Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-093-2/+7
* Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-092-1/+7
* free the children before we free and dispose of our ecol, sinceChris Toshok2002-12-191-3/+3
* pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-195-1861/+2199
* add the parent arg.Chris Toshok2002-12-195-10/+18
* edit->tep isn't a GtkObject anymore.Chris Toshok2002-12-171-2/+0
* pass in the pango layout so we don't have to create another one here.Chris Toshok2002-12-171-90/+46
* remove obvious double g_strdup.Chris Toshok2002-12-173-3/+3
* valgrindageMike Kestner2002-12-141-1/+1
* protect against null instance_id's (bug#35540)Mike Kestner2002-12-141-1/+5
* check for null or blank view namesGilbert Fang2002-12-111-5/+9
* Removed the g_assert_not_reached(). If you hit the close button on yourNot Zed2002-12-102-2/+7
* rework this to be faster and deal more correctly with the ellipsis.Chris Toshok2002-12-103-70/+105
* lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-095-530/+91
* Add a "collate" sort callback that uses the new g_collate_compare().Jeffrey Stedfast2002-12-061-0/+1
* guard against multiple calls.Chris Toshok2002-12-051-4/+4
* Don't leak old sort info.Hans Petter Jansson2002-12-042-0/+7
* dispose can be run multiple times too ... bloody gobject crap.Not Zed2002-12-032-2/+11
* make this a dispose rather than finalise. Crashes on finalise otherwise.Not Zed2002-12-031-3/+3
* RevertedRodrigo Moya2002-12-022-5/+0
* Included gtkmessagedialog.h.Rodrigo Moya2002-12-022-0/+5
* Add include of gnome-dialog.hNot Zed2002-12-022-25/+10
* Add include of gnome-dialog.hNot Zed2002-12-0239-217/+226
* rework this from the gal-2 branch, clahey's patch, and the stuff i'd doneChris Toshok2002-11-301-107/+107
* (etms_finalize): CallEttore Perazzoli2002-11-271-1/+26
* Dont grab_add anymore on the button, gtk_button is changed in gtk2 not toNot Zed2002-11-262-1/+6
* commit clahey's original pango work.Chris Toshok2002-11-202-916/+392
* column_width = double. (e_reflow_realize): no need to cast to double,Chris Toshok2002-11-191-4/+4
* take GCallback, not GtkSignalFunc. (configure_sort_dialog): show theChris Toshok2002-11-192-214/+19
* we need to destroy the dialog after we've run it, because run doesn't doNot Zed2002-11-181-0/+1
* convert this to wrap around GtkMessageDialog.Chris Toshok2002-11-171-6/+24
* convert some GnomeDialog stuff to GtkDialog.Chris Toshok2002-11-173-13/+11
* fix c&p typo.Chris Toshok2002-11-175-223/+185
* check for table->table_canvas == NULL.Chris Toshok2002-11-172-15/+19
* fix c&p typo.Chris Toshok2002-11-171-1/+1
* GObject port work.Chris Toshok2002-11-1769-4140/+4783
* Lots of GObject work.Chris Toshok2002-11-1717-1249/+1404
* GtkObject->Gobject and GnomeDialog->GtkDialog work.Chris Toshok2002-11-174-208/+252
* lots of GObject work.Chris Toshok2002-11-1712-486/+508
* new function, build pango layout for string.Chris Toshok2002-11-163-53/+84
* (esma_dispose): g_object_unref() instead of gtk_object_unref().Ettore Perazzoli2002-11-161-1/+1
* fix typo.Chris Toshok2002-11-151-2/+2
* ETableConfig derives from GObject (fix warnings).Chris Toshok2002-11-154-70/+82
* deal with EBitArray/ESorter being a GObject now.Chris Toshok2002-11-152-2/+2
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-1510-359/+394
* this derives from GObject now.Chris Toshok2002-11-159-296/+312
* use GtkDialog's ::response instead of GnomeDialog's ::clicked.Chris Toshok2002-11-152-5/+12
* hrm, we shouldn't need to do this, but gtk_widget_show_all the customChris Toshok2002-11-151-0/+1
* this subclasses from GObject now, not GtkObject. don't use GtkObjectChris Toshok2002-11-156-3922/+3925
* New. (e_clipped_label_destroy): Removed.Ettore Perazzoli2002-11-153-13/+22
* Changed to use g_object_*() and g_signal_*()Ettore Perazzoli2002-11-152-47/+70
* add more marshallers for e-table.Chris Toshok2002-11-141-160/+177
* more porting work.Chris Toshok2002-11-1414-1098/+971
* menus/gal-view-menus.h GObjectified.Ettore Perazzoli2002-11-145-98/+98
* start porting to GObject.Chris Toshok2002-11-1412-375/+235
* Converted to Glade 2.Ettore Perazzoli2002-11-142-244/+263
* gnome-xml->libxmlNot Zed2002-11-133-3/+9
* only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6
* port to GObject.Chris Toshok2002-11-123-101/+106
* (init): Use GObject functions instead ofEttore Perazzoli2002-11-122-16/+18
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-126-20/+20
* Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-122-4/+4
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-1212-67/+67
* Removed. (impl_finalize): New. (class_init): Override GObject::finalize,Ettore Perazzoli2002-11-124-43/+56
* correct the GET_CLASS macro.Chris Toshok2002-11-096-6/+6
* include gnome-dialogJP Rosevear2002-11-082-0/+5
* ignore the generated marshal source.Chris Toshok2002-11-076-132/+182
* remove duplicate g_signal_new for column_width_changed.Chris Toshok2002-11-071-8/+0
* GObjectify GObjectifyMike Kestner2002-11-064-63/+55
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-069-63/+63
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-0624-767/+563
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-0526-867/+623
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-0515-327/+297
* (impl_expose_event): UseEttore Perazzoli2002-11-042-1/+6
* (e_timezone_dialog_get_builtin_timezone): Constify argEttore Perazzoli2002-11-043-2/+8
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-0232-255/+328
* gobjectify ETableExtras is now a GObject (e_tree_class_init): removeMike Kestner2002-11-023-35/+18
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-01