| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cau... | Elliot Lee | 1998-01-01 | 1 | -1/+6 |
* | added gdk_window_withdraw - not sure if its needed, but oh well | Elliot Lee | 1998-01-01 | 3 | -0/+25 |
* | GtkHandleBox needs some changes, it might not work now | Elliot Lee | 1998-01-01 | 1 | -1/+14 |
* | Added HACKING instructions - please revise as necessary | Elliot Lee | 1998-01-01 | 1 | -0/+27 |
* | handlebox now lets you set in_root flag (and if you set that, its location as... | Elliot Lee | 1998-01-01 | 4 | -21/+28 |
* | misc gtk touchups | Elliot Lee | 1997-12-31 | 3 | -1/+11 |
* | Small typo fix | Arturo Espinosa | 1997-12-30 | 1 | -1/+1 |
* | New function, used to copy the values from one gc to another gc. | Miguel de Icaza | 1997-12-30 | 9 | -0/+47 |
* | ChangeLog entry | Elliot Lee | 1997-12-28 | 7 | -0/+21 |
* | HandleBox mostly works now (the size_request and size_allocate is black magic... | Elliot Lee | 1997-12-28 | 5 | -62/+37 |
* | A few fixes to the handlebox, mostly to make it debuggable | Elliot Lee | 1997-12-28 | 1 | -17/+42 |
* | added config.cache to the glib .cvsignore | Elliot Lee | 1997-12-26 | 1 | -0/+1 |
* | Added gtkhandlebox.c to Makefile.am. | scott | 1997-12-26 | 8 | -1/+15 |
* | Eliminated a compiler warning caused by not casting an argument in a | scott | 1997-12-26 | 8 | -1/+43 |
* | Update for NoExpose and VisibilityNotify events - Federico | Arturo Espinosa | 1997-12-26 | 7 | -0/+63 |
* | Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are needed | Arturo Espinosa | 1997-12-26 | 5 | -48/+121 |
* | glib.h is autogenerated - if I am supposed to leave it in anyways, apologies | Elliot Lee | 1997-12-26 | 1 | -793/+0 |
* | this macro computes the spacing from klass->scrollbar_spacing now. adapted | Tim Janik | 1997-12-23 | 9 | -7/+51 |