summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* fixed pixmap clipping in gtkclistJay Painter1998-06-021-0/+40
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-131-3/+3
* Fixed incorrect painting of row background (fg_set -> bg_set confusion).Federico Mena Quintero1998-05-061-2/+2
* Updated to libtool 1.2a.Owen Taylor1998-04-301-4/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-8/+8
* Fixed assignment of adjustment->value to negative values. Moved a fewOwen Taylor1998-04-051-18/+17
* More extensive debugging outputOwen Taylor1998-04-031-113/+140
* removed this function, it was unneeded and not exported.Tim Janik1998-03-301-9/+0
* Fixed xthickness -> ythickness typo.Federico Mena Quintero1998-03-241-1/+1
* Select the row which got its data changed, and not (0, 0).Federico Mena Quintero1998-03-241-1/+1
* /home/otaylor/commitOwen Taylor1998-03-241-5/+11
* leave container_class->add and container_class->remove untouched if weTim Janik1998-03-231-2/+2
* fixed sending null strings to gdk_string_widthJay Painter1998-03-231-2/+11
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-8/+2
* test if clist->title_window exists before showing it,Radek Doulik1998-03-171-2/+4
* Now we return a GtkVisibility value, instead of a simple boolean. Also,Federico Mena Quintero1998-03-141-19/+32
* applied gtk-shige-980311-0.patch.gz, which removes the erronerousTim Janik1998-03-121-2/+2
* Various minor cleanups related to -WOwen Taylor1998-03-111-4/+8
* la de da, add back the prototype I just removed -mig, thanks again snorfArturo Espinosa1998-03-101-0/+5
* Export functionality.Miguel de Icaza1998-03-101-6/+17
* We now accept the color parameter to be NULL. If it is NULL, it will markFederico Mena Quintero1998-03-101-9/+20
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* changed clist->selection GList so its data elements are casted row indexes in...Jay Painter1998-03-081-74/+120
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-081-5/+17
* Fix selection bugs (selection was not being modified).rhlabs1998-03-061-0/+2
* (select row) Emit UNselect of rows that aren't selected.rhlabs1998-03-051-1/+1
* Singnals -> GTK_RUN_FIRST; api select/unselect function now always do what th...Jay Painter1998-03-051-59/+145
* // comment. -owtOwen Taylor1998-03-021-3/+3
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-17/+33
* few checks added -timjTim Janik1998-02-281-0/+8
* handle box signals. fixups for 99.4 -timjTim Janik1998-02-281-10/+5
* Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULTOwen Taylor1998-02-251-14/+14
* Allow gtk_clist_insert() to work on empty lists.rhlabs1998-02-231-16/+21
* moved widget creation to gtk_clist_construct for the gtk-- folks.Jay Painter1998-02-201-38/+49
* CList signal revert (right back at you! *ouch*)Jay Painter1998-02-191-56/+27
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-22/+55
* check for clist !REALIZED. (draw_rows): bail out if the widget isn'tTim Janik1998-02-131-0/+9
* Fixed unrealize handler to comply with the documentation (which mentionsFederico Mena Quintero1998-02-121-6/+5
* small fixup, so that the clist doesn't draw if it isTim Janik1998-02-111-1/+2
* New API functions: gtk_clist_get_cell_type gtk_clist_get_textJay Painter1998-02-081-12/+153
* A little cosmetic cleanupJay Painter1998-02-051-41/+71
* fixed destroy handler, so it doesn't segfault with the new refcountingTim Janik1998-02-021-3/+6
* - Conformity to new reference counting schemes - Font and colorOwen Taylor1998-01-311-77/+199
* Fixed a resizing bug with CList where you could loose the end of the lastJay Painter1998-01-261-20/+27
* Changed static function names/reorganized to make more sense. -JayJay Painter1998-01-241-677/+720
* GtkCList Updates. -JayJay Painter1998-01-211-78/+146
* GtkCList updates. -JayJay Painter1998-01-201-13/+10
* GtkCList updates: Click-Drag column resizing, a couple of layoutJay Painter1998-01-191-70/+391
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-23/+6