aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/dlg_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+12
Change-Id: I8cd9d9fe5f12c284f46b8f725766f681faccd753 Reviewed-on: https://code.wireshark.org/review/7138 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
Change-Id: Ifd1eebff9080cd3867e44e4dcb2d2681370ed60a Reviewed-on: https://code.wireshark.org/review/6128 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2014-06-19Save the size and position of the expert info dialogChris Maynard1-0/+36
Set initialize position to center on parent bug: 3817 Change-Id: Iad48aa762d892908d50f742606160c8305084f48 Reviewed-on: https://code.wireshark.org/review/2459 Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-6/+6
GtkStockItem usage is deprecated with all the GTK_STOCK_.* stock ids. We keep a stock id based approach but without relying on GTK's GtkStockItem system. We create our own internal stock ids for {icon, label} tuples and keep the original GTK stock id #define-s and values to preserve backward compatibility. Change-Id: Ia0b35a5903f079e92c8026e3df21bbf0be2d06b0 Reviewed-on: https://code.wireshark.org/review/302 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
2013-03-21Windows lets you use long interface names, e.g. "Local Area Connection 3Gerald Combs1-1/+1
was walking through the woods one day taking a basket full of emergency zombie apocalypse supplies to her grandmother. It was raining." This can make the interface list dialog really wide, so elide the interface text. Elide the description as well. Try to make the interface list resize sanely. This doesn't appear to work for Gtk2. svn path=/trunk/; revision=48467
2013-03-09Two instances of s/delete/delete_id/ to satisfy C++ that were missed inEvan Huus1-2/+2
r48212 and were causing build failures. svn path=/trunk/; revision=48214
2013-03-09Use explicit casts.Anders Broman1-5/+5
svn path=/trunk/; revision=48212
2013-03-05Remove a comment left over from the "old days".Bill Meier1-14/+5
Also: Add an XXX comment re one effect of the fact that, on Windows, dlg_window_new() does *not* set the newly created dialog window as 'transient for' the Wireshark top_level window. svn path=/trunk/; revision=48106
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-68/+68
In a few cases: Fix spelling; Clean up whitespace and formatting style. svn path=/trunk/; revision=47889
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library ↵Bill Meier1-11/+11
function name; (At least some (gcc ?) compilers give a "shadow" warning for these). svn path=/trunk/; revision=46402
2012-11-11Allow TCP graphs to be launched from the conversation table window.Martin Mathieson1-0/+8
svn path=/trunk/; revision=46001
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-08-01#include old-gtk-compat.h in order to get compilation working with older gtks.Jeff Morriss1-0/+1
svn path=/trunk/; revision=44188
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-16/+0
svn path=/trunk/; revision=44186
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-21port gtk_scrollbar_new() gtk_paned_new() gtk_separator_new() to GTK2Anders Broman1-2/+2
svn path=/trunk/; revision=42186
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
svn path=/trunk/; revision=42161
2012-03-08Create some standard definitions for dialog control spacing. Use them inGerald Combs1-2/+2
the comment dialog. svn path=/trunk/; revision=41412
2012-02-21From Irene Ruengeler:Michael Tüxen1-0/+24
* Add support in the GUI for pipes. * Allow the local interfaces to be rescanned via the GUI. * Allow remote interfaces to be added and deleted. The GUI can be extended to support other ways of capturing. svn path=/trunk/; revision=41105
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+514
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518