aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-23/+14
2008-10-07Fix printing of version in welcome page.Stig Bjørlykke1-1/+1
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-7/+7
2008-10-06From Kari Tiirikainen:Anders Broman2-0/+234
2008-10-03add a -K command line option to provide the name of the kerberos keytab Ronnie Sahlberg1-1/+8
2008-09-25Fix for Bug 2891:Sake Blok1-3/+3
2008-09-22Fix:About dialog: all text selected when switching tabsAnders Broman1-0/+5
2008-09-21Don't define a static variable (the_tapinfo_struct) in a header file; instead...Jeff Morriss1-0/+5
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-16/+16
2008-09-06Close filter autocompletion list when it's empty. This re-enablesSake Blok1-2/+15
2008-09-03The AFP field containing the command is "afp.command", not "afp.cmd". Guy Harris1-1/+1
2008-09-02Fix typo in #define.Guy Harris1-4/+4