This is to test the waters.
[obnox/wireshark/wip.git] / gtk /
2006-12-01 sfisherFix for bug #1117: Crash on next action [such as anothe...
2006-11-29 sfisherFrom the wishlist: add basic find functionality to...
2006-11-27 sahlbergbreak the SCSI SBC commandset out into its own dissector
2006-11-27 sahlbergg_strdup takes one parameter not two
2006-11-27 sahlbergremove unused variable: tooltips
2006-11-26 geraldWrap the declaration for tree_view_key_pressed_cb(...
2006-11-26 geraldMake keyboard navigation common for all tree views...
2006-11-25 geraldMake sure we don't trigger undefined behavior in isprint().
2006-11-24 guyHave separate proto_construct_match_selected_string...
2006-11-24 sahlbergadd some missing commandsets to the preference for...
2006-11-23 guyRename proto_construct_dfilter_string() to
2006-11-22 sahlbergbreak the SCSI SSC commandset out into its own dissector
2006-11-22 etxrabFrom Michael Lum
2006-11-21 geraldIf a user starts typing text in the main window, append...
2006-11-21 ulflwhile loading a huge capture file, enable the main...
2006-11-21 ulflflush out the main event loop at dialog creation, so...
2006-11-21 guyWe also need the memory allocation subsystem initialize...
2006-11-21 guyCall guids_init() in epan_init(), so anything that...
2006-11-19 geraldAdd exclamation and left parenthesis to the display...
2006-11-18 geraldIf the user starts typing ([a-zA-Z0-9]) anywhere in...
2006-11-18 geraldDon't try to set focus on NULL.
2006-11-18 geraldGTK1 doesn't have gtk_window_get_focus.
2006-11-18 geraldMake F8 and F7 move to the next and previous packets...
2006-11-18 geraldAdd additional keyboard navigation: Ctrl+Up & Ctrl...
2006-11-17 jakeFix build
2006-11-17 ulflcode cleanup
2006-11-16 ulflfix an annoying behaviour: If we save a capture file...
2006-11-16 ulfl(hopefully) fix the recently discussed warnings where...
2006-11-16 sfisherFix for bug 948, "Apply capture preferences not applyin...
2006-11-15 ulflfix a warning
2006-11-15 ulfladd a "private_data" pointer to the read_prefs_file...
2006-11-14 sfisherA fix bug #1138: "Follow TCP Streams gets stream direct...
2006-11-14 sfisherNew feature to automatically highlight the field found...
2006-11-14 jmayernikai@nikai.net:
2006-11-14 jmayernikai@nikai.net:
2006-11-14 etxrabFrom Simon Munton as pointed out by Stephen Fisher:
2006-11-07 jmayerWarning fixes (void) instead of (), no newline at end...
2006-11-07 jakeFrom Albert Chin:
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-11-05 sahlbergit is GtkText in gtk-1.x not GtkTextView
2006-11-05 guyMake the routines that manipulate the hex/text display...
2006-11-02 jmayerTry to fix bug 1043.
2006-10-31 geraldFrom Giorgio Tino: Add a "Don't show this message...
2006-10-30 geraldFix for bug 1164 from Stephen Fisher: In the coloring...
2006-10-30 geraldFrom Giorgio Tino: Add support for version 2.0 of the...
2006-10-30 ulflfix #1159 from Jim Young (should go into 0.99.4):
2006-10-26 ulfldon't use custom build buttons for standard tasks like...
2006-10-25 ulflthe labels of the airpcap toolbar, e.g. "Not a valid...
2006-10-25 guyUnreffing rci->cursor_pixbuf should cause the pixbuf...
2006-10-25 guyInclude the top-level header for CoreFoundation, to...
2006-10-24 geraldPut a trailing ellipsis behind the wireless toolbar...
2006-10-24 etxrabFrom Alejandro Vaquero:
2006-10-24 jakeFrom Alejandro Vaquero:
2006-10-23 jakeFix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in...
2006-10-21 guyPut the ", " before the PortAudio item regardless of...
2006-10-21 ulflthe text in the about box license page was hard to...
2006-10-20 geraldAirPcap fixes from Giorgio Tino:
2006-10-20 guyDon't display the Play button if we're not built with...
2006-10-20 guyPut the period into ITU-T Recommendation names.
2006-10-20 guyAdd #defines for the column numbers, and use them.
2006-10-20 guyClean up indentation.
2006-10-20 guyDon't destroy something if it doesn't exist.
2006-10-20 guyDon't pass an uninitialized string to gtk_widget_create...
2006-10-20 guyDon't do things with the RTP channels hash table if...
2006-10-20 guyFix the progress bars.
2006-10-20 guyDo the word-wrapping in end_string(), once the string...
2006-10-20 jakeMake dumpcap complile again and other minor improvements.
2006-10-19 geraldRename get_epan_and_portaudio_version_info() to get_gui...
2006-10-19 jakeFrom Stephen Fisher:
2006-10-19 guyClean up the word wrap stuff a bit. (Arguably, that...
2006-10-19 guyFix up the changes to put the Portaudio information...
2006-10-19 guyInclude gtk/main.h to declare main_filter_packets().
2006-10-19 jakeAdding license tab to about dialog
2006-10-19 geraldAdd support for:
2006-10-17 jakeFrom Stephen Fisher:
2006-10-17 legoHide the "Tools" menu if it has no items .
2006-10-17 ulflfrom Stephen Fisher:
2006-10-16 legoHide the "Tools" menu if unused.
2006-10-14 ulflas Stephen Fisher noted: fix the files header comment
2006-10-13 ulflremove the experimental display of the highest expert...
2006-10-11 geraldWhen dumping the graph data to a file, don't walk past...
2006-10-11 sahlbergmove the ITL and the ITLQ structure to packet-scsi...
2006-10-10 jakeDon't let PortAudio skip the queue on the about dialog ;)
2006-10-10 guyInclude <string.h> to declare string functions we use.
2006-10-10 guyGet rid of declarations of functions that are no longer...
2006-10-07 jmayerAlejandro Vaquero:
2006-10-05 legohave the funnel client passing the destructors for...
2006-10-04 legoMisterious bug with cf_read() solved... had nothing...
2006-10-04 etxrabFinally got it to complie.
2006-10-03 etxrabFrom Florent.Drouin@alcatel.fr:
2006-10-03 ulflAs Stephen Fisher noted, the Apply button should also...
2006-10-03 ulflfix a bug in the export function
2006-10-03 ulflthe whole ARGUMENT_CL mimic isn't required any longer...
2006-10-03 ulflnow: Don't have a Save button in the following settings...
2006-10-03 ulflImplement a real "Cancel" button for the coloring rules...
2006-10-03 lego- Make sure that the registration files are created...
2006-10-03 legomore Lua APIs:
2006-10-02 geraldFix WEP key bug in the AirPcap code that could cause...
2006-10-02 ulflmissing mark -> select changes
2006-10-02 ulflfurther code cleanup: don't use the term "marked" for...
next