aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...Anders Broman1-2/+3
2011-08-15Fix trivial compilation error:Stephen Fisher1-1/+1
2011-08-14Make save IO graph work, I had to make a local copy ofAnders Broman1-0/+181
2011-07-25Use gtk_widget_get_has_window() as a wrapper aroundGuy Harris1-4/+0
2011-07-25Fix a couple of typos and 'E'' mark functions mapped in old-gtk-compat.hAnders Broman1-2/+2
2011-07-24Use gtk_window_set_icon_list isof gdk_pixmap_create_from_xpm_d.Anders Broman1-10/+14
2011-07-24Remove unused variables.Anders Broman1-1/+0
2011-07-24Replace deprecated functions.Anders Broman1-10/+7
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-27/+2
2011-07-18Fix some trivial cases of gdk-deprecated warnings. The remainingJörg Mayer1-1/+1
2011-07-13make compiling with -DGTK_DISABLE_DEPRECATED workJörg Mayer1-1/+1
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs1-5/+3
2011-07-08Use a pixbuf for widgets used for icons.Michael Tüxen1-3/+5
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-03-22Initialize geom in window_get_geometry.Stig Bjørlykke1-0/+2
2011-02-07Fix typo.Guy Harris1-1/+1
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-6/+40
2011-02-01Replace a couple of deprecated functions # ifdef:ed with the GTK version they...Anders Broman1-0/+4
2010-10-12Define some fcns & vars as static;Bill Meier1-1/+1
2010-09-27Format changes from r34265 to fit a 80 column wide window.Stephen Fisher1-6/+9
2010-09-27Fix bug #553 by ensuring that the upper-left corner of Wireshark is within th...Stephen Fisher1-0/+22
2010-08-29Doxygen changes.Anders Broman1-1/+1
2010-08-20Don't leak the memory used by the original title when we're appending the ver...Jeff Morriss1-3/+5
2010-08-08Don't set the icon name:Guy Harris1-14/+12
2010-08-07From Cal Turney:Anders Broman1-13/+26
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-3/+3
2010-07-28(Trivial) Fix some typos; Also: Use consistent indentation.Bill Meier1-359/+359
2010-07-20Add ws_combo_box_new_text_and_pointer_full() to allow returningBill Meier1-2/+34
2010-07-15Change ws_combo_box... to use a tree-store instead of a list-store;Bill Meier1-30/+53
2010-07-13ws_combo_box_text_and_pointer: allow setting entries as "insensitive".Bill Meier1-10/+39
2010-06-06From Jim Young:Anders Broman1-1/+0
2010-05-25r32323 broke packet detail tree expansion using the left/right keys onGerald Combs1-4/+18
2010-05-20Fix for bug 4778:Jaap Keuter1-0/+3
2010-05-11Replace deprecated gtk_input_add_full()Anders Broman1-12/+19
2010-04-30Replace GtkClist in uat_gui.c with GtkTreeView+GtkListStore. Pop up theGerald Combs1-0/+67
2010-03-28From Jim Young:Anders Broman1-15/+39
2010-02-24Update (slightly) the description of ws_combo_box_clear_text_and_pointer().Bill Meier1-0/+2
2010-02-22Add ws_combo_box_new_text_and_pointer() and related which provides aBill Meier1-0/+119
2009-12-01Fix a comment.Guy Harris1-1/+1
2009-12-01Use pango_font_description_get_size() to pad out the default columnGerald Combs1-5/+3
2009-12-01Clean up indentation a bit more.Guy Harris1-21/+21
2009-12-01Squelch LLP64 warning.Guy Harris1-106/+104
2009-11-30Add a character's spacing when resizing columns.Anders Broman1-2/+6
2009-11-04Add a convenience routine to convert pixbuf data generated byGerald Combs1-0/+9
2009-10-09From Didier Gautheron:Anders Broman1-2/+3
2009-10-09From Didier Gautheron:Anders Broman1-0/+66
2009-09-13From Didier Gautheron:Anders Broman1-5/+9
2009-08-27make the columns sortable.Anders Broman1-0/+25
2009-08-27Don't copy const strings, store the pointer in the list store instead,Anders Broman1-1/+24
2009-07-31Include packet_info.h before ui_utils.h since we just started passing aStephen Fisher1-0/+1