aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.Stig Bjørlykke1-7/+6
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()Stig Bjørlykke1-33/+43
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke1-8/+17
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.Stig Bjørlykke1-588/+561
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke2-220/+39
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-125/+37
2008-05-17Added a common function to apply a selected filter according to Stig Bjørlykke3-0/+170
2008-05-14Force foreground when background is forced on welcome page.Stig Bjørlykke1-12/+25
2008-05-14From Alejandro Vaquero:Tomas Kukosa1-4/+36
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-0/+4
2008-05-12Added an option to limit the list to match the current display filter.Stig Bjørlykke1-4/+47
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-05-11Sort list before thaw to avoid flicker when doing capture.Stig Bjørlykke3-15/+32
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
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