aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2007-03-06Export Object code/documentation updates:Stephen Fisher3-38/+34
2007-03-04protect callbacks of derived windows from dereferencing a null pointer if the...Luis Ontanon1-6/+30
2007-03-03Update object export code:Stephen Fisher5-263/+270
2007-03-02Activate the File -> Export menu when a capture is inStephen Fisher1-0/+2
2007-03-01add export_object.h so distcheck don't failUlf Lamping1-0/+1
2007-03-01Wrap long lines in simple dialogs so that the dialog and its messageStephen Fisher1-0/+1
2007-02-28Sync up my changes so far to the content list (now called objectStephen Fisher8-421/+577
2007-02-27From Floren Drouin:Anders Broman1-0/+2
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon8-36/+72
2007-02-20Treat "<NULL>" as returned from a call to se_strdup() in packet-http.c as aStephen Fisher1-1/+2
2007-02-20Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around...Stephen Fisher1-1/+5
2007-02-19Initial version of the new Statistics -> Content List -> HTTP feature. ThisStephen Fisher3-0/+415
2007-02-19Fix some C++ style commentsBill Meier2-3/+3
2007-02-19Squelch a few unused parameter warnings.Jeff Morriss1-1/+1
2007-02-19Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and s...Jeff Morriss1-102/+103
2007-02-19Squelch a couple (false) uninitialized variable warningsJeff Morriss2-3/+3
2007-02-19Squelch a "used without being set" warning.Guy Harris1-0/+1
2007-02-19We only need the Wireshark splash image if we have the welcome page.Guy Harris1-0/+2
2007-02-15bugfix: call set_proto_selection() before actually writing the selections to ...Ulf Lamping1-2/+9
2007-02-14From Peter Johansson:Luis Ontanon1-1/+2
2007-02-13From Sebastien Tandel:Stephen Fisher3-0/+3
2007-02-12use g_string_append() instead of g_string_append_printf()Ronnie Sahlberg1-1/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-3/+13
2007-02-12From Albert Chin:Luis Ontanon1-1/+1
2007-02-12delimit each CSV output with "Ulf Lamping1-4/+15
2007-02-12ooops, and here comes the actual context menu code change from Douglas Pratle...Ulf Lamping1-29/+26
2007-02-11Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon1-101/+154
2007-02-09A fix from Irene Ruengeler to keep assocs selected whenMichael Tüxen5-288/+117
2007-02-09Fix build (at least for me) by removing macros_dlg.hMartin Mathieson1-1/+0
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon7-74/+44
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