aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter2006-04-101-1/+1
* Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter2006-04-081-4/+21
* From Irene: Make buttons unselecable when nothing would happen.Michael Tüxen2006-04-041-4/+10
* Set the right structure member.Guy Harris2006-04-031-1/+1
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-0/+2
* From Irene: Fix problems with off screen drawingsMichael Tüxen2006-03-304-21/+133
* fix for Bug 849Luis Ontanon2006-03-301-2/+4
* remove some useless code.Luis Ontanon2006-03-301-9/+7
* TextWindow:Luis Ontanon2006-03-301-8/+64
* Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs2006-03-281-3/+3
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-204-0/+4
* Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris2006-03-193-14/+13
* Get rid of extra arguments in g_strdup_printf() calls (the end of theGuy Harris2006-03-191-193/+193
* Get rid of a declaration of a non-existent function.Guy Harris2006-03-191-1/+0
* Check struct pointer before dereferencing it. Jaap Keuter2006-03-161-1/+1
* From Greg Morris:Anders Broman2006-03-151-0/+1
* Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon2006-03-151-7/+35
* From Laurent Rabret, Anders Broman2006-03-142-27/+29
* Fix Coverity CID 129: initialize a couple of variables.Gerald Combs2006-03-091-2/+2
* Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up Gerald Combs2006-03-091-8/+4
* There is a one-to-one mapping between each graph and its "toplevel" andGerald Combs2006-03-091-85/+18
* Remove MIN and MAX defines, which GLib provides.Gerald Combs2006-03-092-45/+41
* coverity #62Ronnie Sahlberg2006-03-091-0/+2
* From Laurant Rabret:Jaap Keuter2006-03-092-13/+21
* Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs2006-03-084-131/+148
* Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland2006-03-081-13/+17
* Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...Jaap Keuter2006-03-081-13/+14
* Fix what Coverity CID 61 was actually complaining about: Don't pass a NULLGerald Combs2006-03-071-5/+8
* Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),Gerald Combs2006-03-071-0/+1
* Solving various uninitialized variable warnings.Jaap Keuter2006-03-071-8/+14
* Use g_assert to save us from dereferencing a NULL pointer. g_warning is not s...Lars Roland2006-03-071-4/+4
* wrong name.Luis Ontanon2006-03-051-1/+1
* + retap_packets()Luis Ontanon2006-03-051-5/+52
* From Florent Drouin:Anders Broman2006-03-041-1/+1
* From Greg Morris:Anders Broman2006-03-025-7/+104
* In order to reduce the height of the Preference dialog moving several items f...Jaap Keuter2006-03-022-137/+266
* The sequence and ack numbers in a TCP are guint32's, which means theyGuy Harris2006-03-011-35/+35
* From: Florent Drouin:Anders Broman2006-02-271-7/+13
* From Martin MathiesonAnders Broman2006-02-251-0/+1
* add the dumpcap manpage to the menuUlf Lamping2006-02-243-0/+5
* Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter2006-02-241-1/+1
* when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg2006-02-231-0/+1
* Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter2006-02-231-0/+2
* From Alejandro Vaquero:Anders Broman2006-02-232-24/+26
* From Irene Ruengler:Michael Tüxen2006-02-221-19/+29
* Remove svn:executable property from source filesJaap Keuter2006-02-222-0/+0
* I commented out this a while ago as they caused a crash in GTK2.8/cairo on my...Luis Ontanon2006-02-211-12/+0
* For the "there's already a file with that name" dialog, use a wordingGuy Harris2006-02-191-2/+3
* squelch some compiler warningsUlf Lamping2006-02-181-3/+3
* More duplicate code removal.Gerald Combs2006-02-171-9/+2