| Commit message (Expand) | Author | Age | Files | Lines |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -2/+2 |
* | Added function gtk_clist_swap to swap two rows in a clist; I also have | Jay Painter | 1998-06-02 | 1 | -4/+94 |
* | use GTK_TYPE_GDK_EVENT in (un)?select_row signal. | CEST 1998 Paolo Molaro | 1998-05-22 | 1 | -2/+2 |
* | Fixed up a stat() that Sopwith missed when changing stat => lstat. | Owen Taylor | 1998-05-13 | 1 | -3/+3 |
* | ChangeLog | Arturo Espinosa | 1998-05-06 | 1 | -2/+2 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |
* | prefixed all clist flags with GTK_ to avoid name clashes. redefined | Tim Janik | 1998-05-01 | 1 | -36/+52 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -4/+4 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -8/+8 |
* | Fixed assignment of adjustment->value to negative values. Moved a few | Owen Taylor | 1998-04-05 | 1 | -18/+17 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -113/+140 |
* | removed this function, it was unneeded and not exported. | Tim Janik | 1998-03-30 | 1 | -9/+0 |
* | Fixed xthickness -> ythickness typo. | Federico Mena Quintero | 1998-03-24 | 1 | -1/+1 |
* | Select the row which got its data changed, and not (0, 0). | Federico Mena Quintero | 1998-03-24 | 1 | -1/+1 |
* | /home/otaylor/commit | Owen Taylor | 1998-03-24 | 1 | -5/+11 |
* | leave container_class->add and container_class->remove untouched if we | Tim Janik | 1998-03-23 | 1 | -2/+2 |
* | fixed sending null strings to gdk_string_width | Jay Painter | 1998-03-23 | 1 | -2/+11 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 1 | -8/+2 |
* | test if clist->title_window exists before showing it, | Radek Doulik | 1998-03-17 | 1 | -2/+4 |
* | Now we return a GtkVisibility value, instead of a simple boolean. Also, | Federico Mena Quintero | 1998-03-14 | 1 | -19/+32 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 1 | -2/+2 |
* | Various minor cleanups related to -W | Owen Taylor | 1998-03-11 | 1 | -4/+8 |
* | la de da, add back the prototype I just removed -mig, thanks again snorf | Arturo Espinosa | 1998-03-10 | 1 | -0/+5 |
* | Export functionality. | Miguel de Icaza | 1998-03-10 | 1 | -6/+17 |
* | We now accept the color parameter to be NULL. If it is NULL, it will mark | Federico Mena Quintero | 1998-03-10 | 1 | -9/+20 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | changed clist->selection GList so its data elements are casted row indexes in... | Jay Painter | 1998-03-08 | 1 | -74/+120 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 1 | -5/+17 |
* | Fix selection bugs (selection was not being modified). | rhlabs | 1998-03-06 | 1 | -0/+2 |
* | (select row) Emit UNselect of rows that aren't selected. | rhlabs | 1998-03-05 | 1 | -1/+1 |
* | Singnals -> GTK_RUN_FIRST; api select/unselect function now always do what th... | Jay Painter | 1998-03-05 | 1 | -59/+145 |
* | // comment. -owt | Owen Taylor | 1998-03-02 | 1 | -3/+3 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 1 | -17/+33 |
* | few checks added -timj | Tim Janik | 1998-02-28 | 1 | -0/+8 |
* | handle box signals. fixups for 99.4 -timj | Tim Janik | 1998-02-28 | 1 | -10/+5 |
* | Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULT | Owen Taylor | 1998-02-25 | 1 | -14/+14 |
* | Allow gtk_clist_insert() to work on empty lists. | rhlabs | 1998-02-23 | 1 | -16/+21 |
* | moved widget creation to gtk_clist_construct for the gtk-- folks. | Jay Painter | 1998-02-20 | 1 | -38/+49 |
* | CList signal revert (right back at you! *ouch*) | Jay Painter | 1998-02-19 | 1 | -56/+27 |
* | A couple of compiler warning fixes, GtkCList signal changes, changed | Jay Painter | 1998-02-18 | 1 | -22/+55 |
* | check for clist !REALIZED. (draw_rows): bail out if the widget isn't | Tim Janik | 1998-02-13 | 1 | -0/+9 |
* | Fixed unrealize handler to comply with the documentation (which mentions | Federico Mena Quintero | 1998-02-12 | 1 | -6/+5 |
* | small fixup, so that the clist doesn't draw if it is | Tim Janik | 1998-02-11 | 1 | -1/+2 |
* | New API functions: gtk_clist_get_cell_type gtk_clist_get_text | Jay Painter | 1998-02-08 | 1 | -12/+153 |
* | A little cosmetic cleanup | Jay Painter | 1998-02-05 | 1 | -41/+71 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 1 | -3/+6 |
* | - Conformity to new reference counting schemes - Font and color | Owen Taylor | 1998-01-31 | 1 | -77/+199 |
* | Fixed a resizing bug with CList where you could loose the end of the last | Jay Painter | 1998-01-26 | 1 | -20/+27 |
* | Changed static function names/reorganized to make more sense. -Jay | Jay Painter | 1998-01-24 | 1 | -677/+720 |