aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2009-04-24From Artem Tamazov (bug 3436):stig1-2/+2
2009-04-22More float-constant-not-double-constant fixes.guy1-1/+1
2009-04-21From Artem Tamazov: Fix compilation for Visual C++ 7.1.gerald1-1/+14
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy38-98/+98
2009-04-21Also show number of RAR bodies/entries in stats.martinm1-0/+11
2009-04-17Try to get Visual C++ 6.0 builds working again.gerald1-1/+5
2009-04-17file_dlg_win32.c: A fix for VC6 compilation.wmeier1-0/+20
2009-04-17Show RARs. For now show frame count in common channel section, although it m...martinm1-7/+11
2009-04-16Fix (and likely re-break) the Windows builds:gerald2-2/+42
2009-04-16Fix the last of the Win64 problems in the gtk directory.gerald10-42/+43
2009-04-16More Win64 fixes.gerald8-20/+19
2009-04-15Check for _WIN64 instead of _NTDDNDIS_.gerald1-2/+2
2009-04-15In capture_if_details_dlg_win32.c, don't define a bunch of stuff ifgerald2-23/+25
2009-04-15size_t fixes.gerald5-19/+19
2009-04-13From Abhik Sarkar:etxrab1-10/+22
2009-04-11gtk_label_get() --> gtk_label_get_text() with related code changes;wmeier1-956/+976
2009-04-11prefs_dlg: gtk_label_get() --> gtk_label_get_text()wmeier1-2/+2
2009-04-11Get rid of gtk_file_selection_new and gtk_file_selection_get_filename.etxrab1-7/+11
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();wmeier5-8/+0
2009-04-10color filters dialog: Remove use of deprecated gtk_button_box_set_child_size().wmeier1-79/+78
2009-04-10gtk_widget_ref() --> g_object_ref()wmeier3-27/+28
2009-04-09Use consistent indentation.wmeier1-225/+224
2009-04-09gtk_widget_ref() -> g_object_ref()etxrab2-13/+13
2009-04-08Use consistent indentationwmeier1-77/+77
2009-04-08Add some more "copy" functionality:sake3-16/+60
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier4-4/+4
2009-03-27(Trivial): fix a typowmeier1-1/+1
2009-03-26Move iax2_analysis.c from WIRESHARK_GTK_SRC to WIRESHARK_TAP_SRCmorriss1-1/+1
2009-03-25Show number of UEs in label above table.martinm1-5/+12
2009-03-24Only report CRC Status when we know it to be valid.martinm1-5/+5
2009-03-23Add CRC error flag to frames, and show in stats window.martinm1-8/+26
2009-03-23Get rid of another Clist.etxrab1-89/+267
2009-03-22Change the signature of init_progfile_dir() so the casting of theguy1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aguy1-2/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifguy1-1/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier25-204/+207
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...wmeier1-112/+125
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...wmeier1-814/+809
2009-03-18Use retx info in stats window.martinm3-5/+36
2009-03-18 From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];wmeier1-851/+883
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];wmeier1-3/+3
2009-03-18From Jakub Zawadzki: Use size of buffer [not size -1];wmeier1-376/+371
2009-03-17Clean up indentation.guy1-27/+30
2009-03-17Get rid of another Clist.etxrab1-194/+178
2009-03-17Commited by mistake, reverting.etxrab1-36/+2
2009-03-16Fix syntax error.guy1-1/+1
2009-03-16Replace use of unneccessary (and deprecated) GtkCtree.wmeier1-1/+1
2009-03-16[Trivial] fix some wording in a commentwmeier1-1/+1
2009-03-16Fix compilation: Mark unused arg as _U_.tuexen1-2/+2
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.etxrab8-457/+424