aboutsummaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2004-05-24Make the XPM text "const", to get rid of some compiler warnings.guy2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10981 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-21Make the XPM data an array of "const char *", to get rid of a compilerguy1-1/+1
warning. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10939 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-30Squelch some compiler warnings.guy6-6/+6
Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10735 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29added pane layout icons coming from pan (gnome newsreader)ulfl6-0/+320
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10728 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-06simple_dialog now uses the stock_dialog_xy iconsulfl1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9996 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesulfl4-0/+1974
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9911 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptiongerald1-0/+2
to README.image. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9846 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-21use stock buttons whereever possible,ulfl3-0/+333
added some ethereal specific stock icons git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9763 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-20missing icons for recent GUI additionsulfl6-0/+704
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9757 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18Add a Mac OS X icon file, for possible future use.guy1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9704 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-10add a "Save As" button to the toolbarulfl1-0/+289
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9640 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-11Get rid of carriage returns in source files.guy15-2697/+2697
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8942 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-15From Ulf Lamping: toolbar.guy15-0/+2697
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8707 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
recurse into subdirectories doing "nmake -f Makefile.nmake distclean". Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean" doesn't remove (such as Flex/Bison output and config.h files) - and have "nmake -f Makefile.nmake distclean" remove stuff that "make distclean" removes, including "tethereal-tap-register.c" and "ethereal-tap-register.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8672 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-26From Graham Bloice: make the RC_VERSION variable in config.nmakeguy1-6/+6
comma-separated, so that the resources will be built correctly and the version number correctly displayed in the GUI, and make the resources dependent on "config.nmake" so that they're rebuilt if it's changed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7373 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-08Fix the transparency on each 16-color image in ethereal.ico.gerald3-0/+0
Add our own checkbox images to the NSIS installer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5121 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-24Remove the black border from the XPM and PNG icons. Do the same forgerald12-2224/+4777
the Windows icon file, courtesy of Gordon McKinney. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4445 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-17The low color KDE icons were actually XPM-formatted files with a .pnggerald3-0/+0
extension. Oops. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4410 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-15Note that "ethereal48x48-trans.png" has a transparent background andguy1-2/+4
"ethereal48x48.png" has a white background. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4402 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-15Add KDE Icon Factory Styleguide-compliant icons, along with a text filegerald7-0/+179
describing the files in the "image" directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4400 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-12Go nuts with the 3D logo.gerald1-0/+1203
Add a routine to ui_util.c that sets a window's icon pixmap to a 16x16 version of the 3D logo. Call the routine for each window that is created. This has been tested with kwm and Sawfish (which expect a 16x16 icon), but we may have to come up with a better solution for other window managers (e.g. olwm and mwm). Add a 3D exclamation point image. Replace the exclamation point and Ethereal logo images used in simple_dialog() with their 3D counterparts. Remove the old icons from the source distribution. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4390 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-09Add semi-hand-crafted 3D icons. Update ethereal.ico with the new icons.gerald5-0/+1036
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4364 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-13Hopefully the last time I have to change my e-mail address.gram4-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4199 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Enhanced Ethereal icon from Gordon McKinney:guy1-0/+0
I have enhanced the standard Ethereal Icon and added the following renderings: * 32x32 - 256 Colour with transparency * 16x16 - 256 Colour with transparency * 16x16 - 16 Colour Add to the list of authors in the man page the names of people who've contributed to Wiretap but not to the rest of Ethereal - there's currently no Wiretap man page, so we might as well give them credit in the Ethereal man page. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4053 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-21Add little arrows to the column titles to indicate which column we'regerald2-0/+18
using to sort as well as the sort direction. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4050 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-12From Edward Meaney: include "mergecap.rc" in the list of things to beguy1-2/+2
built. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3703 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.guy2-1/+42
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3701 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-21Fix a typo in the "product name", and fix the "internal name".guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3432 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-21Add resource stuff for text2pcap.guy2-2/+43
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3429 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-05Updates for win32 files to ignore.gram1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3260 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-05Use sed in the Win32 build to place the version in various files.gram4-15/+41
We us $(VERSION), defined in the top-level config.nmake, to replace @VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are similarly used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3258 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-21Add 48x48 PNG of new 3D logo with transparent background.gram1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3152 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-05Move version to 0.8.16.gram3-15/+15
Fix build for splitting build dir from src dir. Note the use of updated GTK+ release for Win32 binaries. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3107 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-12Change version numbers to 0.8.15gram3-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2882 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.guy3-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2859 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.gram1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2696 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-20Move to version 0.8.14gram3-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2682 f5534014-38df-0310-8fa8-9805f1628bb7
2000-10-27Move to version 0.8.13.gram3-15/+15
Mention IGRP dissector in NEWS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2539 f5534014-38df-0310-8fa8-9805f1628bb7
2000-09-14Move to version 0.8.12gram3-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2432 f5534014-38df-0310-8fa8-9805f1628bb7
2000-09-13Added to ignore Win32 detritusgrahamb1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2431 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-03Move to version 0.8.11gram3-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2196 f5534014-38df-0310-8fa8-9805f1628bb7
2000-07-04Change version to 0.8.10gram3-15/+15
In gtk/Makefile.nmake, add progress_dlg.obj git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2108 f5534014-38df-0310-8fa8-9805f1628bb7
2000-06-07Move to version 0.8.9gram1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2042 f5534014-38df-0310-8fa8-9805f1628bb7
2000-05-08Move to version 0.8.8gram1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1925 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-15Graham Bloice's Win32 icon for Ethereal and Win32 resource-compilerguy4-0/+108
files to add version/copyright/etc. information to Win32 executables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1859 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-17Add two 48x48 PNGs to the distribution.gram2-0/+0
(I'm using -ko when checking in the PNGs... I hope I'm checking these binary files into CVS correctly. I'll double check after the commit). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1355 f5534014-38df-0310-8fa8-9805f1628bb7
1998-11-17* Added column formatting functionality.gerald2-0/+42
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@97 f5534014-38df-0310-8fa8-9805f1628bb7
1998-10-16* Copied in the correct GNU license (I'm such a goober)gerald1-0/+80
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@61 f5534014-38df-0310-8fa8-9805f1628bb7
1998-09-16Initial revisiongerald1-0/+88
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2 f5534014-38df-0310-8fa8-9805f1628bb7