aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-22gtk_exit() is deprecated; "use the standard exit() function instead"Bill Meier1-1/+1
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman1-0/+26
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2009-03-08Remove a unused g_strdup().Stig Bjørlykke1-1/+1
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals t...Anders Broman1-0/+35
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free()Stig Bjørlykke1-0/+6
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-0/+3
2008-10-23Set a title on the splash window even though it's not decorated.Jaap Keuter1-2/+2
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-1/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...Graeme Lunt1-0/+31
2008-04-13sort #includes by directoriesUlf Lamping1-10/+5
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0