aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).Stig Bjørlykke1-41/+66
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-6/+32
2011-07-27gtk_tree_view_column_get_button ()Anders Broman1-1/+1
2011-07-24Replace deprecated functions.Anders Broman1-3/+3
2011-07-19Back out parts of 38112, as pointed out by Stig Bj\370rlykke:Jörg Mayer1-1/+1
2011-07-19Fix access to the following stuctures:Jörg Mayer1-1/+1
2011-07-13Fix more tooltips fixes.Anders Broman1-8/+2
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-03-22Allocate correct size of int, not size of a pointer to int.Stig Bjørlykke1-1/+1
2010-10-30Redissect packets instead of reload file on UAT changes.Stig Bjørlykke1-6/+3
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-10-29Added a cast from size_t to unsigned int.Stig Bjørlykke1-1/+1
2010-10-29Added a Copy button in UAT dialogs.Stig Bjørlykke1-7/+33
2010-05-02Added tooltips for UAT column headers.Stig Bjørlykke1-0/+5
2010-04-30Replace GtkClist in uat_gui.c with GtkTreeView+GtkListStore. Pop up theGerald Combs1-28/+84
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+8
2010-02-17gtk_option_menu() --> gtk_combo_box();Bill Meier1-42/+19
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-7/+7
2009-12-27Fix for bug 4354:Jaap Keuter1-1/+6
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-3/+3
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-1/+1
2009-03-08Don't close the UAT dialog when pressing Apply.Stig Bjørlykke1-14/+14
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-5/+5
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-06Have the window being resizableLuis Ontanon1-1/+1
2008-08-06Make the buttons of the UAT dialog usable again, and get rid of some gtk warn...Luis Ontanon1-4/+5
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-3/+4
2008-08-02From Abhik Sarkar:Anders Broman1-1/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-8/+8
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-14From Jim Young (bug 2212):Sake Blok1-4/+4
2008-04-13sort #includes by directoriesUlf Lamping1-12/+15
2008-04-12rename menu -> main_menuUlf Lamping1-1/+0
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-26/+26
2008-04-11replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping1-12/+12
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-5/+5
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-10/+10
2008-04-09Remove an unused function that is causing a warning/error on UnixStephen Fisher1-10/+0
2008-04-09remove GTK1 codeUlf Lamping1-51/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-6/+1
2008-01-21Fix for bug 1920:Jaap Keuter1-1/+4
2008-01-19Cleanup the whitespace.Jaap Keuter1-205/+200
2007-11-26From Florent Drouin via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=20...Jeff Morriss1-1/+1
2007-09-04enable esc for new/edit/delete dialogs; remove some redundant code; Bill Meier1-22/+7
2007-09-02Fix my previous patch to enable esc on windowBill Meier1-1/+1
2007-08-31Enable <esc> to cancel window; remove some redundant codeBill Meier1-25/+6
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon1-4/+3
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3