aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-07Make Ethereal and Tethereal compile if we're building without libpcap.Guy Harris1-2/+2
2005-01-01Cast away the constness of the geom_name argument toGuy Harris1-2/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-2/+25
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-15get GDK window geometry only, if widget is visibleUlf Lamping1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-09-08Try to get the window geometry only, if a GdkWindow really exists for that Gt...Ulf Lamping1-7/+11
2004-09-02Add support for copying hex data to the clipboard. Submitted by Thomas Richard Sharpe1-0/+21
2004-07-27place new windows (by calling window_new() with default placement (instead of...Ulf Lamping1-1/+7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-07Get rid of the splash screen's title bar on GTK+ 1.2[.x] as well.Guy Harris1-1/+32
2004-07-04added a splash screen while Ethereal is startedUlf Lamping1-6/+13
2004-05-30save window position/size/maximized state into recent fileUlf Lamping1-60/+155
2004-05-26more code cleanup from dialog things:Ulf Lamping1-9/+40
2004-05-24Include <string.h> to declare "strlen()".Guy Harris1-1/+3
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)Ulf Lamping1-20/+265
2004-05-21code cleanup (e.g. removed unused function parameters),Ulf Lamping1-4/+4
2004-05-20simple_list_new(): hide title row, if titles == NULLUlf Lamping1-4/+8
2004-05-20as it's difficult to create a list widget for both supported GTK versions,Ulf Lamping1-1/+86
2004-05-02move function xpm_to_widget() from layout_prefs to ui_util,Ulf Lamping1-1/+23
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