summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-23Set a title on the splash window even though it's not decorated.Jaap Keuter1-2/+2
2008-10-23Only use the statusbar for filter messages from the main window.Stig Bjørlykke3-14/+29
2008-10-20Clean up the whitespace.Jaap Keuter1-225/+224
2008-10-20Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke2-0/+4
2008-10-19Fixed a small issue using esc and backspace in filter autocompletion.Stig Bjørlykke1-8/+17
2008-10-19Add filter autocomplete for filter in color edit dialog.Stig Bjørlykke1-0/+4
2008-10-19Add filter autocomplete for filter in file->open and file->merge windows.Stig Bjørlykke1-0/+7
2008-10-19Remove a misplaced comment...Stig Bjørlykke1-1/+0
2008-10-19Add filter autocomplete for more places we use filter entries.Stig Bjørlykke8-4/+32
2008-10-19Construct a new autocomplete popup window again if pressing backspaceStig Bjørlykke1-2/+18
2008-10-17When we set the channel and offset entries in the wireless toolbar,Gerald Combs3-106/+75
2008-10-16Removed some "statement not reached" warnings.Stig Bjørlykke2-2/+0
2008-10-15Various corrections, as in: typos, whitespace, few return values, _U_ markers.Jaap Keuter2-52/+52
2008-10-15If we click on an interface in the welcome screen, correctly enable/disableGerald Combs2-1/+12
2008-10-15Keep the wireless toolbar extension channel entry from inadvertentlyGerald Combs2-7/+15
2008-10-15Clean up conversation filter code. Jaap Keuter1-23/+18
2008-10-14Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs3-4/+8
2008-10-14Fix for bug 2964.Jaap Keuter1-3/+0
2008-10-14Make verion in startscreen a visible preference.Anders Broman1-0/+12
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke19-0/+19
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke3-5/+15
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+2
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-0/+3
2008-10-12Bring the windows to front when rescanning of packets are done.Anders Broman2-0/+10
2008-10-12Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()Stig Bjørlykke2-21/+20
2008-10-11Forgot this for the Display Filter dialog:Stig Bjørlykke1-0/+3
2008-10-11Ensure we initialize all colorized filter text entries before we show theStig Bjørlykke7-0/+13
2008-10-11From David Aggeler: Anders Broman1-1/+1
2008-10-10Added check for a valid field name in the advanced field.Stig Bjørlykke1-0/+2
2008-10-10Only check for a valid field name in the custom column.Stig Bjørlykke1-0/+1
2008-10-10Added an option to syntax check only a single field name.Stig Bjørlykke2-1/+12
2008-10-10temporary fix for return type warningBalint Reczey1-1/+1
2008-10-10fixed conversion warningBalint Reczey1-1/+1
2008-10-10Add a "Field name" label for the custom column.Stig Bjørlykke1-4/+13
2008-10-10support float and double values in IO Graph calculationsBalint Reczey1-6/+90