"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but
[obnox/wireshark/wip.git] / gtk / main.c
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-06-15 stigAdded a preference to capture in Pcap-NG from GUI.
2009-06-13 stigFrom Didier Gautheron via bug 3532:
2009-06-06 guyGive a routine a name that indicates in more detail...
2009-06-02 stigFrom Graham Bloice via bug 3504:
2009-05-27 stigFrom Siddhes (bug 3483):
2009-05-27 rbalintChange button label to "Quit without Saving" from ...
2009-05-22 wmeiergtk_exit() is deprecated; "use the standard exit()...
2009-05-13 stigMake it compile without warnings on OSX.
2009-05-04 stigFrom Didier Gautheron (bug 3126):
2009-04-16 geraldMore Win64 fixes.
2009-04-10 wmeiergtk_widget_ref() --> g_object_ref()
2009-04-08 sakeAdd some more "copy" functionality:
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2009-03-22 guyChange the signature of init_progfile_dir() so the...
2009-03-22 guyIn Solaris, the second argument to dladdr() is just...
2009-03-22 guyAttempt to use dladdr() to get the pathname of the...
2009-03-16 wmeierReplace use of unneccessary (and deprecated) GtkCtree.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-12 stigFrom Jakub Zawadzki:
2009-02-26 stigRemember the last used profile and restore this on...
2009-02-26 stigDon't write the recent file when leaving a deleted...
2009-02-24 jakeAdd posibility to mark protocol as private. This preven...
2009-02-15 guyAdd a routine to report write errors to the list of...
2009-02-01 guyMove declarations of routines in gtk/capture_if_dlg...
2008-11-18 stigOptimized finding current row from cfile.current_frame.
2008-10-27 sfisherRemove random ; at the end of preprocessor directive.
2008-10-27 sfisherAdd About, Preferences and a working Quit option to...
2008-10-26 sfisherMore updates to the IGE Mac OS X integration feature:
2008-10-03 sahlbergadd a -K command line option to provide the name of...
2008-09-25 sakeFix for Bug 2891:
2008-08-20 wmeierFix minor typo/spelling ...
2008-08-09 stigRemove the "Save column widths" option so we always...
2008-07-09 geraldReplace r25638 with a better fix. On Windows, don't...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-30 geraldWhen we open a debug console on Windows, don't grab...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-29 sakeFrom Kovarththanan Rajaratnam (bug 2658):
2008-06-24 guyHave separate callback mechanisms in file.c and capture...
2008-06-23 guyGet rid of the static capture_opts pointer - it collide...
2008-06-19 stigUpdate the statusbar expert info icon when changing...
2008-06-18 stigReload the interface list on the welcome page when...
2008-06-17 stigThe recent.gui_time_precision fix introduced a worse...
2008-06-15 stigInitialize recent.gui_time_precision when changing...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-06 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-28 stigSplit the recent file in two, one for the configuration...
2008-04-21 martinmAllow configuration of tap update interval.
2008-04-17 guycolors_init() doesn't have anything to do with packet...
2008-04-13 ulflchange all preferences related filenames from xy_prefs...
2008-04-13 ulflmove all code from color.c into color_utils.c
2008-04-12 ulflvarious code cleanup
2008-04-12 ulflmove "airpcap toolbar" code from main.c into new file...
2008-04-12 ulflmove "filter toolbar" code from main.c into new file...
2008-04-12 ulflmove tap_dfilter_dlg.h from / to /gtk (and use the...
2008-04-12 ulflproto_draw -> main_proto_draw
2008-04-12 guyClean up indentation.
2008-04-12 ulflrename packet_list to main_packet_list
2008-04-12 stigAdded an option to save column widths in the recent...
2008-04-12 ulflrename menu -> main_menu
2008-04-12 ulflcleanup of "capture_in_progress" ugly hack from main_to...
2008-04-12 ulflrename toolbar to main_toolbar
2008-04-12 stigMark some unused arguments.
2008-04-12 ulflmove statusbar related code from main.c into it's own...
2008-04-12 ulflmove drag_and_drop declarations into it's own file
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
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 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-09 etxrabRemove:
2008-04-09 ulflfix some GTK1 related comments
2008-04-09 ulflfix a comment typo
2008-04-08 ulflremove GTK1 specific font handling
2008-04-07 ulflreplace confusing #if checking for GlIB2.6.0 by #if...
2008-04-05 ulflfix compilation without HAVE_AIRPCAP
2008-04-05 ulflclick on the "expert info" indicator opens the correspo...
2008-04-05 ulflupdate expert info LED also while doing live capturing
2008-04-05 ulflremove GTK1 stuff
2008-04-05 ulfladd an "LED" to the statusbar, that indicates the most...
2008-04-04 ulflcarve out the (currently disabled) welcome page into...
2008-03-06 stigFree another allocated string.
2008-03-01 sfisherCustom column updates:
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-22 wmeierFix compile errors if 'configure ... --without-pcap'
2008-02-17 wmeierRemove redundant (repeated) "PortAudio" from "About...
2008-02-13 geraldAdd a priority level to each context in the info status...
2008-02-11 geraldWireshark occasionally starts up behind other applicati...
2008-02-04 wmeierClean up (some) indentation ...
2008-02-04 wmeierFix benign typo
2008-02-01 stigAdded tooltip description for yellow filter background.
2008-02-01 stigRewrote some prohibited APIs in gtk/ (sprintf, strcpy...
2008-01-31 geraldIf "!=" or "ne" are used in a display filter, warn...
2008-01-30 stigAdded missing space in front of some statusbar messages.
2008-01-27 stigDo not change profile if directory creation failed...
2008-01-24 wmeierFix various small memory leaks & 1 invalid g_free ...
2008-01-24 morrisss/%ll/%" G_GINT64_MODIFIER "/g
2008-01-24 stigAlways return a valid profile name from get_profile_name().
next