summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-04-27With the speedup changes to epan/proto.c the tree will be faked to only cont...Ronnie Sahlberg1-1/+1
2005-04-20increase the length of the field field from 30 to 50 characters so that hopef...Ronnie Sahlberg1-1/+1
2005-04-19fix some minor bugs with the current interface name:Ulf Lamping1-4/+10
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping5-58/+66
2005-04-19bugfix: don't crash if we have no interface nameUlf Lamping1-1/+5
2005-04-19fix labels of the two toggle toolbar buttonsUlf Lamping2-3/+3
2005-04-19add keyboard expand/collapse in the tree view (with Left/Right keys) with GTK2Ulf Lamping1-0/+59
2005-04-19add some comments what all the functions going to do...Ulf Lamping1-3/+22
2005-04-18statusbar changes:Ulf Lamping1-13/+44
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping3-9/+21
2005-04-16temporarily fix a GTK1.x related bugUlf Lamping1-0/+3
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs1-2/+2
2005-04-16disable some toolbar icons, if no capture packets loadedUlf Lamping1-1/+4
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping5-7/+8
2005-04-16fix cf_cb_... callback handling (but it's still not perfect)Ulf Lamping1-28/+26
2005-04-16minor refactoringUlf Lamping1-2/+3
2005-04-16prepare for "Don't show this message again" checkboxes in the simple_dialogUlf Lamping1-2/+29
2005-04-16add 12 new toolbar/menu iconsUlf Lamping24-55/+278
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping5-36/+110
2005-04-14fix bugzilla #16: make columns resizeable again after doing "Resize Columns"Ulf Lamping1-1/+5
2005-04-14From Francisco Alcoba:Lars Roland1-109/+284
2005-04-13From Francisco Alcoba:Lars Roland2-35/+35
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping1-0/+1
2005-04-12capture engine: Ulf Lamping4-7/+26
2005-04-12Save As: ask user if he wants to overwrite an already existing fileUlf Lamping1-33/+115
2005-04-12it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2-9/+10
2005-04-11various capture code cleanup and fixes: Ulf Lamping1-16/+19
2005-04-10disable /View/Resize Columns menu item, if no packets availableUlf Lamping1-0/+2
2005-04-10bugfix: call to cf_cb_live_capture_..._started with correct parameterUlf Lamping1-10/+2
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...Ulf Lamping1-6/+64
2005-04-07From Didier:Ronnie Sahlberg2-2/+2
2005-04-07From Francisco AlcobaRonnie Sahlberg2-6/+389
2005-04-06from Ilya Konstantinov: fixed a bug as DND wasn't working with GNOME, I've al...Ulf Lamping1-11/+20
2005-04-05From Francisco AlcobaRonnie Sahlberg1-102/+104
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris46-111/+58
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris1-12/+40
2005-03-29from Lars RuoffRonnie Sahlberg1-106/+52
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-1/+5
2005-03-28various (minor) capture code cleanupUlf Lamping4-7/+7
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping2-7/+7
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2-7/+8
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-4/+4
2005-03-27From Alejandro Vaquero :Anders Broman2-3/+15
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping4-0/+30
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping3-12/+12
2005-03-26Create the directory for the preferences files before writing out theGuy Harris3-18/+29
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping4-34/+34
2005-03-24make it possible to use multiple capture files with "duration based switching...Ulf Lamping1-20/+27
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris2-0/+3
2005-03-23Plug a small leak found by the "leaks" tool on OS X.Guy Harris1-0/+1