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