aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Fix two memory leaks;Bill Meier1-134/+147
2010-08-11Remove 1K line limit when saving a flow graph to a file;Bill Meier1-62/+50
2010-08-10From Cal Turney via bug 5038:Stig Bjørlykke1-6/+3
2010-08-10Switch to GtkUIManager in stead of the deprecated GtkItemFactory.Anders Broman1-0/+11
2010-08-10Fixed warning: format not a string literal and no format arguments.Stig Bjørlykke1-1/+1
2010-08-10Use g_snprintf isf strncpy.Anders Broman1-1/+1
2010-08-10From Cal Turney:Anders Broman1-0/+12
2010-08-10- Fix a crash when an entry in the popup menue is selected and thereAnders Broman1-54/+92
2010-08-09Update the experimental code to use the UI manager.Anders Broman1-31/+79
2010-08-08You can't free a string constant.Guy Harris1-3/+3
2010-08-08Don't set the icon name:Guy Harris2-27/+25
2010-08-07From Cal Turney:Anders Broman5-41/+63
2010-08-05(Trivial) Whitespace cleanup.Bill Meier1-58/+58
2010-08-05(Trivial) Define rpcprogs_packet() as returning gboolean; Whitespace cleanup.Bill Meier1-7/+7
2010-08-05From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the...Bill Meier2-24/+28
2010-08-05Initialize tmp_info to avoid warnings from clang:Stig Bjørlykke1-1/+11
2010-08-01Fix Windows builds broken by previous commitBalint Reczey1-1/+5
2010-08-01Use local copy of Wireshark documentation on UNIX if it's available.Balint Reczey1-2/+7
2010-07-30'extern gint popup_menu_handler' ==> 'extern gboolean popup_menu_handler' to ...Bill Meier1-1/+1
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier21-117/+129
2010-07-30Minor code cleanup:Bill Meier1-115/+68
2010-07-29(Trivial) Indentation cleanup (mostly: fix "4 space tabs").Bill Meier1-26/+27
2010-07-29Use a custom sort function for each column of the dissector tables display:Bill Meier1-11/+39
2010-07-28Minor changes: Bill Meier1-139/+153
2010-07-28(Trivial) Fix some typos; Also: Use consistent indentation.Bill Meier1-359/+359
2010-07-28Backing out r33631 for now - it has a number of issues.Guy Harris2-7/+3
2010-07-27(Trivial) Fix a typoBill Meier1-7/+7
2010-07-26(Trivial) use gboolean instead of int in a few places; Whitespace cleanup.Bill Meier1-156/+156
2010-07-26(Trivial) Fix references to "clist" in comments; Bill Meier1-5/+5
2010-07-26(Trivial) Use gboolean instead of int in a few places; Whitespace cleanup.Bill Meier4-725/+725
2010-07-26From Cal Turney:Anders Broman2-3/+7
2010-07-23(Trivial) Use enum definitions instead of numbers in a switch statement;Bill Meier1-220/+220
2010-07-23Backing out r33612.Jaap Keuter1-6/+0
2010-07-22(Trivial): Whitespace cleanup.Bill Meier1-963/+963
2010-07-22Rework code so start-time, end-time, & packets columns sort properly and are ...Bill Meier1-83/+61
2010-07-21From Cal Turney:Jaap Keuter1-0/+6
2010-07-21Fix checkAPI targets so gtk-deprecated and gtk-deprecated-todo checks areBill Meier1-5/+9
2010-07-20(Minor) Fix several usages of deprecated GTK functions.Bill Meier2-4/+4
2010-07-20GtkOptionMenu ==> GtkComboBoxBill Meier1-199/+213
2010-07-20Add ws_combo_box_new_text_and_pointer_full() to allow returningBill Meier2-2/+52
2010-07-20Add new UEs to the end of the list.Martin Mathieson1-3/+7
2010-07-20Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which createdJörg Mayer1-2/+2
2010-07-15Change ws_combo_box... to use a tree-store instead of a list-store;Bill Meier3-51/+99
2010-07-15Move the code to get version information for libraries used byGuy Harris1-2/+3
2010-07-14Get our dynamic payload name from the correct location.Gerald Combs1-3/+8
2010-07-13Trivial: Replace deprecated GTK_CHECK... macros with apropriate G_TYPE_CHECK....Bill Meier1-5/+5
2010-07-13Minor cleanup:Bill Meier1-20/+20
2010-07-13Minor cleanup: Bill Meier1-46/+45
2010-07-13Whitespace cleanup: consistent indentation; tabs==>spaces; etcBill Meier1-338/+337
2010-07-13GtkOptionMenu ==> GtkComboBoxBill Meier1-68/+70