summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cau...Elliot Lee1998-01-011-1/+6
* added gdk_window_withdraw - not sure if its needed, but oh wellElliot Lee1998-01-013-0/+25
* GtkHandleBox needs some changes, it might not work nowElliot Lee1998-01-011-1/+14
* Added HACKING instructions - please revise as necessaryElliot Lee1998-01-011-0/+27
* handlebox now lets you set in_root flag (and if you set that, its location as...Elliot Lee1998-01-014-21/+28
* misc gtk touchupsElliot Lee1997-12-313-1/+11
* Small typo fixArturo Espinosa1997-12-301-1/+1
* New function, used to copy the values from one gc to another gc.Miguel de Icaza1997-12-309-0/+47
* ChangeLog entryElliot Lee1997-12-287-0/+21
* HandleBox mostly works now (the size_request and size_allocate is black magic...Elliot Lee1997-12-285-62/+37
* A few fixes to the handlebox, mostly to make it debuggableElliot Lee1997-12-281-17/+42
* added config.cache to the glib .cvsignoreElliot Lee1997-12-261-0/+1
* Added gtkhandlebox.c to Makefile.am.scott1997-12-268-1/+15
* Eliminated a compiler warning caused by not casting an argument in ascott1997-12-268-1/+43
* Update for NoExpose and VisibilityNotify events - FedericoArturo Espinosa1997-12-267-0/+63
* Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are neededArturo Espinosa1997-12-265-48/+121
* glib.h is autogenerated - if I am supposed to leave it in anyways, apologiesElliot Lee1997-12-261-793/+0
* this macro computes the spacing from klass->scrollbar_spacing now. adaptedTim Janik1997-12-239-7/+51