aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-30save window position/size/maximized state into recent fileulfl1-60/+155
2004-05-26more code cleanup from dialog things:ulfl1-9/+40
2004-05-24Include <string.h> to declare "strlen()".guy1-1/+3
2004-05-23next step to save the size and postition of the dialogs (using a hashtable)ulfl1-20/+265
2004-05-21code cleanup (e.g. removed unused function parameters),ulfl1-4/+4
2004-05-20simple_list_new(): hide title row, if titles == NULLulfl1-4/+8
2004-05-20as it's difficult to create a list widget for both supported GTK versions,ulfl1-1/+86
2004-05-02move function xpm_to_widget() from layout_prefs to ui_util,ulfl1-1/+23
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-63/+76
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-1/+4
2004-01-30slightly higher polling rate, to detect stop condition from capture taskulfl1-3/+3
2004-01-22We can't save "child_process" as a HANDLE on UNIX - save it as an "int",guy1-4/+5
2004-01-22moved GTK specific parts from capture.c to ui_util.c,ulfl1-1/+149
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-15/+5
2002-11-03Merge gtk and gtk2 directories.oabad1-34/+61
2002-09-21Removed all gtk calls in file.c :oabad1-1/+2
2002-09-05Include cleanups in gtk and gtk2:jmayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-7/+7
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-6/+6
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-43/+47
2002-01-11Have routines to create GtkCTrees, set their line and expander styleguy1-3/+145
2001-12-13Fix up the comment on "set_main_window_name()" (I'm not sure why I putguy1-15/+51
2001-12-12Go nuts with the 3D logo.gerald1-1/+32
2001-03-24"reactivate_window()" is used only by stuff in the "gtk" directory, andguy1-1/+2
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",guy1-135/+1
1999-12-20Move the code to raise a window into a "reactivate_window()" routine,guy1-16/+19
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"guy1-0/+198