aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-12rename menu -> main_menuUlf Lamping1-2711/+0
2008-04-12various code cleanup, e.g. replace specific callback functions by "compounds"...Ulf Lamping1-281/+106
2008-04-12rename toolbar to main_toolbarUlf Lamping1-1/+1
2008-04-12move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping1-3/+0
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-3/+3
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-583/+583
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-582/+583
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-14/+14
2008-04-11Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() andStephen Fisher1-1/+1
2008-04-11Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher1-4/+4
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07remove GTK1 codeUlf Lamping1-19/+1
2008-04-04Remove GTK1 from Unix build process.Stephen Fisher1-1/+0
2008-03-13Fix a minor memory leak.Stephen Fisher1-0/+2
2008-03-11From Francesco Fondelli (bug 2349):Stig Bjørlykke1-0/+2
2008-03-01Include strutil.h to find g_strlcpy and g_strlcat in gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-4/+4
2008-02-22add rawshark.html to packaging and Wireshark help menuUlf Lamping1-0/+1
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-3/+3
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+4
2007-12-21Fix menu sensitivity even for text only nodes.Jaap Keuter1-11/+2
2007-12-16Temporarily #if 0 out code that was causing crashes.Guy Harris1-0/+8
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-1/+3
2007-12-15With increasing number of dissectors, heuristics cause sometimes false hits o...Jaap Keuter1-0/+7
2007-12-14Source code cleanup.Jaap Keuter1-30/+33
2007-11-30move "Display Filter Macros" from View to Analyze menu, just below "Display F...Ulf Lamping1-2/+2
2007-11-28Remove "Reset coloring" from context menu's to keep the GUI consistent Sake Blok1-5/+0
2007-11-28Add sensitivity to some temporary coloring menu items.Sake Blok1-0/+9
2007-11-28Put double click on a frame link back.Stig Bjørlykke1-1/+1
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-4/+4
2007-11-26Check current_frame instead of finfo_selected before trying to build aStig Bjørlykke1-2/+2
2007-11-26Check if a packet is selected before trying to build a display filter basedSake Blok1-9/+11
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok1-2/+2
2007-11-24Add a cast to make it compile again.Stig Bjørlykke1-1/+1
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-166/+392
2007-11-17Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-14From didier:Stephen Fisher1-1/+2
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-1/+14
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-8/+8
2007-08-16mark some parameters as unusedUlf Lamping1-3/+3
2007-08-16experimental feature: dissector filtersUlf Lamping1-10/+72
2007-08-04Change the export object/export object http code to only be includedStephen Fisher1-1/+1
2007-07-23for the Ethernet conversation filter, don't use ethertype but the data link a...Ulf Lamping1-2/+4
2007-05-23Add shortcuts for expanding/collapsing the packet detail.Gerald Combs1-7/+7
2007-03-23From Sake Blok:Stephen Fisher1-2/+21
2007-03-23From Sake Blok (via -dev list and enhancement bug #1449):Stephen Fisher1-1/+1
2007-03-21minor "Copy" menu item fix:Ulf Lamping1-0/+2
2007-03-14Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris1-23/+31