aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-0530-673/+618
* From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs2008-08-041-0/+101
* First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman2008-08-041-1/+1
* From Abhik Sarkar:Anders Broman2008-08-021-1/+3
* From David Aggeler:Anders Broman2008-07-253-2/+12
* From David Aggeler:Anders Broman2008-07-252-0/+79
* Add NULL termination element to value_string arrayBill Meier2008-07-221-0/+1
* Add NULL termination element to value_string arrays;Bill Meier2008-07-221-55/+58
* Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson2008-07-226-4/+634
* From Dustin Johnson: Don't pop up a warning dialog every time we can't saveGerald Combs2008-07-211-11/+9
* From Francesco Fondelli:Jaap Keuter2008-07-131-0/+8
* Correct help topic for firewall dialog.Stig Bjørlykke2008-07-121-1/+1
* More (mostly stats tree) unsigned->signed char cleanupJeff Morriss2008-07-121-11/+28
* Note bug 2699, which reports a bug in xdg-open.Guy Harris2008-07-101-0/+2
* Replace r25638 with a better fix. On Windows, don't open a console window ifGerald Combs2008-07-091-0/+13
* Fix compile errorBill Meier2008-07-081-2/+3
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-0814-18/+18
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-087-34/+35
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-022-1/+8
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-305-5/+5
* When we open a debug console on Windows, don't grab stdin. We never readGerald Combs2008-06-301-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-2977-300/+300
* From Kovarththanan Rajaratnam (bug 2657):Sake Blok2008-06-293-4/+12
* From Kovarththanan Rajaratnam (bug 2658):Sake Blok2008-06-291-1/+1
* Add accelerator keys for (un)mark all packetsSake Blok2008-06-291-2/+2
* From Kovarththanan Rajaratnam (bug 2652):Sake Blok2008-06-291-2/+2
* Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs2008-06-261-3/+3
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-5/+6
* Make it obvious that this is a development version. Fix a makefileGerald Combs2008-06-243-7/+7
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-245-91/+164
* Only include gtk/capture_globals.h if we're building with captureGuy Harris2008-06-241-0/+2
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-2410-25/+58
* For now, just refer to global_capture_opts, replacing references to theGuy Harris2008-06-241-13/+12
* For now, just refer to global_capture_opts, replacing references to theGuy Harris2008-06-243-171/+175
* Have capture_info_ui_create() and capture_info_open() take a pointer toGuy Harris2008-06-242-8/+4
* Get rid of the static capture_opts pointer - it collides with parameterGuy Harris2008-06-231-30/+30
* Give more details on the stuff Beast does, and suggest a possible schemeGuy Harris2008-06-231-7/+27
* Add stuff to a comment, and move stuff to that comment from elsewhere,Guy Harris2008-06-211-7/+15
* If we have xdg-open, always run that to launch a Web browser, and ignoreGuy Harris2008-06-211-1/+35
* And use correct help topic...Stig Bjørlykke2008-06-211-1/+1
* Added help topic item previous reused for another topic.Stig Bjørlykke2008-06-213-1/+5
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-2126-289/+103
* Added a help button in the Interface Options dialog.Stig Bjørlykke2008-06-213-12/+18
* Update the statusbar expert info icon when changing profile.Stig Bjørlykke2008-06-193-1/+3
* Make storage-based and time-based "Next file every" checkboxes behave equalStig Bjørlykke2008-06-191-2/+5
* Encase another variable used only if we support capture in #ifdefGuy Harris2008-06-181-0/+2
* Put a variable inside a ifdef HAVE_LIBPCAPStig Bjørlykke2008-06-181-0/+2
* Reload the interface list on the welcome page when changing profile andStig Bjørlykke2008-06-184-30/+62
* Draw menu items with radio buttons.Stig Bjørlykke2008-06-181-0/+2
* The recent.gui_time_precision fix introduced a worse bug when changingStig Bjørlykke2008-06-171-1/+0