aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkclist.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-24Renamed gktclist.[ch] to gtkclist_v12.[ch] to avoid conflicts with theOlivier Abad1-7912/+0
real gtkclist.h file when building the gtk+ v2 gui. svn path=/trunk/; revision=8527
2003-06-28From Ian Schorr, limit the size of the (INFO) columns to prevent it from ↵Ronnie Sahlberg1-2/+11
becoming thousands of pixels wide. Temporary fix until someone perhaps gets rid of the autoresize of columns completely. svn path=/trunk/; revision=7947
2002-09-09Add/fix cvs id tagsJörg Mayer1-0/+2
svn path=/trunk/; revision=6237
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-149/+149
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-14/+14
svn path=/trunk/; revision=4878
2001-08-20Use system's version of AM_PATH_GLIB macro.Gilbert Ramirez1-1/+1
Optimize use of AC_CHECK_FUNC in wiretap/acinclude.m4 Move #include "config.h" to be first include in some files. From albert chin (china@thewrittenword.com) svn path=/trunk/; revision=3857
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-5/+5
members, from Joerg Mayer. svn path=/trunk/; revision=3501
2001-04-24Signed vs. unsigned fixes from Joerg Mayer.Guy Harris1-6/+6
svn path=/trunk/; revision=3373
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