aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-02-08some further work on the "welcome page", still far from being completeUlf Lamping1-60/+257
2007-02-07no gtk_window_set_resizable in GTK1Luis Ontanon1-7/+8
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-48/+241
2007-02-07don't free ofn before the last place usedUlf Lamping1-3/+5
2007-02-07fix a comment typoUlf Lamping1-1/+1
2007-02-06From Eric Hall to fix bug 1289:Jeff Morriss2-3/+3
2007-02-05* Add a help facility for UATsLuis Ontanon3-2/+25
2007-02-05Add a confirm dialog when the user closes the window with unsaved data.Luis Ontanon1-49/+197
2007-02-04Augment get_gui_runtime_info() with additional information about the U3 devic...Graeme Lunt3-0/+42
2007-02-04Move (Up/Down) & Save buttonsLuis Ontanon1-22/+93
2007-02-03second iteration:Luis Ontanon4-56/+115
2007-02-02Assign the cancel button (so you can hit the escape key) on the capture/displayStephen Fisher1-0/+1
2007-02-01dont ifdef out main_window_exit() if we dont have PCAP since this symbol is r...Ronnie Sahlberg1-2/+2
2007-01-31backup of some design work of the Wireshark "Welcome" page - the one shown wh...Ulf Lamping1-49/+243
2007-01-31use window_present() as discussedUlf Lamping1-12/+4
2007-01-31#include stdlib.h so uat.h can find size_t (at least on Solaris). Add newlin...Jeff Morriss2-1/+2
2007-01-30Show the channel frequencies in the wireless (AirPcap) toolbar next to the ch...Stephen Fisher1-15/+15
2007-01-29call gtk_window_present() only on GTK >= 2.x, should fix current compilation ...Ulf Lamping1-0/+8
2007-01-29Fix a typo (double ;;).Anders Broman1-1/+1
2007-01-29Improve the handling of INIT/ABORT mesage pairs.Michael Tüxen4-85/+56
2007-01-29Finish (?) UAT's GUILuis Ontanon3-24/+303
2007-01-29Actually this is the UAT GUI...Luis Ontanon2-0/+282
2007-01-29The UAT gui starts to workLuis Ontanon4-49/+13
2007-01-28remove unused "cant_get_if_list_errstr" warningUlf Lamping1-1/+1
2007-01-28From Douglas Pratley:Stephen Fisher7-49/+313
2007-01-26Fix handling when both endpoints use the same port number.Michael Tüxen1-10/+10
2007-01-26Spelling fixes.Gerald Combs1-2/+2
2007-01-26Massive indentation fixes.Gerald Combs1-2608/+2610
2007-01-25Fix Coverity CIDs 217 and 218, and fix filter dialog autoselection inGerald Combs1-28/+30
2007-01-24Instead of checking for WinPcap 4.x versions, assume that if the versionGerald Combs1-53/+57
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.Gerald Combs3-7/+7
2007-01-23Have build succeed even if portaudio is located somewhere else than any other...Luis Ontanon1-1/+2
2007-01-22as Bill Meier noted:Ulf Lamping1-1/+0
2007-01-22Fix various compiler warningsStephen Fisher6-6/+5
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris4-89/+69
2007-01-20Fix a bug where the size of each column was being computed with the GTK+Stephen Fisher1-0/+5
2007-01-20from Stephen Fisher:Ulf Lamping1-1/+1
2007-01-20Trying to get buildbot Windows-XP-x86 to build again.Jaap Keuter1-15/+1
2007-01-20Recent versions of GTK+ have added a "gtk-label-select-on-focus"Gerald Combs4-16/+60
2007-01-18Change save & restart requirement sentence in column preferences to say justStephen Fisher1-2/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson3-4/+13
2007-01-18Trying to get buildbot Ubuntu-5.10-x86 to build again.Jaap Keuter1-1/+1
2007-01-18NOT for 0.99.5Luis Ontanon1-0/+1
2007-01-18not for 0.99.5Luis Ontanon1-0/+1
2007-01-18display filter macros.Luis Ontanon3-0/+110
2007-01-16Should have done this in the last checkin: wrap help_topic_html() in #ifdef(G...Jeff Morriss1-0/+2
2007-01-16help_topic_gtk() is needed in GTK 1.2 builds so don't #ifdef(GKT2) it outJeff Morriss1-2/+0
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping2-5/+7
2007-01-15Help:Ulf Lamping1-50/+59
2007-01-14fix #301: Windows file dialog should:Ulf Lamping2-22/+11