Add sample strace output to illustrate the timeout problem.
[obnox/wireshark/wip.git] / colors.c
1999-12-20 guyMove the code to raise a window into a "reactivate_wind...
1999-12-20 guyHave the "destroy" callback for the "Add colors to...
1999-12-19 guyAssociate with each "Edit color filter" window pointers...
1999-12-19 guyWhen a dialog box is closed (for whatever reason),...
1999-12-19 guyDon't keep the CList of color filters around; create...
1999-12-19 guyPut "{get,set}_color_filter_{name,string}" inline,...
1999-12-19 guyMake the color filter list global, and have the code...
1999-12-19 guyWhen writing the color filter list out, go through...
1999-12-19 guyAdd to the "color_filter_t" structure members to store...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...
1999-11-30 guyStuff in "colors.c" largely need work only on a "colfil...
1999-11-30 guyMake a whole pile of routines private to "colors.c...
1999-11-10 gramMore small memleak fixes.
1999-10-12 guyHave "dfilter_compile()" return 0 on success and 1...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-07 guyPhil Techau's patch to allocate colors read-only and...
1999-10-05 guyMake "create_color_sel_win()" static to "colors.c"...
1999-10-05 gramAdded Santeri Paavolainen's <santtu@ssh.fi> patch to...
1999-10-04 gramLet color filter routines survive a bad display filter...
1999-09-12 denielReplace wrong '}' with ')' in #ifdef code
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-08-28 gramStop processing of colorization display filters after...
1999-08-28 gramRemoved debug printf's.
1999-08-25 guy"read_filters()" is actually called late enough in...
1999-08-24 gramRemoved unnecessary #include lines.
1999-08-24 guyUse "strchr()" rather than "index()" - "strchr()" is...
1999-08-24 gramAdded John McDermott's colorization routines. There...