aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-046-10/+10
* Use ws_gtk_grid...() in place of gtk_table...();Bill Meier2013-01-031-121/+132
* Use ws_gtk_grid...() instead of gtk_table...();Bill Meier2013-01-031-107/+107
* Use ws_gtk_grid...() instead of gtk_table...();Bill Meier2013-01-031-46/+46
* Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier2013-01-031-18/+18
* Use ws_gtk_grid...() in place of gtk_table...();Bill Meier2013-01-031-14/+14
* Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier2013-01-031-9/+9
* From Chris Maynard Wireshark crashes when attempting to obtain help from vari...Anders Broman2013-01-031-2/+1
* Move the font preferences to the colors pane and change its name toGerald Combs2013-01-038-206/+247
* Use ws_gtk_grid...() in place of gtk_table...();Bill Meier2013-01-021-29/+30
* Fix a minor window handling difference between GTK2 & GTK3:Bill Meier2013-01-021-203/+204
* Fix a GTK3 issue:Bill Meier2013-01-021-1/+1
* Fix some GTK3 issues:Bill Meier2013-01-021-504/+572
* Use scrolled-windows to enclose "custom" prefs pages (User Interface, Layout,...Bill Meier2013-01-011-2/+11
* Make sure moc can find config.h.Gerald Combs2012-12-311-1/+1
* It might help for the Qt version of Wireshark to link against the QtGerald Combs2012-12-312-31/+36
* Update Makefile to add packet_comment_dialog filesAlexis La Goutte2012-12-312-0/+3
* Add a .cpp target for each ui_*.h prerequisite.Gerald Combs2012-12-311-13/+13
* Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs2012-12-3011-44/+216
* Add a few consts to fix some compiler (GCC) errors.Bill Meier2012-12-291-1/+2
* Add a vertical scrollbar to the summary dialog window.Bill Meier2012-12-291-2/+8
* Show the current profile name. Fix the packet status.Gerald Combs2012-12-293-5/+16
* Fix distcheck.Gerald Combs2012-12-291-0/+1
* Add profile_dialog.Gerald Combs2012-12-293-0/+11
* Try to fix compilation on Windows.Gerald Combs2012-12-291-0/+4
* Profile switching works when we have a capture file open so go ahead andGerald Combs2012-12-291-12/+12
* Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs2012-12-2919-284/+988
* Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...Alexis La Goutte2012-12-281-4/+4
* Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...Alexis La Goutte2012-12-282-2/+2
* Remove an unused variable.Gerald Combs2012-12-271-2/+1
* Make sure our loops terminate.Gerald Combs2012-12-271-1/+5
* Move common profile code to ui/profile.[ch].Gerald Combs2012-12-275-335/+494
* Cast away another const warning that only shows up under really recent GCCs.Evan Huus2012-12-261-10/+16
* if 0 out debug codeAnders Broman2012-12-261-0/+2
* if 0 out debug codeAnders Broman2012-12-261-2/+2
* Move summary related stuff to summary_dlgAnders Broman2012-12-265-80/+92
* Fix another discarded qualifier error.Guy Harris2012-12-264-20/+3
* Squelch some more discarding-qualifiers warnings.Guy Harris2012-12-262-5/+5
* simple_dialog_primary_start() and simple_dialog_primary_end() are nowGuy Harris2012-12-261-4/+4
* Hopefully this case is OK in C++; bit-fields can't be enums in standardGuy Harris2012-12-261-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-2657-293/+295
* The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it. ThatGuy Harris2012-12-241-5/+5
* The inverse of GINT_TO_POINTER() is GPOINTER_TO_INT(); use it (thisGuy Harris2012-12-241-1/+1
* Cast away warnings implicit 64-bit-to-32-bit conversions. (We shouldGuy Harris2012-12-242-9/+10
* Use the types that PortAudio specifies for values passed to or returnedGuy Harris2012-12-231-14/+11
* Add ui_packet_comment_dialog.h and ui_time_shift_dialog.h.Gerald Combs2012-12-231-1/+3
* Qt: Implement packet comments. Fix packet detail updates.Gerald Combs2012-12-2317-17/+305
* Add the time shift dialog.Gerald Combs2012-12-233-0/+11
* Remove unneeded initializations, and one redundant if condition.Evan Huus2012-12-2217-31/+31
* Remove one unneeded initializer and add one missing initializer, as foundEvan Huus2012-12-222-2/+2