aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-759/+0
2011-11-30Use gtk_box_new() if GTK3+Anders Broman1-1/+174
2011-11-30Get rid of warnings.Anders Broman1-4/+4
2011-10-02Removed the protocol registration updates in the splash screen for PythonStig Bjørlykke1-0/+9
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke1-1/+8
2011-10-02Always update splash screen when action has changed.Stig Bjørlykke1-1/+1
2011-08-15Mark parent parameter to about_wireshark() as unused because its useStephen Fisher1-1/+1
2011-08-15gdk_pixbuf_render_pixmap_and_mask_for_colormap() used in xpm_to_widget_from_p...Anders Broman1-1/+3
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-1/+0
2011-07-11GTK_CHECK_VERSION cleanup.Anders Broman1-2/+0
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-04-29From Michael Speck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss1-0/+4
2009-12-22Rename splash_register_freq to info_update_freq. Use it to throttle nameGerald Combs1-2/+2
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke1-4/+4
2009-10-06Remove superfluous castKovarththanan Rajaratnam1-8/+5
2009-10-06Use G_SEARCHPATH_SEPARATOR_SKovarththanan Rajaratnam1-10/+2
2009-10-06Make splash_destroy() return a gbooleanKovarththanan Rajaratnam1-2/+3
2009-08-26Add #include <stdio.h> to print.h; Undo the previous change to about_dlg.cBill Meier1-1/+0
2009-08-26Keep Solaris buildbot happy ....Bill Meier1-0/+2
2009-06-01about_dlg: fix a memory leak when double-clicking on a path.Bill Meier1-0/+1
2009-05-31Added Python Bindings directory to the About->Folders listing.Stig Bjørlykke1-0/+6
2009-05-27From Siddhes (bug 3483):Stig Bjørlykke1-4/+7
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-2/+2
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke1-1/+21
2008-09-22Fix:About dialog: all text selected when switching tabsAnders Broman1-0/+5
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-6/+6
2008-06-24Make it obvious that this is a development version. Fix a makefileGerald Combs1-5/+5
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris1-1/+1
2008-04-13Fix splitting MIB/PIB paths in about box for other than win32.Stig Bjørlykke1-0/+4
2008-04-13Get it compiing on Mac OS X.Michael Tüxen1-2/+1
2008-04-13Allow the folders in the About Wireshark/Folders list to be double clicked on...Graeme Lunt1-2/+43
2008-04-13text_page -> text_page_utilsUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-11/+13
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-09some minor GTK1 related code fixesUlf Lamping1-3/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-12/+12
2008-04-06remove GTK1 codeUlf Lamping1-31/+0
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2007-12-04Add an oid_get_default_mib_path() function, and use it to display the MIBGerald Combs1-0/+11
2007-11-26Disable splash message logging, since it seems to ignore the log level mask.Gerald Combs1-1/+0
2007-11-26If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.Gerald Combs1-0/+2
2007-09-11Make the splash screen look just a little bit better.Jaap Keuter1-2/+2
2007-08-31This patch fixes the following two errors that appear whenSake Blok1-1/+5
2007-06-12Just keep it simple.Jaap Keuter1-4/+4
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-11/+11
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashGerald Combs1-1/+1
2007-05-16dont use g_time_add_val() since it is not available in gtk1Ronnie Sahlberg1-1/+5
2007-05-15Instead of updating the splash screen every time we load or hand offGerald Combs1-4/+18