aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-9/+0
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann1-4/+50
2013-10-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs1-1/+1
2013-06-14Ensure that Wireshark isn't obscured by the system taskbar or by any other de...Chris Maynard1-0/+35
2013-03-26add explicit cast to avoid a compiler warningMartin Kaiser1-1/+2
2013-03-26More icon updates. Gerald Combs1-28/+5
2013-03-21From beroset:Bill Meier1-3/+3
2013-03-20Reverse some logic.Gerald Combs1-1/+1
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs1-0/+21
2013-03-11Use explicit casts.Anders Broman1-1/+1
2013-03-10Use explicit casts.Anders Broman1-7/+5
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-24From Peter Hatina: test GDK_WINDOW_STATE_MAXIMIZED as a bit flagBill Meier1-1/+1
2013-02-02Move the GUI-independent window geometry stuff to ui/recent.c, so weGuy Harris1-134/+0
2013-01-22GTK+:Gerald Combs1-32/+0
2013-01-10Update comments.Bill Meier1-4/+8
2013-01-05Rename ws_gtk_grid_attach() to ws_gtk_grid_attach_defaults();Bill Meier1-3/+4
2013-01-04Fix a cut-and-paste errorAnders Broman1-1/+1
2013-01-04Add a wrapper for gdk_cairo_set_source_rgba() in GTK2 and use it in io_stat.cAnders Broman1-1/+17
2012-12-24Cast away warnings implicit 64-bit-to-32-bit conversions. (We shouldGuy Harris1-8/+9
2012-12-21Wrapper functions and macros to be used to replaceBill Meier1-0/+63
2012-10-07This is an attempt to improve the default window placement position when ther...Chris Maynard1-1/+25
2012-10-05A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve...Chris Maynard1-7/+5
2012-09-29Revert most of r45210. We don't use the return value of GetExitCodeProcess(),...Chris Maynard1-0/+3
2012-09-29Don't fetch the exit code of our child process, we never use it.Evan Huus1-5/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Use consistent indentation and formatting.Bill Meier1-274/+343
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs1-0/+145
2012-08-23Move the pipe input routines to the common UI directory.Gerald Combs1-145/+0
2012-07-27Fix reference counting of GdkPixbuf, unref after creating GtkImage (aka fix m...Jakub Zawadzki1-2/+10
2012-07-26Fix memleak in window_icon_realize_cb()Jakub Zawadzki1-1/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris1-1/+1
2012-06-04Do with the open dialog what we've done with the save and "exportGuy Harris1-0/+24
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-0/+21
2012-06-03Move routines that handle the main window title bar out ofGuy Harris1-52/+0
2012-04-21Another cut-and-pasteo.Guy Harris1-2/+2
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman1-0/+27
2012-04-21Fix probable cut-and-pasteo.Guy Harris1-2/+2
2012-04-21Clean up indentation (get rid of 4-space tabs).Guy Harris1-3/+3
2012-04-21gtk_button_box_new() for pre GTK 3.0Anders Broman1-0/+11
2012-04-21Clean up indentation - don't use 4-space tabs.Guy Harris1-51/+49
2012-04-21GTK+ 1.x is no longer supported, and there's no toggle_tree to move anyGuy Harris1-1/+0
2012-04-21"homogeneous" is a Boolean; we can just pass it on to gtk_hbox_new() andGuy Harris1-13/+4
2012-04-02Fix a couple of typos and missing return for GTK 3.Anders Broman1-2/+4
2012-04-02Introduce utility function to ease GTK3 depcrecated funktion removal.Anders Broman1-0/+25
2012-03-03Use 'wireshark' icon from themeBalint Reczey1-0/+3
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+3