aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
Commit message (Expand)AuthorAgeFilesLines
* add missing braces to unbreak the buildRonnie Sahlberg2008-04-111-583/+583
* replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping2008-04-111-582/+583
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-14/+14
* Replace SIGNAL_EMIT_BY_NAME(), SIGNAL_EMIT_OBJECT() andStephen Fisher2008-04-111-1/+1
* Replace all instances of the SIGNAL_CONNECT_OBJECT() macro with the actualStephen Fisher2008-04-111-4/+4
* Remove:Anders Broman2008-04-091-4/+0
* remove GTK1 codeUlf Lamping2008-04-071-19/+1
* Remove GTK1 from Unix build process.Stephen Fisher2008-04-041-1/+0
* Fix a minor memory leak.Stephen Fisher2008-03-131-0/+2
* From Francesco Fondelli (bug 2349):Stig Bjørlykke2008-03-111-0/+2
* Include strutil.h to find g_strlcpy and g_strlcat in gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-4/+4
* add rawshark.html to packaging and Wireshark help menuUlf Lamping2008-02-221-0/+1
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-3/+3
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-0/+4
* Fix menu sensitivity even for text only nodes.Jaap Keuter2007-12-211-11/+2
* Temporarily #if 0 out code that was causing crashes.Guy Harris2007-12-161-0/+8
* Changes the name of the menu item "View/Reset Coloring" toSake Blok2007-12-151-1/+3
* With increasing number of dissectors, heuristics cause sometimes false hits o...Jaap Keuter2007-12-151-0/+7
* Source code cleanup.Jaap Keuter2007-12-141-30/+33
* move "Display Filter Macros" from View to Analyze menu, just below "Display F...Ulf Lamping2007-11-301-2/+2
* Remove "Reset coloring" from context menu's to keep the GUI consistent Sake Blok2007-11-281-5/+0
* Add sensitivity to some temporary coloring menu items.Sake Blok2007-11-281-0/+9
* Put double click on a frame link back.Stig Bjørlykke2007-11-281-1/+1
* fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg2007-11-281-1/+1
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-4/+4
* Check current_frame instead of finfo_selected before trying to build aStig Bjørlykke2007-11-261-2/+2
* Check if a packet is selected before trying to build a display filter basedSake Blok2007-11-261-9/+11
* Reset the temporary coloring filters to defaults instead of doing itSake Blok2007-11-251-2/+2
* Add a cast to make it compile again.Stig Bjørlykke2007-11-241-1/+1
* This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok2007-11-241-166/+392
* Apply yet another set of the optimization patches:Anders Broman2007-11-171-1/+1
* From didier:Stephen Fisher2007-11-141-1/+2
* - Future improve/clean up the now generic follow stream codeStephen Fisher2007-11-031-1/+14
* Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher2007-09-131-8/+8
* mark some parameters as unusedUlf Lamping2007-08-161-3/+3
* experimental feature: dissector filtersUlf Lamping2007-08-161-10/+72
* Change the export object/export object http code to only be includedStephen Fisher2007-08-041-1/+1
* for the Ethernet conversation filter, don't use ethertype but the data link a...Ulf Lamping2007-07-231-2/+4
* Add shortcuts for expanding/collapsing the packet detail.Gerald Combs2007-05-231-7/+7
* From Sake Blok:Stephen Fisher2007-03-231-2/+21
* From Sake Blok (via -dev list and enhancement bug #1449):Stephen Fisher2007-03-231-1/+1
* minor "Copy" menu item fix:Ulf Lamping2007-03-211-0/+2
* Don't enable "Save As" if you don't have an unsaved live capture fileGuy Harris2007-03-141-23/+31
* from Sake Blok:Ulf Lamping2007-03-081-21/+34
* Activate the File -> Export menu when a capture is inStephen Fisher2007-03-021-0/+2
* Sync up my changes so far to the content list (now called objectStephen Fisher2007-02-281-14/+8
* revert (most) changes in rev #20753, to avoid items being created on a wrong ...Luis Ontanon2007-02-251-11/+3
* Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around...Stephen Fisher2007-02-201-1/+5
* Initial version of the new Statistics -> Content List -> HTTP feature. ThisStephen Fisher2007-02-191-0/+10