summaryrefslogtreecommitdiff
path: root/ui/gtk/gui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-4/+4
2016-06-14gtk: Allow restoring maximized windows as maximizedBalint Reczey1-2/+18
2016-02-25Add GResource message to configure scriptJoão Valverde1-6/+6
2016-02-16const gpointer -> gconstpointerJoão Valverde1-3/+3
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-14/+41
2015-06-30Disable overlay scrollingPeter Hatina1-0/+3
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-2/+2
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-2/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-8/+21
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+3
2014-07-29Fix heap-use-after-free via setlocalePeter Wu1-1/+2
2014-06-19Save the size and position of the expert info dialogChris Maynard1-1/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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