aboutsummaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2004-05-24Make the XPM text "const", to get rid of some compiler warnings.Guy Harris2-2/+2
svn path=/trunk/; revision=10981
2004-05-21Make the XPM data an array of "const char *", to get rid of a compilerGuy Harris1-1/+1
warning. svn path=/trunk/; revision=10939
2004-04-30Squelch some compiler warnings.Guy Harris6-6/+6
Clean up white space. svn path=/trunk/; revision=10735
2004-04-29added pane layout icons coming from pan (gnome newsreader)Ulf Lamping6-0/+320
svn path=/trunk/; revision=10728
2004-02-06simple_dialog now uses the stock_dialog_xy iconsUlf Lamping1-2/+7
svn path=/trunk/; revision=9996
2004-01-31using GTK2 stock icons for dialogs instead of Ethereal specific onesUlf Lamping4-0/+1974
svn path=/trunk/; revision=9911
2004-01-25Capitalize "Ethereal.icns" to fix a distclean error. Add its descriptionGerald Combs1-0/+2
to README.image. svn path=/trunk/; revision=9846
2004-01-21use stock buttons whereever possible,Ulf Lamping3-0/+333
added some ethereal specific stock icons svn path=/trunk/; revision=9763
2004-01-20missing icons for recent GUI additionsUlf Lamping6-0/+704
svn path=/trunk/; revision=9757
2004-01-18Add a Mac OS X icon file, for possible future use.Guy Harris1-0/+0
svn path=/trunk/; revision=9704
2004-01-10add a "Save As" button to the toolbarUlf Lamping1-0/+289
svn path=/trunk/; revision=9640
2003-11-11Get rid of carriage returns in source files.Guy Harris15-2697/+2697
svn path=/trunk/; revision=8942
2003-10-15From Ulf Lamping: toolbar.Guy Harris15-0/+2697
svn path=/trunk/; revision=8707
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-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". svn path=/trunk/; revision=8672
2003-03-26From Graham Bloice: make the RC_VERSION variable in config.nmakeGuy Harris1-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. svn path=/trunk/; revision=7373
2002-04-08Fix the transparency on each 16-color image in ethereal.ico.Gerald Combs3-0/+0
Add our own checkbox images to the NSIS installer. svn path=/trunk/; revision=5121
2001-12-24Remove the black border from the XPM and PNG icons. Do the same forGerald Combs12-2224/+4777
the Windows icon file, courtesy of Gordon McKinney. svn path=/trunk/; revision=4445
2001-12-17The low color KDE icons were actually XPM-formatted files with a .pngGerald Combs3-0/+0
extension. Oops. svn path=/trunk/; revision=4410
2001-12-15Note that "ethereal48x48-trans.png" has a transparent background andGuy Harris1-2/+4
"ethereal48x48.png" has a white background. svn path=/trunk/; revision=4402
2001-12-15Add KDE Icon Factory Styleguide-compliant icons, along with a text fileGerald Combs7-0/+179
describing the files in the "image" directory. svn path=/trunk/; revision=4400
2001-12-12Go nuts with the 3D logo.Gerald Combs1-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. svn path=/trunk/; revision=4390
2001-12-09Add semi-hand-crafted 3D icons. Update ethereal.ico with the new icons.Gerald Combs5-0/+1036
svn path=/trunk/; revision=4364
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez4-4/+4
svn path=/trunk/; revision=4199
2001-10-21Enhanced Ethereal icon from Gordon McKinney:Guy Harris1-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. svn path=/trunk/; revision=4053
2001-10-21Add little arrows to the column titles to indicate which column we'reGerald Combs2-0/+18
using to sort as well as the sort direction. svn path=/trunk/; revision=4050
2001-07-12From Edward Meaney: include "mergecap.rc" in the list of things to beGuy Harris1-2/+2
built. svn path=/trunk/; revision=3703
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris2-1/+42
svn path=/trunk/; revision=3701
2001-05-21Fix a typo in the "product name", and fix the "internal name".Guy Harris1-2/+2
svn path=/trunk/; revision=3432
2001-05-21Add resource stuff for text2pcap.Guy Harris2-2/+43
svn path=/trunk/; revision=3429
2001-04-05Updates for win32 files to ignore.Gilbert Ramirez1-0/+1
svn path=/trunk/; revision=3260
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez4-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. svn path=/trunk/; revision=3258
2001-03-21Add 48x48 PNG of new 3D logo with transparent background.Gilbert Ramirez1-0/+0
svn path=/trunk/; revision=3152
2001-03-05Move version to 0.8.16.Gilbert Ramirez3-15/+15
Fix build for splitting build dir from src dir. Note the use of updated GTK+ release for Win32 binaries. svn path=/trunk/; revision=3107
2001-01-12Change version numbers to 0.8.15Gilbert Ramirez3-15/+15
svn path=/trunk/; revision=2882
2001-01-10Fix up Gerald's e-mail address to be his "ethereal.com" address.Guy Harris3-3/+3
svn path=/trunk/; revision=2859
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=2696
2000-11-20Move to version 0.8.14Gilbert Ramirez3-15/+15
svn path=/trunk/; revision=2682
2000-10-27Move to version 0.8.13.Gilbert Ramirez3-15/+15
Mention IGRP dissector in NEWS. svn path=/trunk/; revision=2539
2000-09-14Move to version 0.8.12Gilbert Ramirez3-15/+15
svn path=/trunk/; revision=2432
2000-09-13Added to ignore Win32 detritusGraham Bloice1-0/+1
svn path=/trunk/; revision=2431
2000-08-03Move to version 0.8.11Gilbert Ramirez3-15/+15
svn path=/trunk/; revision=2196
2000-07-04Change version to 0.8.10Gilbert Ramirez3-15/+15
In gtk/Makefile.nmake, add progress_dlg.obj svn path=/trunk/; revision=2108
2000-06-07Move to version 0.8.9Gilbert Ramirez1-6/+6
svn path=/trunk/; revision=2042
2000-05-08Move to version 0.8.8Gilbert Ramirez1-5/+5
svn path=/trunk/; revision=1925
2000-04-15Graham Bloice's Win32 icon for Ethereal and Win32 resource-compilerGuy Harris4-0/+108
files to add version/copyright/etc. information to Win32 executables. svn path=/trunk/; revision=1859
1999-12-17Add two 48x48 PNGs to the distribution.Gilbert Ramirez2-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). svn path=/trunk/; revision=1355
1998-11-17* Added column formatting functionality.Gerald Combs2-0/+42
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-0/+80
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-09-16Initial revisionGerald Combs1-0/+88
svn path=/trunk/; revision=2