aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-1/+3
2000-08-23Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris1-3/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-16/+1
2000-07-05Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOGGuy Harris1-2/+2
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-4/+4
2000-05-08Catch the ESC key in the file selection dialog boxes popped up forGuy Harris1-1/+6
2000-05-08Keep a pointer to the current "Print" window, if any - if not, theGuy Harris1-15/+80
2000-05-08Set up the buttons in the "Find Frame" and "Print" dialog boxes to useGuy Harris1-11/+26
2000-05-03Make the "Print" dialog box use the new utilities to make the ReturnGuy Harris1-1/+15
2000-01-06Printing multiple pages of PostScript wasn't as tricky as I thought; addGuy Harris1-18/+29
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-3/+3
2000-01-03Use the right #define to control inclusion of "ui_util.h".Guy Harris1-2/+2
1999-12-09Move the GTK+ implementations of various UI utilities out of "util.c"Guy Harris1-2/+2
1999-11-06Add a "Find Frame" menu item under "Display"; it lets you use a displayGuy Harris1-2/+2
1999-09-29Enable "Print hex" only if "Print detail" is on.Guy Harris1-2/+7
1999-09-29Add an item to the "File/Print" dialog box to ask that the full hex dataGuy Harris1-11/+36
1999-09-12Make "Expand all levels" and "Print as displayed" radioGuy Harris1-1/+30
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-5/+45
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-15/+31
1999-09-09Put RCS IDs (and a copyright notice and GPL notice) in several files,Guy Harris1-0/+25
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/+347