aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/libui.vcproj
AgeCommit message (Collapse)AuthorFilesLines
2011-09-25Remove gtkvumeter.[hc]Jörg Mayer1-8/+0
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-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-4/+0
the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. svn path=/trunk/; revision=39137
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-8/+0
It compiles with "./configure without options" on my Mac. Let's see what the buildbots have to say about it :-) svn path=/trunk/; revision=36161
2009-09-24Update *.vcproj to visual studio 8Anders Broman1-9/+10
svn path=/trunk/; revision=30111
2009-06-21Update for main_menu.[ch] -> menus.[ch] change.Guy Harris1-2/+2
svn path=/trunk/; revision=28795
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=25234
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-74/+70
svn path=/trunk/; revision=24975
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-8/+8
remove color.c rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h) svn path=/trunk/; revision=24974
2008-04-13sort entries, update Visual Studio (ghost) projectUlf Lamping1-287/+303
svn path=/trunk/; revision=24971
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-8/+8
svn path=/trunk/; revision=24954
2008-04-12rename packet_list to main_packet_listUlf Lamping1-16/+16
svn path=/trunk/; revision=24950
2008-04-12rename toolbar to main_toolbarUlf Lamping1-8/+8
svn path=/trunk/; revision=24940
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-0/+8
svn path=/trunk/; revision=24937
2008-04-12move drag_and_drop declarations into it's own fileUlf Lamping1-0/+4
svn path=/trunk/; revision=24927
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+8
svn path=/trunk/; revision=24921
2008-04-07remove GTK1 codeUlf Lamping1-16/+0
svn path=/trunk/; revision=24824
2008-04-05add HAVE_LIBPCAP to IntelliSense settingsUlf Lamping1-1/+1
svn path=/trunk/; revision=24791
2008-04-05add "recently" added filesUlf Lamping1-0/+76
svn path=/trunk/; revision=24789
2008-03-29remove no longer existing follow_dlg.hUlf Lamping1-4/+0
svn path=/trunk/; revision=24755
2007-09-09translate some german to englishUlf Lamping1-3/+3
svn path=/trunk/; revision=22832
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping1-0/+1030
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831