From Lars Ruoff (who also contributed the previous change; my apologies
[obnox/wireshark/wip.git] / gtk /
2004-01-24 guyFrom Lars Ruoff (who also contributed the previous...
2004-01-24 guyHave "font_apply()" return an indication as to whether...
2004-01-23 guyDo the font loading code as two larger sections of...
2004-01-23 guyInclude the AddStyleName information in the zoomed...
2004-01-23 guyIf we call "font_apply()", we don't need to call
2004-01-23 guyIf the zoom factor is zero, don't construct a new font...
2004-01-23 guyClean up indentation.
2004-01-23 ulflfixed various things in "View" menu
2004-01-23 ulfladded a comment
2004-01-23 ulflfix assert, when failed loading zoomed font,
2004-01-23 guyImprove some comments.
2004-01-23 ulflgtk_font_selection_set_filter doesn't work when run...
2004-01-23 ulflcode cleanup
2004-01-23 ulflmake some of the new menuitems insensitive,
2004-01-23 guyFrom Lars Roland:
2004-01-22 jmayerSlight formatting change
2004-01-22 guyFix the RCS ID.
2004-01-22 guyWe can't save "child_process" as a HANDLE on UNIX ...
2004-01-22 guyFix a typo.
2004-01-22 guyMove the list of headers to "Makefile.am" (it's not...
2004-01-22 ulflmoved GTK specific parts from capture.c to ui_util.c,
2004-01-22 ulfladded new Makefile.common just like in root,
2004-01-21 ulflThe progressbar had a parameter to specify the text...
2004-01-21 ulflthis dialog isn't used any longer.
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfldisplay_opts.c / .h no longer needed, all items moved...
2004-01-21 oabadgtk_font_selection_set_font_name doesn't work when...
2004-01-21 guyDon't include some xpm's when built with GTK+ 1.2[...
2004-01-21 guySquelch some compiler warnings.
2004-01-21 ulflmoved remaining display options dialog settings to...
2004-01-21 ulflredesign of capture/display filter dialog.
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-21 ulfldon't try to set font size <= 0
2004-01-20 guy"Go To {First,Last} Packet" don't pop up dialog boxes...
2004-01-20 ulflprevented GTK-warning, as the column index was too...
2004-01-20 ulflcommented out refresh_bt, as it's currently unused
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-20 guyGet rid of declaration of no-longer-extant routine.
2004-01-20 guyPut in missing GTK_STOCK_STOP #define for GTK+ 1.2...
2004-01-20 ulflminor tooltip changes
2004-01-20 ulflcode cleanup and added some more
2004-01-19 guyDCE RPC statistics are maintained only by major version...
2004-01-19 obiotFrom Lars Ruoff: temporarily comment out the code for...
2004-01-19 guyMove "ts_type_text" out of "epan/timestamp.h into ...
2004-01-19 guyMake the signatures of "dcerpcstat_reset()", "dcerpcsta...
2004-01-19 jmayerTrivial signed/unsigned warning fixes
2004-01-19 jmayerThe current year is 2004
2004-01-19 ulflmove timestamp format options from "View->Options"...
2004-01-19 guyInclude <string.h> to declare "strcasecmp()".
2004-01-19 ulfladded some menuitems "View->Show" including show/hide...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2004-01-18 jmayerOutput the result of -h to stdout, not stderr
2004-01-18 obiotNice rendering of the CVS version as "(cvs 200401181200...
2004-01-18 ulflmake the column preferences page look a bit more like...
2004-01-18 ulflno more differences, wether display filter dialog is...
2004-01-18 ulflcomplete redesign of color dialog
2004-01-17 ulflSelect first row in column list by default,
2004-01-17 guyClean up some compiler warnings.
2004-01-17 ulflnew "Font" preferences page instead of a font dialog...
2004-01-16 ulflcolumn preferences page now looks similar to the color...
2004-01-16 jmayerIn case of CVS sources, add the date of the last change...
2004-01-16 ulflbugfix: use correct size of global value
2004-01-15 ulflmove "marked packet color" setting from gui_prefs to...
2004-01-14 ulflChange labels from "TCP Streams" to "Colors", to add...
2004-01-14 ulfldestroy the "save as" dialog only, if it's existing
2004-01-13 guyUse "retap_packets()" rather than "redissect_packets()".
2004-01-13 guyAdd a routine "retap_packet()" that runs through all...
2004-01-13 guy"dfilter_compile()" supplies a null dfilter pointer...
2004-01-13 guyAdd a routine "io_stat_reset()" to reset an io_stat_t...
2004-01-13 guyMake the variable into which values from
2004-01-11 guyRename DISSECTOR_HELPER_{SRC,OBJECTS} to
2004-01-11 jmayer#if 0 out test that causes an always false warning
2004-01-10 ulflclose the Save (As) dialog, when the capture file is...
2004-01-10 ulfladd a "Save As" button to the toolbar,
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulfladded various button compatibility macros,
2004-01-10 ulflremoved two MSVC warnings (GTK2 related)
2004-01-09 guyExport "remove_color_filter()", as it's used in "color_...
2004-01-09 guyInclude <string.h> to declare "strcmp()".
2004-01-09 obiotPart 2 of the "unmarking a packet matching a color...
2004-01-09 ulfluse the same packet range things for "Print" dialog...
2004-01-09 ulflsome code cleanup in range.c
2004-01-09 guyTurn the GTK+ 1.2.10 clist code into our own widget...
2004-01-09 obiotFix the "unmarking a packet matching a color filter...
2004-01-08 guyIf building without libpcap, exclude some stuff that...
2004-01-08 ulflSave As and range: don't use global vars in range.c,
2004-01-07 jmayerInclude string.h to import strerror
2004-01-07 guyGet rid of "gtk_box_pack_start()" call to put the range...
2004-01-07 ulfladded some simple_dialogs, if save of raw data fails...
2004-01-07 obiotRemove extraneous parameters of packet count in case...
2004-01-07 jmayerNot that it really matters as the test still alwas...
2004-01-07 ulflsave dialog with "Captured" and "Displayed" buttons...
2004-01-06 guyWidgets get freed when the reference count goes to...
2004-01-05 ulflan enum represents the radio buttons much better,
2004-01-05 ulflremoved some MSVC warnings (level 3)
2004-01-04 sharpeUser Specified Decodes, since it brings up a dialog...
2004-01-04 guyA missing piece of Tadaaki Nagao's patches to add a...
2004-01-03 sharpeApply the patches from Tadaaki Nagao for a global versi...
next