aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-04protect callbacks of derived windows from dereferencing a null pointer if the...Luis Ontanon1-6/+30
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon1-20/+0
2007-02-19Squelch a "used without being set" warning.Guy Harris1-0/+1
2007-02-14From Peter Johansson:Luis Ontanon1-1/+2
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-3/+13
2007-02-11Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon1-101/+154
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-1/+27
2007-02-07no gtk_window_set_resizable in GTK1Luis Ontanon1-7/+8
2007-02-07Add ENUM and HEXBYTES modesLuis Ontanon1-48/+241
2007-02-05* Add a help facility for UATsLuis Ontanon1-1/+16
2007-02-05Add a confirm dialog when the user closes the window with unsaved data.Luis Ontanon1-49/+197
2007-02-04Move (Up/Down) & Save buttonsLuis Ontanon1-22/+93
2007-02-03second iteration:Luis Ontanon1-52/+67
2007-01-31use window_present() as discussedUlf Lamping1-12/+4
2007-01-29call gtk_window_present() only on GTK >= 2.x, should fix current compilation ...Ulf Lamping1-0/+8
2007-01-29Finish (?) UAT's GUILuis Ontanon1-23/+293
2007-01-29Actually this is the UAT GUI...Luis Ontanon1-0/+246