aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-03-09Fix a (very) minor memory leak; include tempfile.h only if _WIN32Bill Meier1-2/+3
2009-03-09Use "wshprint" (instead of "ethprint") for prefix of temp file name;Bill Meier1-6/+6
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-20/+20
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-17/+7
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-21/+21
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11Add a cast to fix compilation on Unix.Stephen Fisher1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-17/+17
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-9/+9
2008-04-11replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping1-5/+5
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-62/+62
2008-04-07remove GTK1 codeUlf Lamping1-25/+9
2008-03-11From Francesco Fondelli (bug 2349):Stig Bjørlykke1-2/+69
2006-08-30add some file dialog related help pagesUlf Lamping1-3/+17
2006-07-01bugfix: open the Win32 print dialog a second time resulted in "funny" behaviour Ulf Lamping1-1/+7
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-7/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs1-8/+39
2005-11-26fix #358: instead of simply using tpmnam() for the Win32 print function, use ...Ulf Lamping1-2/+18
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-2/+2
2005-08-20- Declare some functions staticJörg Mayer1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping1-2/+62
2005-02-04Instead of having a single enumerated type for status return values fromGuy Harris1-9/+9
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-7/+7
2005-01-24if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping1-2/+17
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-12-22From Brett Kuskie: recalculate the ranges every time an export dialog isGuy Harris1-15/+15
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-0/+8
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-27Move the code to open the printer/print file from "print_packets()" toGuy Harris1-1/+40
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris1-14/+18
2004-06-29The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer1-2/+2
2004-06-25tmpnam() really should not be used for security reasons.Jörg Mayer1-2/+2
2004-05-27win_printer is gboolean, not an intUlf Lamping1-4/+4
2004-05-26more code cleanup from dialog things:Ulf Lamping1-20/+18
2004-04-25removed some labelsUlf Lamping1-26/+6
2004-04-25Squelch a compiler warning.Guy Harris1-2/+3
2004-04-25created new "export" dialogs for the current export file formatsUlf Lamping1-83/+319