aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-24Update (slightly) the description of ws_combo_box_clear_text_and_pointer().wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31971 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-22Add ws_combo_box_new_text_and_pointer() and related which provides awmeier1-3/+68
variant of gtk_combo_box which stores a pointer along as well as text for each combo_box entry. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31947 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-04Add a convenience routine to convert pixbuf data generated bygerald1-0/+6
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator images. Add prettier indicator images. The "chat" indicator is more blue in order to differentiate it from the "none" indicator; make the chat text background more blue to match. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30825 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-09From Didier Gautheron:etxrab1-0/+20
- Display number with a space as thousand separator. - Move functions use both by conversations and hostlist in gui_utils.c, they may be useful for other taps too. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30416 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-27make the columns sortable.etxrab1-0/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29583 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-27Don't copy const strings, store the pointer in the list store instead,etxrab1-5/+25
saves memory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29582 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-04Fix some spelling, reword some comments & etc.wmeier1-20/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28267 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-16Get rid of Clists, move a comment, move display as hex to gui_utils.etxrab1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27741 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals ↵etxrab1-0/+7
to gui_utils. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27621 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked ↵gal1-0/+12
on to open the appropriate folder in explorer. The MIB/PIB paths have been split up to allow each one to be clicked on separately, but as a result this will lose the order if the whole list is reordered. XXX: I have been unable to test this on MacOS or Linux. Stig? :-) I suppose it should work, but we may need to make it WIN32 specific? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24995 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectulfl1-3/+3
This requires some casts to be added and I just don't want to add casts at all possible places. So I compile and only add casts where the (MSVC) compiler has a hard time. Unfortunately this won't find any problems in Linux/Unix only code - I'll keep an eye on the buildbot and try to fix things as I'm going on ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24912 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24910 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-09some minor GTK1 related code fixesulfl1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24873 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-07Remove GTK1 code.sfisher1-21/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24827 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-28From Douglas Pratley:sfisher1-0/+10
This is a patch adding items to the context menus for the packet list and packet details panes for copying packet data to the clipboard. New menu item on packet list pane: Copy (sub menu) -> Summary (Text) Copies fields displayed in the packet list, tab separated Summary (CSV) Copies fields displayed in the packet list, comma separated Hex and Text Copies data for the selected frame in hex-editor style (similar to Copy\All Information in packet bytes pane) Text Only Copies data for the selected frame, dropping non-printable characters other than line breaks (similar to Copy\Text Only in packet bytes pane) Hex Columns As Hex and Text but without text Hex Stream Copies data for the selected frame as an unpunctuated list of hex values Binary Stream Copies raw packet bytes to the clipboard as MIME type application/octet-stream git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20581 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-26Make keyboard navigation common for all tree views (for GTK2, at least).gerald1-20/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19994 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-27fix a warning by removing now unused codeulfl1-8/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19051 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-0/+8
is disabled by default, and can be enabled by setting AIRPCAP_CONFIG in config.nmake. The code is currently limited to Windows, but should be adaptable to other platforms. The official announcement won't come until next week, so you'll have to read the source for details. :) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18928 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
strings, and function names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18205 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20Explain in more detail the split between the stuff in ui_util.h and inguy1-1/+1
gtk/gui_utils.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15482 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20- Declare some functions staticjmayer1-308/+308
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15471 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵ulfl1-0/+308
named ui_util.h in / dir git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15465 f5534014-38df-0310-8fa8-9805f1628bb7