aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-11-15From Abhik Sarkar:Anders Broman2-0/+213
2008-11-13Improved filter autocompletion when having one exact match to be moreStig Bjørlykke1-65/+129
2008-11-11Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :(Stig Bjørlykke1-1/+27
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke3-337/+683
2008-11-10explicit cast to avoid warning which stops Windows buildTomas Kukosa1-6/+6
2008-11-08Use the standard I/O routines to write out audio files, rather thanGuy Harris1-78/+80
2008-11-07From Pascal Quantin:Anders Broman1-0/+72
2008-11-07Save the remote interfaces list to be able to show the remote IP addressesStig Bjørlykke1-14/+57
2008-11-06Initialize the interface type value key to fix updating the local interfaceStig Bjørlykke1-0/+2
2008-11-06From Pascal Quantin:Anders Broman1-0/+33
2008-11-06Fixed a check button text.Stig Bjørlykke1-1/+1
2008-11-04Changes in the "Capture Options" window:Stig Bjørlykke1-206/+348
2008-11-03Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke1-6/+2
2008-11-03Do not use functions for remote capture on local interfaces.Stig Bjørlykke1-2/+14
2008-11-03Always show version in black.Stig Bjørlykke1-1/+1
2008-11-03gtk_tree_view_set_hover_selection only for gtk 2.6 and above.Stig Bjørlykke1-0/+2
2008-11-02Adjustments to the filter autocompletion window:Stig Bjørlykke1-46/+66
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke39-64/+64
2008-10-31Fix bug #3022: Fix potential memory leakStephen Fisher1-0/+2
2008-10-31Fix bug #3021: Fix potential memory leakStephen Fisher1-0/+1
2008-10-31Fix bug #3019: Fix potential memory leaksStephen Fisher1-0/+2
2008-10-31Fix bug #3018: Fix potential memory leaksStephen Fisher1-0/+2
2008-10-30show the type of the filter (Display/Capture Filter) on filter dialogBalint Reczey1-1/+4
2008-10-29Fix a few (not all) of the current checkapi errors in gtk/Stephen Fisher4-3/+5
2008-10-29Fix for bug 1854:Jaap Keuter1-10/+32
2008-10-27Cleanup by using a common function for building the autocompletion list.Stig Bjørlykke1-126/+110
2008-10-27Fix the GeoIP preference description.Jaap Keuter1-1/+1
2008-10-27Allow more characters in each column.Gerald Combs1-16/+18
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke1-1/+21
2008-10-27Do not popup the autocompletion window with only one exactly matching entry.Stig Bjørlykke1-9/+32
2008-10-27Removed a g_warning().Stig Bjørlykke1-1/+1
2008-10-27From Bahaa Naamneh and me:Stig Bjørlykke1-3/+59
2008-10-27Uh, new attempt to sort hostlist correct...Stig Bjørlykke1-1/+1
2008-10-27Sort hostlist columns correct.Stig Bjørlykke1-2/+4
2008-10-27Remove random ; at the end of preprocessor directive.Stephen Fisher1-1/+1
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs3-78/+168
2008-10-27ETH -> WS updates.Gerald Combs1-6/+6
2008-10-27Add About, Preferences and a working Quit option to the OS X application menuStephen Fisher2-11/+45
2008-10-27#ifdef out variable used only if we have the Immendio OS X integrationGuy Harris1-0/+2
2008-10-26More updates to the IGE Mac OS X integration feature:Stephen Fisher3-10/+32
2008-10-26Correct the include for ige-mac-menu.hStig Bjørlykke1-1/+1
2008-10-26Do not autocomplete when editing capture filter.Stig Bjørlykke1-3/+4
2008-10-26Tweak Mac IGE integration detection so that it can find the functions notStephen Fisher1-0/+7
2008-10-25Make a new popup when appending a dot to an existing filer entry without Stig Bjørlykke1-2/+2
2008-10-24Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail.Bill Meier1-2/+6
2008-10-24Always select an entry in the autocomplete list.Stig Bjørlykke1-8/+18
2008-10-24Added autocomplete and autocompletion list of protocol names in the filterStig Bjørlykke1-56/+114
2008-10-24Show both short and long protocol name in the Filter Expression dialog.Stig Bjørlykke1-4/+7
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier5-14/+25