Define some vars & fcns as static;
[obnox/wireshark/wip.git] / gtk / main_welcome.c
2010-10-05 stigSplit some texts on the welcome page to make "Interface...
2010-08-21 geraldInitialize a variable before we try to free it.
2010-08-20 morrissFree the err_str from capture_interface_list() even...
2010-08-19 wmeierUse proper signatures for event callback functions:
2010-08-16 geraldFix an include.
2010-08-16 geraldFix compilation on Windows.
2010-08-16 geraldDon't drop characters in the middle of a UTF-8 sequence...
2010-06-20 jakeFix for bug 4875:
2010-05-15 guySupport monitor mode in the capture preferences.
2010-05-14 guyDon't include capture-related headers if we don't suppo...
2010-02-27 guyConstify.
2009-12-30 stigSet correct linktype when starting capture from the...
2009-12-02 geraldBorrow some of the web site colors for the welcome...
2009-09-16 geraldMake sure we don't fetch too much data from the registry.
2009-09-16 geraldCheck for TCP Chimney offloading as described at
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-05-22 geraldFrom David Aggeler via bug 3468:
2009-05-08 jmayerWarningfix:
2009-04-29 geraldAdd the ability to push and pop messages in to and...
2009-04-22 guyMore float-constant-not-double-constant fixes.
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-09 etxrabgtk_widget_ref() -> g_object_ref()
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-12 stigFrom Jakub Zawadzki:
2009-02-01 guyMove declarations of routines in gtk/capture_if_dlg...
2009-02-01 guyAdd (preliminary, and a bit hacky) support for interfac...
2009-01-30 ulflWindows only: for some typical capture interface names...
2008-12-02 jmayerTrivial warning fixes
2008-11-03 stigAlways show version in black.
2008-10-15 geraldIf we click on an interface in the welcome screen,...
2008-10-07 stigAdd a hidden preference to show the version in the...
2008-10-07 stigFix printing of version in welcome page.
2008-10-06 geraldAdd a hidden preference to set the welcome screen title.
2008-09-02 guyFix typo in #define.
2008-09-02 etxrabMake it easy to put the version on the Welcom page...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-24 geraldMake it obvious that this is a development version...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-18 guyEncase another variable used only if we support capture...
2008-06-18 stigPut a variable inside a ifdef HAVE_LIBPCAP
2008-06-18 stigReload the interface list on the welcome page when...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-14 stigForce foreground when background is forced on welcome...
2008-04-19 ulflI'v fixed the bug reported by Stig that no items appear...
2008-04-19 ulfladd a way to place the capture interfaces and recent...
2008-04-18 stigDisplay the interface comment if defined.
2008-04-18 morrissChange an assignment-in-an-if to a comparison.
2008-04-17 geraldMinor banner tweaks.
2008-04-17 ulflas the welcome page seems generally accepted, remove...
2008-04-17 wmeierInfos --> Information
2008-04-17 ulflset_sensitive(FALSE) for recent files that are currentl...
2008-04-17 ulflcut filenames in the middle (not just at the start...
2008-04-17 ulfladd tooltips for the welcome page buttons
2008-04-17 guyA GtkImage doesn't take any input, so it doesn't suppor...
2008-04-17 guyPut a space between the number of bytes (for a file...
2008-04-17 guyOh, what the heck, go for it - do the size calculations...
2008-04-17 sfisherMark a paramter as unused
2008-04-17 ulfltry to fix the buildbot
2008-04-17 ulflenable welcome page
2008-04-16 ulfladd #include <sys/types.h>
2008-04-15 ulflfurther work on the yet to come welcome page ...
2008-04-15 ulflfurther improve the welcome page, still incomplete...
2008-04-13 ulflsort #includes by directories
2008-04-11 ulfllast round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace WIDGET_SET_SIZE with gtk_widget_set_size_request
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-07 ulflremove GTK1 code
2008-04-04 ulflset SVN properties
2008-04-04 ulflcarve out the (currently disabled) welcome page into...