summaryrefslogtreecommitdiff
path: root/ui/gtk/about_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Adjust startup count for extcap.Gerald Combs1-1/+1
2017-01-05Fix comment.Guy Harris1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris1-5/+2
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris1-0/+6
2017-01-04Add a startup message for Initializing extcap.AndersBroman1-0/+3
2016-06-26Add an RA_INTERFACES register action.Gerald Combs1-2/+5
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-0/+5
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-25Add GResource message to configure scriptJoão Valverde1-2/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-2/+2
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-1/+7
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-56/+69
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-10-31Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.Stig Bjørlykke1-6/+0
2014-08-21Fix compilation when we don't HAVE_LIBSMI or HAVE_GEOIP.Jeff Morriss1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+12
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-3/+3
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-16More Python-bindings removal.Jeff Morriss1-9/+0
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-3/+4
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke1-1/+4
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs1-2/+2
2013-03-21From beroset:Bill Meier1-2/+2
2012-12-26if 0 out debug codeAnders Broman1-0/+2
2012-12-26if 0 out debug codeAnders Broman1-2/+2
2012-12-26Move summary related stuff to summary_dlgAnders Broman1-0/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20gtk_container_add() -> gtk_box_pack_start() [bug #7377]Jakub Zawadzki1-2/+2
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-4/+4
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-5/+8
2012-06-25From Tony Trinh:Anders Broman1-4/+4
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-02Introduce utility function to ease GTK3 depcrecated funktion removal.Anders Broman1-178/+6
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-0/+2
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+759