aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-63/+76
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-1/+4
2004-01-30slightly higher polling rate, to detect stop condition from capture taskUlf Lamping1-3/+3
2004-01-22We can't save "child_process" as a HANDLE on UNIX - save it as an "int",Guy Harris1-4/+5
2004-01-22moved GTK specific parts from capture.c to ui_util.c,Ulf Lamping1-1/+149
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-15/+5
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-34/+61
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-43/+47
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-3/+145
2001-12-13Fix up the comment on "set_main_window_name()" (I'm not sure why I putGuy Harris1-15/+51
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+32
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andGuy Harris1-1/+2
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-135/+1
1999-12-20Move the code to raise a window into a "reactivate_window()" routine,Guy Harris1-16/+19
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-0/+198