The Styleguide section has been moved to the Wireshark Developer's Guide.
[obnox/wireshark/wip.git] / gtk / uat_gui.c
2010-10-30 stigRedissect packets instead of reload file on UAT changes.
2010-10-29 guyMake the third argument to a UAT copy callback a size_t...
2010-10-29 stigAdded a cast from size_t to unsigned int.
2010-10-29 stigAdded a Copy button in UAT dialogs.
2010-05-02 stigAdded tooltips for UAT column headers.
2010-04-30 geraldReplace GtkClist in uat_gui.c with GtkTreeView+GtkListS...
2010-03-04 stigFrom LEGO via bug 3459:
2010-02-17 wmeiergtk_option_menu() --> gtk_combo_box();
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-12-27 jakeFix for bug 4354:
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-16 geraldFix the last of the Win64 problems in the gtk directory.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-08 stigDon't close the UAT dialog when pressing Apply.
2009-02-16 guyAdd an additional "title" attribute for UAT fields...
2008-10-31 stigFix some "format not a string literal and no format...
2008-08-06 legoHave the window being resizable
2008-08-06 legoMake the buttons of the UAT dialog usable again, and...
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-08-02 etxrabFrom Abhik Sarkar:
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-05-06 etxrabFix some of the Errors/warnings detected by checkapi.
2008-04-14 sakeFrom Jim Young (bug 2212):
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflrename menu -> main_menu
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 SIGNAL_DISCONNECT_BY_FUNC with g_signal_handler...
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-09 sfisherRemove an unused function that is causing a warning...
2008-04-09 ulflremove GTK1 code
2008-04-07 sfisher- Remove GLIB1 code
2008-01-21 jakeFix for bug 1920:
2008-01-19 jakeCleanup the whitespace.
2007-11-26 morrissFrom Florent Drouin via bugs.wireshark.org/bugzilla...
2007-09-04 wmeierenable esc for new/edit/delete dialogs; remove some...
2007-09-02 wmeierFix my previous patch to enable esc on window
2007-08-31 wmeierEnable <esc> to cancel window; remove some redundant...
2007-05-25 lego- epan/uat.h: change the UAT_PROTO_DEF macro to handle...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-04 legoprotect callbacks of derived windows from dereferencing...
2007-02-25 legorevert (most) changes in rev #20753, to avoid items...
2007-02-19 guySquelch a "used without being set" warning.
2007-02-14 legoFrom Peter Johansson:
2007-02-12 legoAdd a description of UAT fields, and have it as a toolt...
2007-02-11 legoHave Aply, Cancel and OK buttons instead of the save...
2007-02-09 lego* Add a Submenu (/Views/User Tables) where UATs can...
2007-02-07 legono gtk_window_set_resizable in GTK1
2007-02-07 legoAdd ENUM and HEXBYTES modes
2007-02-05 lego* Add a help facility for UATs
2007-02-05 legoAdd a confirm dialog when the user closes the window...
2007-02-04 legoMove (Up/Down) & Save buttons
2007-02-03 legosecond iteration:
2007-01-31 ulfluse window_present() as discussed
2007-01-29 ulflcall gtk_window_present() only on GTK >= 2.x, should...
2007-01-29 legoFinish (?) UAT's GUI
2007-01-29 legoActually this is the UAT GUI...