Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;
[obnox/wireshark/wip.git] / gtk / ui_util.c
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-09-08 ulflTry to get the window geometry only, if a GdkWindow...
2004-09-02 sharpeAdd support for copying hex data to the clipboard....
2004-07-27 ulflplace new windows (by calling window_new() with default...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-07 guyGet rid of the splash screen's title bar on GTK+ 1...
2004-07-04 ulfladded a splash screen while Ethereal is started
2004-05-30 ulflsave window position/size/maximized state into recent...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-24 guyInclude <string.h> to declare "strlen()".
2004-05-23 ulflnext step to save the size and postition of the dialogs...
2004-05-21 ulflcode cleanup (e.g. removed unused function parameters),
2004-05-20 ulflsimple_list_new(): hide title row, if titles == NULL
2004-05-20 ulflas it's difficult to create a list widget for both...
2004-05-02 ulflmove function xpm_to_widget() from layout_prefs to...
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-30 ulflslightly higher polling rate, to detect stop condition...
2004-01-22 guyWe can't save "child_process" as a HANDLE on UNIX ...
2004-01-22 ulflmoved GTK specific parts from capture.c to ui_util.c,
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-21 oabadRemoved all gtk calls in file.c :
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-11 guyHave a routine to create a scrolled window, set its...
2002-01-11 guyHave routines to create GtkCTrees, set their line and...
2001-12-13 guyFix up the comment on "set_main_window_name()" (I'm...
2001-12-12 geraldGo nuts with the 3D logo.
2001-03-24 guy"reactivate_window()" is used only by stuff in the...
2000-01-03 guyTake the "simple_dialog()" stuff out of "ui_util.h...
1999-12-20 guyMove the code to raise a window into a "reactivate_wind...
1999-12-09 guyMove the GTK+ implementations of various UI utilities...