aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_statusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Add GCC-style printf annotation to the routines that now take a formatGuy Harris2010-11-281-0/+4
* Make some other statusbar routines take a format string and format args,Guy Harris2010-11-271-61/+56
* Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris2010-11-271-3/+11
* Add a new right-click popup menu for the statusbar profiles for easy functionsStig Bjørlykke2010-10-011-1/+6
* Use correct signature for "button-press-event" callback function;Bill Meier2010-08-191-78/+83
* - Show droped packets counter after stopping a live capture.Anders Broman2010-07-051-12/+20
* Don't include capture-related headers if we don't support capturingGuy Harris2010-05-141-1/+1
* Another Laura bug: Don't reset the file load time in the status bar whenGerald Combs2010-02-171-3/+2
* From Jim Young:Anders Broman2010-01-201-0/+9
* Introduce "Ignore Packet" in the packet list.Stig Bjørlykke2009-12-171-0/+3
* From Valerio Messina:Jaap Keuter2009-12-141-13/+14
* Move the contents of image/expert_*.h to gtk/expert_indicators.h. AddGerald Combs2009-11-101-11/+1
* Instead of trying to change the background color of the info bar when weGerald Combs2009-11-091-26/+37
* Add a convenience routine to convert pixbuf data generated byGerald Combs2009-11-041-20/+29
* Add the ability to push temporary (and highlighted) messages onto theGerald Combs2009-11-041-3/+53
* Make sure that reset the elapsed time to load a file before we reload/rescan ...Kovarththanan Rajaratnam2009-09-071-4/+3
* Compute the loading time and show it in the main status bar.Anders Broman2009-08-281-2/+8
* Pop the welcome header when we are finished capture without updating packetStig Bjørlykke2009-07-091-0/+1
* Add the ability to push and pop messages in to and out of the welcomeGerald Combs2009-04-291-1/+5
* gtk_widget_ref() --> g_object_ref()Bill Meier2009-04-101-11/+11
* From Jim Young:Jaap Keuter2009-01-181-4/+4
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-241-41/+62
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-6/+7
* For now, just refer to global_capture_opts, replacing references to theGuy Harris2008-06-241-13/+12
* Update the statusbar expert info icon when changing profile.Stig Bjørlykke2008-06-191-1/+1
* Popup a menu with configuration profiles instead of the profile dlgStig Bjørlykke2008-06-171-2/+2
* Cleanup return values from info_bar_new() and packets_bar_new().Stig Bjørlykke2008-06-151-11/+9
* Click on the profile in the statusbar will open Configuration Profiles dialog.Stig Bjørlykke2008-06-151-8/+18
* sort #includes by directoriesUlf Lamping2008-04-131-10/+11
* various code cleanupUlf Lamping2008-04-121-5/+4
* Include unistd.h, fix prototyping of static functions and mark someStig Bjørlykke2008-04-121-8/+12
* move statusbar related code from main.c into it's own main_statusbar.cUlf Lamping2008-04-121-0/+764