aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkclist.c
AgeCommit message (Collapse)AuthorFilesLines
2000-05-26Incorporate the GTK+ 1.2.8 version of "gtkclist.c" (which includes allGuy Harris1-18/+19
the speedups ours included, and some others). svn path=/trunk/; revision=2010
2000-02-17Add GTK+-1.2.7 fixes to gtkclist.c, w/o removing our speed enhancements.Gilbert Ramirez1-20/+22
svn path=/trunk/; revision=1641
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-0/+6
Added lots of #ifdef HAVE_*_H wrappers. Added some #defines in config.h.win32 Check for more headers in configure.in Added prototype for inet_aton() in inet_v6defs.h. Changed "BYTE" token (i.e., #define) in ascend-gramamr.y because it conflicts with a windows definition. Use HEXBYTE instead. svn path=/trunk/; revision=1448
1999-12-07Remove 3 GTK+ header files and have our gtkclist.c useGilbert Ramirez1-3/+3
the the system version of the gtk header files. svn path=/trunk/; revision=1238
1999-09-30GTK 1.2.5 version (not that it matters, given that GLib declaresGuy Harris1-1/+1
"gboolean" to be a typedef of "gint"). svn path=/trunk/; revision=738
1999-08-28A slightly cleaner version - hide the "if it's the last row, the elementGuy Harris1-88/+28
is pointed to by 'row_list_end', otherwise use 'g_list_nth()'" stuff inside a macro. Use that macro in place of an additional "g_list_nth()" call. svn path=/trunk/; revision=603
1999-08-27Added gtk subdirectory, with patched gtkclist.c in it. We can use thisGilbert Ramirez1-0/+7952
optimized gtkclist until Guy's changes appear in the offical GTK+. svn path=/trunk/; revision=593