aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer297-150290/+0
2012-01-15Have the time field in the Graph Analyzis windos use the same time format as ...Anders Broman1-18/+12
2012-01-14Fix unused parameter warningsAnders Broman1-3/+3
2012-01-14This seams to leave fewer graphical artefacts.Anders Broman1-9/+16
2012-01-14In the list of supported file types, put the file type of the file beingGuy Harris1-27/+55
2012-01-14Get rid of some unused #defines.Guy Harris1-18/+13
2012-01-13Fix a copy paste error.Anders Broman1-2/+2
2012-01-13From Edward Sheldrake:Anders Broman1-1/+1
2012-01-09It appears that the intent of r35027 was to use reset_tap_update_timer() notJeff Morriss2-4/+0
2012-01-05Show % UL padding as a progress bar.Martin Mathieson1-3/+13
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-1/+7
2012-01-01From Mike Morrin:Anders Broman1-1/+1
2011-12-31Put back paragraph break.Guy Harris1-2/+2
2011-12-31Leave more word-wrapping to the toolkit.Guy Harris1-4/+6
2011-12-30We don't have any links to activate if we don't have pcap.Guy Harris1-0/+2
2011-12-30Make the links in the "WinPcap doesn't appear to be installed" textGuy Harris1-2/+29
2011-12-30Clean up word wrapping a bit.Guy Harris1-2/+2
2011-12-30For the "don't have WinPcap" case, put up some stuff in the welcomeGuy Harris1-3/+30
2011-12-29Get rid of extra blank line.Guy Harris1-1/+0
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris2-37/+0
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris2-2/+0
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris4-4/+10
2011-12-29Set filter text after connecting to filter string callback so theStig Bjørlykke1-5/+6
2011-12-29Add PLACE_OF_INTEREST_SIGN, a.k.a. the OS X Command key symbol. AnnotateGerald Combs1-4/+18
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-4/+12
2011-12-23Use tvb accessors rather than directly accessing tvb struct.Bill Meier1-5/+4
2011-12-20Correct a few typos.Chris Maynard1-3/+3
2011-12-12Well, until someone has the time to write ct2ext(), just return the content t...Chris Maynard1-3/+3
2011-12-12If no filename, include the packet number in the generic name. TODO: Impleme...Chris Maynard1-8/+21
2011-12-11If the object to export doesn't have a filename, use a generic "object" name ...Chris Maynard1-5/+11
2011-12-06Enabling crosshairs on TCP stream graph paints the screen.Anders Broman1-2/+2
2011-12-06In capture_prep_monitor_changed_cb(), don't update the monitor modeGuy Harris1-5/+3
2011-12-06If capture_get_if_capabilities() fails, pop up a message, just as weGuy Harris1-5/+140
2011-12-01Get rid of warnings.Anders Broman2-39/+39
2011-11-30Use gtk_box_new() if GTK3+Anders Broman1-1/+174
2011-11-30Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function inser...Martin Mathieson1-2/+0
2011-11-30Get rid of warnings.Anders Broman2-35/+35
2011-11-29Gtk3 package byte highlighter colour fix.Anders Broman1-16/+23
2011-11-29Add priority to the channel table.Martin Mathieson1-2/+10
2011-11-26There is now an early (source only) Win32 version of GTK3 available.Jörg Mayer1-1/+3
2011-11-21More warnings "set but not used" fixedJörg Mayer2-8/+2
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris1-22/+30
2011-11-16Fix indentation.Guy Harris1-1/+1
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris2-35/+20
2011-11-12From Jan Šafránek:Anders Broman1-4/+5
2011-11-12Note that we should catch the OutOfMemoryError exception here to avoidGuy Harris1-0/+4
2011-11-10Get rid of the last remnants of the "check the syntax of captureGuy Harris2-10/+1
2011-11-10Pass a GMutex * instead of a GMutex **.Gerald Combs1-1/+1
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs3-6/+30
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs7-130/+18