aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+3
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2004-09-30For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris1-1/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26Get rid of some declarations of routines that no longer exist.Guy Harris1-2/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-96/+8
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-8/+8
2004-03-29Make "file_selection_new()" take as its second argument anGuy Harris1-6/+4
2004-03-27Use the new GtkFileChooserDialog when built with gtk+ 2.4Olivier Abad1-1/+20
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+14
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-57/+25
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-5/+31
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-08-13On Win32:Guy Harris1-1/+12
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-4/+4
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris1-4/+5
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-103/+44
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-21/+20
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-19/+14
2000-08-11Miscellaneous code cleaningLaurent Deniel1-17/+1
2000-05-08Keep a pointer to the current "Preferences" window, if any - if not, theGuy Harris1-2/+64
1999-09-10We need to catch a "window delete" event for the preferences dialog boxGuy Harris1-16/+25
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-0/+24
1999-09-09More shuffling of GTK-related routines to gtk subdirectory.Gilbert Ramirez1-2/+2
1999-09-01Moved GTK-dependent routines for file dialogues, print dialogues, printGilbert Ramirez1-0/+223