summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-1676-213/+380
* Fixed a small memory leak in gtkpaned, and I changed the cursor to aJay Painter1998-01-1511-2/+47
* remove an invalid cast that shows up with debugging enabled only.Tim Janik1998-01-151-1/+1
* changlog updatesJay Painter1998-01-137-0/+56
* GtkCList updates, GtkText now defaults to editable = FALSE, but you canJay Painter1998-01-136-57/+108
* Re-indented to GNU style to be consistent with the rest of Gtk - FedericoArturo Espinosa1998-01-131-591/+616
* Fixed child->icon and child->label == NULL bugs.Federico Mena Quintero1998-01-1311-119/+540
* misc modsElliot Lee1998-01-132-27/+53
* This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg...Jay Painter1998-01-125-644/+458
* *** empty log message ***Ian Main1998-01-117-0/+28
* Added a better test for './' and changed a few other things about theIan Main1998-01-111-2/+11
* changed message for EAGAIN from "no more processes" to "try again" sinceTim Janik1998-01-103-5/+39
* Look and feel changes to CList so it now looks like a scrolled window.Jay Painter1998-01-099-65/+90
* gtkclist: allow adding a new row without having to give text for it (i.e. if ...Elliot Lee1998-01-091-3/+4
* Added check for inline in configure and updated files to use it.Manish Singh1998-01-0912-3/+100
* a few modifications, blah blahElliot Lee1998-01-086-9/+12
* Minor fixup to gtklabel for prototype/definition consistencyManish Singh1998-01-081-2/+2
* copyright noticesElliot Lee1998-01-084-0/+4
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-0817-10/+543
* applied patch to use a backing pixmap for drawing in GtkEntry, which removesManish Singh1998-01-0810-70/+193
* Remembered to update the ChangeLog...Manish Singh1998-01-077-0/+56
* Added g_list_insert_sorted and g_slist_insert_sorted to glib.Manish Singh1998-01-074-1/+210
* Added gtk_entry_set_editable()Elliot Lee1998-01-074-7/+54
* Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch)Owen Taylor1998-01-062-3/+55
* Fixed problem with deleting while text is selected.Owen Taylor1998-01-0611-27/+110
* clist updates to fix seg fault, list-end row removal, and row removal in BROW...Jay Painter1998-01-062-46/+90
* GDK_VISIBILITY_NOTIFY events were not working at all. It was myArturo Espinosa1998-01-065-60/+75
* Some geometry management bugs fixed (and some others added -- will fix themArturo Espinosa1998-01-052-56/+77
* Updated libtool to 1.0h. -JayJay Painter1998-01-054-459/+641
* Changed guint32 -> guint for bitfields. (Bitfields must beOwen Taylor1998-01-041-20/+20
* Better Clist test in testgtk.c. -JayJay Painter1998-01-039-16/+385
* Changes in preparation for GTK 0.99.2 release.Shawn Amundson1998-01-033-3/+3
* initialize scrollbar_spacing (gtk-fortier-980103-0)GTK_0_99_2Shawn Amundson1998-01-038-0/+37
* Fixed a typo in configure.in (reported by Elrond on IRC).scott1998-01-038-1/+29
* Added Gordon Matzigkeit's patch for fixed length gtk entry fieldsManish Singh1998-01-039-0/+63
* Removal of inlines, and updated ChangeLog. -JayJay Painter1998-01-039-7/+45
* Several portability fixes from Michael Callahan <callahan@xmission.com>Shawn Amundson1998-01-0320-8/+58
* Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to theJay Painter1998-01-034-44/+22
* Added CList. -JayJay Painter1998-01-037-0/+56
* Added column list widget GtkCList. -Jay PainterJay Painter1998-01-038-6/+3437
* I had forgot to put GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events in gtk_mai...Arturo Espinosa1998-01-0211-0/+685
* On to GTK 0.99.1...Shawn Amundson1998-01-023-3/+3
* Go back to old handlebox for now, so we can get a release outGTK_0_99_1Elliot Lee1998-01-021-14/+1
* corrects a small resize bug in the viewport widget. The viewport widgetShawn Amundson1998-01-0215-92/+517
* memcpy() requires <string.h> - FedericoArturo Espinosa1998-01-021-0/+1
* Fixed up the xinput test in configure.inManish Singh1998-01-028-8/+15
* Fix warnings in testgtkElliot Lee1998-01-022-4/+6
* Fixed recursing bug in gdk_exit_func()Elliot Lee1998-01-022-0/+16
* Miscellaneous portability fixes.Manish Singh1998-01-0213-17/+46
* Fixed configure.in to AC_CONFIG_SUBDIRS(glib)Elliot Lee1998-01-013-11/+11