aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-05-01Use consistent indentationBill Meier1-310/+325
2009-04-29Add the ability to push and pop messages in to and out of the welcomeGerald Combs3-25/+84
2009-04-28find_dlg: handler_id returned from g_signal_connect is gulong (not int)Bill Meier1-2/+2
2009-04-27follow_stream: Oops: revert making functions static.Bill Meier1-16/+16
2009-04-27follow_stream: Don't load follow text twice when initially building the window;Bill Meier1-18/+19
2009-04-24From Artem Tamazov (bug 3436):Stig Bjørlykke1-2/+2
2009-04-22More float-constant-not-double-constant fixes.Guy Harris1-1/+1
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.Gerald Combs1-1/+14
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris38-98/+98
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-0/+11
2009-04-17Try to get Visual C++ 6.0 builds working again.Gerald Combs1-1/+5
2009-04-17file_dlg_win32.c: A fix for VC6 compilation.Bill Meier1-0/+20
2009-04-17Show RARs. For now show frame count in common channel section, although it m...Martin Mathieson1-7/+11
2009-04-16Fix (and likely re-break) the Windows builds:Gerald Combs2-2/+42
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs10-42/+43
2009-04-16More Win64 fixes.Gerald Combs8-20/+19
2009-04-15Check for _WIN64 instead of _NTDDNDIS_.Gerald Combs1-2/+2
2009-04-15In capture_if_details_dlg_win32.c, don't define a bunch of stuff ifGerald Combs2-23/+25
2009-04-15size_t fixes.Gerald Combs5-19/+19
2009-04-13From Abhik Sarkar:Anders Broman1-10/+22
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;Bill Meier1-956/+976
2009-04-11prefs_dlg: gtk_label_get() --> gtk_label_get_text()Bill Meier1-2/+2
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.Anders Broman1-7/+11
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier5-8/+0
2009-04-10color filters dialog: Remove use of deprecated gtk_button_box_set_child_size().Bill Meier1-79/+78
2009-04-10gtk_widget_ref() --> g_object_ref()Bill Meier3-27/+28
2009-04-09Use consistent indentation.Bill Meier1-225/+224
2009-04-09gtk_widget_ref() -> g_object_ref()Anders Broman2-13/+13
2009-04-08Use consistent indentationBill Meier1-77/+77
2009-04-08Add some more "copy" functionality:Sake Blok3-16/+60
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier4-4/+4
2009-03-27(Trivial): fix a typoBill Meier1-1/+1
2009-03-26Move iax2_analysis.c from WIRESHARK_GTK_SRC to WIRESHARK_TAP_SRCJeff Morriss1-1/+1
2009-03-25Show number of UEs in label above table.Martin Mathieson1-5/+12
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-5/+5
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-8/+26
2009-03-23Get rid of another Clist.Anders Broman1-89/+267
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-1/+1
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