aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/uat_gui.c
Commit message (Expand)AuthorAgeFilesLines
* Redissect packets instead of reload file on UAT changes.Stig Bjørlykke2010-10-301-6/+3
* Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris2010-10-291-1/+1
* Added a cast from size_t to unsigned int.Stig Bjørlykke2010-10-291-1/+1
* Added a Copy button in UAT dialogs.Stig Bjørlykke2010-10-291-7/+33
* Added tooltips for UAT column headers.Stig Bjørlykke2010-05-021-0/+5
* Replace GtkClist in uat_gui.c with GtkTreeView+GtkListStore. Pop up theGerald Combs2010-04-301-28/+84
* From LEGO via bug 3459:Stig Bjørlykke2010-03-041-2/+8
* gtk_option_menu() --> gtk_combo_box();Bill Meier2010-02-171-42/+19
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-7/+7
* Fix for bug 4354:Jaap Keuter2009-12-271-1/+6
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-3/+3
* Fix the last of the Win64 problems in the gtk directory.Gerald Combs2009-04-161-3/+3
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-1/+1
* Don't close the UAT dialog when pressing Apply.Stig Bjørlykke2009-03-081-14/+14
* Add an additional "title" attribute for UAT fields; that's what'sGuy Harris2009-02-161-5/+5
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* Have the window being resizableLuis Ontanon2008-08-061-1/+1
* Make the buttons of the UAT dialog usable again, and get rid of some gtk warn...Luis Ontanon2008-08-061-4/+5
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-3/+4
* From Abhik Sarkar:Anders Broman2008-08-021-1/+3
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-8/+8
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-061-1/+1
* From Jim Young (bug 2212):Sake Blok2008-04-141-4/+4
* sort #includes by directoriesUlf Lamping2008-04-131-12/+15
* rename menu -> main_menuUlf Lamping2008-04-121-1/+0
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-26/+26
* replace SIGNAL_DISCONNECT_BY_FUNC with g_signal_handlers_disconnect_by_funcUlf Lamping2008-04-111-12/+12
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-5/+5
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-10/+10
* Remove an unused function that is causing a warning/error on UnixStephen Fisher2008-04-091-10/+0
* remove GTK1 codeUlf Lamping2008-04-091-51/+1
* - Remove GLIB1 codeStephen Fisher2008-04-071-6/+1
* Fix for bug 1920:Jaap Keuter2008-01-211-1/+4
* Cleanup the whitespace.Jaap Keuter2008-01-191-205/+200
* From Florent Drouin via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=20...Jeff Morriss2007-11-261-1/+1
* enable esc for new/edit/delete dialogs; remove some redundant code; Bill Meier2007-09-041-22/+7
* Fix my previous patch to enable esc on windowBill Meier2007-09-021-1/+1
* Enable <esc> to cancel window; remove some redundant codeBill Meier2007-08-311-25/+6
* - epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon2007-05-251-4/+3
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-3/+3
* protect callbacks of derived windows from dereferencing a null pointer if the...Luis Ontanon2007-03-041-6/+30
* revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon2007-02-251-20/+0
* Squelch a "used without being set" warning.Guy Harris2007-02-191-0/+1
* From Peter Johansson:Luis Ontanon2007-02-141-1/+2
* Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon2007-02-121-3/+13
* Have Aply, Cancel and OK buttons instead of the save and ok button.Luis Ontanon2007-02-111-101/+154
* * Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon2007-02-091-1/+27
* no gtk_window_set_resizable in GTK1Luis Ontanon2007-02-071-7/+8
* Add ENUM and HEXBYTES modesLuis Ontanon2007-02-071-48/+241