summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Forward-port r33953.Gerald Combs1-11/+5
2010-08-26Fix a number of doxygen directives.Anders Broman15-23/+48
2010-08-26- Try to fix a couple of doxygen comments.Anders Broman2-5/+1
2010-08-26- Try to fix a couple of doxygen comments. Anders Broman2-14/+13
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+1
2010-08-24Partial fix for bug 5133. On Windows, call SetDllDirectory at startup ifGerald Combs1-2/+12
2010-08-24Make the expert filter popup behave as in filter_utils.Anders Broman1-10/+4
2010-08-24Change the wording in the menu.Anders Broman1-6/+7
2010-08-24Use consistent indentation;Bill Meier1-203/+204
2010-08-23(Minor) Cleanup signal callbak signatures and related:Bill Meier15-78/+82
2010-08-23[Trivial] Use g_signal_connect() instead of g_signal_connect_data().Bill Meier1-3/+3
2010-08-23(Trivial) Use consistent indentation.Bill Meier1-9/+9
2010-08-23Remove #if 0'd out code (dfilter_combo_add_empty()).Jeff Morriss1-9/+0
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier13-15/+15
2010-08-23(Trivial) Whitespace cleanup.Bill Meier1-56/+56
2010-08-23new_packet_list_column_button_pressed_cb(): return gboolean (not void): it's ...Bill Meier1-6/+4
2010-08-21Initialize a variable before we try to free it.Gerald Combs1-1/+1
2010-08-21Use GType instead of deprecated GtkTypeBill Meier2-2/+2
2010-08-20Free the err_str from capture_interface_list() even if the error isn't CANT_G...Jeff Morriss1-0/+2
2010-08-20Don't leak the memory used by the original title when we're appending the ver...Jeff Morriss1-3/+5
2010-08-20From Turney Cal as a followup to rev 33841 and bug 5038:Jeff Morriss1-3/+14
2010-08-20Switch wlan_stat_dlg to use GUIManager step 2.Anders Broman1-0/+199
2010-08-20Use defined functions.Stig Bjørlykke1-2/+2
2010-08-20Remove a comment.Anders Broman1-1/+0
2010-08-20Fix indentation.Anders Broman1-1/+1
2010-08-20Switch wlan_stat_dlg to use GUIManager step 1.Anders Broman1-1/+673
2010-08-19 Minor cleanup of rtp graph:Bill Meier1-15/+36
2010-08-19Fix two bugs related to use of the graph Y-Axis Scale combo-box:Bill Meier1-6/+6
2010-08-19Fixed the popup menu table:Stig Bjørlykke1-19/+19
2010-08-19Use better naming.Anders Broman1-55/+55
2010-08-19Switch over to use the GUIManager(can be turned of by a #define).Anders Broman1-0/+1308
2010-08-19Fix gcc compile errors....Bill Meier2-2/+2
2010-08-19Use proper signatures for event callback functions:Bill Meier3-133/+158
2010-08-19Add placeholder items for ^Z as Edit->Undo, shift-^Z as Edit->Redo,Guy Harris1-6/+45
2010-08-19Use correct signature for "button-press-event" callback function;Bill Meier3-92/+98
2010-08-18Various minor cleanup:Bill Meier1-172/+135
2010-08-18main_cf_cb_file_read_finished(): use get_dirname() to get the directory of theJeff Morriss1-4/+2
2010-08-18From Cal Turney:Anders Broman2-15/+8
2010-08-18Various minor cleanups....Bill Meier1-111/+129
2010-08-18Minor cleanup of iax2 graph:Bill Meier1-29/+50
2010-08-17(Trivial) Reword comments about callback function signatures.Bill Meier1-1/+2
2010-08-17(Trivial) window_delete_event_cb() 'user_data' arg is unused ...Bill Meier1-4/+4
2010-08-17Minor changes related to signal callback functions:Bill Meier4-7/+9
2010-08-17Discourage people from stealing <control> keystrokes that have somewhatGuy Harris1-1/+33
2010-08-16No need to have the same separator line twice, once with the new packetGuy Harris1-84/+112
2010-08-16Fix an include.Gerald Combs1-1/+1
2010-08-16Fix compilation on Windows.Gerald Combs1-11/+11
2010-08-16From Cal Turney:Anders Broman5-111/+211
2010-08-16Don't drop characters in the middle of a UTF-8 sequence. Fixes bug 5066.Gerald Combs2-9/+21
2010-08-13Convert our argument list to UTF-8 at startup on Windows. This lets usGerald Combs1-10/+14