aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Move ui-independent object export routines to the common ui directory.Gerald Combs6-176/+21
2012-10-16Change the "Bytes" column to "Size" and make its values human readable.Gerald Combs1-4/+8
2012-10-16Move the DICOM, HTTP, and SMB object export code to the ui directory.Gerald Combs8-633/+67
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki8-23/+22
2012-10-16Use topic_action instead of topic_cb for the Windows file dialogs. MoveGerald Combs1-1/+1
2012-10-16Move common SSL key export routines to ui/ssl_key_export.[ch]. Make theGerald Combs2-72/+11
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson3-33/+118
2012-10-13Add missing arguments.Gerald Combs1-6/+6
2012-10-13Fix Windows compilation problems from r45513. #ifdef out some non-WindowsGerald Combs1-1/+1
2012-10-11From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+2
2012-10-10Copy of tap details needed to be a little bit deeper.Martin Mathieson1-1/+5
2012-10-10Fix a copy+paste error and a missing include. Adjust the format_sizeGerald Combs1-1/+3
2012-10-10Add a format_size function similar to g_format_size that renders a sizeGerald Combs3-30/+27
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson2-2/+8
2012-10-08Remove a debugging #include.Gerald Combs1-1/+0
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+13
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+1
2012-10-07(Trivial) Remove unneeded #include.Bill Meier1-35/+34
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-10-07This is an attempt to improve the default window placement position when ther...Chris Maynard1-1/+25
2012-10-06Use ellipses rather than crosses made from lines to show data points,Martin Mathieson1-84/+105
2012-10-06Fix some indentation, add missing braces, and don't bother callingMartin Mathieson1-21/+19
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2-13/+15
2012-10-05A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve...Chris Maynard1-7/+5
2012-10-04Modify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-79/+49
2012-10-04Simplify use of GtkTable in preparation for using GtkGrid instead if GTK3.Bill Meier1-51/+60
2012-10-03Remove more obsolete _MSC_VER code.Gerald Combs1-151/+0
2012-10-03(Trivial): add some whitespace for readability.Bill Meier1-12/+12
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-188/+184
2012-10-03When drawing an axis, only call cairo_stroke once all lines are drawn.Martin Mathieson1-8/+4
2012-10-03Submit Jacub's fix for bug 7771 (hanging while drawing graph types thatMartin Mathieson1-2/+11
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-1/+1
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs1-7/+8
2012-10-01update the capture comment icon in the statusbarMartin Kaiser1-0/+3
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss1-1/+1
2012-09-30use the correct status bar icon for the capture commentMartin Kaiser1-1/+2
2012-09-30Add displayed and marked percent columns and percent calculations for dropped...Chris Maynard2-69/+132
2012-09-30Revert r45185. While it looks better with an icon if "Filter toolbar style" ...Chris Maynard1-2/+1
2012-09-29Revert most of r45210. We don't use the return value of GetExitCodeProcess(),...Chris Maynard1-0/+3
2012-09-29More unused variables caught by cppcheck.Evan Huus3-13/+8
2012-09-29Don't fetch the exit code of our child process, we never use it.Evan Huus1-5/+1
2012-09-29Fix some memleaks caught by cppcheck.Evan Huus1-1/+5
2012-09-29Remove some unused variables caught by cppcheck.Evan Huus1-7/+1
2012-09-28remove some very old comments about multithreaded tap implementation...Jakub Zawadzki8-57/+0
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki42-149/+0
2012-09-28Increase the default width of the capture options dialog so all columns are v...Chris Maynard1-2/+2
2012-09-28The details tab looked lonely. Give it an icon too.Chris Maynard1-4/+12
2012-09-28Add a filter icon to the custom filter button.Chris Maynard1-1/+2
2012-09-26Call fileset_file_closed from cf_cb_file_closed.Gerald Combs2-1/+9