summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-1/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier25-204/+207
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-112/+125
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-814/+809
2009-03-18Use retx info in stats window.Martin Mathieson3-5/+36
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-851/+883
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-3/+3
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];Bill Meier1-376/+371
2009-03-17Clean up indentation.Guy Harris1-27/+30
2009-03-17Get rid of another Clist.Anders Broman1-194/+178
2009-03-17Commited by mistake, reverting.Anders Broman1-36/+2
2009-03-16Fix syntax error.Guy Harris1-1/+1
2009-03-16Replace use of unneccessary (and deprecated) GtkCtree.Bill Meier1-1/+1
2009-03-16[Trivial] fix some wording in a commentBill Meier1-1/+1
2009-03-16Fix compilation: Mark unused arg as _U_.Michael Tüxen1-2/+2
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman8-457/+424
2009-03-15Add checkapi for deprecated Gtk APIs for which Wireshark is currently clean.Bill Meier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke28-139/+68
2009-03-13From Bahaa Naamneh (bug 3332):Stig Bjørlykke1-5/+31
2009-03-12From Jakub Zawadzki (bug3330):Stig Bjørlykke1-14/+27
2009-03-12From Jakub Zawadzki:Stig Bjørlykke9-46/+45
2009-03-11Get the build going again on non-Windows compilers.Jaap Keuter2-7/+7
2009-03-11From Carlos Mendioroz:Anders Broman6-0/+3867
2009-03-10Replace use of perror; Also: define various fcns as staticBill Meier1-12/+12
2009-03-09Fix a (very) minor memory leak; include tempfile.h only if _WIN32Bill Meier1-2/+3
2009-03-09Replace use of ("prohibited") tmpnam() with codeBill Meier1-8/+28
2009-03-09Use "wshprint" (instead of "ethprint") for prefix of temp file name;Bill Meier1-6/+6
2009-03-09Add $Id$Bill Meier1-0/+2
2009-03-09Fix non-ascii character in file...Bill Meier1-1/+1
2009-03-09stat() ==> ws_stat() [to keep checkAPIs happy];Bill Meier1-3/+4
2009-03-09Use ws_fopen() [not fopen()] so that a path\filename withBill Meier1-1/+3
2009-03-09 Fix File ! Export ! Selected Bytes [Windows] crash whichBill Meier1-7/+8
2009-03-09Handle BASE_NONE as BASE_DEC until we get a proper handling of integerStig Bjørlykke1-0/+1
2009-03-08Remove a unused g_strdup().Stig Bjørlykke1-1/+1
2009-03-08Don't close the UAT dialog when pressing Apply.Stig Bjørlykke1-14/+14
2009-03-08Fix File ! Save As on Windows to properly delete an existing file even if the Bill Meier1-4/+7
2009-03-08add "PPP/SLIP" to the dialup interfacesUlf Lamping1-1/+2
2009-03-08Implemented edit dialogs for integer, string and range values inStig Bjørlykke1-4/+180
2009-03-08Trying to fix the build on non-Win32 platforms.Jaap Keuter1-1/+1
2009-03-08Get rid of more code related to the Clist removal.Anders Broman1-20/+1
2009-03-08Get rid of another Clist.Anders Broman1-282/+199
2009-03-07Fix "ansi_a_stat.c:314: warning: unused variable ‘default_titles’"Anders Broman1-2/+0
2009-03-07Get rid of another Clist.Anders Broman1-225/+169
2009-03-06Fix some usage of deprecated GTK+ functionsBill Meier2-3/+2
2009-03-06Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.Bill Meier1-6/+6
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals t...Anders Broman5-289/+308
2009-03-03Try to make the solaris buildbot happy.Anders Broman1-1/+21
2009-03-02Remove a variable that is no longer used as of svn rev 27580Stephen Fisher1-1/+1
2009-03-02Use gtk_combo_box_new_text ().Anders Broman1-9/+6