/databases/pgpool/

cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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