aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman16-68/+74
2008-05-05Handle SSID as binary in WLAN Traffic Statistics.Stig Bjørlykke1-33/+26
2008-05-05Remove gtk/isprint.h as it's not in use.Stig Bjørlykke3-45/+0
2008-05-04Improved the WLAN Traffic Statistics:Stig Bjørlykke1-15/+751
2008-05-04Corrected some unused arguments in case someone starts using them,Stig Bjørlykke1-2/+2
2008-05-02From Shinsuke SUZUKI:Jaap Keuter1-1/+1
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke2-4/+10
2008-05-01Force foreground when background is forced in expert info dialogs.Stig Bjørlykke3-0/+4
2008-05-01While playing with a dark theme I found it much nicer to use the Stig Bjørlykke1-1/+1
2008-05-01From Frederic Peters (bug 1735):Stig Bjørlykke1-0/+4
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
2008-04-29Change an option menu (deprecated in GTK+ 2.4) to a combo box (GTK+ 2.4+).Stephen Fisher1-20/+19
2008-04-29Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher1-46/+32
2008-04-28Added flag i new recent file to determine where to get values nowStig Bjørlykke2-5/+25
2008-04-28Reopen the recent file when reading older common settings.Stig Bjørlykke1-0/+2
2008-04-28Split the recent file in two, one for the configuration profileStig Bjørlykke3-128/+293
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher12-516/+18
2008-04-25Changed to display NCP connection, as in conversations.Stig Bjørlykke1-0/+4
2008-04-23From Jim Young:Jaap Keuter1-12/+18
2008-04-23Rename "Taps/Statistics" preference group to be simply "Statistics".Martin Mathieson1-1/+1
2008-04-22From Chris:Stig Bjørlykke1-3/+3
2008-04-21Rename prefs_rtp_player files to prefs_taps.Martin Mathieson4-9/+9
2008-04-21Allow configuration of tap update interval.Martin Mathieson4-37/+80
2008-04-21fix build on GTK 2.0/2.2 and some other code cleanupUlf Lamping1-42/+23
2008-04-21remove no longer required parameters from toolbar_item() macroUlf Lamping1-56/+56
2008-04-20Add GTK_SIGNAL_FUNC() casts for GTK+ 2.[0-2] code.Guy Harris1-2/+3
2008-04-19bugs happen, if you're trying to do two things at once ;-)Ulf Lamping1-1/+0
2008-04-19HAVE_LUA_5_1 is no longer required for the Tools menuUlf Lamping1-6/+1
2008-04-19I'v fixed the bug reported by Stig that no items appear and also ..Ulf Lamping1-8/+11
2008-04-19add a way to place the capture interfaces and recent files list into a scroll...Ulf Lamping1-15/+126
2008-04-18Display the interface comment if defined.Stig Bjørlykke1-5/+17
2008-04-18filename2uri() doesn't modify its parameter (and in at least one place we han...Jeff Morriss1-48/+49
2008-04-18Change an assignment-in-an-if to a comparison.Jeff Morriss1-1/+1
2008-04-17Minor banner tweaks.Gerald Combs1-8/+13
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke5-10/+171
2008-04-17as the welcome page seems generally accepted, remove #ifdef SHOW_WELCOME_PAGE...Ulf Lamping1-33/+0
2008-04-17On Windows: filemanager_open_directory: ensure a trailing '\' on path to She...Bill Meier1-2/+14
2008-04-17In filemanager_open_directory(), if we're not on Windows or OS X andGuy Harris1-0/+71
2008-04-17Use the "explore" verb when opening directories; that doesn't fix the caseGuy Harris1-1/+1
2008-04-17Sigh. g_spawn_async() should take a "const gchar **" argument for argv,Guy Harris1-4/+4
2008-04-17Infos --> InformationBill Meier1-1/+1
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris3-4/+78
2008-04-17set_sensitive(FALSE) for recent files that are currently not availableUlf Lamping1-3/+8
2008-04-17cut filenames in the middle (not just at the start) and add tooltips for itUlf Lamping1-3/+7
2008-04-17add tooltips for the welcome page buttonsUlf Lamping3-15/+54
2008-04-17A GtkImage doesn't take any input, so it doesn't support the "clicked"Guy Harris1-3/+1
2008-04-17colors_init() doesn't have anything to do with packet coloring, it'sGuy Harris1-1/+3
2008-04-17Put a space between the number of bytes (for a file < 1024 bytes) andGuy Harris1-7/+6
2008-04-17Oh, what the heck, go for it - do the size calculations in 64 bits, justGuy Harris1-3/+3