| Commit message (Expand) | Author | Age | Files | Lines |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 76 | -213/+380 |
* | Fixed a small memory leak in gtkpaned, and I changed the cursor to a | Jay Painter | 1998-01-15 | 11 | -2/+47 |
* | remove an invalid cast that shows up with debugging enabled only. | Tim Janik | 1998-01-15 | 1 | -1/+1 |
* | changlog updates | Jay Painter | 1998-01-13 | 7 | -0/+56 |
* | GtkCList updates, GtkText now defaults to editable = FALSE, but you can | Jay Painter | 1998-01-13 | 6 | -57/+108 |
* | Re-indented to GNU style to be consistent with the rest of Gtk - Federico | Arturo Espinosa | 1998-01-13 | 1 | -591/+616 |
* | Fixed child->icon and child->label == NULL bugs. | Federico Mena Quintero | 1998-01-13 | 11 | -119/+540 |
* | misc mods | Elliot Lee | 1998-01-13 | 2 | -27/+53 |
* | This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg... | Jay Painter | 1998-01-12 | 5 | -644/+458 |
* | *** empty log message *** | Ian Main | 1998-01-11 | 7 | -0/+28 |
* | Added a better test for './' and changed a few other things about the | Ian Main | 1998-01-11 | 1 | -2/+11 |
* | changed message for EAGAIN from "no more processes" to "try again" since | Tim Janik | 1998-01-10 | 3 | -5/+39 |
* | Look and feel changes to CList so it now looks like a scrolled window. | Jay Painter | 1998-01-09 | 9 | -65/+90 |
* | gtkclist: allow adding a new row without having to give text for it (i.e. if ... | Elliot Lee | 1998-01-09 | 1 | -3/+4 |
* | Added check for inline in configure and updated files to use it. | Manish Singh | 1998-01-09 | 12 | -3/+100 |
* | a few modifications, blah blah | Elliot Lee | 1998-01-08 | 6 | -9/+12 |
* | Minor fixup to gtklabel for prototype/definition consistency | Manish Singh | 1998-01-08 | 1 | -2/+2 |
* | copyright notices | Elliot Lee | 1998-01-08 | 4 | -0/+4 |
* | New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par... | Elliot Lee | 1998-01-08 | 17 | -10/+543 |
* | applied patch to use a backing pixmap for drawing in GtkEntry, which removes | Manish Singh | 1998-01-08 | 10 | -70/+193 |
* | Remembered to update the ChangeLog... | Manish Singh | 1998-01-07 | 7 | -0/+56 |
* | Added g_list_insert_sorted and g_slist_insert_sorted to glib. | Manish Singh | 1998-01-07 | 4 | -1/+210 |
* | Added gtk_entry_set_editable() | Elliot Lee | 1998-01-07 | 4 | -7/+54 |
* | Added "switch_page" signal. (gtk-hamann_jeske-971212-0.patch) | Owen Taylor | 1998-01-06 | 2 | -3/+55 |
* | Fixed problem with deleting while text is selected. | Owen Taylor | 1998-01-06 | 11 | -27/+110 |
* | clist updates to fix seg fault, list-end row removal, and row removal in BROW... | Jay Painter | 1998-01-06 | 2 | -46/+90 |
* | GDK_VISIBILITY_NOTIFY events were not working at all. It was my | Arturo Espinosa | 1998-01-06 | 5 | -60/+75 |
* | Some geometry management bugs fixed (and some others added -- will fix them | Arturo Espinosa | 1998-01-05 | 2 | -56/+77 |
* | Updated libtool to 1.0h. -Jay | Jay Painter | 1998-01-05 | 4 | -459/+641 |
* | Changed guint32 -> guint for bitfields. (Bitfields must be | Owen Taylor | 1998-01-04 | 1 | -20/+20 |
* | Better Clist test in testgtk.c. -Jay | Jay Painter | 1998-01-03 | 9 | -16/+385 |
* | Changes in preparation for GTK 0.99.2 release. | Shawn Amundson | 1998-01-03 | 3 | -3/+3 |
* | initialize scrollbar_spacing (gtk-fortier-980103-0)GTK_0_99_2 | Shawn Amundson | 1998-01-03 | 8 | -0/+37 |
* | Fixed a typo in configure.in (reported by Elrond on IRC). | scott | 1998-01-03 | 8 | -1/+29 |
* | Added Gordon Matzigkeit's patch for fixed length gtk entry fields | Manish Singh | 1998-01-03 | 9 | -0/+63 |
* | Removal of inlines, and updated ChangeLog. -Jay | Jay Painter | 1998-01-03 | 9 | -7/+45 |
* | Several portability fixes from Michael Callahan <callahan@xmission.com> | Shawn Amundson | 1998-01-03 | 20 | -8/+58 |
* | Removed my ulgy splicing hack of glib.h/glibconfig.h. It's back to the | Jay Painter | 1998-01-03 | 4 | -44/+22 |
* | Added CList. -Jay | Jay Painter | 1998-01-03 | 7 | -0/+56 |
* | Added column list widget GtkCList. -Jay Painter | Jay Painter | 1998-01-03 | 8 | -6/+3437 |
* | I had forgot to put GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events in gtk_mai... | Arturo Espinosa | 1998-01-02 | 11 | -0/+685 |
* | On to GTK 0.99.1... | Shawn Amundson | 1998-01-02 | 3 | -3/+3 |
* | Go back to old handlebox for now, so we can get a release outGTK_0_99_1 | Elliot Lee | 1998-01-02 | 1 | -14/+1 |
* | corrects a small resize bug in the viewport widget. The viewport widget | Shawn Amundson | 1998-01-02 | 15 | -92/+517 |
* | memcpy() requires <string.h> - Federico | Arturo Espinosa | 1998-01-02 | 1 | -0/+1 |
* | Fixed up the xinput test in configure.in | Manish Singh | 1998-01-02 | 8 | -8/+15 |
* | Fix warnings in testgtk | Elliot Lee | 1998-01-02 | 2 | -4/+6 |
* | Fixed recursing bug in gdk_exit_func() | Elliot Lee | 1998-01-02 | 2 | -0/+16 |
* | Miscellaneous portability fixes. | Manish Singh | 1998-01-02 | 13 | -17/+46 |
* | Fixed configure.in to AC_CONFIG_SUBDIRS(glib) | Elliot Lee | 1998-01-01 | 3 | -11/+11 |