aboutsummaryrefslogtreecommitdiffstats
path: root/image
AgeCommit message (Collapse)AuthorFilesLines
2005-05-07add icons for the "File Set" menu itemsUlf Lamping3-0/+178
svn path=/trunk/; revision=14326
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping2-0/+69
svn path=/trunk/; revision=14116
2005-04-16add 12 new toolbar/menu iconsUlf Lamping11-0/+1698
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping10-473/+1932
add "new" capture options feature, which will act like old capture start, and change capture start option (for immediately capture) rename Capture/Clear to Capture/Restart svn path=/trunk/; revision=14083
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping1-0/+83
svn path=/trunk/; revision=14061
2005-03-12- Add 3d logo in size 64x64 (copied from Suse, who *may* have generatedJörg Mayer2-1/+2
it from eicon3d64.xpm) - Fix comment: The 3d logos seem to have a transparent background svn path=/trunk/; revision=13731
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping2-7/+7
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-07-28Add the MSWIN RC information for capinfo.Olivier Biot2-1/+42
svn path=/trunk/; revision=11556
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris2-1/+40
svn path=/trunk/; revision=11476
2004-07-18 .cvsignore is deadJörg Mayer1-4/+0
it has been replaced by svn proplist -v <dir/file> and svn propedit <dir/file> svn path=/trunk/; revision=11422
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
Add tags and TAGS to all .cvsignore files svn path=/trunk/; revision=11419
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris2-1/+40
svn path=/trunk/; revision=11388
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