aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-123/+0
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2011-09-25Remove gtkvumeter.[hc]Jörg Mayer1-6/+2
This may cause windows builds to fail. If nobody picks up the task of getting it to compile again I'll start doing that tomorrow morning with the help of the buildbot. svn path=/trunk/; revision=39139
2011-09-24Use one of the new icons for remote interfaces.Michael Tüxen1-0/+7
svn path=/trunk/; revision=39118
2011-08-31Make it possible to add custom tap/GUI filesAnders Broman1-1/+2
svn path=/trunk/; revision=38821
2011-08-04gtkvumeter.[ch] seems to be used only on Windows. So only build it there...Michael Tüxen1-2/+6
svn path=/trunk/; revision=38332
2011-06-28Add $(GENERATED_H_FILES) to libui_a_SOURCES.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=37819
2011-06-28Use the generated header file from Guy's Flex front-end script from Stig Bjørlykke1-0/+2
revision 22446 for text_import_scanner. svn path=/trunk/; revision=37815
2011-05-27Include text_import_scanner.l in the distribution.Anders Broman1-0/+1
svn path=/trunk/; revision=37431
2011-04-26- Synchronize gtk/Makefile.am checkapi with gtk/Makefile.nmakeJakub Zawadzki1-2/+10
- fix: Found deprecated-gtk APIs in packet_win.c: gtk_entry_new_with_max_length svn path=/trunk/; revision=36867
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ↵Jeff Morriss1-0/+6
target in a makefile is what you get when you just run make (without a target). Revert 35073 and 35069. svn path=/trunk/; revision=35075
2010-11-29Move the checkapi targes to Makefile.common. Rename Makefile.nmake's ↵Jeff Morriss1-6/+0
WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it. svn path=/trunk/; revision=35069
2010-11-29Remove file_dlg_win32.c and print_win32.c from the checkapi target.Jeff Morriss1-3/+1
svn path=/trunk/; revision=35066
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵Stephen Fisher1-4/+0
(hopefully without breaking any builds) svn path=/trunk/; revision=35032
2010-11-16Split libui into libui and libui_dirty. The latter contains (only)Jeff Morriss1-3/+12
text_import_scanner.c (which is generated and not by us so we can't guarantee that it's clean). svn path=/trunk/; revision=34912
2010-11-12Add text import capability, like text2pcap, directly into the GUI.Jaap Keuter1-0/+3
svn path=/trunk/; revision=34856
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
svn path=/trunk/; revision=33386
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-0/+15
svn path=/trunk/; revision=32807
2009-11-12Add a USB network icon.Gerald Combs1-1/+1
svn path=/trunk/; revision=30941
2009-11-10Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs1-0/+14
pixbuf versions of the wired, wireless, and bluetooth interface icons to gtk/network_icons.h. In the interface list use the new icons in all their alpha-channel-infested glory. Add Makefile targets for rebuilding the pixbuf files. svn path=/trunk/; revision=30922
2009-10-04make-tapreg-dotc has moved to tools/make-tapreg-dotcKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30293
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+7
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-05-23Attempt to fix the !win32 build.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=25372
2008-04-12move noinst_HEADERS and EXTRA_DIST settings from Makefile.am to ↵Ulf Lamping1-101/+0
Makefile.common as it's done in /Makefile.common and elsewhere svn path=/trunk/; revision=24948
2008-04-12rename menu -> main_menuUlf Lamping1-1/+1
remove old (and unused and confusing) ../menu.h svn path=/trunk/; revision=24947
2008-04-12rename toolbar to main_toolbarUlf Lamping1-1/+1
svn path=/trunk/; revision=24940
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-0/+1
svn path=/trunk/; revision=24937
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping1-0/+1
svn path=/trunk/; revision=24927
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-1/+0
all GTK1 compatibility code was removed, so this file can simply be dropped svn path=/trunk/; revision=24923
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
svn path=/trunk/; revision=24921
2008-04-06add expert_comp_dlg.h to the distributed filesUlf Lamping1-0/+1
svn path=/trunk/; revision=24808
2008-04-04Remove GTK1 from Unix build process.Stephen Fisher1-11/+0
svn path=/trunk/; revision=24775
2008-04-04carve out the (currently disabled) welcome page into it's own file to ↵Ulf Lamping1-0/+1
slightly reduce the huge main.c file size svn path=/trunk/; revision=24773
2008-01-16From Jim Young:Jaap Keuter1-0/+1
This patch provides a new RTP Player preferences dialog. It allows one to select the maximum number of visable channels in the RTP Player window. The default is four (4) channels which is the maximum number of usable channels that the RTP Player can display and still have access to the bottom row buttons on a 1024*768 resolution display. Specifying a value less than 1 or greater than 10 will be result in the RTP Player displaying the default 4 channels. svn path=/trunk/; revision=24112
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+1
configure and use more than one set of preferences and configuration files. This can be found in the "Configuration Profiles..." menu item from the Edit menu, or by pressing Shift-Ctrl-A. It's also possible to start wireshark and tshark with a named profile by using the "-C ProfileName" option. A new status pane in the main window will show the current profile. The configuration files currently stored in the Profiles are: - Preferences - Capture Filters - Display Filters - Coloring Rules - Disabled Protocols - User Accessible Tables The recent data are by design not added to the profile. Planned future enhancements: - make a more convenient function to switch between profiles - add a "clone profile" button to copy an existing profile - make the profiles list active and accept return as OK - save users "Decode as" in the profile - make new, clone and deletion of profiles more secure - make some of the recent values available in the profile This patch also fixes: - setting default status pane sizes - a bug setting status pane for packets when not having main lower pane. svn path=/trunk/; revision=24089
2007-11-03Fix distcheck after my prior 2 commitsStephen Fisher1-0/+1
svn path=/trunk/; revision=23348
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-2/+2
svn path=/trunk/; revision=22870
2007-08-16Initial work on merging common code between follow TCP & SSL stream featuresStephen Fisher1-0/+1
svn path=/trunk/; revision=22520
2007-06-22Fix enhancement bug #1337: Export IO GraphsStephen Fisher1-0/+1
This new code adds a save button to the Statistics IO Graphs window and is also reusable by any other code that uses GDK Pixmaps to draw graphs. The Gdk-pixbuf library included in GTK is used for this save function. svn path=/trunk/; revision=22166
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-0/+4
svn path=/trunk/; revision=21160
2007-03-01add export_object.h so distcheck don't failUlf Lamping1-0/+1
svn path=/trunk/; revision=20954
2007-02-25revert (most) changes in rev #20753, to avoid items being created on a wrong ↵Luis Ontanon1-0/+1
menu on windows. svn path=/trunk/; revision=20928
2007-02-12From Albert Chin:Luis Ontanon1-1/+1
Gnutls can be located in a different place than the other libs. svn path=/trunk/; revision=20796
2007-02-09Fix build (at least for me) by removing macros_dlg.hMartin Mathieson1-1/+0
svn path=/trunk/; revision=20754
2007-01-29The UAT gui starts to workLuis Ontanon1-0/+1
set the macros_dlg to use it add a dummy dfilter_macros file to supress a warning at startup svn path=/trunk/; revision=20598
2007-01-23Have build succeed even if portaudio is located somewhere else than any ↵Luis Ontanon1-1/+2
other libraries in use. svn path=/trunk/; revision=20533
2007-01-18Trying to get buildbot Ubuntu-5.10-x86 to build again.Jaap Keuter1-1/+1
Fix typo. svn path=/trunk/; revision=20471
2007-01-18NOT for 0.99.5Luis Ontanon1-0/+1
macro_dlg.h was in this other file! svn path=/trunk/; revision=20470
2007-01-14Trying to get buildbot Ubuntu-5.10-x86 distcheck to build again.Jaap Keuter1-0/+1
svn path=/trunk/; revision=20425
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ↵Ulf Lamping1-0/+1
actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me) svn path=/trunk/; revision=19392
2006-09-23Get rid of a tab after a / that caused make on MacOS X to believe that \t ↵Luis Ontanon1-1/+1
was another target svn path=/trunk/; revision=19305