aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Copy over r37812 with manual intervention:Gerald Combs2011-07-111-1/+1
* Don't compile unused non-Windows code when on Windows.Bill Meier2011-01-301-28/+51
* Move native Win32 code to its own directory and out of gtk directory (hopeful...Stephen Fisher2010-11-261-2/+2
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-1/+0
* Updates to create_tempfile:Gerald Combs2009-07-011-3/+3
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* Fix a (very) minor memory leak; include tempfile.h only if _WIN32Bill Meier2009-03-091-2/+3
* Use "wshprint" (instead of "ethprint") for prefix of temp file name;Bill Meier2009-03-091-6/+6
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-20/+20
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-17/+7
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-4/+4
* use the ending "_win32" for every windows specific fileUlf Lamping2008-04-131-2/+2
* sort #includes by directoriesUlf Lamping2008-04-131-21/+21
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* Add a cast to fix compilation on Unix.Stephen Fisher2008-04-111-1/+1
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-17/+17
* replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping2008-04-111-9/+9
* replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonicUlf Lamping2008-04-111-5/+5
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-1/+1
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-62/+62
* remove GTK1 codeUlf Lamping2008-04-071-25/+9
* From Francesco Fondelli (bug 2349):Stig Bjørlykke2008-03-111-2/+69
* add some file dialog related help pagesUlf Lamping2006-08-301-3/+17
* bugfix: open the Win32 print dialog a second time resulted in "funny" behaviour Ulf Lamping2006-07-011-1/+7
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-7/+7
* name changeRonnie Sahlberg2006-05-211-2/+2
* Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris2006-04-301-0/+1
* Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris2006-04-291-1/+1
* add missing #include "tempfile.h"Ulf Lamping2006-02-131-0/+1
* Copy over the file open/save code from the Win32 native branch.Gerald Combs2006-02-131-8/+39
* fix #358: instead of simply using tpmnam() for the Win32 print function, use ...Ulf Lamping2005-11-261-2/+18
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-2/+2
* - Declare some functions staticJörg Mayer2005-08-201-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping2005-03-111-2/+62
* Instead of having a single enumerated type for status return values fromGuy Harris2005-02-041-9/+9
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-7/+7
* if context menu item "Print" is clicked from the packet list context menu, it...Ulf Lamping2005-01-241-2/+17
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* From Brett Kuskie: recalculate the ranges every time an export dialog isGuy Harris2004-12-221-15/+15
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-0/+8
* For file browsing dialog boxes, the affirmative button should be "OK",Guy Harris2004-09-301-1/+2
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move the code to open the printer/print file from "print_packets()" toGuy Harris2004-07-271-1/+40
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make the "human-readable text vs. PSML vs. PDML" choice separate fromGuy Harris2004-07-081-14/+18
* The patch to fix the race condition introduced by using tmpnam replacedJörg Mayer2004-06-291-2/+2
* tmpnam() really should not be used for security reasons.Jörg Mayer2004-06-251-2/+2